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
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2016-01-26
LAB: Fix the coordinates of the inventory buttons of the non-Windows versions
Strangerke
2016-01-15
LAB: Separate the interface from the event manager
Filippos Karapetis
2016-01-14
LAB: Remove superfluous calls to updateEvents()
Filippos Karapetis
2016-01-14
LAB: Read the header of DIFF files when opening them
Filippos Karapetis
2016-01-14
LAB: Move frame waiting outside setAmigaPal()
Filippos Karapetis
2016-01-11
LAB: Prevent duplicate processing of input
Filippos Karapetis
2016-01-11
LAB: Prevent excessive screen updates when checking for events
Filippos Karapetis
2015-12-31
LAB: Initialise _displayBuffer to silence Valgrind warning
Torbjörn Andersson
2015-12-27
LAB: Remove superfluous mouse show/hide calls
Filippos Karapetis
2015-12-27
LAB: Refactor the music code
Filippos Karapetis
2015-12-27
LAB: Remove some unnecessary casts
Willem Jan Palenstijn
2015-12-26
LAB: Clean up Image._imageData memory handling
Willem Jan Palenstijn
2015-12-26
LAB: Rename 'im' to 'img' for naming consistency
Strangerke
2015-12-26
LAB: Make private some DispMan functions and variables, some renaming
Strangerke
2015-12-26
Merge branch 'master' of github.com:scummvm/scummvm
Willem Jan Palenstijn
2015-12-26
LAB: Reduce passing around of pointers to the near-global _closeDataPtr
Willem Jan Palenstijn
2015-12-26
LAB: Add an access function to make _headerData a private member of Anim
Strangerke
2015-12-26
LAB: Remove superfluous sound effect stopping code
Filippos Karapetis
2015-12-26
LAB: Document where some scene transitions are used
Filippos Karapetis
2015-12-24
Use Common::Keycode and enums in interface buttons
Filippos Karapetis
2015-12-24
LAB: Rename closeFont() to freeFont()
Filippos Karapetis
2015-12-24
LAB: Move dispBitMap to Anim
Willem Jan Palenstijn
2015-12-24
LAB: Make _dispBitmap handling more explicit
Willem Jan Palenstijn
2015-12-24
LAB: Clean up diff chunk handling
Willem Jan Palenstijn
2015-12-24
LAB: Remove now-unused variable
Willem Jan Palenstijn
2015-12-24
LAB: Improve whitespace handling in flowText
Willem Jan Palenstijn
2015-12-24
LAB: Simplify flowText() a bit
Filippos Karapetis
2015-12-24
LAB: Merge flowTextToMem() inside flowText()
Filippos Karapetis
2015-12-24
LAB: Merge setPen() into rectFill()
Filippos Karapetis
2015-12-24
LAB: Fix out of bound in writeColorRegs
Strangerke
2015-12-24
LAB: Fix bug in doTransWipe
Strangerke
2015-12-24
LAB: Change the initial valueof _screenBytesPerPage, use it in Journal functions
Strangerke
2015-12-24
LAB: Prevent the Image destructor from deleting the drawing buffer
Filippos Karapetis
2015-12-24
LAB: The maxHeight parameter of readPict() is no longer used
Filippos Karapetis
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
[next]