Age | Commit message (Expand) | Author |
2009-05-06 | Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3 | Arnaud Boutonné |
2009-05-06 | Gob - Modify Features of PC versions of Fascination to Adlib. (thank DrMcCoy ... | Arnaud Boutonné |
2009-05-06 | Patch #2758080: GSOC09: XMIDI parser switch cases | Max Horn |
2009-05-06 | Don't include headers inside namespace scopes. This should fix compilation on... | Johannes Schickel |
2009-05-06 | Fixed SCI compilation under MSVC and added several missing files | Filippos Karapetis |
2009-05-06 | Sync with adlib.cpp rename | Paul Gilbert |
2009-05-06 | Sync with adlib.cpp rename | Paul Gilbert |
2009-05-06 | SCI: Added operator== and !=, as well as an isNull method to reg_t | Max Horn |
2009-05-06 | SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI stri... | Max Horn |
2009-05-06 | Sync with adlib.cpp rename | Eugene Sandulenko |
2009-05-06 | Rename duplicate named files in order to make MSVC happier | Eugene Sandulenko |
2009-05-06 | Added reference to sci\sfx\player\player.cpp | Paul Gilbert |
2009-05-06 | Added a reference to scummsys.h to fix compilation errors | Paul Gilbert |
2009-05-06 | Updated the MSVC project files of the SCI engine (compilation is broken with ... | Filippos Karapetis |
2009-05-06 | - Updated the MSVC project files of ScummVM (added the new Adlib player, as w... | Filippos Karapetis |
2009-05-06 | Add more file sizes. | Travis Howell |
2009-05-06 | Silence warnings. Const correctness | Eugene Sandulenko |
2009-05-06 | Const correctness | Eugene Sandulenko |
2009-05-06 | Remove duplicate entry (sorry Strangerke, but this one was already in there, ... | Sven Hesse |
2009-05-06 | Gob - Add MD5 as provided by Luca in scummvm-devel for Woodruff ITA | Arnaud Boutonné |
2009-05-06 | SCI: Modified the new adlib driver for the dosbox adlib emulator, and enabled... | Walter van Niftrik |
2009-05-06 | Fix feedback/algorithm register write bugs in Dual OPL2 mode. | Johannes Schickel |
2009-05-05 | Really fix Dual OPL2 initialization. | Johannes Schickel |
2009-05-05 | Commit of patch #2787493 "AmigaOS4: New Icon (better quality)". | Johannes Schickel |
2009-05-05 | Dual OPL2 initialization bugfix. | Johannes Schickel |
2009-05-05 | Cleanup: | Johannes Schickel |
2009-05-05 | - Remove default parameter from OPL::create | Johannes Schickel |
2009-05-05 | SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driver | Walter van Niftrik |
2009-05-05 | At request by DrMcCoy enable DOSBox OPL2 by default whenever DISABLE_DOSBOX_O... | Johannes Schickel |
2009-05-05 | AdLib emulator changes part2: | Johannes Schickel |
2009-05-05 | AdLib emulator changes part1 (breaks compilation :-/): | Johannes Schickel |
2009-05-05 | Update SCI code for the upcoming AdLib emulator changes: | Johannes Schickel |
2009-05-05 | Gob - Fix Fascination CD file size thanks to joostp | Arnaud Boutonné |
2009-05-05 | Added detection entry for the German 16-colour version, which was included on | Torbjörn Andersson |
2009-05-05 | Fix input glitch regression again, by closer matching original PN code. | Travis Howell |
2009-05-05 | Fix input glitch regression, when examing items in PN. | Travis Howell |
2009-05-05 | SCI: Work around an 'Array used after being disposed' bug that occurs when a ... | Max Horn |
2009-05-05 | COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel... | Max Horn |
2009-05-05 | SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot... | Max Horn |
2009-05-05 | SCI: Actually, it turns out the SystemString is more messed up than I thought... | Max Horn |
2009-05-05 | SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmp | Max Horn |
2009-05-05 | SCI: Fixed out of bounds access in (still incomplete?) string frags code | Max Horn |
2009-05-05 | Fix keymapper compilation | Eugene Sandulenko |
2009-05-05 | SCI: Support for 0x4e control changes in new adlib driver, and some cleanup. | Walter van Niftrik |
2009-05-04 | Fix compilation without --enable-pn | Joost Peters |
2009-05-04 | This should fix linking on PSP. | Johannes Schickel |
2009-05-04 | Fix valgrind warning | Eugene Sandulenko |
2009-05-04 | SCI: Got rid of heapmgr.h; further improve the Table code | Max Horn |
2009-05-04 | TINSEL: Added FIXME comment about a valgrind warning (calling strcpy on overl... | Max Horn |
2009-05-04 | SCI: Unified serializing code for Table subclasses, using template specializa... | Max Horn |