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 (
Collapse
)
Author
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
Also, simplify some time-related functions
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
2015-12-23
LAB: Review spacing
Strangerke
2015-12-23
LAB: Merge parsetypes.h and parsefun.h into processroom.h
Filippos Karapetis
2015-12-23
LAB: Move utility functions to a separate class
Strangerke
2015-12-23
LAB: Replace some uses of malloc() with new
Filippos Karapetis
2015-12-23
LAB: Remove useless return
Filippos Karapetis
2015-12-23
LAB: Clean up processArrow()
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: Rename parse types
Strangerke
2015-12-23
LAB: Change the gadget lists to use Common::List
Filippos Karapetis
2015-12-23
LAB: Move _rooms to LabEngine, some renaming
Strangerke
2015-12-23
LAB: Remove some useless uses of g_lab
Strangerke
2015-12-23
LAB: Move fade functions to DisplayMan, some renaming
Strangerke
2015-12-23
LAB: Get rid of some global variables
Strangerke
2015-12-23
LAB: Move doNotes and doWestPaper to LabEngine, remove some useless defines
Strangerke
2015-12-23
LAB: Move more functions to DisplayMan
Strangerke
2015-12-23
LAB: Remove unused code
Filippos Karapetis
2015-12-23
LAB: Remove dead code
Filippos Karapetis
2015-12-23
LAB: Rewrite picture handling and get rid of the memory manager
Filippos Karapetis
2015-12-23
LAB: Make more functions member of LabEngine class
Strangerke
2015-12-23
LAB: Start working on a separate DisplayMan class
Strangerke
2015-12-23
LAB: Small cleanup in from_crumbs()
Filippos Karapetis
2015-12-23
LAB: Move inventory to LabEngine class
Eugene Sandulenko
2015-12-23
LAB: Image accepts a Common::File now
Filippos Karapetis
2015-12-23
LAB: Moved CPtr to engine class
Eugene Sandulenko
2015-12-23
LAB: More renames
Eugene Sandulenko
2015-12-23
LAB: Renames and moved vars to classes
Eugene Sandulenko
2015-12-23
LAB: Merged in allocroom.cpp
Eugene Sandulenko
[prev]
[next]