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
/
queen
/
resource.cpp
Age
Commit message (
Expand
)
Author
2003-12-01
cleanup header includes
Gregory Montoir
2003-11-15
- Enabled missing calls to _sound->playSong, now it should *really* play all SFX
Joost Peters
2003-11-10
Forgot to commit this
Joost Peters
2003-11-10
Fix warning
Torbjörn Andersson
2003-11-09
Added (quick-)Saving/Loading
Joost Peters
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-03
stdafx.h needs to be included first.
Marcus Comstedt
2003-10-30
add support for spanish cd version
Joost Peters
2003-10-28
add OGG playback to queen
Joost Peters
2003-10-28
cleanup
Joost Peters
2003-10-28
added loadFileMalloc() method
Joost Peters
2003-10-25
whatever
Joost Peters
2003-10-21
forgot to commit this
Joost Peters
2003-10-20
allow loading of rebuilt/compressed datafile
Joost Peters
2003-10-17
also look for TBL file in current directory (useful when running the game fro...
Joost Peters
2003-10-16
Play all intro cutaways (some better than others... :-)
David Eriksson
2003-10-14
Fixed warning
Torbjörn Andersson
2003-10-13
dynalum implementation
Gregory Montoir
2003-10-12
don't use strstr(), as there is no terminating '\0' at the end of the file
Joost Peters
2003-10-12
added missing INITIATE() code, added language detection to Resource class, etc.
Joost Peters
2003-10-10
some cleanup
Max Horn
2003-10-10
constness
Max Horn
2003-10-06
added resource-table loading from external file
Joost Peters
2003-10-05
renamed classes (we have our own namespace now) + fixed segfault in logic
Joost Peters
2003-10-03
namespace Queen
Max Horn
2003-10-02
Handle _sfxName table properly
David Eriksson
2003-09-29
added BANK code from Gregory + minor change to loadFile()
Joost Peters
2003-09-28
use new operator instead of malloc() and added generic file loading function
Joost Peters
2003-09-28
removed old code
Joost Peters
2003-09-28
queen initial import
Joost Peters