Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-15 | added Actor::isInClass convenience method; fixed typo in object.cpp; moved ↵ | Max Horn | |
some functions from class Scumm to LoadedCostume svn-id: r4560 | |||
2002-07-15 | no need to error out on Flashlight | Max Horn | |
svn-id: r4559 | |||
2002-07-15 | subtitles: some fixes | Paweł Kołodziejski | |
svn-id: r4558 | |||
2002-07-15 | simplified the path finding code for 'old' games (this included getting rid ↵ | Max Horn | |
of some global vars etc.) svn-id: r4557 | |||
2002-07-15 | DIG: corrected placement and multiline subtitles in SMUSH animations | Paweł Kołodziejski | |
svn-id: r4556 | |||
2002-07-15 | replaced EventList and StringList by a universtal List<T> template; remade ↵ | Max Horn | |
EventList and StringList using that generic type svn-id: r4555 | |||
2002-07-15 | tiny fix to account for the fact that GF_SMALL_HEADER games have walk box 0 | Max Horn | |
svn-id: r4554 | |||
2002-07-15 | renamed o5_actorSetClass to o5_setClass | Max Horn | |
svn-id: r4553 | |||
2002-07-15 | fix an obscure typo | Vincent Hamm | |
svn-id: r4552 | |||
2002-07-15 | allow static text/button widgets in NewGUI to be drawn centred | Max Horn | |
svn-id: r4551 | |||
2002-07-15 | fixed my fix - mouse cursor now moves again in new GUI | Max Horn | |
svn-id: r4550 | |||
2002-07-15 | Ouch, that was not intended ... | Ruediger Hanke | |
svn-id: r4549 | |||
2002-07-15 | MorphOS makefile update | Ruediger Hanke | |
svn-id: r4548 | |||
2002-07-15 | Some 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-15 | fix for #556444 (MI1: German sz ligature) | Max Horn | |
svn-id: r4546 | |||
2002-07-15 | fix for #581473 | Max Horn | |
svn-id: r4545 | |||
2002-07-15 | fixed pause mode; changed semantics of getRandomNumber slightly | Max Horn | |
svn-id: r4544 | |||
2002-07-14 | Duh - COMPILE before commit. | James Brown | |
Fix stupid typo x 3 svn-id: r4543 | |||
2002-07-14 | Reapply the Zak cashcard var exclusions... two of them somehow vanished | James Brown | |
out of the code during rewrites. svn-id: r4542 | |||
2002-07-13 | added 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-13 | took painelf's change, modified it a lot, and now here's the result :-) | Max Horn | |
svn-id: r4540 | |||
2002-07-13 | cleanup | Max Horn | |
svn-id: r4539 | |||
2002-07-13 | fixed palette bug (visible in MonkeyVGA in the forest on Melee Island); ↵ | Max Horn | |
added some code that might or might not be right for o5_actorset:15 svn-id: r4538 | |||
2002-07-13 | fixed about dialog crash | Max Horn | |
svn-id: r4537 | |||
2002-07-13 | renamed fadeToBlackEffect to fadeOut; renamed screenEffect to fadeIn; ↵ | Max Horn | |
implemented oldRoomEffect (fixes room transitions in MonkeyVGA and Indy3) svn-id: r4536 | |||
2002-07-13 | oops | Max Horn | |
svn-id: r4535 | |||
2002-07-13 | some cleanup | Max Horn | |
svn-id: r4534 | |||
2002-07-13 | added clear() methods to String and StringList; StringList destructor now ↵ | Max Horn | |
doesn't leak anymore svn-id: r4533 | |||
2002-07-13 | fixed FIXME; this seems to be the correct way for walkActorOld to work | Max Horn | |
svn-id: r4532 | |||
2002-07-13 | indent fixes | Max Horn | |
svn-id: r4531 | |||
2002-07-13 | *** empty log message *** | Travis Howell | |
svn-id: r4530 | |||
2002-07-13 | Let ListWidget have an 'active' item | James Brown | |
svn-id: r4529 | |||
2002-07-12 | updated TODO list | Max Horn | |
svn-id: r4528 | |||
2002-07-12 | implemented scrollbar 'dragging' (based largely on painelf's patch) | Max Horn | |
svn-id: r4527 | |||
2002-07-12 | small indention fix | Max Horn | |
svn-id: r4526 | |||
2002-07-12 | updated scummvm.dsp file (thx painelf) | Max Horn | |
svn-id: r4525 | |||
2002-07-12 | this fix by MadMoose fixes the forest 'labyrinth' in monkeyvga | Max Horn | |
svn-id: r4524 | |||
2002-07-12 | my previous change caused problems in MI1/2. This should help | Max Horn | |
svn-id: r4523 | |||
2002-07-12 | fix for #555317 | Max Horn | |
svn-id: r4522 | |||
2002-07-12 | Countless changes to the New GUI; some hightligths: new ScrollBarWidget ↵ | Max Horn | |
class; ListWidget is usable (demo shows it off); added custom String/StringList classes svn-id: r4521 | |||
2002-07-12 | Allow Full Thottle SMUSH to work again | James Brown | |
svn-id: r4520 | |||
2002-07-12 | fixed space bar bug in Save dialog. Dudes, why not use standard ↵ | Max Horn | |
functions/macros instead of reinventing the broken wheel? 8-) svn-id: r4519 | |||
2002-07-12 | corrected colors in SMUSH animations | Paweł Kołodziejski | |
svn-id: r4518 | |||
2002-07-11 | seems there is a conflict with our operator new and certain versions of the ↵ | Max Horn | |
Std C++ lib. Till this is resolved: here's a workaround (disabling the code which is not used anyway right now) svn-id: r4517 | |||
2002-07-11 | fixed warnings | Paweł Kołodziejski | |
svn-id: r4516 | |||
2002-07-11 | Fixed the akos missposition bug when entering the nexus in dig | Vincent Hamm | |
svn-id: r4515 | |||
2002-07-11 | updated VC6 dsp | Vincent Hamm | |
svn-id: r4514 | |||
2002-07-10 | added prototype ListWidget (doesn't do anything yet, only serves to demo how ↵ | Max Horn | |
it might look); renamed various NewGui methods and added frameRect method; made NewGui use our 'own' GUI colors (no worries if you don't like them, this is just an experiment); StaticTextWidget now clones its label (preventing problems when a game was loaded, thus invalidating string locations in memory) svn-id: r4513 | |||
2002-07-10 | Opps, added missing declaration | Paweł Kołodziejski | |
svn-id: r4512 | |||
2002-07-10 | Implemented subtitles in SMUSH animations. | Paweł Kołodziejski | |
Almost complete, expect: - correct colors, - correct split texts to multilines svn-id: r4511 |