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
/
dataLoader.cpp
Age
Commit message (
Expand
)
Author
2009-07-25
use READ_UINT16 macro
Joost Peters
2009-06-21
Bugfixes to pre-loading and handling of resources such as sound files
Paul Gilbert
2009-06-01
Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...
Joost Peters
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-24
Fixed the display glitch associated with the animated handle in the engine room
Paul Gilbert
2009-05-16
Corrected mixed up parameter usage in the LoadFile method
Paul Gilbert
2009-05-15
Converted various printf statements to use debug, warning, and error.
Paul Gilbert
2009-05-15
Bugfix for loadSetEntry to ensure graphics get allocated enough space. It's n...
Paul Gilbert
2009-05-15
Fixed a memory leak in the new unified decodeGfxUnified decoder method
Paul Gilbert
2009-05-13
Fix some variable may be used uninitialized warnings.
Johannes Schickel
2009-05-12
Surely this function is supposed to return -2 when the memory allocation
Torbjörn Andersson
2009-05-12
When source and destination are the same, there is no need to strcpy(). In fact
Torbjörn Andersson
2009-05-07
Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor form...
Paul Gilbert
2009-04-04
Replaced all occurrences of the constant '257' with the existing constant 'NU...
Paul Gilbert
2009-04-01
Replaced resource type numbers with existing constants
Paul Gilbert
2009-03-22
Bug fixes for handling 5-bit layered sprites correctly - this fixes the black...
Paul Gilbert
2009-03-16
Code formatting, added further constant references, and corrected method sign...
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2008-09-21
Patch #2054467: CRUISE: 64bits fixes
Eugene Sandulenko
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-25
Bunch of gfx fix
Vincent Hamm
2007-12-25
Fix cell sorting
Vincent Hamm
2007-12-24
Fix save/loading
Vincent Hamm
2007-12-24
Fix sprite mode 5
Vincent Hamm
2007-12-24
-Fade in/fade out
Vincent Hamm
2007-11-11
Menu display fix
Vincent Hamm
2007-11-10
-Cleanup strings
Vincent Hamm
2007-11-08
Cleanup load savegame from original interpreter
Vincent Hamm
2007-11-05
Fix some 256color version issues
Vincent Hamm
2007-11-05
Implement polygon and sprite masking
Vincent Hamm
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-10
Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X...
Max Horn
2007-04-28
More cleanup
Vincent Hamm
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
Fixing compilation for me
Sven Hesse
2007-04-27
Add cruise source code for scummvm
Vincent Hamm