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
/
engine.cpp
Age
Commit message (
Expand
)
Author
2015-12-23
LAB: Some renames
Filippos Karapetis
2015-12-23
LAB: Verify the appropriate use of parenthesis in if statements
Strangerke
2015-12-23
LAB: make takeItem use Common::Point, some refactoring
Strangerke
2015-12-23
LAB: Make more use of kButton enum
Strangerke
2015-12-23
LAB: More use of Common::KEYCODEs
Strangerke
2015-12-23
LAB: Use Common::KEYCODE in several places
Strangerke
2015-12-23
LAB: Add some checks to quit the game quickly when closing ScummVM
Strangerke
2015-12-23
LAB: Fix the style of some if/else statements
Strangerke
2015-12-23
LAB: Fix two deletes
Strangerke
2015-12-23
LAB: Fix compilation
Filippos Karapetis
2015-12-23
LAB: Use enums for the interface buttons
Filippos Karapetis
2015-12-23
LAB: Move some code from fromCrumbs() into separate functions
Filippos Karapetis
2015-12-23
LAB: Fix the coding style of a some if/else statements
Strangerke
2015-12-23
LAB: Turned another if chain into switch
Eugene Sandulenko
2015-12-23
LAB: Removed useless condition
Eugene Sandulenko
2015-12-23
LAB: Turned another chain of ifs into a switch statement
Eugene Sandulenko
2015-12-23
LAB: More code simplification
Eugene Sandulenko
2015-12-23
LAB: Simplified code
Eugene Sandulenko
2015-12-23
LAB: Converted ifs into switch()
Eugene Sandulenko
2015-12-23
LAB: Add _vm to Image class
Strangerke
2015-12-23
LAB: Some renaming in EventMan
Strangerke
2015-12-23
LAB: Simplify the crumb wait time code
Filippos Karapetis
2015-12-23
LAB: Rename gadget to button
Filippos Karapetis
2015-12-23
LAB: Move the LAB2 teaser screen in a separate function
Filippos Karapetis
2015-12-23
LAB: Simplify fromCrumbs()
Filippos Karapetis
2015-12-23
LAB: Move getMsg to the event manager
Filippos Karapetis
2015-12-23
LAB: Remove interface.h, get rid of a lot of useless defines
Strangerke
2015-12-23
LAB: Remove unneeded static
Filippos Karapetis
2015-12-23
LAB: Get rid of the rest of the custom time delay functions
Filippos Karapetis
2015-12-23
LAB: Get rid of getTime(), readBlock() and getRandom()
Filippos Karapetis
2015-12-23
LAB: Move timing functions to the utility class
Strangerke
2015-12-23
LAB: Some renames, simplified saveGame() and loadGame()
Filippos Karapetis
2015-12-23
LAB: Rewrite some code using switch statements
Filippos Karapetis
2015-12-23
LAB: Move all the tile puzzle related functionality into its own class
Filippos Karapetis
2015-12-23
LAB: Move processroom functions to LabEngine
Strangerke
2015-12-23
LAB: Rename CloseDataPtr pointers, some refactoring
Strangerke
2015-12-23
LAB: Reduced variables scope
Eugene Sandulenko
2015-12-23
LAB: Code naming standards
Eugene Sandulenko
2015-12-23
LAB: Reduced dependency on processroom.h. Yay!
Eugene Sandulenko
2015-12-23
LAB: Reduced last reducable header: anim.h
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: interface.h
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: dispman.h, eventman.h
Eugene Sandulenko
2015-12-23
LAB: More header dependency redux
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: labsets.h, utils.h
Eugene Sandulenko
2015-12-23
LAB: Reduce header intra-dependency. Reduced image.h dependency
Eugene Sandulenko
2015-12-23
LAB: Reduce header dependency from music.h
Eugene Sandulenko
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Remove unused return values
Filippos Karapetis
2015-12-23
LAB: Use // for comments
Strangerke
2015-12-23
LAB: Use doxygen format for function comments
Strangerke
[prev]
[next]