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
/
vga.cpp
Age
Commit message (
Expand
)
Author
2015-12-23
LAB: Some renaming and cleanup
Filippos Karapetis
2015-12-23
LAB: Cleanup of palette code
Filippos Karapetis
2015-12-23
LAB: Renamed mouse.* to eventman.*
Eugene Sandulenko
2015-12-23
LAB: Moved bltBitMap to Image class
Eugene Sandulenko
2015-12-23
LAB: Rename Image class members
Eugene Sandulenko
2015-12-23
LAB: Move functions related to keyboard events to Event
Strangerke
2015-12-23
LAB: Put Image into a separate class. Leaks memory for now
Eugene Sandulenko
2015-12-23
LAB: More renames
Eugene Sandulenko
2015-12-23
LAB: Get rid of stddefines
Strangerke
2015-12-23
LAB: C++'ify vga.cpp
Eugene Sandulenko
2015-12-23
LAB: More renames
Eugene Sandulenko
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: Remove useless redirections
Strangerke
2015-12-23
LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP)
Strangerke
2015-12-23
LAB: Some rework related to the mouse code
Strangerke
2015-12-23
LAB: Fix several cppcheck errors
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: Further renaming of vga code
Eugene Sandulenko
2015-12-23
LAB: Started vga code refactoring
Eugene Sandulenko
2015-12-23
LAB: Cleanup
Eugene Sandulenko
2015-12-15
LAB: Remove dead code
Filippos Karapetis
2015-12-15
LAB: Move some static variables to the top. Some cleanup
Filippos Karapetis
2015-12-15
LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapper
Filippos Karapetis
2015-12-15
LAB: Use CamelCase, and simplify mouseHandler()
Filippos Karapetis
2015-12-15
LAB: Remove the unused setMode()/getMode() functions
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: Cleanup
Eugene Sandulenko
2015-12-15
LAB: Initial support for lowres mode
Eugene Sandulenko
2015-12-15
LAB: Cleanup
Eugene Sandulenko
2015-12-15
LAB: Fix line endings
Eugene Sandulenko
2015-12-15
LAB: Kill storage.h
Eugene Sandulenko
2015-12-15
LAB: Fix game palette
Eugene Sandulenko
2015-12-15
LAB: Added input
Eugene Sandulenko
2015-12-15
LAB: Further rendering pipeline fixes
Eugene Sandulenko
2015-12-15
LAB: Started rendering pipeline
Eugene Sandulenko
2015-12-15
LAB: Initial code
Eugene Sandulenko