aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Collapse)Author
2007-10-24Implemented gradual display of text in talk dialogsPaul Gilbert
svn-id: r29251
2007-10-24Changed text speed flag, and added saving of it to savegamesPaul Gilbert
svn-id: r29250
2007-10-21Removed deprecated YNKeyStruct structurePaul Gilbert
svn-id: r29237
2007-10-20Finally got the room layering to work correctlyPaul Gilbert
svn-id: r29236
2007-10-07Added support for setting animations by their index rather than their ↵Paul Gilbert
offset, allowing for easier multi-language support. Also fixed translation of inventory window svn-id: r29169
2007-10-07Changed string constant name to avoid clashing with inventory display constantsPaul Gilbert
svn-id: r29168
2007-10-07Added loading of new give talk Id listPaul Gilbert
svn-id: r29167
2007-10-07Replaced incorrect key constants being used for fight commandsPaul Gilbert
svn-id: r29166
2007-10-07Added new string Ids used for inventory displayPaul Gilbert
svn-id: r29165
2007-10-07Finally tracked down a bug that sometimes caused word wrapping to failPaul Gilbert
svn-id: r29164
2007-09-30Fixed action lists to sort correctly for non-English languagesPaul Gilbert
svn-id: r29144
2007-09-30Fix load offset for straw fire, and added proper cross-language handling of ↵Paul Gilbert
initial talks to strangers svn-id: r29137
2007-09-30Added cross-language handling for the top menuPaul Gilbert
svn-id: r29136
2007-09-28Wrapped access to the playing sounds list in a mutexPaul Gilbert
svn-id: r29114
2007-09-24Added missing endian wrappers from Room Exit structure loadingPaul Gilbert
svn-id: r29082
2007-09-24Changes some code to use Common::set_to instead of loops. (as an example on ↵Johannes Schickel
how to use Common::set_to) svn-id: r29081
2007-09-23Converted fields in data that were originally offsets (such as tick proc ↵Paul Gilbert
offsets) to use indexes, allowing for more generic handling of different language versions svn-id: r29073
2007-09-23Added vaildation of new lure.dat file, and added MD5 for Italian version of gamePaul Gilbert
svn-id: r29072
2007-09-23Added support for the lure.dat file now containing multiple language versionsPaul Gilbert
svn-id: r29071
2007-09-23Split up the interruptableDelay method into two methods, making the version ↵Paul Gilbert
in events.cpp more generic svn-id: r29070
2007-09-23Removed some old redundant code and moved some string constants to the ↵Paul Gilbert
resource file svn-id: r29069
2007-09-23Tweaked the colour fading code so that room 4 will display correctlyPaul Gilbert
svn-id: r29068
2007-09-23Added support for original copy protection, in any anyone ever wants to see itPaul Gilbert
svn-id: r29067
2007-09-23Shifted string decoder list to a resource, since it varies from language to ↵Paul Gilbert
language svn-id: r29066
2007-09-23Added support for original copy protection, in any anyone ever wants to see itPaul Gilbert
svn-id: r29065
2007-09-23Indentation.Torbjörn Andersson
svn-id: r29057
2007-09-23Fix endian bugMax Horn
svn-id: r29047
2007-09-20Remove superfluous trailing dot (and that error message really is a lie, the ↵Max Horn
docs don't mention lure.dat :) svn-id: r28981
2007-09-20I'm probably being overly paranoid, but I'm nervous about initializing an arrayTorbjörn Andersson
of boolean with memset(). Maybe it's perfectly fine and healthy, but using a loop is consistent with how we do it in killSounds() anyway. svn-id: r28979
2007-09-20Fixed out-of-bounds writing in killSounds().Torbjörn Andersson
svn-id: r28978
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵Max Horn
compilation on some ports) svn-id: r28944
2007-09-16Fix to make characters face upwards initially, and to stand straight when ↵Paul Gilbert
not actively moving svn-id: r28920
2007-09-16Bugfix to prevent actions being paused sometimesPaul Gilbert
svn-id: r28919
2007-09-16Initial sound implementationPaul Gilbert
svn-id: r28917
2007-09-16Bugfix to keep language strings in memory across restartsPaul Gilbert
svn-id: r28916
2007-09-16Tweaked animation frame delay to better match original gamePaul Gilbert
svn-id: r28915
2007-09-16Changed ManagedList to make it more thread safePaul Gilbert
svn-id: r28914
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-09-08Fixed code formatting (hanging braces); added static/const keywords to data ↵Max Horn
tables; merged Hotspot::doLookAt and doLookThrough code svn-id: r28880
2007-08-25Completed the restart/restore dialog screen and functionalityPaul Gilbert
svn-id: r28714
2007-08-25Bugfix to prevent animations nuking the GUI element palette entriesPaul Gilbert
svn-id: r28713
2007-08-25Fixed up several sound system script methodsPaul Gilbert
svn-id: r28712
2007-08-12Remove left over debug ocde.Travis Howell
svn-id: r28555
2007-08-12Fixed warning.Torbjörn Andersson
svn-id: r28553
2007-08-12Added missing calls to the sound systemPaul Gilbert
svn-id: r28552
2007-08-12Added code fragment that can change the resource Id to change depending on ↵Paul Gilbert
whether inside/outside svn-id: r28551
2007-08-12Cleaned up structures for room exit joinsPaul Gilbert
svn-id: r28550
2007-08-12Added missing calls to the sound systemPaul Gilbert
svn-id: r28549