aboutsummaryrefslogtreecommitdiff
path: root/sword1
AgeCommit message (Expand)Author
2004-01-06start work on czech subtitle support, not finishedJonathan Gray
2004-01-06fixed cd changing codeRobert Göffringmann
2004-01-06get volume from gamedetectorRobert Göffringmann
2004-01-04fixed screen updatingRobert Göffringmann
2004-01-04fixed cd changing codeRobert Göffringmann
2004-01-04Deal gracefully with missing music files.Torbjörn Andersson
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn
2004-01-04nothing.Robert Göffringmann
2004-01-04added control panel confirmation dialog.Robert Göffringmann
2004-01-04removed speed button from control panel and made the game do a full screen re...Robert Göffringmann
2004-01-03TODOMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03changed screen drawing code to only redraw blocks that changed.Robert Göffringmann
2004-01-03Delete the mutex when we're done with it.Torbjörn Andersson
2004-01-03eriktorbjorn's fix for a crash when sprite were completely outside of the screenRobert Göffringmann
2004-01-02Moved the menu refreshing to a separate function so that it can be easilyTorbjörn Andersson
2004-01-02another change in the clicking checksRobert Göffringmann
2004-01-01implemented examining inventory itemsRobert Göffringmann
2004-01-01fixed savename drawing.Robert Göffringmann
2004-01-01whoops.Robert Göffringmann
2004-01-01added workaround for missing music file.Robert Göffringmann
2004-01-01changed music fading duration and made music system fade down the tracks on s...Robert Göffringmann
2004-01-01Rewrote the music code. It now follows the same basic idea as the one inTorbjörn Andersson
2004-01-01compilation fixJonathan Gray
2003-12-31Use uint8 instead of char to avoid crashes with some accented characters.Torbjörn Andersson
2003-12-31fixed language stringsRobert Göffringmann
2003-12-31Don't lose the luggage when entering the inventory menu.Torbjörn Andersson
2003-12-31Draw the luggage first, then the mouse pointer.Torbjörn Andersson
2003-12-31fix segfaultJonathan Gray
2003-12-30removed old, useless stuffRobert Göffringmann
2003-12-30cd changing code and checking for savegames on startupRobert Göffringmann
2003-12-30forgot these...Robert Göffringmann
2003-12-30implemented mouse luggage stuffRobert Göffringmann
2003-12-30fixed fnFace() and added workaround for missing animation on train roofRobert Göffringmann
2003-12-29another reference fix for soldout versionRobert Göffringmann
2003-12-29use correct sprite for text-on/offRobert Göffringmann
2003-12-29fix resource references for soldout versionRobert Göffringmann
2003-12-29made control panel use the correct fontsRobert Göffringmann
2003-12-29Changed spaces to tabsTorbjörn Andersson
2003-12-28this fixes the remaining glitchesRobert Göffringmann
2003-12-28Indentation fixes: changed spaces to tabs. (These tend to really stick outTorbjörn Andersson
2003-12-28When showMenu() redraws the menu, redraw the empty slots as well. ThisTorbjörn Andersson
2003-12-28I believe this is the evil bug that's been corrupting my SAVEGAME.INF. (ITorbjörn Andersson
2003-12-28Not all sound effects are mono, so we need to check.Torbjörn Andersson
2003-12-27Search additional folder for BS1Travis Howell
2003-12-26look for data/speech1/2.clu and data/speech/speech.clu, instead of data/speec...Jonathan Gray
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-23fix control panel bugRobert Göffringmann
2003-12-23control panel changesRobert Göffringmann