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
/
disk.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
SKY: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-09-08
SKY: Made some more static data const.
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
2010-11-01
ENGINES: Replace many printfs by warning/debug/debugN
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-05-02
Add German floppy demo of BASS.
Travis Howell
2009-03-23
change debug levels to be less verbose
Joost Peters
2009-03-06
cleanup
Joost Peters
2009-02-13
Formatting changes / consistency
Joost Peters
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
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-02-26
Close sky.dnr directly after reading it into memory. No need to keep it open
Torbjörn Andersson
2006-05-01
It's wrong to assume a given file is located in gameDataPath, so do not use t...
Max Horn
2006-04-26
Do not call static class methods as if they were instance methods
Max Horn
2006-04-16
Do not override the 'directory' param when dumping BASS resources
Max Horn
2006-04-04
Since our debug() adds an exclamation mark at the message end, remove
Eugene Sandulenko
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn