Age | Commit message (Expand) | Author |
2004-03-13 | Fixed a slight logic error in the music fading. At this point the code | Torbjörn Andersson |
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-03-01 | Add fix for error at end of sword2demo (From eriktorbjorn) | Travis Howell |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-22 | Avoid deadlock in MPEG-2 cutscenes + slow devices | Nicolas Bacca |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-02-21 | unified code a little | 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-13 | Check for MP3 file in Broken Sword cutscenes - useful for WinCE backend as Tr... | Nicolas Bacca |
2004-02-12 | Changed the playback code to use the new "elapsed time" function instead. | Torbjörn Andersson |
2004-02-08 | More cutscene fixes from roever | Travis Howell |
2004-02-07 | Patch #874510 from roever, fixes BS2 demo cutscene problems (bug #884568) | James Brown |
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-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we act... | Max Horn |
2004-01-22 | whitespaces | Max Horn |
2004-01-20 | Some minor cleanups (comments and spacing), and fixed CPU usage in synced | Torbjörn Andersson |
2004-01-18 | This should make subtitles work again in "overlay" cutscene mode. | Torbjörn Andersson |
2004-01-18 | I know we're not supposed to make cleanup commits at this point, but surely | Torbjörn Andersson |
2004-01-18 | Don't allow overlapping voice in cutscenes. Fixes crash in carib cutscene. | James Brown |
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-16 | Made a separate function out of the code that retrieves information about | Torbjörn Andersson |
2004-01-14 | I accidentally introduced a bug when I changed the fading that would cause | Torbjörn Andersson |
2004-01-14 | Increased the delay I added to interpolation frames from 0 to 10. This will | Torbjörn Andersson |
2004-01-14 | I wanted to Valgrind the cutscene code, so I had to fix the warnings about | Torbjörn Andersson |
2004-01-14 | Changed the music fading so that volume is increased when ABS(_fading) | 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 | As an experiment, I've added a delay of 0 milliseconds when drawing | 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 | Don't hog the CPU when playing cutscenes. | Torbjörn Andersson |
2004-01-12 | Initial libmpeg2 cutscene support based on patch #874510. | James Brown |
2004-01-12 | Sync the credits so that the text scroll and music will last for about the | Torbjörn Andersson |
2004-01-11 | cleanup | Torbjörn Andersson |
2004-01-09 | Fix a harmless clipping bug (block surfaces were drawn even when their | Torbjörn Andersson |
2004-01-08 | Allow quitting during cutscenes and credits again. This is getting a bit | Torbjörn Andersson |
2004-01-07 | Valgrind fixes. Mostly about memory not being freed when the engine is | Torbjörn Andersson |
2004-01-06 | It's a new year in BS2 land, too! | Torbjörn Andersson |
2004-01-04 | Adapted LavosSpawn's idea for more efficient screen updating. It still | Torbjörn Andersson |
2004-01-04 | Some cleanup and Valgrind warning fixes. | Torbjörn Andersson |