aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-18updated Win32 & Morphos project/MakefileMax Horn
svn-id: r4589
2002-07-18String class now uses ref counting for its data, which allows efficient ↵Max Horn
copying of strings svn-id: r4588
2002-07-18fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor ↵Max Horn
into class Actor svn-id: r4587
2002-07-18painelf's key repeat patchMax Horn
svn-id: r4586
2002-07-17added cubic spline interpolation (only to mix_unsigned_mono_8 because that's ↵Max Horn
what I used to test); next step will be to put this into a seperate function which all the 9 mixers (8 normal ones and one for MP3) will then use, but I gotta sleep now :-) svn-id: r4585
2002-07-17patch for compiling on Alpha. We probably should switch all our 'long's to ↵Max Horn
'int's svn-id: r4584
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file ↵Max Horn
accessor functions svn-id: r4583
2002-07-17added copy constructo and assignment operator for List<T> templateMax Horn
svn-id: r4582
2002-07-16fixed spllngMax Horn
svn-id: r4581
2002-07-16Patch #582286 - fix for double key events in newguiMax Horn
svn-id: r4580
2002-07-16biiig checkin: removed more stuff from scumm.h; added new headers resource.h ↵Max Horn
and object.h svn-id: r4579
2002-07-16got rid of _xPos, _yPos, _dir members in class ScummMax Horn
svn-id: r4578
2002-07-16update about the savepath config file optionJeremy Newman
svn-id: r4577
2002-07-16oops forgot this file :-)Max Horn
svn-id: r4576
2002-07-16added costume.h; bumped build date in scumm.h (we have some quite big ↵Max Horn
changes after all); switched ll and lr in the boxes code so that they really are what they are named after: lower left and right coords; removed some stuff from scumm.h/boxes.h svn-id: r4575
2002-07-16we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and ↵Max Horn
warning() into util.h svn-id: r4574
2002-07-16removed unnecessary #includeMax Horn
svn-id: r4573
2002-07-16primes usually give better results (verified this with Chi Squared testMax Horn
svn-id: r4572
2002-07-16endian fix for save games (including code for backward compatibility so that ↵Max Horn
old BE games will still load) svn-id: r4571
2002-07-16fixed #555647; got rid of some FIXME'sMax Horn
svn-id: r4570
2002-07-16This warning is driving me nuts, so disabling it for nowMax Horn
svn-id: r4569
2002-07-16fixed check for 'lights' systemMax Horn
svn-id: r4568
2002-07-16fixed call to adjustXYToBeInBoxMax Horn
svn-id: r4567
2002-07-16limit slider drag rangeMax Horn
svn-id: r4566
2002-07-16renamed 2xsai.cpp to scaler.cppMax Horn
svn-id: r4564
2002-07-16Update todoJames Brown
svn-id: r4563
2002-07-16renamed some variables for clarity; added scaler.hMax Horn
svn-id: r4562
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with ↵Max Horn
many mods to his patch by me :-) svn-id: r4561
2002-07-15added Actor::isInClass convenience method; fixed typo in object.cpp; moved ↵Max Horn
some functions from class Scumm to LoadedCostume svn-id: r4560
2002-07-15no need to error out on FlashlightMax Horn
svn-id: r4559
2002-07-15subtitles: some fixesPaweł Kołodziejski
svn-id: r4558
2002-07-15simplified the path finding code for 'old' games (this included getting rid ↵Max Horn
of some global vars etc.) svn-id: r4557
2002-07-15DIG: corrected placement and multiline subtitles in SMUSH animationsPaweł Kołodziejski
svn-id: r4556
2002-07-15replaced EventList and StringList by a universtal List<T> template; remade ↵Max Horn
EventList and StringList using that generic type svn-id: r4555
2002-07-15tiny fix to account for the fact that GF_SMALL_HEADER games have walk box 0Max Horn
svn-id: r4554
2002-07-15renamed o5_actorSetClass to o5_setClassMax Horn
svn-id: r4553
2002-07-15fix an obscure typoVincent Hamm
svn-id: r4552
2002-07-15allow static text/button widgets in NewGUI to be drawn centredMax Horn
svn-id: r4551
2002-07-15fixed my fix - mouse cursor now moves again in new GUIMax Horn
svn-id: r4550
2002-07-15Ouch, that was not intended ...Ruediger Hanke
svn-id: r4549
2002-07-15MorphOS makefile updateRuediger Hanke
svn-id: r4548
2002-07-15Some endian fixes I wanted to check in for some time now ... also allow ↵Ruediger Hanke
unencoded plain-text TRES files as they are on my German CDs of Dig/FT svn-id: r4547
2002-07-15fix for #556444 (MI1: German sz ligature)Max Horn
svn-id: r4546
2002-07-15fix for #581473Max Horn
svn-id: r4545
2002-07-15fixed pause mode; changed semantics of getRandomNumber slightlyMax Horn
svn-id: r4544
2002-07-14Duh - COMPILE before commit.James Brown
Fix stupid typo x 3 svn-id: r4543
2002-07-14Reapply the Zak cashcard var exclusions... two of them somehow vanishedJames Brown
out of the code during rewrites. svn-id: r4542
2002-07-13added latest of painelf's patches which makes NewGui handle system events ↵Max Horn
directly (code becomes much cleaner and more powerful this way); he also implemented a 'focus' item in NewGui; atop of this several changes of my own that further improve the GUI behaviour svn-id: r4541
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
svn-id: r4540
2002-07-13cleanupMax Horn
svn-id: r4539