aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-08"??)" is the trigraph for "]". That isn't what we want.Torbjörn Andersson
svn-id: r40392
2009-05-08Added detection string for 'Adibou présente la Magie' (STK2.1), 'Adi ↵Arnaud Boutonné
Français Maths CM2' (PAK) and 'Adi Français Maths CE2' (PAK) svn-id: r40391
2009-05-08SCI: GetMessage: lock resource.Walter van Niftrik
svn-id: r40390
2009-05-08SCI: Folded line.h and crossblit.h into gfx_support.cppMax Horn
svn-id: r40389
2009-05-08SCI: cleanupMax Horn
svn-id: r40388
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
svn-id: r40387
2009-05-08SCI: turn the various gfx filters from #define hacks into template funcsMax Horn
svn-id: r40386
2009-05-08SCI: Replaced gfx_driver_t::set_palette and install_palette by directly ↵Max Horn
invoking their OSystem counterparts svn-id: r40385
2009-05-08SCI: AvoidPath: another workaround for ECOWalter van Niftrik
svn-id: r40384
2009-05-08SCI: AvoidPath: Fixed a regression caused by previous commit, and added aWalter van Niftrik
workaround for ECO room 300. svn-id: r40383
2009-05-08Clarified docstring for String::insertCharMax Horn
svn-id: r40382
2009-05-08SDL: 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-08Fixed 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-08SCI: AvoidPath: added support for multiple contained-access polygons (ECO1).Walter van Niftrik
svn-id: r40378
2009-05-08SCI: Got rid of last traces of class SegInterfaceMax Horn
svn-id: r40377
2009-05-08SCI: Moved findCanonicAddress from SegInterface to MemObjectMax Horn
svn-id: r40376
2009-05-08SCI: Moved freeAtAddress from SegInterface to MemObjectMax Horn
svn-id: r40375
2009-05-08SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constantMax Horn
svn-id: r40374
2009-05-08SCI: Started to merge SegInterface into MemObjectMax Horn
svn-id: r40373
2009-05-08SCI: 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-07More debug info in the error messages when GUI layout is wrong.Eugene Sandulenko
svn-id: r40371
2009-05-07Fix an endian bugMatthew Hoops
svn-id: r40370
2009-05-07Correct incorrect byte in corrupt 72.out file, included with some PC ↵Travis Howell
versions of PN. svn-id: r40369
2009-05-07Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor ↵Paul Gilbert
formatting changes svn-id: r40368
2009-05-07Removed the renamed OPL files from the projectPaul Gilbert
svn-id: r40367
2009-05-06Updated xcode project, and fixed dependency for the iphonebundle makefile targetOystein Eftevaag
svn-id: r40366
2009-05-06For 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-06Another attempt at fixing MSVC compiliation. (someone test this please ;-)Johannes Schickel
svn-id: r40364
2009-05-06Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3Arnaud Boutonné
svn-id: r40363
2009-05-06Gob - 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-06Patch #2758080: GSOC09: XMIDI parser switch casesMax Horn
svn-id: r40361
2009-05-06Don't include headers inside namespace scopes. This should fix compilation ↵Johannes Schickel
on NDS at least. svn-id: r40360
2009-05-06Fixed SCI compilation under MSVC and added several missing filesFilippos Karapetis
svn-id: r40359
2009-05-06Sync with adlib.cpp renamePaul Gilbert
svn-id: r40358
2009-05-06Sync with adlib.cpp renamePaul Gilbert
svn-id: r40357
2009-05-06SCI: Added operator== and !=, as well as an isNull method to reg_tMax Horn
svn-id: r40356
2009-05-06SCI: 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-06Sync with adlib.cpp renameEugene Sandulenko
svn-id: r40354
2009-05-06Rename duplicate named files in order to make MSVC happierEugene Sandulenko
svn-id: r40353
2009-05-06Added reference to sci\sfx\player\player.cppPaul Gilbert
svn-id: r40352
2009-05-06Added a reference to scummsys.h to fix compilation errorsPaul Gilbert
svn-id: r40351
2009-05-06Updated 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-06Add more file sizes.Travis Howell
svn-id: r40348
2009-05-06Silence warnings. Const correctnessEugene Sandulenko
svn-id: r40347
2009-05-06Const correctnessEugene Sandulenko
svn-id: r40346
2009-05-06Remove duplicate entry (sorry Strangerke, but this one was already in there, ↵Sven Hesse
a few lines above) :P svn-id: r40345
2009-05-06Gob - Add MD5 as provided by Luca in scummvm-devel for Woodruff ITAArnaud Boutonné
svn-id: r40344
2009-05-06SCI: Modified the new adlib driver for the dosbox adlib emulator, and ↵Walter van Niftrik
enabled the new player. svn-id: r40343
2009-05-06Fix feedback/algorithm register write bugs in Dual OPL2 mode.Johannes Schickel
svn-id: r40342