Commit Graph
135 Commits
Author SHA1 Message Date
Strangerke 1c3fcf22a1 AVALANCHE: Some more refactoring 2013-10-17 22:17:10 +02:00
Strangerke 5f0361c03a AVALANCHE: Move Bubble pos to Dialogs, make them private 2013-10-17 22:17:10 +02:00
Strangerke 1f943c0362 AVALANCHE: Fix crash when entering inn, add safeguards 2013-10-15 08:10:37 +02:00
Strangerke 6437179de3 AVALANCHE: Get rid of SpriteInfo 2013-10-15 01:07:26 +02:00
Strangerke 597690ae9d AVALANCHE: Fix memory corruption in background (drawpicture) blitting 2013-10-15 00:09:08 +02:00
urukgit cb54243763 AVALANCHE: Remove GraphicManager::fleshColors(), move everything from it to GraphicManager::init(). 2013-10-14 21:59:06 +02:00
Strangerke b0255c9406 AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn) 2013-10-09 06:45:51 +02:00
Strangerke 0bfe150dca AVALANCHE: Fix coding conventions in Graphics 2013-10-08 06:43:36 +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 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 b0a498c1e5 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-10-04 18:14:47 +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
Willem Jan Palenstijn 97f26f6794 AVALANCHE: Use memcpy in refreshScreen 2013-10-03 23:48:56 +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
uruk 4b93e25435 AVALANCHE: Repair shadowed variable. 2013-10-02 07:26:17 +02:00
Strangerke 5a4bd0d837 AVALANCHE: some more work on variables 2013-10-01 23:31:31 +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 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 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 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 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
uruk 3b57efaf99 AVALANCHE: Revise Graphics::drawPicture(). 2013-09-21 14:25:54 +02:00
uruk 2dcdca5711 AVALANCHE: Silence GCC warnings and repair Scrolls::scrollModeNormal(). 2013-09-21 14:16:32 +02:00
uruk 31637f1983 AVALANCHE: Cosmetic modifications. 2013-09-19 21:21:53 +02:00
Strangerke 7790b4cc5b AVALANCHE: Janitorial - Clean up misc style glitches 2013-09-18 00:05:14 +02:00
Strangerke 6e08f55160 AVALANCHE: Review all for statements 2013-09-16 22:57:38 +02:00
uruk fe72db6c85 AVALANCHE: Make Graphics::drawPicture more safe. Fix an index-bug regarding Gyro::_objectList. 2013-09-16 16:18:02 +02:00
Strangerke b60767fce8 AVALANCHE: Do not set pixels directly 2013-09-08 15:20:41 +02:00
Strangerke e859e17e3b AVALANCHE: Janitorial - Remove trailing spaces, fix define names 2013-09-07 09:00:34 +02:00
Strangerke f1bac0f193 AVALANCHE: (Hopefully) fix some warnings reported by GCC and Clang 2013-09-07 00:03:59 +02:00
uruk 3f822be0ab AVALANCHE: Silence Valgrind warnings. 2013-09-05 21:45:07 +02:00
uruk 390ecc6a6b AVALANCHE: Do renaming/refactoring in Graphics. 2013-09-05 13:20:03 +02:00
uruk 0c47dc858a AVALANCHE: Fix GCC warning. 2013-09-05 10:51:47 +02:00