Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel | |
- Fix documentation of openStreamFile. svn-id: r47080 | |||
2010-01-03 | Change BS 1 & 2 to I & II (see discussion on -devel) | Max Horn | |
svn-id: r46951 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-20 | Fixed regression introduced when adding support for looping background sounds. | Torbjörn Andersson | |
A.k.a. "I played through the whole game looking for regressions, and missed the one at the intro cutscene?!" svn-id: r45290 | |||
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'left' in Router::slidyWalkAnimator | Max Horn | |
svn-id: r45280 | |||
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn | |
svn-id: r45279 | |||
2009-10-16 | Added a new convenience method to the video player, which adds the event of ↵ | Filippos Karapetis | |
skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used svn-id: r45151 | |||
2009-10-14 | SWORD1: Remove obsolete TODO | Max Horn | |
svn-id: r45100 | |||
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn | |
svn-id: r45095 | |||
2009-10-11 | sword1: fix one gcc warning about comparison between signed and unsigned | Fabio Battaglia | |
svn-id: r44955 | |||
2009-10-11 | sword1: fix psx demo startup | Fabio Battaglia | |
svn-id: r44951 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-04 | Add missing PACKED_STRUCT attribute to FrameHeader. | Johannes Schickel | |
svn-id: r44614 | |||
2009-10-03 | If make*Stream failed, the file needs to be closed to prevent an assert on a ↵ | Andre Heider | |
consecutive open(). svn-id: r44557 | |||
2009-10-01 | Fix free/delete/delete[] mismatches. Patch by salty-horse | Willem Jan Palenstijn | |
svn-id: r44512 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44300 | |||
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the ↵ | Johannes Schickel | |
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266 | |||
2009-09-13 | Fixed bug #2847910, "Loss of background audio loop". It would probably be safe | Torbjörn Andersson | |
to backport this to the 1.0 branch, but I'm not 100% sure, and it's getting pretty late here. (On the other hand, the missing sound effects are pretty faint, at least in the cases I've seen, so we haven't been missing much. That's probably why it's gone unnoticed until now.) svn-id: r44073 | |||
2009-09-13 | Clarify things a bit by using the constant name rather than zero. | Torbjörn Andersson | |
svn-id: r44072 | |||
2009-08-30 | Fix indentation | Jordi Vilalta Prat | |
svn-id: r43837 | |||
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn | |
svn-id: r42912 | |||
2009-07-28 | Fixed drawing subtitles for cutscenes that are narrower than the screen, and | Torbjörn Andersson | |
erase the subtitles manually if they are drawn outside the frame. svn-id: r42859 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-14 | Fix some typos and grammar in sword1's ↵ | Kari Salminen | |
Sound::checkSpeechFileEndianness-function's comments. svn-id: r42477 | |||
2009-07-13 | Fix compilation under Windows (The fabs-calls were causing error C2668 about ↵ | Kari Salminen | |
'ambiguous call to overloaded function'). svn-id: r42440 | |||
2009-07-12 | Patch #1936137: "Speech for Mac BS1 english" | Eugene Sandulenko | |
svn-id: r42423 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-06-08 | sword1: slight cleanup of psx related sound code and comments | Fabio Battaglia | |
svn-id: r41380 | |||
2009-06-08 | sword1: add Broken Sword PSX demo support | Fabio Battaglia | |
svn-id: r41369 | |||
2009-06-06 | Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) | Eugene Sandulenko | |
svn-id: r41274 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that ↵ | Filippos Karapetis | |
they're decoders, not players svn-id: r40759 | |||
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis | |
- Properly fixed the FLIC player - The sound chunk tag of DXA files is now read by the DXADecoder's loadFile() method svn-id: r40736 | |||
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, ↵ | Filippos Karapetis | |
not 1/100. This fixes the FLIC player and also makes the overall code a bit clearer and easier to understand svn-id: r40730 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-05-19 | Correct translation error. | Travis Howell | |
svn-id: r40718 | |||
2009-03-30 | SWORD1: Commit of parentheses patch from salty-horse. (from -devel "Enabling ↵ | Johannes Schickel | |
-Wparentheses in the Makefile"). svn-id: r39762 | |||
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis | |
svn-id: r39535 | |||
2009-03-17 | sword1: clean background buffers before writing on them in psx decoding ↵ | Fabio Battaglia | |
functions svn-id: r39480 | |||
2009-03-17 | sword1: cleanup | Fabio Battaglia | |
svn-id: r39479 | |||
2009-03-17 | sword1: optimize drawing routine for screen 54 | Fabio Battaglia | |
svn-id: r39477 | |||
2009-03-17 | sword1: enable psx background caching for screen 54 (bull's head) too | Fabio Battaglia | |
svn-id: r39475 | |||
2009-03-16 | sword1: cache decompressed psx version backgrounds, to avoid uncompressing ↵ | Fabio Battaglia | |
them at every screen update. svn-id: r39462 | |||
2009-03-16 | sword1: added caching for train.plx when playing psx version | Fabio Battaglia | |
svn-id: r39461 |