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
/
cruise
/
gfxModule.cpp
Age
Commit message (
Expand
)
Author
2014-06-06
CRUISE: Fix CppCheck warnings in gfxModule
Strangerke
2014-06-01
CRUISE: Reduce the scope of variables used in the for loops
Strangerke
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2011-11-16
COMMON: Rename Common::set_to to Common::fill.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-14
ALL: colour -> color
Max Horn
2011-02-20
CRUISE: Remove leftover RGBA reference.
Johannes Schickel
2011-02-14
CRUISE: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2010-08-09
CRUISE: Eliminate global constructors
Eugene Sandulenko
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-03
Added a +1 for dirty rectangle calculation so final column of changed area is...
Paul Gilbert
2009-10-02
Bugfix for dirty rects getting lost during room fade-ins
Paul Gilbert
2009-09-26
Dirty rects fix for pixels remaining on screen changes
Paul Gilbert
2009-09-23
Removed redundant offset from dirty rect calculation logic
Paul Gilbert
2009-09-11
Added an experimental screen transition dirty rect calculation code which sho...
Paul Gilbert
2009-08-15
Added Dirty Rect handling functionality
Paul Gilbert
2009-07-11
Added initialisation of paging screens when the game starts
Paul Gilbert
2009-07-06
Removed all the current special cases coding for user (mouse press) waiting, ...
Paul Gilbert
2009-06-05
Tweaks to the code that pauses for a mouse press when displaying many text me...
Paul Gilbert
2009-06-01
Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...
Joost Peters
2009-04-03
Fixed incorrect palette range usage so room fade-ins happen correctly
Paul Gilbert
2009-03-16
Code formatting, added further constant references, and corrected method sign...
Paul Gilbert
2009-03-07
Fixed some method parameters, changed the main loop to a method of the engine...
Paul Gilbert
2009-03-01
Cleaned up parts of the font display system. Note: Cruise used two almost ide...
Paul Gilbert
2009-02-19
Initial work on correct engine pausing
Paul Gilbert
2009-02-11
Added debugger console
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2007-12-27
Early pathfinding
Vincent Hamm
2007-12-25
Fix input
Vincent Hamm
2007-12-25
Bunch of gfx fix
Vincent Hamm
2007-12-24
-Fade in/fade out
Vincent Hamm
2007-12-20
Fix palette manipulation code
Vincent Hamm
2007-12-17
Fix dangling pointer
Vincent Hamm
2007-12-12
simplify gfxModuleData_field_60, sync with cine code
Gregory Montoir
2007-11-04
Some code formating fixes
Sven Hesse
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-29
Only update the backend's palette when necessary, since doing this triggers a
Torbjörn Andersson
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Fixed loads of warnings with MSVC and gcc
Filippos Karapetis
2007-04-27
Add cruise source code for scummvm
Vincent Hamm