Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-08 | SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars ↵ | Max Horn | |
(this prevents a crash on OS X). Note that the OSystem specs cleary state that only ASCII may be passed to setWindowCaption(), but we ignore this e.g. in the launcher svn-id: r40381 | |||
2009-05-08 | Fixed compilation under all versions of MSVC (renamed ↵ | Filippos Karapetis | |
sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively) svn-id: r40379 | |||
2009-05-08 | SCI: AvoidPath: added support for multiple contained-access polygons (ECO1). | Walter van Niftrik | |
svn-id: r40378 | |||
2009-05-08 | SCI: Got rid of last traces of class SegInterface | Max Horn | |
svn-id: r40377 | |||
2009-05-08 | SCI: Moved findCanonicAddress from SegInterface to MemObject | Max Horn | |
svn-id: r40376 | |||
2009-05-08 | SCI: Moved freeAtAddress from SegInterface to MemObject | Max Horn | |
svn-id: r40375 | |||
2009-05-08 | SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | Max Horn | |
svn-id: r40374 | |||
2009-05-08 | SCI: Started to merge SegInterface into MemObject | Max Horn | |
svn-id: r40373 | |||
2009-05-08 | SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly ↵ | Max Horn | |
allocated memory if T is a scaler type, pointer, POD type. At least on OS X svn-id: r40372 | |||
2009-05-07 | More debug info in the error messages when GUI layout is wrong. | Eugene Sandulenko | |
svn-id: r40371 | |||
2009-05-07 | Fix an endian bug | Matthew Hoops | |
svn-id: r40370 | |||
2009-05-07 | Correct incorrect byte in corrupt 72.out file, included with some PC ↵ | Travis Howell | |
versions of PN. svn-id: r40369 | |||
2009-05-07 | Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor ↵ | Paul Gilbert | |
formatting changes svn-id: r40368 | |||
2009-05-07 | Removed the renamed OPL files from the project | Paul Gilbert | |
svn-id: r40367 | |||
2009-05-06 | Updated xcode project, and fixed dependency for the iphonebundle makefile target | Oystein Eftevaag | |
svn-id: r40366 | |||
2009-05-06 | For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so ↵ | Johannes Schickel | |
MSVC does not try to compile the former opl.cpp. (Needs cleanup in the future anyway...) svn-id: r40365 | |||
2009-05-06 | Another attempt at fixing MSVC compiliation. (someone test this please ;-) | Johannes Schickel | |
svn-id: r40364 | |||
2009-05-06 | Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3 | Arnaud Boutonné | |
svn-id: r40363 | |||
2009-05-06 | Gob - Modify Features of PC versions of Fascination to Adlib. (thank DrMcCoy ↵ | Arnaud Boutonné | |
for fixing my error in previous version) svn-id: r40362 | |||
2009-05-06 | Patch #2758080: GSOC09: XMIDI parser switch cases | Max Horn | |
svn-id: r40361 | |||
2009-05-06 | Don't include headers inside namespace scopes. This should fix compilation ↵ | Johannes Schickel | |
on NDS at least. svn-id: r40360 | |||
2009-05-06 | Fixed SCI compilation under MSVC and added several missing files | Filippos Karapetis | |
svn-id: r40359 | |||
2009-05-06 | Sync with adlib.cpp rename | Paul Gilbert | |
svn-id: r40358 | |||
2009-05-06 | Sync with adlib.cpp rename | Paul Gilbert | |
svn-id: r40357 | |||
2009-05-06 | SCI: Added operator== and !=, as well as an isNull method to reg_t | Max Horn | |
svn-id: r40356 | |||
2009-05-06 | SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI ↵ | Max Horn | |
string frags. Also added a 'typedef reg_t *StringFrag' for future use svn-id: r40355 | |||
2009-05-06 | Sync with adlib.cpp rename | Eugene Sandulenko | |
svn-id: r40354 | |||
2009-05-06 | Rename duplicate named files in order to make MSVC happier | Eugene Sandulenko | |
svn-id: r40353 | |||
2009-05-06 | Added reference to sci\sfx\player\player.cpp | Paul Gilbert | |
svn-id: r40352 | |||
2009-05-06 | Added a reference to scummsys.h to fix compilation errors | Paul Gilbert | |
svn-id: r40351 | |||
2009-05-06 | Updated the MSVC project files of the SCI engine (compilation is broken with ↵ | Filippos Karapetis | |
SCI under MSVC) svn-id: r40350 | |||
2009-05-06 | - Updated the MSVC project files of ScummVM (added the new Adlib player, as ↵ | Filippos Karapetis | |
well as vkeyb and keymapper) - Synced the GOB project files - Synced the SCUMM project files svn-id: r40349 | |||
2009-05-06 | Add more file sizes. | Travis Howell | |
svn-id: r40348 | |||
2009-05-06 | Silence warnings. Const correctness | Eugene Sandulenko | |
svn-id: r40347 | |||
2009-05-06 | Const correctness | Eugene Sandulenko | |
svn-id: r40346 | |||
2009-05-06 | Remove duplicate entry (sorry Strangerke, but this one was already in there, ↵ | Sven Hesse | |
a few lines above) :P svn-id: r40345 | |||
2009-05-06 | Gob - Add MD5 as provided by Luca in scummvm-devel for Woodruff ITA | Arnaud Boutonné | |
svn-id: r40344 | |||
2009-05-06 | SCI: Modified the new adlib driver for the dosbox adlib emulator, and ↵ | Walter van Niftrik | |
enabled the new player. svn-id: r40343 | |||
2009-05-06 | Fix feedback/algorithm register write bugs in Dual OPL2 mode. | Johannes Schickel | |
svn-id: r40342 | |||
2009-05-05 | Really fix Dual OPL2 initialization. | Johannes Schickel | |
svn-id: r40341 | |||
2009-05-05 | Commit of patch #2787493 "AmigaOS4: New Icon (better quality)". | Johannes Schickel | |
svn-id: r40340 | |||
2009-05-05 | Dual OPL2 initialization bugfix. | Johannes Schickel | |
svn-id: r40339 | |||
2009-05-05 | Cleanup: | Johannes Schickel | |
- Rename OPL_DOSBox to OPL, since it's inside a seperate namespace anyway - Reanme MAME_OPL to OPL, since it's inside a seperate namespace anyway svn-id: r40338 | |||
2009-05-05 | - Remove default parameter from OPL::create | Johannes Schickel | |
- Add some note that no one should use the legacy API for new code svn-id: r40337 | |||
2009-05-05 | SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driver | Walter van Niftrik | |
in order to get it working with the new adlib emulator. svn-id: r40336 | |||
2009-05-05 | At request by DrMcCoy enable DOSBox OPL2 by default whenever ↵ | Johannes Schickel | |
DISABLE_DOSBOX_OPL isn't defined. svn-id: r40335 | |||
2009-05-05 | AdLib emulator changes part2: | Johannes Schickel | |
- Add new OPL emulator API (and legacy access API) in sound/fmopl.h - Add DOSBox OPL emulator. - Update MAME OPL emulator for the API changes. svn-id: r40334 | |||
2009-05-05 | AdLib emulator changes part1 (breaks compilation :-/): | Johannes Schickel | |
- Add new directory sound/softsynth/opl - Move sound/fmopl to sound/softsynth/opl/mame svn-id: r40333 | |||
2009-05-05 | Update SCI code for the upcoming AdLib emulator changes: | Johannes Schickel | |
- Switch old 'opl2' code to use less of the MAME specific API. - Since 'interleave' parameter on "YM3812UpdateOne" will be dropped, work around that in SCI code by hand. svn-id: r40332 | |||
2009-05-05 | Gob - Fix Fascination CD file size thanks to joostp | Arnaud Boutonné | |
svn-id: r40331 |