Age | Commit message (Expand) | Author |
2006-01-21 | Fix various incorrect usages of the word 'target' instead of 'gameid'; change... | Max Horn |
2006-01-19 | Make game titles consistent | Travis Howell |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2006-01-18 | Add full game titles. | Travis Howell |
2006-01-01 | Some cleanup/paranoia fixes to the previous missing voices/music fix. Treat | Torbjörn Andersson |
2006-01-01 | Hopefully fixed the missing speech bug reported on the forum, once and for | Torbjörn Andersson |
2005-12-30 | Slightly more verbose debugging messages. Still trying to track down weird | Torbjörn Andersson |
2005-12-21 | Added debugging messages to track which CD (1 or 2) the game thinks it's | Torbjörn Andersson |
2005-12-20 | If drawSurface() is called with no clip rect, clip to the screen size. This | Torbjörn Andersson |
2005-12-11 | Fix warning | Max Horn |
2005-12-11 | Fixed Valgrind memory leak warnings, either by freeing memory on exit or | Torbjörn Andersson |
2005-11-19 | Fixed misleading warning message when playing without sound files. | Torbjörn Andersson |
2005-11-13 | Changed debug level to be slightly more consistent with Broken Sword 1. | Torbjörn Andersson |
2005-11-13 | Cleanup | Torbjörn Andersson |
2005-11-05 | Keep German end credits from printing 'dud' characters. | Torbjörn Andersson |
2005-11-05 | Call flush() in the savegame stream, when saving. I think SAGA, Simon and | Torbjörn Andersson |
2005-11-03 | More credits cleanups/fixes. | Torbjörn Andersson |
2005-11-03 | Removed commented lines. | Torbjörn Andersson |
2005-11-03 | Initialise variable. | Torbjörn Andersson |
2005-11-03 | Removed left-over debugging message. | Torbjörn Andersson |
2005-11-02 | Used the Array class for storing the end credits lines, rather than a | Torbjörn Andersson |
2005-10-30 | Always fade down the palette at the end of the credits. This fixes a | Torbjörn Andersson |
2005-10-29 | Applied my own patch #1341495, in an attempt to fix alignment issues | Torbjörn Andersson |
2005-10-23 | Some more Broken Sword I & II -> 1 & 2 changes | Max Horn |
2005-10-23 | Unified Broken Sword 1 & 2 name (instead of I & II) -- usage is more consiste... | Max Horn |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-17 | Fixed end credits crash. (See bug #1327650). Actually, there were several | Torbjörn Andersson |
2005-10-17 | Fixed off-by-one error when decoding the original sound files. I thought I | Torbjörn Andersson |
2005-10-16 | Don't remove the cursor character from the savegame name until the very | Torbjörn Andersson |
2005-10-16 | There was a mention of the "Expected XXX samples..." error in the IRC logs. | Torbjörn Andersson |
2005-10-15 | Try do display the virtual keyboard only when a string input widget has focus. | Marcus Comstedt |
2005-08-15 | Fixed long-standing bug with sound decompression that would cause a slight | Torbjörn Andersson |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-09 | This should really be two or three different commits, but I'm too lazy for | Torbjörn Andersson |
2005-06-28 | Worked around script bug which could cause Nico to be in the wrong state at | Torbjörn Andersson |
2005-06-20 | Whitespace | Torbjörn Andersson |
2005-06-05 | Removed an old hack that I don't think is needed any more. Clear screen | Torbjörn Andersson |
2005-05-31 | Added keyboard auto-repeat. (I've been meaning to do that for a long time.) | Torbjörn Andersson |
2005-05-12 | Whitespace: "(type *)something" instead of "(type *) something", because | Torbjörn Andersson |
2005-05-12 | Moved some more animation stuff out of the Logic class and into the | Torbjörn Andersson |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-08 | Fix doxygen warning | Max Horn |
2005-05-08 | Made it possible to quit while the game is asking for a CD. | Torbjörn Andersson |
2005-05-08 | Quitting the game now implies that the game is done fading the screen. | Torbjörn Andersson |
2005-05-08 | Forgot to remove this. | Torbjörn Andersson |