Commit Graph
950 Commits
Author SHA1 Message Date
Strangerke 0bfe150dca AVALANCHE: Fix coding conventions in Graphics 2013-10-08 06:43:36 +02:00
Strangerke eebbdfbfb3 AVALANCHE: Add code for Shift-F10 2013-10-08 06:42:52 +02:00
Strangerke 10b4495b51 AVALANCHE: Hook some more function keys 2013-10-08 00:02:32 +02:00
Strangerke c36adb83e2 AVALANCHE: Fix savegames list 2013-10-07 22:38:32 +02:00
Strangerke 7b11be0a92 AVALANCHE: Fix savegame patterns 2013-10-07 22:26:33 +02:00
Strangerke 31b01f0d11 AVALANCHE: Add save/load code 2013-10-07 07:15:54 +02:00
Strangerke 8430288fef AVALANCHE: Hook some more function keys 2013-10-07 02:52:41 +02:00
Strangerke a30cc19ca8 AVALANCHE: Fix two other broken verb usages 2013-10-07 02:18:09 +02:00
Strangerke a246dbad26 AVALANCHE: Fix parser bug when pressing F5 2013-10-07 02:14:19 +02:00
Willem Jan Palenstijn c99061e7c5 AVALANCHE: Fix time output 2013-10-06 14:50:02 +02:00
Willem Jan Palenstijn b7f7644cc6 AVALANCHE: Fix potential integer overflow 2013-10-06 14:47:30 +02:00
Strangerke 6216430428 AVALANCHE: Rework bearing() 2013-10-06 14:38:52 +02:00
Strangerke ac231eb838 AVALANCHE: Rework totalTime() 2013-10-06 14:22:42 +02:00
uruk 14dee780e0 AVALANCHE: Get rid of FP in Parser::totalTime(). 2013-10-06 10:35:58 +02:00
uruk 61983d027a AVALANCHE: Add a comment to Dialogs::stripTrailingSpaces(). 2013-10-06 00:24:11 +02:00
uruk 0f42dd4511 AVALANCHE: Use floats instead of double. Use M_PI where it is possible. 2013-10-06 00:03:49 +02:00
Strangerke bf41366fd7 AVALANCHE: Fix error not reported by MSVC 2013-10-05 15:09:00 +02:00
Strangerke 1844dcf05c AVALANCHE: Remove a missed useless include 2013-10-05 14:47:07 +02:00
Strangerke b6d6c17727 AVALANCHE: Replace static strings by static char* 2013-10-05 14:37:20 +02:00
Strangerke d3cd7e237a AVALANCHE: Change disposeAfterUse value in Sound handler as suggested by LordHoto 2013-10-05 09:04:33 +02:00
Strangerke 03ca6ef76f AVALANCHE: Fix bug introduced in badc727883 2013-10-05 08:54:47 +02:00
Strangerke eeabd8a0dd AVALANCHE: Answer a couple of comments made by LordHoto 2013-10-05 02:16:30 +02:00
Strangerke a357dc4d0c AVALANCHE: Cleaning includes - remove useless includes in cpp files 2013-10-05 01:55:41 +02:00
Strangerke 304ab6da15 AVALANCHE: Start cleaning includes - remove useless include in header files 2013-10-04 20:50:28 +02:00
Strangerke b0a498c1e5 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-10-04 18:14:47 +02:00
Strangerke c53917ec64 AVALANCHE: Add indentation on REGISTER_PLUGIN_* lines 2013-10-04 18:12:13 +02:00
Strangerke 72d1f58733 AVALANCHE: Fix savegame naming. This breaks previous savegames 2013-10-04 18:10:17 +02:00
Strangerke 0ec40a5f80 AVALANCHE: Add static to 2 array definitions in closing 2013-10-04 18:02:51 +02:00
Strangerke 221faca286 AVALANCHE: Fix ifndef check in header files 2013-10-04 18:00:56 +02:00
Strangerke 1cbe175a74 AVALANCHE: Fix naming conventions in getItem() 2013-10-04 17:55:40 +02:00
Strangerke 300859aa43 AVALANCHE: Fix static array names 2013-10-04 17:52:12 +02:00
Strangerke 89559e07a3 AVALANCHE: Remove file variable from AvalancheEngine 2013-10-04 17:40:24 +02:00
Strangerke 493c02ae22 AVALANCHE: Use ConfMan short name 2013-10-04 17:33:13 +02:00
Strangerke 650613f5ca AVALANCHE: Use MKTAG for signature. This breaks prior savegames. 2013-10-04 17:30:16 +02:00
Strangerke 19cc272763 AVALANCHE: Remove s_engine 2013-10-04 17:16:54 +02:00
Strangerke 9b9462bcee AVALANCHE: Check | occurrence as pointed by LordHoto 2013-10-04 17:15:24 +02:00
Strangerke 49960992ca AVALANCHE: Fix naming convention, reduce the scope of a couple of variables 2013-10-04 17:12:35 +02:00
Strangerke 9a4d1683c9 AVALANCHE: Remove code commented in the original but not in the engine. 2013-10-04 17:07:59 +02:00
Willem Jan Palenstijn 97f26f6794 AVALANCHE: Use memcpy in refreshScreen 2013-10-03 23:48:56 +02:00
Willem Jan Palenstijn a6bdec5ca5 AVALANCHE: Don't refresh screen after every event in scroll mode 2013-10-03 23:48:14 +02:00
Strangerke 2d8fa4fdad AVALANCHE: Set some variables private in Menu 2013-10-03 07:49:29 +02:00
Strangerke 26626125d9 AVALANCHE: Use Doxygen comments in Graphics 2013-10-03 07:14:36 +02:00
Strangerke efe6236e7b AVALANCHE: Make _surface private 2013-10-02 23:39:18 +02:00
Strangerke 9093b2c258 AVALANCHE: Use Doxygen comments in Dialogs, set private some members 2013-10-02 21:56:01 +02:00
Strangerke 8652224e58 AVALANCHE: Move ControlCharacter enum to enums 2013-10-02 07:49:32 +02:00
uruk 4b93e25435 AVALANCHE: Repair shadowed variable. 2013-10-02 07:26:17 +02:00
Strangerke 546e911af9 AVALANCHE: Use Doxygen comments in Animation 2013-10-02 07:25:20 +02:00
Strangerke 5a4bd0d837 AVALANCHE: some more work on variables 2013-10-01 23:31:31 +02:00
Strangerke c9432b8467 AVALANCHE: more work on variables 2013-10-01 23:23:07 +02:00
Strangerke 199ba0ddf4 AVALANCHE: Remove verbosity related to the use of Magics enum 2013-10-01 23:15:53 +02:00