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
/
volume.cpp
Age
Commit message (
Expand
)
Author
2014-06-06
CRUISE: Fix a couple of CppCheck warnings in Volume
Strangerke
2014-06-01
CRUISE: Reduce the scope of variables used in the for loops
Strangerke
2014-05-30
CRUISE: Add a safeguard to avoid a buffer overflow
Strangerke
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-02-23
ALL: Fix typo (existant->existent)
Willem Jan Palenstijn
2011-11-14
CRUISE: Remove unused variables
Eugene Sandulenko
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-08-09
CRUISE: Eliminate global constructors
Eugene Sandulenko
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-09
Set up a basic tracing system for all memory allocations to help track down m...
Paul Gilbert
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
2009-09-24
CRUISE: Fixed some warnings about unreachable code
Filippos Karapetis
2009-06-20
Changed many file reads and manual conversions from endian format to instead ...
Paul Gilbert
2009-06-01
Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...
Joost Peters
2009-05-15
Converted various printf statements to use debug, warning, and error.
Paul Gilbert
2009-05-15
Converted some code from fopen to Common::File - it's not currently used, but...
Paul Gilbert
2009-04-01
Fix compilation via manually implementing strToUpper, instead of relying on s...
Johannes Schickel
2009-04-01
Laid the basics for music handling
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2008-09-08
Don't use fileName both as a structure and as a function parameter
Filippos Karapetis
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2007-12-25
Added FIXME regarding fopen usage
Max Horn
2007-12-25
Bunch of gfx fix
Vincent Hamm
2007-12-25
Fix cell sorting
Vincent Hamm
2007-12-18
Fix loading savegame from original interpreter
Vincent Hamm
2007-11-10
-Cleanup strings
Vincent Hamm
2007-10-28
Implement cursors
Vincent Hamm
2007-09-18
Code formatting fixes
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-24
sync resource unpacking code of cruise with cine
Gregory Montoir
2007-04-28
Some minor cleanup (but we need to get rid of fopen/fread use here)
Max Horn
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Add cruise source code for scummvm
Vincent Hamm