Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | WINCE: Run astyle over WinCE source files. | Johannes Schickel | |
2011-03-09 | WINCE: Cleanup WinCE event source a bit. | Johannes Schickel | |
2011-03-09 | SCI: Save mouse position in SciEvent. | Johannes Schickel | |
Instead of querying the event manager for the current mouse cursor coordinates kGetEvent now uses the saved mouse positions, which will assure every event will be processed with the correct coordinates instead of the current ones. Various other functions using SciEvent directly were adapted too. This fixes cursor click positions for the WinCE backend. Thanks to wjp and waltervn for helping me with this. | |||
2011-03-09 | SCI: Cleanup of the event code | md5 | |
2011-03-08 | SCI: Remove unused argument to said | Willem Jan Palenstijn | |
2011-03-08 | WINCE: Silence/fix some warnings. | Johannes Schickel | |
2011-03-08 | DRASCULA: Fix a style related warning for WinCE specific code. | Johannes Schickel | |
2011-03-08 | WINCE: Run astyle over WinCE related event and graphics source files. | Johannes Schickel | |
2011-03-08 | CONFIGURE: Oops fix a typo. | Johannes Schickel | |
2011-03-08 | SCI: Cleanup | md5 | |
2011-03-08 | WINCE: Add -fno-inline-functions to compiler arguments. | Johannes Schickel | |
WinCE is using -O3 by default, which includes -finline-functions, which in turn breaks SCI. By disabling that opimization we get SCI working fine again. | |||
2011-03-08 | WIN32: Use names for various magic constants in resource definitions | Max Horn | |
2011-03-08 | MOHAWK: Rename variable to fix WinCE build. | Alyssa Milburn | |
Thanks to LordHoto for working out why this was failing. | |||
2011-03-08 | SCI: Fixed typos | md5 | |
2011-03-08 | SCI: Cleanup | md5 | |
2011-03-08 | WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337) | Max Horn | |
2011-03-08 | SCI: Comparisons between pointers and numbers are also done in SCI1.1 | md5 | |
Fixes SQ4CD | |||
2011-03-08 | Merge branch 'master' of github.com:scummvm/scummvm | sylvaintv | |
2011-03-08 | TOON: Decrease CPU usage | sylvaintv | |
Added dirty rects Reduced the max FPS from 60 to 30 | |||
2011-03-08 | HUGO: Misc savegame modifications | strangerke | |
- Add initial savegame on slot 0 - Save viewstate as it may now contain several different values when saving - Fix loading from GMM - Implement ctrl-N | |||
2011-03-07 | ANDROID: Move misplaced assert | dhewg | |
Leftover from the recently introduced 16bit support | |||
2011-03-07 | ANDROID: Move the overlay initialization | dhewg | |
There's no point in doing that in initSize() every time | |||
2011-03-07 | MOHAWK: Fix Riven's cursor in the main menu | Matthew Hoops | |
Actually call the showCursor() function now... | |||
2011-03-07 | SCI: Constify some code | Max Horn | |
2011-03-07 | Merge branch 'pe_exe' of https://github.com/clone2727/scummvm into ↵ | Matthew Hoops | |
clone2727-pe_exe | |||
2011-03-07 | GRAPHICS: Cleanup WinCursorGroup functions a bit | Matthew Hoops | |
ScopedPtr is now used on the streams to avoid having repetitive delete calls. | |||
2011-03-07 | MOHAWK: Remove unused runLoadDialog() function | Matthew Hoops | |
2011-03-07 | ANDROID: Save the game when the process is paused | dhewg | |
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. | |||
2011-03-07 | ANDROID: Texture cleanup | dhewg | |
2011-03-07 | HUGO: Fix registration messages for H1 Dos Freeware version (in intro) | strangerke | |
2011-03-07 | GRAPHICS: Add doxygen comments for WinCursorGroup | Matthew Hoops | |
2011-03-07 | COMMON: Add TODO to make compressed NE EXE handling transparent | Matthew Hoops | |
2011-03-07 | COMMON: Add a sanity assert | Matthew Hoops | |
2011-03-07 | COMMON: Fix WinResourceID::getID() | Matthew Hoops | |
2011-03-07 | COMMON: Make the operator=(String) function be a const reference instead | Matthew Hoops | |
2011-03-07 | GRAPHICS: Fix a missing 'f' | Matthew Hoops | |
Thanks, fuzzie | |||
2011-03-07 | MOHAWK: Error message consistency | Matthew Hoops | |
2011-03-07 | MOHAWK: Improve error handling when data isn't found | Matthew Hoops | |
2011-03-07 | SCI: Initial handling of the views in Longbow Amiga. Still not right | md5 | |
2011-03-07 | MOHAWK: Make Riven use original executables for cursors | Matthew Hoops | |
It will try both Windows and Macintosh executables. The hardcoded cursors have been removed. | |||
2011-03-07 | GRAPHICS: Improve support of Windows 8bpp cursors | Matthew Hoops | |
2011-03-06 | SCUMM: Use the new WinCursor code in SCUMM HE | Matthew Hoops | |
Also, updated the MacResManager cursor code to reflect the SCUMM resource extractor code changes | |||
2011-03-06 | GRAPHICS: Fix PE cursors | Matthew Hoops | |
Initial work on 8bpp cursors has also been added | |||
2011-03-06 | SCI: Fix KQ6 Mac inventory cursors | Matthew Hoops | |
2011-03-06 | SCI: Fix Mac SCI1.1 view decompression | Matthew Hoops | |
A regression from d2ad7898d9 | |||
2011-03-06 | SCI: Silence GCC warning | eriktorbjorn | |
2011-03-06 | SCI: Merged the cel data unpacking code for views and pictures | md5 | |
2011-03-06 | TOON: Fix crashs when toon.dat is not present | sylvaintv | |
2011-03-06 | TOON: Improve music fading between rooms | sylvaintv | |
2011-03-06 | TOON: Fix global package loading | sylvaintv | |