aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/engine.cpp
AgeCommit message (Expand)Author
2015-12-23LAB: Rename IntuiMessage struct membersEugene Sandulenko
2015-12-23LAB: Objectify intro codeEugene Sandulenko
2015-12-23LAB: get rid of timing.hEugene Sandulenko
2015-12-23LAB: Fix compilationEugene Sandulenko
2015-12-23LAB: Simplify the file reading code for the movement control panelFilippos Karapetis
2015-12-23LAB: Simplify getViewData, get rid of ViewDataPtr and ActionPtrFilippos Karapetis
2015-12-15LAB: Replace readRoomData() and readInventory()Filippos Karapetis
2015-12-15LAB: Move static text loading to the Resource classFilippos Karapetis
2015-12-15LAB: Move the font loading code into the Resource classFilippos Karapetis
2015-12-15LAB: Move checkRoomMusic to the Music class. Some cleanupFilippos Karapetis
2015-12-15LAB: Replace some more calls to checkMusic(). Some cleanupFilippos Karapetis
2015-12-15LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapperFilippos Karapetis
2015-12-15LAB: Simplify usage of createButton()Filippos Karapetis
2015-12-15LAB: Get rid of numtostr(), and simplify most uses of sizeOfFile()Filippos Karapetis
2015-12-15LAB: Use CamelCase, and simplify mouseHandler()Filippos Karapetis
2015-12-15LAB: Check for engine quit eventsFilippos Karapetis
2015-12-15LAB: Allow skipping the credits in the intro sequenceFilippos Karapetis
2015-12-15LAB: Further clean up of the music and sound effect codeFilippos Karapetis
2015-12-15LAB: Rename waiteffect -> waitForEffectFilippos Karapetis
2015-12-15LAB: Remove unused variablesFilippos Karapetis
2015-12-15LAB: Remove the unused setMode()/getMode() functionsFilippos Karapetis
2015-12-15LAB: Remove superfluous void function parametersFilippos Karapetis
2015-12-15LAB: Rewrite the save/load systemFilippos Karapetis
2015-12-15LAB: Disable startup warning about hi/low res modeFilippos Karapetis
2015-12-15LAB: Remove unused mouse reset callFilippos Karapetis
2015-12-15LAB: Silence false positives about uninitialized variablesFilippos Karapetis
2015-12-15LAB: Add missing const qualifiersFilippos Karapetis
2015-12-15LAB: Fix regressionEugene Sandulenko
2015-12-15LAB: CleanupEugene Sandulenko
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: Kill storage.hEugene Sandulenko
2015-12-15LAB: fix input processingEugene Sandulenko
2015-12-15LAB: Added inputEugene Sandulenko
2015-12-15LAB: Further rendering pipeline fixesEugene Sandulenko
2015-12-15LAB: Initial codeEugene Sandulenko