Age | Commit message (Expand) | Author |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
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-02 | Cleanup. Most of is simply moves the credits code out of Logic and into | Torbjörn Andersson |
2005-04-25 | Better support for "seamless" cutscenes, i.e. ones where - in theory - you | Torbjörn Andersson |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-02-19 | This is the second part of the BS2 restructuring. There are two new | Torbjörn Andersson |
2005-01-28 | Began what I hope is the final major restructuring of the BS2 engine. | Torbjörn Andersson |
2005-01-17 | Updated copyright header, as discussed on the mailing list. | Torbjörn Andersson |
2005-01-11 | Use Fingolfin's new WAV code. | Torbjörn Andersson |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson |
2004-03-24 | Use the binary .pal file format that was introduced for 0.6.0. | Torbjörn Andersson |
2004-03-23 | Unify MPEG2 code even more | Max Horn |
2004-03-22 | share 'init' method, too | Max Horn |
2004-03-22 | move commong code into separate source file (more could be done, but it's a s... | Max Horn |
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn |
2004-03-21 | Unify a bit more... | Max Horn |
2004-03-04 | Apply patch #907359 : Broken Sword videos improved frameskip | Nicolas Bacca |
2004-03-01 | Fix from Roever for bug #892827 | James Brown |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-15 | Proper handling of BS2 cutscene lead-outs, plus some other minor fixes. | Torbjörn Andersson |
2004-02-14 | Paint the overlay black at the end of the movie. Not all movies fade out on | Torbjörn Andersson |
2004-02-12 | Changed the playback code to use the new "elapsed time" function instead. | Torbjörn Andersson |
2004-02-05 | Removed some of the #includes from sword2.h | Torbjörn Andersson |
2004-01-30 | avoid using huge static structs - they can't be stripped, and increase the ex... | Max Horn |
2004-01-30 | fix whitespaces (we should eventually try to remove this code duplication aga... | Max Horn |
2004-01-18 | This should make subtitles work again in "overlay" cutscene mode. | Torbjörn Andersson |
2004-01-18 | BS1 cutscene support. Also bugfixes (don't crash if cutscene ogg unavailable) | James Brown |
2004-01-17 | Update BS2 cutscene player with changes from roever: overlay support (default... | James Brown |
2004-01-17 | fix compilation for msvc when libmpeg2 enabled | Paweł Kołodziejski |
2004-01-14 | I wanted to Valgrind the cutscene code, so I had to fix the warnings about | Torbjörn Andersson |
2004-01-13 | cut down pointless header interdependencies | Max Horn |
2004-01-13 | Moved some methods into class AnimationState (where they really belong - nice... | Max Horn |
2004-01-13 | Some more formatting cleanups. Made the Ogg file handle part of the | Torbjörn Andersson |
2004-01-13 | Moved the rest of the MoviePlayer class into animation.cpp/.h, plus some | Torbjörn Andersson |
2004-01-13 | added legal header; fixed incorrect fscanf use; C++ification (the code still ... | Max Horn |
2004-01-12 | Add mpeg2 option to mingw makefile | Travis Howell |
2004-01-12 | - whitespaces | Paweł Kołodziejski |
2004-01-12 | Initial libmpeg2 cutscene support based on patch #874510. | James Brown |