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
2004-01-12
New save/load code, this *breaks* compatiblity with the previous
Gregory Montoir
2004-01-06
updated copyright notice
Max Horn
2004-01-05
At last - credits!
David Eriksson
2003-12-31
use compressed data file instead of original one if both are available
Gregory Montoir
2003-12-30
interview mini-game support
Gregory Montoir
2003-12-29
- hack to read patched .dog files (french & italian versions) from game data ...
Gregory Montoir
2003-12-28
cleanup Resource class a bit :
Gregory Montoir
2003-12-26
cleanup
Gregory Montoir
2003-12-12
get rid of queencomp target (rather simply always check for both queen.1 and ...
Max Horn
2003-12-11
cleanup
Gregory Montoir
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