Commit Graph
42 Commits
Author SHA1 Message Date
Strangerke 93e5d415c6 AVALANCHE: Janitorial - Removing trailing spaces and tabs 2013-11-22 21:31:39 +01:00
Strangerke a6fbfd958d AVALANCHE: Fix CID 1109677, 1109678, 1109694, 1109695 2013-10-28 07:49:38 +01:00
Strangerke 7dc1ea9ada AVALANCHE: Fix out of bounds reads (CID 1109653-1109655) 2013-10-25 08:10:38 +02:00
Strangerke 1c3fcf22a1 AVALANCHE: Some more refactoring 2013-10-17 22:17:10 +02:00
Strangerke 91e70ce2a8 AVALANCHE: Modifiy AnimationType initialization, add private Animation pointer 2013-10-14 19:10:23 +02:00
Strangerke aba6b02b5b AVALANCHE: Fix two blocking loops not checking shouldQuit() 2013-10-11 08:10:43 +02:00
Strangerke d202d898da AVALANCHE: Remove code duplicate in runMenuWith() 2013-10-11 08:06:16 +02:00
Strangerke f76284a95e AVALANCHE: Polish 'File' menu 2013-10-11 08:01:43 +02:00
Strangerke 72e55fab70 AVALANCHE: Implement Bleep(), improve one comment 2013-10-11 07:54:42 +02:00
Strangerke a30cc19ca8 AVALANCHE: Fix two other broken verb usages 2013-10-07 02:18:09 +02:00
Strangerke b6d6c17727 AVALANCHE: Replace static strings by static char* 2013-10-05 14:37:20 +02:00
Strangerke a357dc4d0c AVALANCHE: Cleaning includes - remove useless includes in cpp files 2013-10-05 01:55:41 +02:00
Strangerke 300859aa43 AVALANCHE: Fix static array names 2013-10-04 17:52:12 +02:00
Strangerke 2d8fa4fdad AVALANCHE: Set some variables private in Menu 2013-10-03 07:49:29 +02:00
Strangerke 199ba0ddf4 AVALANCHE: Remove verbosity related to the use of Magics enum 2013-10-01 23:15:53 +02:00
Strangerke ae45671973 AVALANCHE: More work on variables 2013-10-01 22:52:30 +02:00
Strangerke ce50d86987 AVALANCHE: Remove useless variable, move variables to dialogs 2013-10-01 21:58:01 +02:00
Strangerke f9a5eb4629 AVALANCHE: Set private some more variables 2013-10-01 21:04:37 +02:00
Strangerke 1c9ac623fa AVALANCHE: Rework calcHand, move another function to Graphics 2013-09-29 19:49:57 +02:00
Strangerke 6b41b38049 AVALANCHE: Move code from Menu to Graphics 2013-09-29 19:03:52 +02:00
Strangerke 1af03774cc AVALANCHE: Add some more graphic functions 2013-09-29 11:26:21 +02:00
Strangerke 6a7326ec26 AVALANCHE: More rework on Graphic code 2013-09-28 15:08:41 +02:00
Strangerke 726fa64bbf AVALANCHE: Use an enum for the Mouse cursor identifier 2013-09-28 10:11:21 +02:00
Strangerke 7d66cdf417 AVALANCHE: Move mouse cursor display functions to Graphics 2013-09-28 10:00:23 +02:00
Strangerke 649fa6e5f0 AVALANCHE: Use the Color enum, remove some magic values, identify some dead variables 2013-09-27 21:57:24 +02:00
Strangerke 08883a807f AVALANCHE: Merge Avalot and AvalancheEngine 2013-09-27 01:34:38 +02:00
Strangerke 890eed446c AVALANCHE: rename a parameter, remove a useless (unitialized) variable, disable some menu entries 2013-09-25 07:57:57 +02:00
Strangerke b4a81fc2ac AVALANCHE: Use enum for verbs 2013-09-24 22:36:57 +02:00
Strangerke b3f6ce975f AVALANCHE: Use People enum as a type for several variables, modify functions accordingly 2013-09-24 21:24:52 +02:00
Strangerke 0b7de38dc1 AVALANCHE: Use Room enum instead of byte in misc place 2013-09-24 08:15:28 +02:00
Strangerke f4e37939c7 AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variables 2013-09-24 07:31:43 +02:00
Strangerke 4b4f07a7f6 AVALANCHE: Merge Gyro, Lucerna and Avalot 2013-09-21 22:28:48 +02:00
Strangerke a80af5326e AVALANCHE: Merge Acci and Parser 2013-09-21 18:37:52 +02:00
uruk 2df1aa6287 AVALANCHE: More clean up, removement of dead code, some rearranging. 2013-09-21 13:33:43 +02:00
Strangerke c7f888de7c AVALANCHE: Remove remaining off and on calls in commented code 2013-09-20 23:19:30 +02:00
Strangerke 2b63646740 AVALANCHE: Remove some useless/dead code 2013-09-20 23:09:43 +02:00
Strangerke 6943fcfb03 AVALANCHE: Janitorial - leftover Bristish -> American English 2013-09-20 07:55:10 +02:00
uruk 31637f1983 AVALANCHE: Cosmetic modifications. 2013-09-19 21:21:53 +02:00
Strangerke 0356040910 AVALANCHE: Remove some STUBs, add calls to stopSound() 2013-09-19 19:04:01 +02:00
Strangerke 23b225ca0d AVALANCHE: Add sound class, blip(), playNote() and click() 2013-09-18 23:59:26 +02:00
Strangerke edc1477741 AVALANCHE: Remove index hack used for mouse pointer (Pascal to C conversion) 2013-09-18 08:07:20 +02:00
Strangerke 8be433b960 AVALANCHE: Rename DropDown into Menu, add some access functions 2013-09-18 07:47:52 +02:00