aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/special.cpp
AgeCommit message (Expand)Author
2015-12-23LAB: Renames and moved vars to classesEugene Sandulenko
2015-12-23LAB: Renamed mouse.* to eventman.*Eugene Sandulenko
2015-12-23LAB: Moved bltBitMap to Image classEugene Sandulenko
2015-12-23LAB: Rename Image class membersEugene Sandulenko
2015-12-23LAB: Some renaming, move a couple of variables to game engineStrangerke
2015-12-23LAB: Renaming of AnimStrangerke
2015-12-23LAB: Put Image into a separate class. Leaks memory for nowEugene Sandulenko
2015-12-23LAB: Introduce the Anim class (WIP)Strangerke
2015-12-23LAB: More renamesEugene Sandulenko
2015-12-23LAB: Get rid of stddefinesStrangerke
2015-12-23LAB: Plug several font-related memory leaks. Some cleanupFilippos Karapetis
2015-12-23LAB: Move getText to the Resource classFilippos Karapetis
2015-12-23LAB: Renames in vga.cppEugene Sandulenko
2015-12-23LAB: Move RoomNum to main engine classStrangerke
2015-12-23LAB: Rename _music, delete it in engine destructorStrangerke
2015-12-23LAB: Make _music a member of LabEngine instead of a globalStrangerke
2015-12-23LAB: Move the global variable g_resource to the main engine classStrangerke
2015-12-23LAB: Move IsHiRes to main engine classStrangerke
2015-12-23LAB: Remove useless redirectionsStrangerke
2015-12-23LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP)Strangerke
2015-12-23LAB: Some rework related to the mouse codeStrangerke
2015-12-23LAB: Check all the 'for' loops, reduce the scope of variable accordinglyStrangerke
2015-12-23LAB: Fix several cppcheck errorsStrangerke
2015-12-23LAB: Put vga.cpp into LabEngine classEugene Sandulenko
2015-12-23LAB: More renames in vga.cppEugene Sandulenko
2015-12-23LAB: Started vga code refactoringEugene Sandulenko
2015-12-23LAB: Rename IntuiMessage struct membersEugene Sandulenko
2015-12-23LAB: get rid of timing.hEugene Sandulenko
2015-12-23LAB: Rename monpage -> monitorPageFilippos Karapetis
2015-12-23LAB: Remove superfluous image buffersFilippos Karapetis
2015-12-23LAB: Remove unused code for the demo versionFilippos Karapetis
2015-12-15LAB: Move the font loading code into the Resource classFilippos Karapetis
2015-12-15LAB: Remove dead codeFilippos Karapetis
2015-12-15LAB: Replace more calls to checkMusic()Filippos Karapetis
2015-12-15LAB: Move more static variables to the topFilippos Karapetis
2015-12-15LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapperFilippos Karapetis
2015-12-15LAB: Merge the VGAScale and setCurClose functionsFilippos Karapetis
2015-12-15LAB: Simplify translateFileName()Filippos Karapetis
2015-12-15LAB: Add support for the Wyrmkeep Windows trial versionFilippos Karapetis
2015-12-15LAB: Remove superfluous void function parametersFilippos Karapetis
2015-12-15LAB: Remove leftover debug codeFilippos Karapetis
2015-12-15LAB: Fix loading of saved gamesFilippos Karapetis
2015-12-15LAB: Remove the journalCleanUp() wrapperFilippos Karapetis
2015-12-15LAB: Rewrite the save/load systemFilippos Karapetis
2015-12-15LAB: Further fixes to signed/unsigned comparisons and bool assignmentsFilippos Karapetis
2015-12-15LAB: Initial support for lowres modeEugene Sandulenko
2015-12-15LAB: CleanupEugene Sandulenko
2015-12-15LAB: Objectify LabSetsEugene Sandulenko
2015-12-15LAB: Started objectifying LargeSetsEugene Sandulenko
2015-12-15LAB: Simplify stddefines.hEugene Sandulenko