Commit Graph
950 Commits
Author SHA1 Message Date
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
uruk bb8157772c AVALANCHE: Rename getIcon() to drawIcon(), move it to Graphics from Dialogs, implement it. Repair Dialogs::scrollModeDialogue(). 2013-10-01 09:57:41 +02:00
uruk 8408fa46c7 AVALANCHE: Implement Dialogs::displayQuestion(), repair setSeed() and getRandomNumber() calls. 2013-10-01 09:40:41 +02:00
uruk bfb28c7a39 AVALANCHE: Move drawSign() from Dialogs to Graphics. Implement it. 2013-10-01 08:51:40 +02:00
Strangerke 63f43aa959 AVALANCHE: Move some more variables out of Avalanche 2013-10-01 07:43:21 +02:00
Strangerke a06bbb4fe7 AVALANCHE: Rename _scrollNum to improve readibility 2013-10-01 07:31:13 +02:00
Strangerke bc4a8f8671 AVALANCHE: _scrollNum is now a C index 2013-10-01 07:29:15 +02:00
Strangerke 15acaa1a77 AVALANCHE: Move _scroll and _scrollNum to Dialogs. Remove a useless variable 2013-10-01 07:11:20 +02:00
Strangerke 6c11712373 AVALANCHE: More refactoring 2013-10-01 06:50:27 +02:00
Strangerke 9b8566ae18 AVALANCHE: Move several variables to make them private 2013-10-01 00:12:28 +02:00
Strangerke 98b5fe757f AVALANCHE: Remove various dead variables and associated code 2013-09-30 22:00:05 +02:00
Strangerke b160a156c1 AVALANCHE: Little refactoring in background 2013-09-30 20:53:06 +02:00
uruk 53f6c2f693 AVALANCHE: Implement keyboard control in Dialogs::scrollModeDialogue(). 2013-09-30 12:44:06 +02:00
Strangerke c2da192e7f AVALANCHE: Remove bytefields, which are set but never used 2013-09-30 07:22:59 +02:00
Strangerke ec41600795 AVALANCHE: Rename getFlag(), change _roomTime to uint32 2013-09-30 07:04:24 +02:00
Strangerke 55a3af61c9 AVALANCHE: Fix more gcc warnings reported by wjp 2013-09-29 23:59:01 +02:00
Strangerke 24bca9d927 AVALANCHE: Silent warnings reported by wjp 2013-09-29 23:33:48 +02:00
Strangerke bea6980529 AVALANCHE: Move debug display of magic lines to debugger 2013-09-29 22:19:12 +02:00
Strangerke 4464409d73 AVALANCHE: Set drawArc private 2013-09-29 21:28:43 +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 de12f46db5 AVALANCHE: Rename Graphics to avoid confusion, add drawBackgroundSprite(), set _background private 2013-09-29 17:54:03 +02:00
Strangerke 063bc8d8c9 AVALANCHE: Scrolls is now set to private 2013-09-29 12:14:15 +02:00
Strangerke ffbe4646c1 AVALANCHE: move some more functions to Graphics 2013-09-29 12:13:06 +02:00
Strangerke 1af03774cc AVALANCHE: Add some more graphic functions 2013-09-29 11:26:21 +02:00
Strangerke ef8b661c3d AVALANCHE: Partially move drawScroll to Graphics 2013-09-28 17:09:50 +02:00
Strangerke 6a7326ec26 AVALANCHE: More rework on Graphic code 2013-09-28 15:08:41 +02:00
Strangerke 0edb0e0434 AVALANCHE: Set the Magic surface as private, some associated rework 2013-09-28 14:31:54 +02:00
Strangerke fdbcb5f785 AVALANCHE: Move some more functions to Graphics 2013-09-28 10:41:52 +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 7a8d252ddb AVALANCHE: Move Digits and Directions to Graphics 2013-09-28 09:43:28 +02:00
Strangerke 00e5a4830b AVALANCHE: Move background loading to Graphics 2013-09-27 23:48:53 +02:00
Strangerke 75258758ef AVALANCHE: Move Zoom to Graphics 2013-09-27 23:22:36 +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 d7230fe856 AVALANCHE: Remove a couple of unused variables 2013-09-27 08:33:58 +02:00
Strangerke 64f799773e AVALANCHE: Misc minor polishing 2013-09-27 08:21:04 +02:00
Strangerke 08883a807f AVALANCHE: Merge Avalot and AvalancheEngine 2013-09-27 01:34:38 +02:00
Strangerke e166f6fc44 AVALANCHE: Move a couple of variables to Sequence, more private variables 2013-09-27 00:33:08 +02:00
Strangerke 75cbbda822 AVALANCHE: More function deduplication, remove a magic value 2013-09-27 00:21:59 +02:00
Strangerke dc3471bc09 AVALANCHE: Rename Sequence functions 2013-09-27 00:09:47 +02:00
uruk 03cae64498 AVALANCHE: Fix bug in Sequence. 2013-09-26 20:31:11 +02:00
Strangerke df3fe7b0ec AVALANCHE: Objectify Sequence. This commit breaks savegames. 2013-09-26 20:16:33 +02:00
uruk 8efaa45425 AVALANCHE: Partially implement (there are still missing features: icon, keyboard control) the last missing type of scrolls: dialogs. Move some functions/variables, remove unused code in order to do so. 2013-09-26 19:22:48 +02:00
Strangerke 90c6e6a689 AVALANCHE: Janitorial - Use ++ and -- when possible 2013-09-25 23:57:08 +02:00
Strangerke 6cd9bd141c AVALANCHE: Move some variables to Animation, break savegame compatibility 2013-09-25 23:54:35 +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 1b1655d0c8 AVALANCHE: use nullptr for empty pointers 2013-09-25 07:46:09 +02:00