Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-07-10 | added kirben to readme/webpage (gee why wasn't he there already?) | Max Horn | |
svn-id: r4510 | |||
2002-07-10 | improved the alpha blending code, now works properly for nesting/redraw ↵ | Max Horn | |
(changed meaning of WIDGET_CLEARBG a little bit for this) svn-id: r4509 | |||
2002-07-10 | indent run | Max Horn | |
svn-id: r4508 | |||
2002-07-10 | some spaces fixed, don't use DOS encoded special chars | Max Horn | |
svn-id: r4507 | |||
2002-07-10 | fix | Paweł Kołodziejski | |
svn-id: r4506 | |||
2002-07-09 | clarified difference between Mutle's work and mine | Max Horn | |
svn-id: r4505 | |||
2002-07-09 | Dumb up filename case insensitivity | James Brown | |
svn-id: r4504 | |||
2002-07-09 | Change Indy4 titlebar to satisfy Murray-Mint. | James Brown | |
svn-id: r4503 | |||
2002-07-09 | Add a comment :P | James Brown | |
svn-id: r4502 | |||
2002-07-09 | Add in alpha-blending code. Why? Because I can! :) | James Brown | |
svn-id: r4501 | |||
2002-07-08 | replaced clearArea with the more general fillArea; added get/setValue ↵ | Max Horn | |
methods to SliderWidget; changed look of SliderWidget a little bit; optimized drawing of SliderWidget svn-id: r4500 | |||
2002-07-08 | hook in the Mac Carbon port SelectGame method. Still not at all useful; I ↵ | Max Horn | |
believe it's better to wait for a portable ScummVM GUI and then use that instead... svn-id: r4499 | |||
2002-07-08 | Fix small indentation | James Brown | |
svn-id: r4498 | |||
2002-07-08 | Fix mouseout | James Brown | |
svn-id: r4497 | |||
2002-07-08 | Add slider widget | James Brown | |
svn-id: r4496 | |||
2002-07-08 | fixed my bogus QNX fix :-) | Max Horn | |
svn-id: r4495 | |||
2002-07-08 | made mac port compile & link with current source; however, it doesn't work ↵ | Max Horn | |
at all, so don't be to excited about this checkin :-) svn-id: r4494 | |||
2002-07-08 | two more small QNX fixes | Max Horn | |
svn-id: r4493 | |||
2002-07-08 | got rid of RTTI again (i.e. dynamic_cast) | Max Horn | |
svn-id: r4492 | |||
2002-07-08 | removed obsolete | Max Horn | |
svn-id: r4491 | |||
2002-07-08 | Use correct compiler | Travis Howell | |
svn-id: r4490 | |||
2002-07-08 | added some typecasts that might help QNX; updated NewGui TODO list | Max Horn | |
svn-id: r4489 |