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
/
graphics.cpp
Age
Commit message (
Expand
)
Author
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: More renames in vga.cpp
Eugene Sandulenko
2015-12-23
LAB: Started vga code refactoring
Eugene Sandulenko
2015-12-23
LAB: Cleanup
Eugene Sandulenko
2015-12-23
LAB: Rewrite readSound() to use Common::File
Filippos Karapetis
2015-12-15
LAB: Move static text loading to the Resource class
Filippos Karapetis
2015-12-15
LAB: Remove dead code
Filippos Karapetis
2015-12-15
LAB: Clean up readSound(), readMusic() and longDrawMessage()
Filippos Karapetis
2015-12-15
LAB: Replace more uses of checkMusic(). Some cleanup
Filippos Karapetis
2015-12-15
LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapper
Filippos Karapetis
2015-12-15
LAB: Remove unused variables, some cleanup
Filippos Karapetis
2015-12-15
LAB: Further clean up of the music and sound effect code
Filippos Karapetis
2015-12-15
LAB: Remove superfluous void function parameters
Filippos Karapetis
2015-12-15
LAB: Fix signed/unsigned comparison warnings
Filippos Karapetis
2015-12-15
LAB: Initial support for lowres mode
Eugene Sandulenko
2015-12-15
LAB: Cleanup
Eugene Sandulenko
2015-12-15
LAB: Cleanup
Eugene Sandulenko
2015-12-15
LAB: Further rendering pipeline fixes
Eugene Sandulenko
2015-12-15
LAB: Initial code
Eugene Sandulenko