aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/intro.cpp
AgeCommit message (Expand)Author
2015-12-23LAB: Code naming, reduced variable scopeEugene Sandulenko
2015-12-23LAB: Reduced last reducable header: anim.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: interface.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: dispman.h, eventman.hEugene Sandulenko
2015-12-23LAB: More header dependency reduxEugene Sandulenko
2015-12-23LAB: Reduce header dependency from music.hEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Use doxygen format for function commentsStrangerke
2015-12-23LAB: Review spacingStrangerke
2015-12-23LAB: Fix spellingFilippos Karapetis
2015-12-23LAB: Move text functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Some more renaming, remove useless variablesStrangerke
2015-12-23LAB: Move fade functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Move more functions to DisplayManStrangerke
2015-12-23LAB: Simplify several calls to flowText() and rectFill()Filippos Karapetis
2015-12-23LAB: Rewrite picture handling and get rid of the memory managerFilippos Karapetis
2015-12-23LAB: Start working on a separate DisplayMan classStrangerke
2015-12-23LAB: Clean up includes in IntroStrangerke
2015-12-23LAB: Get rid of g_lab in IntroStrangerke
2015-12-23LAB: Renaming of AnimStrangerke
2015-12-23LAB: Introduce the Anim class (WIP)Strangerke
2015-12-23LAB: Plug several font-related memory leaks. Some cleanupFilippos Karapetis
2015-12-23LAB: Renames in vga.cppEugene Sandulenko
2015-12-23LAB: Make consistent the type of pen numberStrangerke
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: Move mouse code in separate class, move some functions to LabEngine. (WIP)Strangerke
2015-12-23LAB: Check all the 'for' loops, reduce the scope of variable accordinglyStrangerke
2015-12-23LAB: Put vga.cpp into LabEngine classEugene Sandulenko
2015-12-23LAB: Started vga code refactoringEugene Sandulenko
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-15LAB: Move the font loading code into the Resource classFilippos Karapetis
2015-12-15LAB: Some cleanupFilippos Karapetis
2015-12-15LAB: Clean up readSound(), readMusic() and longDrawMessage()Filippos Karapetis
2015-12-15LAB: Remove the fillUpMusic() and checkMusic() wrappers. Some cleanupFilippos Karapetis
2015-12-15LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapperFilippos Karapetis
2015-12-15LAB: Simplify translateFileName()Filippos Karapetis
2015-12-15LAB: Use the correct splash screen file for the DOS versionFilippos 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: Remove superfluous void function parametersFilippos Karapetis
2015-12-15LAB: Initial support for lowres modeEugene Sandulenko
2015-12-15LAB: CleanupEugene Sandulenko
2015-12-15LAB: Initial codeEugene Sandulenko