index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
lab
/
intro.cpp
Age
Commit message (
Expand
)
Author
2015-12-23
LAB: Fix spelling
Filippos Karapetis
2015-12-23
LAB: Move text functions to DisplayMan, some renaming
Strangerke
2015-12-23
LAB: Some more renaming, remove useless variables
Strangerke
2015-12-23
LAB: Move fade functions to DisplayMan, some renaming
Strangerke
2015-12-23
LAB: Move more functions to DisplayMan
Strangerke
2015-12-23
LAB: Simplify several calls to flowText() and rectFill()
Filippos Karapetis
2015-12-23
LAB: Rewrite picture handling and get rid of the memory manager
Filippos Karapetis
2015-12-23
LAB: Start working on a separate DisplayMan class
Strangerke
2015-12-23
LAB: Clean up includes in Intro
Strangerke
2015-12-23
LAB: Get rid of g_lab in Intro
Strangerke
2015-12-23
LAB: Renaming of Anim
Strangerke
2015-12-23
LAB: Introduce the Anim class (WIP)
Strangerke
2015-12-23
LAB: Plug several font-related memory leaks. Some cleanup
Filippos Karapetis
2015-12-23
LAB: Renames in vga.cpp
Eugene Sandulenko
2015-12-23
LAB: Make consistent the type of pen number
Strangerke
2015-12-23
LAB: Rename _music, delete it in engine destructor
Strangerke
2015-12-23
LAB: Make _music a member of LabEngine instead of a global
Strangerke
2015-12-23
LAB: Move the global variable g_resource to the main engine class
Strangerke
2015-12-23
LAB: Move IsHiRes to main engine class
Strangerke
2015-12-23
LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP)
Strangerke
2015-12-23
LAB: Check all the 'for' loops, reduce the scope of variable accordingly
Strangerke
2015-12-23
LAB: Put vga.cpp into LabEngine class
Eugene Sandulenko
2015-12-23
LAB: Started vga code refactoring
Eugene Sandulenko
2015-12-23
LAB: Rename IntuiMessage struct members
Eugene Sandulenko
2015-12-23
LAB: Objectify intro code
Eugene Sandulenko
2015-12-23
LAB: get rid of timing.h
Eugene Sandulenko
2015-12-15
LAB: Move the font loading code into the Resource class
Filippos Karapetis
2015-12-15
LAB: Some cleanup
Filippos Karapetis
2015-12-15
LAB: Clean up readSound(), readMusic() and longDrawMessage()
Filippos Karapetis
2015-12-15
LAB: Remove the fillUpMusic() and checkMusic() wrappers. Some cleanup
Filippos Karapetis
2015-12-15
LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapper
Filippos Karapetis
2015-12-15
LAB: Simplify translateFileName()
Filippos Karapetis
2015-12-15
LAB: Use the correct splash screen file for the DOS version
Filippos Karapetis
2015-12-15
LAB: Check for engine quit events
Filippos Karapetis
2015-12-15
LAB: Allow skipping the credits in the intro sequence
Filippos Karapetis
2015-12-15
LAB: Remove superfluous void function parameters
Filippos Karapetis
2015-12-15
LAB: Initial support for lowres mode
Eugene Sandulenko
2015-12-15
LAB: Cleanup
Eugene Sandulenko
2015-12-15
LAB: Initial code
Eugene Sandulenko