aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.cpp
AgeCommit message (Expand)Author
2003-09-14if saveslot specified with -x doesn't exist, show restore menuOliver Kiehl
2003-09-14enable ``proper'' -x loadingOliver Kiehl
2003-09-09Our ServiceWindows() never returns RDERR_APPCLOSED, and we always behave asTorbjörn Andersson
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-09-02Moved the sound initialisation to the Sword2Sound constructor to avoidTorbjörn Andersson
2003-08-30Set a default music volume so that we can actually hear it. :-)Torbjörn Andersson
2003-08-30added sfx support, increased speech support, and music code(streaming works f...Paweł Kołodziejski
2003-08-29Cleanup.Torbjörn Andersson
2003-08-27Add code to check for game-specific scaler and fullscreen settings, like weTorbjörn Andersson
2003-08-26The graphics detail settings partially work now. They only affect howTorbjörn Andersson
2003-08-25FadeServer() is now called from ServiceWindows(), thus eliminating the needTorbjörn Andersson
2003-08-24bring up the restore game menu when any -x param is specified, this is nicer ...Jonathan Gray
2003-08-23fix a resman method and make saving work using SaveFileManagerJonathan Gray
2003-08-22enable boot param like option for bs2, valid numbers can be found in startup.infJonathan Gray
2003-08-19Remove a bunch of unneeded cruft - but barely the surface of it. This code is...James Brown
2003-08-17patch #790060 SWORD2: Initial graphics work from erik very nice indeed :)Jonathan Gray
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson Christian
2003-08-02patch #781530 Initial work on StreamCompMusic() by erikJonathan Gray
2003-07-31remove bs2 specific osystem varJonathan Gray
2003-07-31slightly changed version of erik's implmentation of FadeServerJonathan Gray
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
2003-07-29turn d_sound.cpp into class BS2SoundJonathan Gray
2003-07-28rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VCJonathan Gray
2003-07-28add bs2demo target for broken sword 2 demoJonathan Gray
2003-07-28A few warningsTravis Howell
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28fixed yet more warningsMax Horn
2003-07-28bs2Jonathan Gray