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
/
dispman.cpp
Age
Commit message (
Expand
)
Author
2015-12-24
LAB: The second parameter of fade() is always 0
Filippos Karapetis
2015-12-23
LAB: Rename overlayRect() to checkerboardEffect()
Filippos Karapetis
2015-12-23
LAB: Use byte instead of char in overlayRect()
Filippos Karapetis
2015-12-23
LAB: Improve the palette assignment in writeColorRegs()
Filippos Karapetis
2015-12-23
LAB: setAmigaPal() is always using 16 colors
Filippos Karapetis
2015-12-23
LAB: Use int in for loops, instead of uint16
Filippos Karapetis
2015-12-23
LAB: Implement the scroll buffer of doScrollWipe() and doScrollBounce()
Filippos Karapetis
2015-12-23
LAB: Replace g_system by _system
Strangerke
2015-12-23
LAB: Greatly simplify doScrollBlack() using scrollDisplayY()
Filippos Karapetis
2015-12-23
LAB: Prevent the Image destructor from deleting external scroll buffers
Filippos Karapetis
2015-12-23
LAB: Rewrite the action message functionality (_doNotShowMessage)
Filippos Karapetis
2015-12-23
LAB: Get rid of the _doNotDrawMessage hack (from the original)
Filippos Karapetis
2015-12-23
LAB: Move event update functions out of updateMusic
Strangerke
2015-12-23
LAB: Make string check more readable, remove a useless c_str()
Strangerke
2015-12-23
LAB: Revert previous commit as suggested by wjp
Strangerke
2015-12-23
LAB: Close _curBitmap before deleting it
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: Some cleanup and refactoring
Strangerke
2015-12-23
LAB: Fix crash in intro
Strangerke
2015-12-23
LAB: Fix a delete[] pointed out by eriktorbjorn
Strangerke
2015-12-23
LAB: Replace char* by Common::String in several functions
Strangerke
2015-12-23
LAB: Use an array of Common::Strings instead of bytes in Action
Strangerke
2015-12-23
LAB: Fix some GCC warnings
Strangerke
2015-12-23
LAB: Move and improve function comments to header in DispMan
Strangerke
2015-12-23
LAB: Refactor some DispMan functions to use Common::String
Strangerke
2015-12-23
LAB: Get rid of strcat by using Common::String
Strangerke
2015-12-23
LAB: Remove useless variable
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: Avoid variable shadowing compiler warning.
D G Turner
2015-12-23
LAB: Handle some differences of the Amiga version
Filippos Karapetis
2015-12-23
LAB: Remove unused variables in DIFFHeader and BitMap
Strangerke
2015-12-23
LAB: Change the graphics and audio code to use Common::File directly
Filippos Karapetis
2015-12-23
LAB: Make setUpScreens() a bit easier to read
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: reduce a variable scope, remove useless code
Strangerke
2015-12-23
LAB: Make the use of nullptr consistent through the engine
Strangerke
2015-12-23
LAB: Fix memory leak
Strangerke
2015-12-23
LAB: Fix freePict as pointed by eriktorbjorn
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: Fix a regression related to random number generation, some renaming
Strangerke
2015-12-23
LAB: Reduced variable scope. Renames
Eugene Sandulenko
2015-12-23
LAB: Variable rename
Eugene Sandulenko
2015-12-23
LAB: Add _vm to Image class
Strangerke
2015-12-23
LAB: Rename gadget to button
Filippos Karapetis
2015-12-23
LAB: Get rid of _unstoppableSoundEffect
Filippos Karapetis
2015-12-23
LAB: Remove interface.h, get rid of a lot of useless defines
Strangerke
[next]