Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | MOHAWK: Fix typo in the Riven missing executable dialog | Matthew Hoops | |
2011-03-09 | SCI: Don't patch the save/load dialogs in Shivers | md5 | |
Shivers uses a custom save/load system, so we can't replace its dialogs | |||
2011-03-09 | SCI: Removed unnecessary parameter from deallocate() | md5 | |
2011-03-09 | SCI: Implement Mac iconbar event handling. | Walter van Niftrik | |
2011-03-09 | Merge branch 'master' of github.com:scummvm/scummvm | Lars Skovlund | |
2011-03-09 | SCI32: Reroute kSave(5) to kGetSaveFiles(). Any differences to pre-SCI32 | Lars Skovlund | |
kGetSaveFiles() should be worked out there. | |||
2011-03-09 | MOHAWK: Remove outdated TODO | Matthew Hoops | |
2011-03-09 | MOHAWK: Correct start times for Riven credits | Matthew Hoops | |
2011-03-09 | MOHAWK: Add initial support for the Riven credits sequence | Matthew Hoops | |
The credits start too early for a few of the end game sequences, but otherwise works well (minus missing fade support, but that is throughout the game anyway). | |||
2011-03-09 | SCI: Whitespace fixes | md5 | |
2011-03-09 | SCI: Some cleanup and fixes to the view unpacking code | md5 | |
- Added comments for all the different view unpacking algorithms - Merged the SCI1 VGA and SCI1.1 VGA unpacking code - Fixed views in Longbow Amiga (the palette is still broken, though) - Used memset()/memcpy() instead of looping through - Fixed a regression of rev. d2ad789 (LSL1 Spanish, bug #3135872) | |||
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 | DRASCULA: Fix a style related warning for WinCE specific code. | Johannes Schickel | |
2011-03-08 | SCI: Cleanup | md5 | |
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 | 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 | 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 | MOHAWK: Remove unused runLoadDialog() function | Matthew Hoops | |
2011-03-07 | HUGO: Fix registration messages for H1 Dos Freeware version (in intro) | strangerke | |
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-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 | 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 | |
2011-03-06 | SCI: Some changes to picture drawing | md5 | |
- Fixed picture drawing for Longbow Amiga (view drawing is still wrong, though) - Added debug output for picture drawing | |||
2011-03-05 | TOON: Integrated resource cache patch by eriktorbjorn | sylvaintv | |
Reduced global memory usage of the game Global PAK files are not loaded entirely anymore | |||
2011-03-05 | SCI: Further clarify comment | Lars Skovlund | |
2011-03-05 | MOHAWK: Implement Mechanical opcode 122, elevator go down timer | Bastien Bouclet | |
2011-03-05 | SCI: Cleared up the different view types and ordered them by color count | md5 | |
2011-03-05 | SCI: Added some support code for Longbow Amiga | md5 | |
2011-03-05 | AGI: Kill the timer based counter | dhewg | |
Using the timer mechanism for just a simple counter is not just overkill, its also inaccurate. When using a call frequency of x, and waiting for y callbacks, the passed time will not be x*y. The problem amplifies on slower platforms and/or fair thread schedulers. Use absolute times instead. Most notably, the walking speed of the avatar is now smooth on android, but probably on all other handhelds we support too. | |||
2011-03-04 | GRAPHICS: Split the NE cursor code from the NEResources class | Matthew Hoops | |
Now the code lies in Graphics and all cursors are not cached upon opening an exe. The engine is now in charge of caching which cursors it wants. | |||
2011-03-04 | SCI: Fix Mac icon bar palette match order | Matthew Hoops | |
2011-03-05 | SCI: Add comment. | Walter van Niftrik | |