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
/
sky
/
compact.cpp
Age
Commit message (
Expand
)
Author
2017-12-08
SKY: Fix setSub incorrectly falling through to subsequent cases
Colin Snover
2017-12-08
SKY: Fix unaligned pointer dereferences
Colin Snover
2016-12-08
ALL: Leave out instructions for engine data issues
Ben Castricum
2016-12-06
ALL: Change instructions for engine data file issues
Ben Castricum
2016-12-05
ALL: Unify 'missing engine data' message
Ben Castricum
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-07-21
Modified compact implementation to work around bug
lavosspawn
2013-01-09
SKY: Silence C++11 narrowing warnings.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-09-08
SKY: Made some static data const.
Johannes Schickel
2011-06-13
I18N: Make many more GUI MessageDialog strings translatable
Thierry Crozat
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
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-03-20
Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h)
Johannes Schickel
2009-01-30
cleanup
Max Horn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-01
corrected printf string
Robert Göffringmann
2007-04-01
Fixed a compiler warning about 'unknown conversion type character' (not sure ...
Max Horn
2007-04-01
improved debugger a bit
Robert Göffringmann
2007-03-31
fixed graphic glitch when playing the floppy intro with spanish subtitles and...
Robert Göffringmann
2006-04-04
Since our debug() adds an exclamation mark at the message end, remove
Eugene Sandulenko
2006-04-01
Patch #1432378: BASS: Memory leak, patch included
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn