scummvm/engines/lab
2015-12-23 21:33:44 +01:00
..
allocroom.cpp LAB: Rename RoomData members 2015-12-23 21:33:43 +01:00
configure.engine LAB: Initial code 2015-12-15 00:05:02 +01:00
detection.cpp LAB: Fix several cppcheck errors 2015-12-23 21:33:43 +01:00
diff.h LAB: Rewrite readSound() to use Common::File 2015-12-23 21:33:40 +01:00
engine.cpp LAB: Move crumb variables to main class 2015-12-23 21:33:44 +01:00
graphics.cpp LAB: Make consistent the type of pen number 2015-12-23 21:33:44 +01:00
interface.cpp LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP) 2015-12-23 21:33:43 +01:00
interface.h LAB: Put vga.cpp into LabEngine class 2015-12-23 21:33:43 +01:00
intro.cpp LAB: Make consistent the type of pen number 2015-12-23 21:33:44 +01:00
intro.h LAB: Add intro.h 2015-12-23 21:33:41 +01:00
lab.cpp LAB: Move crumb variables to main class 2015-12-23 21:33:44 +01:00
lab.h LAB: Move crumb variables to main class 2015-12-23 21:33:44 +01:00
labfile.cpp LAB: Add some feedback when a file isn't found 2015-12-23 21:33:43 +01:00
labfun.h LAB: Move Music declaration to a separate header file 2015-12-23 21:33:44 +01:00
labmusic.cpp LAB: Move Music declaration to a separate header file 2015-12-23 21:33:44 +01:00
labsets.cpp LAB: Move the global variable g_resource to the main engine class 2015-12-23 21:33:44 +01:00
machine.cpp LAB: Move IsHiRes to main engine class 2015-12-23 21:33:43 +01:00
map.cpp LAB: Move RoomNum to main engine class 2015-12-23 21:33:44 +01:00
module.mk LAB: Move more room reading functions to the Resource class 2015-12-23 21:33:39 +01:00
mouse.cpp LAB: Move IsHiRes to main engine class 2015-12-23 21:33:43 +01:00
mouse.h LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP) 2015-12-23 21:33:43 +01:00
music.h LAB: Move Music declaration to a separate header file 2015-12-23 21:33:44 +01:00
parsefun.h LAB: Some rework related to the mouse code 2015-12-23 21:33:43 +01:00
parsetypes.h LAB: Move crumb variables to main class 2015-12-23 21:33:44 +01:00
processroom.cpp LAB: Move RoomNum to main engine class 2015-12-23 21:33:44 +01:00
readdiff.cpp LAB: Rename _music, delete it in engine destructor 2015-12-23 21:33:44 +01:00
resource.cpp LAB: Rename _music, delete it in engine destructor 2015-12-23 21:33:44 +01:00
resource.h LAB: Move the global variable g_resource to the main engine class 2015-12-23 21:33:44 +01:00
savegame.cpp LAB: Move crumb variables to main class 2015-12-23 21:33:44 +01:00
special.cpp LAB: Move RoomNum to main engine class 2015-12-23 21:33:44 +01:00
stddefines.h LAB: Remove duplicate swap code and some unused defines 2015-12-15 00:05:02 +01:00
text.cpp LAB: Move RoomNum to main engine class 2015-12-23 21:33:44 +01:00
text.h LAB: Move the font loading code into the Resource class 2015-12-15 00:05:02 +01:00
timing.cpp LAB: Put vga.cpp into LabEngine class 2015-12-23 21:33:43 +01:00
undiff.cpp LAB: Check all the 'for' loops, reduce the scope of variable accordingly 2015-12-23 21:33:43 +01:00
vga.cpp LAB: Make consistent the type of pen number 2015-12-23 21:33:44 +01:00