Commit graph

27 commits

Author SHA1 Message Date
Filippos Karapetis
0fbf62f7f0 LAB: Plug several font-related memory leaks. Some cleanup 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
11df8b5cf7 LAB: Make consistent the type of pen number 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
d96484d81c LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP) 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
Eugene Sandulenko
fd8215454c LAB: Objectify intro code 2015-12-23 21:33:41 +01:00
Eugene Sandulenko
36684eb1ba LAB: get rid of timing.h 2015-12-23 21:33:41 +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
afa9475d2a LAB: Some cleanup 2015-12-15 00:05:02 +01:00
Filippos Karapetis
e9f161b3aa LAB: Clean up readSound(), readMusic() and longDrawMessage() 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
21e360b9b1 LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapper 2015-12-15 00:05:02 +01:00
Filippos Karapetis
9a12f6be3f LAB: Simplify translateFileName() 2015-12-15 00:05:02 +01:00
Filippos Karapetis
e031359d99 LAB: Use the correct splash screen file for the DOS version 2015-12-15 00:05:02 +01:00
Filippos Karapetis
cc0baf48ed LAB: Check for engine quit events 2015-12-15 00:05:02 +01:00
Filippos Karapetis
16df4305f4 LAB: Allow skipping the credits in the intro sequence
Also, remove some unused variables and perform some minor renaming
2015-12-15 00:05:02 +01:00
Filippos Karapetis
6ff7c480af LAB: Remove superfluous void function parameters 2015-12-15 00:05:02 +01:00
Eugene Sandulenko
60d4f0a069 LAB: Initial support for lowres mode 2015-12-15 00:05:02 +01:00
Eugene Sandulenko
58182bd77a LAB: Cleanup 2015-12-15 00:05:02 +01:00
Eugene Sandulenko
8ca14d1d64 LAB: Initial code 2015-12-15 00:05:02 +01:00