aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12This assertion shouldn't be needed. At least not here.Torbjörn Andersson
2006-04-12Fixed serious bug in removeOverlayElement() that would cause it to fail. ThisTorbjörn Andersson
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray
2006-04-12- Fixed the mistake in Mult_v2::loadMult() that caused Gob2 floppy toSven Hesse
2006-04-12Fixing the workaround for bug #1458388 (should have added trailing dot, but d...Max Horn
2006-04-12Updated project files with new required libs.Lars Persson
2006-04-12Fix script dumpingEugene Sandulenko
2006-04-12cleanupEugene Sandulenko
2006-04-12Speeds up calcGradient again a little bit.Johannes Schickel
2006-04-12- some little clean upsJohannes Schickel
2006-04-12DEBUG_SCRIPT -> debugCEugene Sandulenko
2006-04-11Add F1-F10 keymappings like in original engine.Eugene Sandulenko
2006-04-11Re-fix the CD version of LoomMax Horn
2006-04-11Rearranged code in ScummEngine::openRoom a bit, to separate the filename gene...Max Horn
2006-04-11Don't hardcode specific values for our language enums, as nothing should depe...Max Horn
2006-04-11Removed the PalmOS specific hack in file.cpp in favor for code that should wo...Max Horn
2006-04-11Fix warning.Eugene Sandulenko
2006-04-11Added TODO comment about refreshAnimData[] and why it's not (yet) a field inTorbjörn Andersson
2006-04-11If generateDetectName() generates an empty string, that's a failure, not aTorbjörn Andersson
2006-04-11Updated project fileChris Apers
2006-04-11Bad hack to make the file class work agaain with PalmOS ARM version - read th...Chris Apers
2006-04-11Fixed crash with PalmOS ARM version : global objects are allocated but constr...Chris Apers
2006-04-11Fixed line endingChris Apers
2006-04-11Not neededChris Apers
2006-04-11PalmOS tooChris Apers
2006-04-11Fixed FS support based on lastest changes to the base fs classChris Apers
2006-04-11There is no ::create function anymore in backendsChris Apers
2006-04-11Added now required palm_main(...) functionChris Apers
2006-04-11Missing endian.hChris Apers
2006-04-11Added missing 'auto' music driverChris Apers
2006-04-11Draws the same border for 'kWidgetBackgroundPlain' as for 'kWidgetBackgroundB...Johannes Schickel
2006-04-11Fixes disappearing borders with classic theme.Johannes Schickel
2006-04-11Checks if something is drawn out of the screen in drawSurfaceMasked (fixes cr...Johannes Schickel
2006-04-11Fixes cutted texts with --force-1x-overlay.Johannes Schickel
2006-04-11- cleans up drawSurfaceMasked a little bitJohannes Schickel
2006-04-11Changed drawScrollbar to use drawShadow.Johannes Schickel
2006-04-11Makes classic theme compile without OLDGUI_TRANSPARENCY again.Johannes Schickel
2006-04-11Some more MD5 entries / confirmations by Peter EckerleinMax Horn
2006-04-11Added delays to the main and menu event loops to keep Lure from gobbling up allTorbjörn Andersson
2006-04-11Changed max() to MAX(). This fixes compilation for me.Torbjörn Andersson
2006-04-11Added disassembly of room exit handling, as well as a few cleanups to the pat...Paul Gilbert
2006-04-11Added proper path finding code for rooms, as well as miscellaneous support me...Paul Gilbert
2006-04-11Added a destRoomNumber variable to store which room a highlighted exit goes t...Paul Gilbert
2006-04-11Implemented better handling of changing rooms via room exitsPaul Gilbert
2006-04-11Added new resources for pathfinding and new resourcesPaul Gilbert
2006-04-11Resource loader enhanced to load hotspot proximity data and room walkable areasPaul Gilbert
2006-04-11Updated resource structures to add support for hotspot y corrections, proximi...Paul Gilbert
2006-04-11Added a script method for setting a blocking hotspot scriptPaul Gilbert