Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-16 | Fix compilation when USE_MPEG2 is undefined. | Eugene Sandulenko | |
svn-id: r16081 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-12-05 | added support for an international BS1 cutscene pack (which we didn't ↵ | Robert Göffringmann | |
release yet) svn-id: r15983 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-07-11 | Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to ↵ | James Brown | |
go with the forthcoming new manual. Sword1 CD swapping doesn't work as expected HERE, either :) svn-id: r14188 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-24 | Use the binary .pal file format that was introduced for 0.6.0. | Torbjörn Andersson | |
Invalidate the lookup table when the screen changes. (TODO: We also have to invalidate it if the change happens between cutscenes, don't we?) Some cleanup, particularly in the BS2 cutscene player. More needed, I guess... svn-id: r13377 | |||
2004-03-23 | Unify MPEG2 code even more | Max Horn | |
svn-id: r13365 | |||
2004-03-22 | share 'init' method, too | Max Horn | |
svn-id: r13361 | |||
2004-03-22 | some more cleanup | Max Horn | |
svn-id: r13359 | |||
2004-03-22 | move commong code into separate source file (more could be done, but it's a ↵ | Max Horn | |
start) svn-id: r13358 | |||
2004-03-21 | Unify a bit more... | Max Horn | |
svn-id: r13354 | |||
2004-03-15 | fix doxygen-comment mistakes | Max Horn | |
svn-id: r13286 | |||
2004-03-04 | Apply patch #907359 : Broken Sword videos improved frameskip | Nicolas Bacca | |
svn-id: r13180 | |||
2004-03-01 | Fix from Roever for bug #892827 | James Brown | |
svn-id: r13107 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-22 | Avoid deadlock in MPEG-2 cutscenes + slow devices | Nicolas Bacca | |
svn-id: r12996 | |||
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 | |||
2004-02-21 | unified code a little | Max Horn | |
svn-id: r12974 | |||
2004-02-15 | Proper handling of BS2 cutscene lead-outs, plus some other minor fixes. | Torbjörn Andersson | |
svn-id: r12907 | |||
2004-02-13 | Check for MP3 file in Broken Sword cutscenes - useful for WinCE backend as ↵ | Nicolas Bacca | |
Tremor crashes for no specific reason (help appreciated :p) here svn-id: r12837 | |||
2004-02-12 | Updated the cutscene playback code to use the new "elapsed time" mixer | Torbjörn Andersson | |
function. svn-id: r12831 | |||
2004-02-08 | More cutscene fixes from roever | Travis Howell | |
svn-id: r12774 | |||
2004-01-30 | avoid using huge static structs - they can't be stripped, and increase the ↵ | Max Horn | |
exe size (in this case, 16 MB...) svn-id: r12678 | |||
2004-01-30 | fix whitespaces (we should eventually try to remove this code duplication ↵ | Max Horn | |
again, folks. maybe add a 'video' global module or so...) svn-id: r12676 | |||
2004-01-28 | Add fix from eriktorbjorn to make sure screen is always updated during cutscnes. | Travis Howell | |
svn-id: r12654 | |||
2004-01-21 | Don't crash if unable to play cutscene music. | James Brown | |
svn-id: r12566 | |||
2004-01-20 | Changed printf() to warning() | Torbjörn Andersson | |
svn-id: r12538 | |||
2004-01-20 | I assume this fixes CPU usage in synced cutscene playback, but since I | Torbjörn Andersson | |
don't have said cutscenes I can't really check. (I did the same change for BS2 though.) svn-id: r12537 | |||
2004-01-18 | BS1 cutscene support. Also bugfixes (don't crash if cutscene ogg unavailable) | James Brown | |
svn-id: r12465 |