Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-17 | TONY: Safer string manipulation | Eugene Sandulenko | |
2016-06-17 | TONY: Complete class initializations | Eugene Sandulenko | |
2014-06-17 | TONY: Switch to 565 screen format. | Alyssa Milburn | |
The old (555) screen format is not supported by some backends. This leaves the savegame thumbnails as 555 (for compatibility). | |||
2014-02-28 | TONY: Reduce the scope of more variables | Strangerke | |
2014-02-18 | TONY: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-02 | TONY: Fix thumbnails on BE. | Alyssa Milburn | |
2012-11-12 | TONY: Cleanup whitespace formatting. | D G Turner | |
This is mainly removal of extraneous blank lines, reformatting indents to tab characters and other minor non-functional changes to improve compliance with Code Formatting Conventions. | |||
2012-10-26 | TONY: Fix translation of Italian comment | Willem Jan Palenstijn | |
Thanks to Giovanni Bajo for noticing and correcting this. | |||
2012-09-08 | TONY: More renaming, reduce some variable scopes | Strangerke | |
2012-09-06 | TONY: Some more cleanup | Strangerke | |
2012-09-02 | TONY: Move code from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: Move some functions from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: More renaming | Strangerke | |
2012-08-29 | TONY: Replace C-style comments by C++-style ones. | Strangerke | |
Also translate some more Italian comments | |||
2012-08-29 | TONY: Limit effect of cursor workaround. | Alyssa Milburn | |
This avoids incorrect hotspot offsets. | |||
2012-08-28 | TONY: Janitorial - remove trailing spaces | Strangerke | |
2012-08-28 | TONY: Fix some for and if statements with bad coding style | Strangerke | |
2012-08-28 | TONY: Remove most of the remaining global functions. | Alyssa Milburn | |
2012-08-28 | TONY: Remove unnecessary mainloop mutex. | Alyssa Milburn | |
Also, all the related freeze functions/members. | |||
2012-08-28 | TONY: Fix crash with TA_PERORATE. | Alyssa Milburn | |
2012-08-28 | TONY: Get rid of RMDataStream. | Alyssa Milburn | |
2012-08-27 | TONY: Remove various bits of unused code. | Alyssa Milburn | |
2012-08-25 | TONY: Fix exiting from the save menu. | Alyssa Milburn | |
We have to copy _nState before it gets reset in closeState. | |||
2012-08-25 | TONY: Store savegame names with Common::String. | Alyssa Milburn | |
2012-08-25 | TONY: Use Common::String in writeText. | Alyssa Milburn | |
This uses an array of lines rather than trying to stick nulls into the string, and so fixes wrapping on hyphens (which overwrote the character before the hyphen). Thanks to eriktorbjorn for both finding the bug and working out what was going wrong. | |||
2012-08-25 | TONY: Animate mouse cursors. | Alyssa Milburn | |
This restores the forgotten doFrame code for RMPointer, which fixes the bird mouse cursor. Thanks to eriktorbjorn for noticing it. | |||
2012-08-22 | TONY: Replace _vm with g_vm. | Alyssa Milburn | |
2012-07-02 | TONY: Fix crash when entering "sepia" mode by loading a savegame. | Torbjörn Andersson | |
Apparently, in this case the cursor is updated before _precalcTable has been created. Added safeguard against that. | |||
2012-07-02 | TONY: Fix warning about statement without effect. | Torbjörn Andersson | |
2012-07-02 | TONY: Refactored the Sepia (B & W) mode so the cursor is converted as well | Paul Gilbert | |
2012-06-18 | TONY: Remove useless void in function declaration | Strangerke | |
2012-06-17 | TONY: Move functions comment to doxygen format | Strangerke | |
2012-06-17 | TONY: Added code to load and save the ScummVM sound settings | Paul Gilbert | |
2012-06-17 | TONY: Fix crash opening the Options menu in-game | Paul Gilbert | |
2012-06-16 | TONY: Translate some Italian terms, rename enums | Strangerke | |
2012-06-14 | TONY: Silent some CppCheck warnings | Strangerke | |
2012-06-13 | TONY: Refactor RMPointer class to use the ScummVM CursorMan | Paul Gilbert | |
2012-06-12 | TONY: Rename some Italian into English | Strangerke | |
2012-06-11 | TONY: Rename variables in game.h and gfxcore.h | Strangerke | |
2012-06-11 | TONY: Rename variables in utils.h | Strangerke | |
2012-06-09 | TONY: Rename more globals | Strangerke | |
2012-06-07 | TONY: Some more renaming | Strangerke | |
2012-06-07 | TONY: Rename variables and functions in utils.h | Strangerke | |
2012-06-06 | TONY: More renaming | Strangerke | |
2012-06-06 | TONY: Rename variables and functions in game.h | Strangerke | |
2012-06-05 | TONY: Some renaming | Strangerke | |
2012-06-05 | TONY: Some more renaming | Strangerke | |
2012-06-05 | TONY: Rename variables and functions in adv.h | Strangerke | |
2012-06-05 | TONY: Rename variables and functions in gfxengine.h | Strangerke | |
2012-06-05 | TONY: Rename variables and functions in input.h | Strangerke | |