Commit Graph
81 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko 8f2a0eb662 TONY: Safer string manipulation 2016-06-17 12:10:11 +02:00
Eugene Sandulenko b404524599 TONY: Complete class initializations 2016-06-17 12:10:11 +02:00
Alyssa Milburn 84fb3e816d TONY: Switch to 565 screen format.
The old (555) screen format is not supported by some backends.

This leaves the savegame thumbnails as 555 (for compatibility).
2014-06-17 09:34:15 +02:00
Strangerke a440c6a20e TONY: Reduce the scope of more variables 2014-02-28 23:24:09 +01:00
Johannes Schickel b9bfa3a857 TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
Alyssa Milburn 9c02f5b593 TONY: Fix thumbnails on BE. 2013-08-02 00:01:10 +02:00
D G Turner b8c1b46ae0 TONY: Cleanup whitespace formatting.
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-11-12 00:39:20 +00:00
Willem Jan Palenstijn 0bea0a28b1 TONY: Fix translation of Italian comment
Thanks to Giovanni Bajo for noticing and correcting this.
2012-10-26 13:58:31 +02:00
Strangerke 17d6d732ea TONY: More renaming, reduce some variable scopes 2012-09-08 01:02:36 +02:00
Strangerke c91a72a9d5 TONY: Some more cleanup 2012-09-06 08:26:08 +02:00
Strangerke c737e64298 TONY: Move code from .h to .cpp files 2012-09-02 10:34:11 +02:00
Strangerke 8c753c96a0 TONY: Move some functions from .h to .cpp files 2012-09-01 01:05:22 +02:00
Strangerke f2df769aab TONY: More renaming 2012-09-01 00:25:35 +02:00
Strangerke 825e0896dc TONY: Replace C-style comments by C++-style ones.
Also translate some more Italian comments
2012-08-29 23:25:14 +02:00
Alyssa Milburn 985151fe13 TONY: Limit effect of cursor workaround.
This avoids incorrect hotspot offsets.
2012-08-29 09:13:43 +02:00
Strangerke d2b33ca4cc TONY: Janitorial - remove trailing spaces 2012-08-28 23:25:50 +02:00
Strangerke 56f4bc0225 TONY: Fix some for and if statements with bad coding style 2012-08-28 23:05:48 +02:00
Alyssa Milburn 142ac7600f TONY: Remove most of the remaining global functions. 2012-08-28 22:28:44 +02:00
Alyssa Milburn 3c986af9ce TONY: Remove unnecessary mainloop mutex.
Also, all the related freeze functions/members.
2012-08-28 22:10:12 +02:00
Alyssa Milburn 23638a07d3 TONY: Fix crash with TA_PERORATE. 2012-08-28 17:19:00 +02:00
Alyssa Milburn 35fd91793b TONY: Get rid of RMDataStream. 2012-08-28 14:26:00 +02:00
Alyssa Milburn 7b4dd0a682 TONY: Remove various bits of unused code. 2012-08-27 12:50:33 +02:00
Alyssa Milburn 5cc63df513 TONY: Fix exiting from the save menu.
We have to copy _nState before it gets reset in closeState.
2012-08-25 14:46:47 +02:00
Alyssa Milburn ff9569572a TONY: Store savegame names with Common::String. 2012-08-25 08:41:22 +02:00
Alyssa Milburn f917a4beab TONY: Use Common::String in writeText.
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 08:41:21 +02:00
Alyssa Milburn af134e0244 TONY: Animate mouse cursors.
This restores the forgotten doFrame code for RMPointer, which fixes
the bird mouse cursor. Thanks to eriktorbjorn for noticing it.
2012-08-25 08:41:21 +02:00
Alyssa Milburn c340739001 TONY: Replace _vm with g_vm. 2012-08-22 21:51:51 +02:00
Torbjörn Andersson 9cc7d6c6c5 TONY: Fix crash when entering "sepia" mode by loading a savegame.
Apparently, in this case the cursor is updated before _precalcTable
has been created. Added safeguard against that.
2012-07-02 20:51:14 +02:00
Torbjörn Andersson 924aac4389 TONY: Fix warning about statement without effect. 2012-07-02 20:48:57 +02:00
Paul Gilbert 58b03ec446 TONY: Refactored the Sepia (B & W) mode so the cursor is converted as well 2012-07-02 20:53:31 +10:00
Strangerke e8a6f61f88 TONY: Remove useless void in function declaration 2012-06-18 08:24:33 +02:00
Strangerke a46b06a587 TONY: Move functions comment to doxygen format 2012-06-17 19:39:58 +02:00
Paul Gilbert 9405f9eb4a TONY: Added code to load and save the ScummVM sound settings 2012-06-17 17:04:10 +10:00
Paul Gilbert d0c6497212 TONY: Fix crash opening the Options menu in-game 2012-06-17 14:22:53 +10:00
Strangerke 638b066601 TONY: Translate some Italian terms, rename enums 2012-06-16 11:09:08 +02:00
Strangerke 42a322d671 TONY: Silent some CppCheck warnings 2012-06-14 00:12:45 +02:00
Paul Gilbert 746dcf33da TONY: Refactor RMPointer class to use the ScummVM CursorMan 2012-06-13 21:06:57 +10:00
Strangerke 985602a72d TONY: Rename some Italian into English 2012-06-12 00:07:50 +02:00
Strangerke 94df38bfb4 TONY: Rename variables in game.h and gfxcore.h 2012-06-11 21:30:47 +02:00
Strangerke 02c8ccebcb TONY: Rename variables in utils.h 2012-06-11 20:24:25 +02:00
Strangerke c52aca5ac4 TONY: Rename more globals 2012-06-09 00:52:38 +02:00
Strangerke cd15e483ed TONY: Some more renaming 2012-06-07 21:14:59 +02:00
Strangerke f12ab3e521 TONY: Rename variables and functions in utils.h 2012-06-07 08:42:35 +02:00
Strangerke f1ac5d5acd TONY: More renaming 2012-06-06 08:04:33 +02:00
Strangerke 334dc91e27 TONY: Rename variables and functions in game.h 2012-06-06 01:37:06 +02:00
Strangerke 380c86fd40 TONY: Some renaming 2012-06-05 18:51:20 +02:00
Strangerke 23c95d7014 TONY: Some more renaming 2012-06-05 08:39:55 +02:00
Strangerke 93cba6d880 TONY: Rename variables and functions in adv.h 2012-06-05 01:15:25 +02:00
Strangerke a5cb751f7a TONY: Rename variables and functions in gfxengine.h 2012-06-05 01:04:53 +02:00