| Age | Commit message (Collapse) | Author | 
|---|
|  | Actually call the showCursor() function now... | 
|  |  | 
|  | clone2727-pe_exe | 
|  | ScopedPtr is now used on the streams to avoid having repetitive delete calls. | 
|  |  | 
|  | The OS can kill the activity at will after onPause() or onStop()
to free up memory for other application. Provide a parachute when
the engine allows it. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Thanks, fuzzie | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | It will try both Windows and Macintosh executables. The hardcoded cursors have been removed. | 
|  |  | 
|  | Also, updated the MacResManager cursor code to reflect the SCUMM resource extractor code changes | 
|  | Initial work on 8bpp cursors has also been added | 
|  |  | 
|  | A regression from d2ad7898d9 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | - Fixed picture drawing for Longbow Amiga (view drawing is still wrong,
though)
- Added debug output for picture drawing | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | I hate this code | 
|  |  | 
|  |  | 
|  | Reduced global memory usage of the game
Global PAK files are not loaded entirely anymore | 
|  |  | 
|  | Only 1bpp still | 
|  |  | 
|  | Supported pixel formats: 565, 5551, 4444
Missing: 555 (doesn't exist on GLES) | 
|  |  | 
|  |  | 
|  |  |