Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HighQuality

Pages: [1]
1
SFML projects / Re: SFML Light System - Let There Be Light
« on: April 26, 2012, 06:59:00 pm »
@lolz123
That's great, participated in Ludum Dare as well, although I didn't finish the game on time due to it being too ambitious and I decided to quit a little after midnight around 3 hours before the competition ended (I'm from Sweden)

@jmcmorris
Actually I'm "porting" the engine a Game Maker project of mine to C++, it's an online rpg, won't call it an MMO yet since it's not massive by any means so far although it got the potential to be (I'm not exactly porting it, it's more of a remake)
The Game Maker version got about 15 months in the works and the C++ one like one.
Got more than 2 years experience of multiplayer programming in GameMaker through 39dll and got a basic understanding about how most stuff on the internet works.
If you wish you can check out our website at www.nevereal.net
Anyways, won't turn this topic into a discussion about our private projects more than I've already done since that's pretty offtopic and most likely breaks the forum rules.

2
SFML projects / Re: SFML Light System - Let There Be Light
« on: April 24, 2012, 09:07:09 pm »
Got a new ETA for the new version?
Can't wait to test it out btw, looks awesome :)

Will this system work for a huge world and will it be relatively fast? (for example 65536x65536 pixels)
Also, how would you go about programming something similar to a sun outdoors, so it casts shadows in the same angle on all objects for example.

3
General / Fixed
« on: February 08, 2012, 10:08:02 pm »
Turned out Window users who was running UAC had Windows blocking the application from executing due to the naming of it.
I've experienced this previously but didn't thought about it due to not getting any warning of any kind, only a empty console window.

Anyways, apparently "Client.exe" is something Windows does not want you to name your files and running it in administrative mode didn't work either.
However it started instantly as fast as I changed it's name to something else.

Just leaving this here in case someone else gets the same problem.
/HighQuality

4
General / [FIXED][SFML2] int main() never executing on random projects
« on: February 05, 2012, 11:39:58 pm »
Hi, I've had some issues with getting games created with the latest version of SFML2 and Visual Studio C++ Express 2010 to run on some computers.

Basicly, main() does not seem to be executed on some computers (not all), this is very confusing due to this have happened to an older project of mine as well (Although that one was made in SFML 1.6) (That game does not crash on the computer which can not run my SFML2 game).
However the problem does not happen on another SFML2 test I have made on the very same computer which can not run my current project.
So I'm asuming it has something with my code to do, although I can not post a minimalistic piece of code due to me not having a clue of where the problem lies.
(I know that part got VERY messy and I'm sorry for that)

Here's my source code anyways: -removed- (19 MB download)

Anyways, my question basicly is if someone could take a look at my source code to look for obvious misstakes and if this is a known problem and if that's the case is there's a fix for it?

The reason I know main() is never executed is due to me having tried to execute a MessageBox() in there without receiving any result on one of my friend's computer.
If it's any help that computer got a Nvidia GeForce 6200 TurboCache.

Please let me know if there's something that's not clear.
/HighQuality

Pages: [1]