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
/
sword2
/
sword2.cpp
Age
Commit message (
Expand
)
Author
2003-09-08
renamed VersionSettings -> TargetSettings and also renamed some of its member...
Max Horn
2003-09-02
Moved the sound initialisation to the Sword2Sound constructor to avoid
Torbjörn Andersson
2003-08-30
Set a default music volume so that we can actually hear it. :-)
Torbjörn Andersson
2003-08-30
added sfx support, increased speech support, and music code(streaming works f...
Paweł Kołodziejski
2003-08-29
Cleanup.
Torbjörn Andersson
2003-08-27
Add code to check for game-specific scaler and fullscreen settings, like we
Torbjörn Andersson
2003-08-26
The graphics detail settings partially work now. They only affect how
Torbjörn Andersson
2003-08-25
FadeServer() is now called from ServiceWindows(), thus eliminating the need
Torbjörn Andersson
2003-08-24
bring up the restore game menu when any -x param is specified, this is nicer ...
Jonathan Gray
2003-08-23
fix a resman method and make saving work using SaveFileManager
Jonathan Gray
2003-08-22
enable boot param like option for bs2, valid numbers can be found in startup.inf
Jonathan Gray
2003-08-19
Remove a bunch of unneeded cruft - but barely the surface of it. This code is...
James Brown
2003-08-17
patch #790060 SWORD2: Initial graphics work from erik very nice indeed :)
Jonathan Gray
2003-08-15
Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible
Jamieson Christian
2003-08-02
patch #781530 Initial work on StreamCompMusic() by erik
Jonathan Gray
2003-07-31
remove bs2 specific osystem var
Jonathan Gray
2003-07-31
slightly changed version of erik's implmentation of FadeServer
Jonathan Gray
2003-07-30
rename bs2 to sword2 to have the same name as the original engine.
Oliver Kiehl
2003-07-29
turn d_sound.cpp into class BS2Sound
Jonathan Gray
2003-07-28
rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VC
Jonathan Gray
2003-07-28
add bs2demo target for broken sword 2 demo
Jonathan Gray
2003-07-28
A few warnings
Travis Howell
2003-07-28
Compiles on mingw now
Travis Howell
2003-07-28
fixed yet more warnings
Max Horn
2003-07-28
bs2
Jonathan Gray