Age | Commit message (Expand) | Author |
2009-05-08 | SCI: Folded line.h and crossblit.h into gfx_support.cpp | Max Horn |
2009-05-08 | SCI: cleanup | Max Horn |
2009-05-08 | SCI: Got rid of code for endian adjusting pixmaps | Max Horn |
2009-05-08 | SCI: turn the various gfx filters from #define hacks into template funcs | Max Horn |
2009-05-08 | SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok... | Max Horn |
2009-05-08 | SCI: AvoidPath: another workaround for ECO | Walter van Niftrik |
2009-05-08 | SCI: AvoidPath: Fixed a regression caused by previous commit, and added a | Walter van Niftrik |
2009-05-08 | Clarified docstring for String::insertChar | Max Horn |
2009-05-08 | SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars (thi... | Max Horn |
2009-05-08 | Fixed compilation under all versions of MSVC (renamed sound/softsynth/opl/opl... | Filippos Karapetis |
2009-05-08 | SCI: AvoidPath: added support for multiple contained-access polygons (ECO1). | Walter van Niftrik |
2009-05-08 | SCI: Got rid of last traces of class SegInterface | Max Horn |
2009-05-08 | SCI: Moved findCanonicAddress from SegInterface to MemObject | Max Horn |
2009-05-08 | SCI: Moved freeAtAddress from SegInterface to MemObject | Max Horn |
2009-05-08 | SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | Max Horn |
2009-05-08 | SCI: Started to merge SegInterface into MemObject | Max Horn |
2009-05-08 | SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly a... | Max Horn |
2009-05-07 | More debug info in the error messages when GUI layout is wrong. | Eugene Sandulenko |
2009-05-07 | Fix an endian bug | Matthew Hoops |
2009-05-07 | Correct incorrect byte in corrupt 72.out file, included with some PC versions... | Travis Howell |
2009-05-07 | Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor form... | Paul Gilbert |
2009-05-07 | Removed the renamed OPL files from the project | Paul Gilbert |
2009-05-06 | Updated xcode project, and fixed dependency for the iphonebundle makefile target | Oystein Eftevaag |
2009-05-06 | For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MS... | Johannes Schickel |
2009-05-06 | Another attempt at fixing MSVC compiliation. (someone test this please ;-) | Johannes Schickel |
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 |