Commit Graph
61 Commits
Author SHA1 Message Date
Strangerke 5bc48cbbdd LAB: Move utility functions to a separate class 2015-12-23 21:33:54 +01:00
Strangerke 5636181b78 LAB: Move text functions to DisplayMan, some renaming 2015-12-23 21:33:52 +01:00
Strangerke 895d29c1ae LAB: Some more renaming, remove useless variables 2015-12-23 21:33:52 +01:00
Filippos Karapetis 62c4acc6b3 LAB: Change the gadget lists to use Common::List 2015-12-23 21:33:52 +01:00
Strangerke 803dbcee90 LAB: Move _rooms to LabEngine, some renaming 2015-12-23 21:33:52 +01:00
Strangerke 785772e86f LAB: Move fade functions to DisplayMan, some renaming 2015-12-23 21:33:52 +01:00
Strangerke 438e7a24f5 LAB: Get rid of some global variables 2015-12-23 21:33:51 +01:00
Strangerke ef99d82d13 LAB: Move more functions to DisplayMan 2015-12-23 21:33:51 +01:00
Filippos Karapetis 61d89cb744 LAB: Small cleanup in drawMap() 2015-12-23 21:33:51 +01:00
Filippos Karapetis 525db01913 LAB: Simplify several calls to flowText() and rectFill() 2015-12-23 21:33:51 +01:00
Filippos Karapetis 6f3644f377 LAB: Fix a regression in roomCoords() 2015-12-23 21:33:51 +01:00
Filippos Karapetis 3ac02c1196 LAB: Simplify file handling code 2015-12-23 21:33:50 +01:00
Strangerke 733fbe4c62 LAB: Start working on a separate DisplayMan class 2015-12-23 21:33:50 +01:00
Filippos Karapetis 021cb4c526 LAB: Rename roomCords to roomCoords 2015-12-23 21:33:49 +01:00
Filippos Karapetis 58e6627f19 LAB: Remove superfluous image variables 2015-12-23 21:33:49 +01:00
Filippos Karapetis 8f4d9c9c05 LAB: Image accepts a Common::File now 2015-12-23 21:33:49 +01:00
Filippos Karapetis 914bd26295 LAB: Cleanup of roomCords() 2015-12-23 21:33:49 +01:00
Filippos Karapetis 1913a61f30 LAB: Some renaming and cleanup 2015-12-23 21:33:48 +01:00
Filippos Karapetis 23b70db958 LAB: Cleanup of palette code 2015-12-23 21:33:48 +01:00
Eugene Sandulenko 4424463f06 LAB: Moved CPtr to engine class 2015-12-23 21:33:48 +01:00
Eugene Sandulenko 646c29d5a3 LAB: Renames and moved vars to classes 2015-12-23 21:33:48 +01:00
Eugene Sandulenko adbb0ce0c5 LAB: Renamed mouse.* to eventman.* 2015-12-23 21:33:47 +01:00
Eugene Sandulenko 88ede5d2d5 LAB: Rename Image class members 2015-12-23 21:33:47 +01:00
Strangerke 8fa64824a2 LAB: Some renaming, move a couple of variables to game engine 2015-12-23 21:33:47 +01:00
Eugene Sandulenko 148d64eceb LAB: Put Image into a separate class. Leaks memory for now 2015-12-23 21:33:46 +01:00
Strangerke d656aa4859 LAB: Introduce the Anim class (WIP) 2015-12-23 21:33:46 +01:00
Strangerke f817c1de2e LAB: Get rid of stddefines 2015-12-23 21:33:45 +01:00
Filippos Karapetis 24684fe321 LAB: Move getText to the Resource class
Also, make getFont() error out when it can't find a font, and get rid
of BigMsgFont
2015-12-23 21:33:45 +01:00
Eugene Sandulenko 6d4b71e2ce LAB: Renames in vga.cpp 2015-12-23 21:33:45 +01:00
Strangerke 6cee2eb2be LAB: Move RoomNum to main engine class 2015-12-23 21:33:44 +01:00
Strangerke d0c6c73036 LAB: Rename _music, delete it in engine destructor 2015-12-23 21:33:44 +01:00
Strangerke 05f54b7fe0 LAB: Make _music a member of LabEngine instead of a global 2015-12-23 21:33:44 +01:00
Strangerke 771e558d90 LAB: Move the global variable g_resource to the main engine class 2015-12-23 21:33:44 +01:00
Strangerke 0c84355f4a LAB: Move IsHiRes to main engine class 2015-12-23 21:33:43 +01:00
Strangerke db773d92b7 LAB: Remove useless redirections 2015-12-23 21:33:43 +01:00
Strangerke d96484d81c LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP) 2015-12-23 21:33:43 +01:00
Strangerke 8d70f33efe LAB: Rename RoomData members 2015-12-23 21:33:43 +01:00
Strangerke ff2def7da1 LAB: Check all the 'for' loops, reduce the scope of variable accordingly 2015-12-23 21:33:43 +01:00
Eugene Sandulenko 93e3ba9edd LAB: Put vga.cpp into LabEngine class 2015-12-23 21:33:43 +01:00
Eugene Sandulenko f56f2effb4 LAB: Started vga code refactoring 2015-12-23 21:33:42 +01:00
Eugene Sandulenko 158f623db8 LAB: Rename IntuiMessage struct members 2015-12-23 21:33:41 +01:00
Filippos Karapetis 09a7232daa LAB: Use Common::File to load map data 2015-12-23 21:33:41 +01:00
Filippos Karapetis 77608bfc66 LAB: Move more room reading functions to the Resource class 2015-12-23 21:33:39 +01:00
Filippos Karapetis 01dffc75a1 LAB: Move static text loading to the Resource class 2015-12-15 00:05:02 +01:00
Filippos Karapetis d565b10384 LAB: Move the font loading code into the Resource class 2015-12-15 00:05:02 +01:00
Filippos Karapetis df3200ef0c LAB: Simplify readViews() 2015-12-15 00:05:02 +01:00
Filippos Karapetis da0ee48ab9 LAB: Remove the fillUpMusic() and checkMusic() wrappers. Some cleanup 2015-12-15 00:05:02 +01:00
Filippos Karapetis 77f4a10901 LAB: Remove dead code 2015-12-15 00:05:02 +01:00
Filippos Karapetis a4bad804f6 LAB: Get rid of sizeOfFile(), some cleanup 2015-12-15 00:05:02 +01:00
Filippos Karapetis 21e360b9b1 LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapper 2015-12-15 00:05:02 +01:00