Commit Graph
681 Commits
Author SHA1 Message Date
Eugene Sandulenko 44e098b06d LAB: More renames 2015-12-23 21:33:47 +01:00
Eugene Sandulenko 38ed7f930f LAB: Renames and moved static variables to class 2015-12-23 21:33:47 +01:00
Eugene Sandulenko 69bdfae235 LAB: Plug memory leak 2015-12-23 21:33:47 +01:00
Eugene Sandulenko adbb0ce0c5 LAB: Renamed mouse.* to eventman.* 2015-12-23 21:33:47 +01:00
Eugene Sandulenko ab2519f57b LAB: Get rid of machine.cpp 2015-12-23 21:33:47 +01:00
Eugene Sandulenko 17d6e5e860 LAB: Moved bltBitMap to Image class 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
Strangerke 1d13083b29 LAB: Clean up includes in Intro 2015-12-23 21:33:47 +01:00
Strangerke 9ac98357bd LAB: Get rid of g_lab in Intro 2015-12-23 21:33:47 +01:00
Eugene Sandulenko d2dbf19244 LAB: Fix module.mk after readdiff.cpp removal 2015-12-23 21:33:47 +01:00
Strangerke 6b24481358 LAB: Move functions related to keyboard events to Event 2015-12-23 21:33:46 +01:00
Strangerke 66bf888558 LAB: Rework and renaming in the Event class 2015-12-23 21:33:46 +01:00
Strangerke 53d92be11f LAB: remove the use of g_lab in Anim 2015-12-23 21:33:46 +01:00
Strangerke 2fb0250e0c LAB: Renaming of Anim 2015-12-23 21:33:46 +01:00
Strangerke 7651ac7388 LAB: Get rid of readdiff.cpp 2015-12-23 21:33:46 +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 83d88cab80 LAB: Some renaming, get rid of copytwo() 2015-12-23 21:33:46 +01:00
Eugene Sandulenko 27c204976e LAB: Cleanup 2015-12-23 21:33:46 +01:00
Eugene Sandulenko 3f33ad277d LAB: More renames 2015-12-23 21:33:46 +01:00
Strangerke 611df0c0dc LAB: Some renaming in allocroom, remove useless code and variables 2015-12-23 21:33:46 +01:00
Strangerke 609fd323d3 LAB: Remove some dead code 2015-12-23 21:33:45 +01:00
Strangerke 377bed8db0 LAB: Some renaming in Room Markers 2015-12-23 21:33:45 +01:00
Strangerke f817c1de2e LAB: Get rid of stddefines 2015-12-23 21:33:45 +01:00
Filippos Karapetis 0fbf62f7f0 LAB: Plug several font-related memory leaks. Some cleanup 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
Filippos Karapetis 51d04a8187 LAB: Remove leftover debug code 2015-12-23 21:33:45 +01:00
Eugene Sandulenko 06b8eb856e LAB: C++'ify vga.cpp 2015-12-23 21:33:45 +01:00
Eugene Sandulenko 29fc7a56c1 LAB: Fix warning 2015-12-23 21:33:45 +01:00
Eugene Sandulenko fa8d319e31 LAB: More renames 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 8dbdc70de4 LAB: Fix stopDiffEnd. This fixes the intro (between others) 2015-12-23 21:33:44 +01:00
Strangerke 4a90aba77a LAB: Get rid of a goto 2015-12-23 21:33:44 +01:00
Strangerke d45d46c2cb LAB: Rename music source file 2015-12-23 21:33:44 +01:00
Strangerke 6395095b83 LAB: Move crumb variables to main class 2015-12-23 21:33:44 +01:00
Strangerke 17678103db LAB: Move Music declaration to a separate header file 2015-12-23 21:33:44 +01:00
Strangerke 11df8b5cf7 LAB: Make consistent the type of pen number 2015-12-23 21:33:44 +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 18fc6fd102 LAB: Add some feedback when a file isn't found 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 c485d9e8a6 LAB: Some rework related to the mouse code 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
Strangerke b76a624c9a LAB: Fix several cppcheck errors 2015-12-23 21:33:43 +01:00