Commit Graph

5 Commits

Author SHA1 Message Date
wrenczes@gmail.com eea91e9a1a Two changes here:
1) Consolidated the Loggers so that we only have one in JGE.  Added a helper constructor/destructor to the JLogger class so that you can instantiate one at the top of a function, it'll trace out a 'start' and 'end' message when it goes in & out of scope.
2) Fixed the crash part of a bug I've been chasing down where, on the psp, after saturating the cache, the game dies when trying to reload the background PNG image of the deck menu. We still need to fix the root cause of the failure (not enough memory to allocate a temporary buffer for the swizzle operation), but at least the psp doesn't lock up anymore.  I've also left behind all the log traces I inserted into the LoadPNG code, since we'll probably need them again.
2010-11-10 02:24:39 +00:00
Xawotihs 0abe60542a Fixed Qt project on windows 2010-10-16 12:19:44 +00:00
jean.chalard f14f56b9ce J :
* Fix 64-bit compilation
2010-06-13 09:38:58 +00:00
jean.chalard ef16aa45a1 J :
* Little compilation problem fix.
2010-05-04 16:18:56 +00:00
wagic.the.homebrew@gmail.com b0e92d68a8 Erwan
-missing files (JLogger)
2010-04-26 22:47:46 +00:00