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 |
|
Filippos Karapetis
|
79ed1e1f05
|
LAB: Get rid of numtostr(), and simplify most uses of sizeOfFile()
|
2015-12-15 00:05:02 +01:00 |
|
Filippos Karapetis
|
a83c50cf66
|
LAB: Remove duplicate swap code and some unused defines
|
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 |
|
Filippos Karapetis
|
28bbcf5641
|
LAB: Add missing const qualifiers
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
fdb4f3edf8
|
LAB: Cleanup
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
58182bd77a
|
LAB: Cleanup
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
cb8f843296
|
LAB: Objectify LabSets
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
471dbaa758
|
LAB: Started objectifying LargeSets
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
3a8cafa41e
|
LAB: Kill storage.h
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
bbddd32d38
|
LAB: Further rendering pipeline fixes
|
2015-12-15 00:05:02 +01:00 |
|
Eugene Sandulenko
|
8ca14d1d64
|
LAB: Initial code
|
2015-12-15 00:05:02 +01:00 |
|