Files
wagic/projects/mtg
wrenczes@gmail.com 69c1ba8717 PC specific change (ie PSP not impacted) - OpenGL is not thread safe, only one thread is allowed to have the context at any given time. The JGE library was not written with multithreading in mind, so the LoadTexture call doesn't work when called on a worker thread. In order to get my threading changes to work, I had to split out the OpenGL calls to happen on a point where we're guaranteed to be back on the main thread.
Functionally, this has no impact to the current build - all I've done is effectively the texture loading to happen in JQuad's constructor instead of inside the LoadTexture() function.

Side note - I probably broke the IOS build with this change.  Sorry, but I can only build so many targets at a time - I'm simply not set up to build this platform.  As it's not a shipping target, I have to consider it a 2nd class citizen...
2010-12-01 07:19:12 +00:00
..
J :
2010-11-30 18:57:28 +00:00
2010-10-18 20:27:23 +00:00
2009-11-29 06:45:50 +00:00
2009-11-04 13:33:21 +00:00
2010-10-17 05:37:22 +00:00
2010-10-06 08:45:55 +00:00
J :
2009-11-08 02:55:14 +00:00
J :
2010-05-05 02:50:49 +00:00
2010-11-23 23:36:55 +00:00