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
/
special.cpp
Age
Commit message (
Expand
)
Author
2015-12-24
LAB: The second parameter of fade() is always 0
Filippos Karapetis
2015-12-23
LAB: Fix warnings by adding consts
Willem Jan Palenstijn
2015-12-23
LAB: Use int in for loops, instead of uint16
Filippos Karapetis
2015-12-23
LAB: Move event update functions out of updateMusic
Strangerke
2015-12-23
LAB: Remove useless casts and dead code
Strangerke
2015-12-23
LAB: Remove useless assignments
Strangerke
2015-12-23
LAB: Add a couple of safeguards
Strangerke
2015-12-23
LAB: Constify some parameters
Strangerke
2015-12-23
LAB: Set a default to the second parameter of readPict
Strangerke
2015-12-23
LAB: Remove useless call to c_str
Strangerke
2015-12-23
LAB: Replace char* by Common::String in several functions
Strangerke
2015-12-23
LAB: More work on the comments
Strangerke
2015-12-23
LAB: get rid of the last strcpy
Strangerke
2015-12-23
LAB: Avoid memory leaks with fonts
Strangerke
2015-12-23
LAB: Use Common::String for strings, removing a ton of memory leaks
Filippos Karapetis
2015-12-23
LAB: Handle some differences of the Amiga version
Filippos Karapetis
2015-12-23
LAB: Merge enableButton() and disableButton()
Filippos Karapetis
2015-12-23
LAB: Remove unused variable
Filippos Karapetis
2015-12-23
LAB: Use Common::Point in IntuiMessage
Filippos Karapetis
2015-12-23
LAB: Simplify mouse button handling
Filippos Karapetis
2015-12-23
LAB: Get rid of flowTextScaled
Strangerke
2015-12-23
LAB: Use Common::Rect in functions related to flowText (WIP)
Strangerke
2015-12-23
LAB: Use common keycodes instead of direct keycode values
Filippos Karapetis
2015-12-23
LAB: Some renames
Filippos Karapetis
2015-12-23
LAB: Make the use of nullptr consistent through the engine
Strangerke
2015-12-23
LAB: Add some checks to quit the game quickly when closing ScummVM
Strangerke
2015-12-23
LAB: Reorder mouse position check in processMonitor in order to avoid duplica...
Strangerke
2015-12-23
LAB: Some renaming in DisplayMan
Strangerke
2015-12-23
LAB: Use strlen to compute text length instead of a difference between start ...
Strangerke
2015-12-23
LAB: Reduced scope of a few more variables
Eugene Sandulenko
2015-12-23
LAB: Variable rename
Eugene Sandulenko
2015-12-23
LAB: Some renaming in LabEngine
Strangerke
2015-12-23
LAB: Add _vm to Image class
Strangerke
2015-12-23
LAB: Rename gadget to button
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: Move interface functions to EventMan
Strangerke
2015-12-23
LAB: check header define names, rename a parameter of processMonitor()
Strangerke
2015-12-23
LAB: Remove a useless use of g_lab
Strangerke
2015-12-23
LAB: Some renaming and refactoring in special.cpp
Strangerke
2015-12-23
LAB: Refactor readPictToMem()
Filippos Karapetis
2015-12-23
LAB: More vars renaming
Eugene Sandulenko
2015-12-23
LAB: Remove some useless use of g_lab
Strangerke
2015-12-23
LAB: Rename CloseDataPtr pointers, some refactoring
Strangerke
2015-12-23
LAB: Move saveRestoreGame() to saveload.cpp
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
[next]