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
/
sky
/
disk.h
Age
Commit message (
Expand
)
Author
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-10
Moved class File and the MD5 stuff to namespace Common
Max Horn
2005-02-11
Make rnc unpacker a member of Disk class so it reuses the same object, and ch...
Joost Peters
2005-01-01
Updated copyright
Max Horn
2004-12-15
moved compacts and related static data out of the scummvm.exe into an externa...
Robert Göffringmann
2004-11-11
misc cleanup
Robert Göffringmann
2004-01-06
updated copyright notice
Max Horn
2004-01-03
remove 'Sky' name prefix for most stuff (not needed anymore since we are in n...
Max Horn
2004-01-03
Introduce namespace 'Sky'
Max Horn
2003-10-10
some cleanup
Max Horn
2003-10-10
constness
Max Horn
2003-10-05
renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...
Max Horn
2003-09-17
added a static method setDefaultDirectory to class File; used this to simplif...
Max Horn
2003-07-12
floppy versions don't seem to have all languages in their datafiles.
Robert Göffringmann
2003-06-27
some more loading & saving work (still unfinished)
Robert Göffringmann
2003-06-02
added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out...
Robert Göffringmann
2003-06-01
basic ingame speech support
Robert Göffringmann
2003-05-30
cleanup
Oliver Kiehl
2003-05-28
Screen *kinda* works now.
Robert Göffringmann
2003-05-14
restructured some things (mainly the screen routines), moved things out from ...
Robert Göffringmann
2003-04-07
new class SkyDisk
Oliver Kiehl