Age | Commit message (Expand) | Author |
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 |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-05-03 | More cleanup/restructuring: Moved walk-related code from Logic to Router. | Torbjörn Andersson |
2005-05-02 | Don't let drawSprite() modify the SpriteInfo struct. | Torbjörn Andersson |
2005-05-02 | Cleanup. Most of is simply moves the credits code out of Logic and into | Torbjörn Andersson |
2005-04-27 | Patch #1186744 (Common line-drawing function) | Max Horn |
2005-04-25 | Better support for "seamless" cutscenes, i.e. ones where - in theory - you | Torbjörn Andersson |
2005-04-24 | Don't wait for the lead-out sound to finish when playing the "shaman" | Torbjörn Andersson |
2005-04-24 | Moved conversation stuff from Logic to Mouse. | Torbjörn Andersson |
2005-04-23 | Oops. This should have been removed long ago. | Torbjörn Andersson |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-04-20 | Replaced drawLine() with a shorter version described in Wikipedia. It uses | Torbjörn Andersson |