Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn | |
This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-16 | cleanup | Max Horn | |
svn-id: r47333 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn | |
svn-id: r47189 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
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 | |||
2010-01-02 | Move the LZSS code to the Groovie namespace. | Jordi Vilalta Prat | |
svn-id: r46867 | |||
2009-12-24 | 11H: Add some more opcode stubs | Scott Thomas | |
svn-id: r46524 | |||
2009-12-24 | Tweak Groovie2 video buffer handling | Scott Thomas | |
svn-id: r46523 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn | |
svn-id: r46291 | |||
2009-11-27 | Brief Groovie namespace comment | Scott Thomas | |
svn-id: r46161 | |||
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-23 | GROOVIE: Reduce header interdependency | Max Horn | |
svn-id: r46116 | |||
2009-11-03 | Capitalize the word Sequel in The 11th Hour's title. | Matthew Hoops | |
svn-id: r45643 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-26 | Groovie: Fix some styling issues pointed by cppcheck | Jordi Vilalta Prat | |
svn-id: r45411 | |||
2009-10-19 | Fixed cppcheck warning. | Torbjörn Andersson | |
svn-id: r45241 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-01 | T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads. | Scott Thomas | |
svn-id: r44524 | |||
2009-09-24 | Changed _script to be a pointer, in order to control its ↵ | Filippos Karapetis | |
creation/destruction, like the rest of the groovie engine parts, and resolve a potential issue that Microsoft claims to be severe (warning C4355, read more here: http://msdn.microsoft.com/en-us/library/3c594ae3.aspx) svn-id: r44303 | |||
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-14 | Wording. | Johannes Schickel | |
svn-id: r44086 | |||
2009-09-14 | Fix valgrind warning. | Johannes Schickel | |
svn-id: r44084 | |||
2009-09-13 | Fixed crash when reaching the end of the movie, riggered by recent Stream | Torbjörn Andersson | |
changes. svn-id: r44052 | |||
2009-09-08 | Fixed some (pedantic) warnings | Max Horn | |
svn-id: r44015 | |||
2009-09-08 | T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a ↵ | Scott Thomas | |
blank menu in special instances svn-id: r44009 | |||
2009-08-31 | Groovie: Handle special case for cursor #4 | Scott Thomas | |
svn-id: r43847 | |||
2009-08-31 | Revert revision 43845, to keep configure options for games and game engines ↵ | Travis Howell | |
clear and consistent. svn-id: r43846 | |||
2009-08-31 | Added the --enable-unsupported option to enable the detection of the | Jordi Vilalta Prat | |
unsupported games, guarded by the ENABLE_UNSUPPORTED_GAMES define. It's a generalization of r43843. Also grouped all the engines options together in the configure help. svn-id: r43845 | |||
2009-08-31 | Add configure option for Groovie 2 games. | Travis Howell | |
svn-id: r43843 | |||
2009-08-30 | Groovie: Initial implementation cursors for Groovie V2 | Scott Thomas | |
svn-id: r43842 | |||
2009-08-30 | Groovie: Replace sprintf() usage with String::printf() | Jordi Vilalta Prat | |
svn-id: r43827 | |||
2009-08-23 | T7G: Load VDX frame chunks into a MemoryStream rather than streaming ↵ | Scott Thomas | |
straight from disk (Fix #2839528) svn-id: r43671 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here | Scott Thomas | |
svn-id: r43598 | |||
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵ | Johannes Schickel | |
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512 | |||
2009-08-16 | Fix warning caused by -Wformat-security. | Johannes Schickel | |
svn-id: r43446 | |||
2009-08-05 | T7G: Fix bug #2831041 by implementing opcode responsible for starting music ↵ | Scott Thomas | |
partway through a video svn-id: r43068 | |||
2009-08-03 | T7G: Fix bug #2831046 where save names not shown after loading a save from ↵ | Scott Thomas | |
launcher svn-id: r43020 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-20 | Fix gcc warning (hopefully this is correct). | Johannes Schickel | |
svn-id: r42635 | |||
2009-07-20 | Proper implementation of microscope puzzle. | Eugene Sandulenko | |
svn-id: r42634 | |||
2009-07-15 | Got rid of two more ioFailed uses | Max Horn | |
svn-id: r42501 |