Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-25 | some sane default values for speedx/speedy (shouldn't matter, though, as ↵ | Max Horn | |
script usually set those early) svn-id: r7938 | |||
2003-05-22 | renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame | Max Horn | |
svn-id: r7819 | |||
2003-05-22 | freeze scripts & hide mouse during cutscenes; addde Actor::isPlayer method ↵ | Max Horn | |
that should work in V2, too; fixed o2_walkActorToObject svn-id: r7815 | |||
2003-05-20 | added enum's for the known actor/object claasses; extended putClass/getClass ↵ | Max Horn | |
to translate the X/Y flip classes; made code use the new enum's; some other cleanup svn-id: r7753 | |||
2003-05-20 | got rid of the evil locked-box hack in adjustXYToBeInBox; instead check for ↵ | Max Horn | |
locked boxes in walkActorOld, which seems to work just as well (and hopefully better) svn-id: r7750 | |||
2003-05-18 | implemented proper 'invalid walkbox' handling in older games (in newer ↵ | Max Horn | |
games, box 0 is used as invalid box, while in older games this is a legal box and box 255 is the 'invalid' box); removed lots of FIXME's which were needed to cope with ScummVM not implementing the invalid walkbox stuff properly in the past; removed other actor FIXMEs. svn-id: r7642 | |||
2003-05-05 | renamed XYFactor/YXFactor to XYFactor, YXFactor/deltaYFactor (they denote ↵ | Max Horn | |
how much to move each step in the x/y direction); added several FIXME comments (after 0.4.0 we really shold revise this code) svn-id: r7344 | |||
2003-04-20 | Pedantic stats-boosting typo fix :) | James Brown | |
svn-id: r7039 | |||
2003-03-08 | new constant MF_FROZEN; fixed actor unfreeze code | Max Horn | |
svn-id: r6764 | |||
2003-03-07 | fixed some more valgrind warnings | Max Horn | |
svn-id: r6756 | |||
2003-03-07 | properly init Actor objects instead of one big evil hackish memset... | Max Horn | |
svn-id: r6733 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-01-26 | Patch 671701: SO_TALK_FREQUENCY | James Brown | |
svn-id: r6547 | |||
2003-01-26 | LCA03 sync: Modified version of the untrap patch, debugger | James Brown | |
savegame/loadgame changes, attempts at making the ComI save/load screen (F1) work. The savegame part of the screen does not work due to a crash, the load part SHOULD... but something resets the saveload flags before they are processed (help! :) svn-id: r6545 | |||
2003-01-06 | some chore/limb related code | Max Horn | |
svn-id: r6348 | |||
2003-01-01 | moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions ↵ | Max Horn | |
in script.cpp (grouping cutscene/override related stuff) svn-id: r6317 | |||
2002-12-25 | moved CharsetRendere into its own header/source file; changed ↵ | Max Horn | |
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147 | |||
2002-12-23 | renamed new_1, new_2, new_3 in class Actor | Max Horn | |
svn-id: r6069 | |||
2002-12-15 | disable actor dir intepolation for V7 games - it interfers with walk ↵ | Max Horn | |
scripts; ensure the 'frame' variable is set; cleanup svn-id: r5982 | |||
2002-12-08 | Patch #650085: Make saveload system extensible | Max Horn | |
svn-id: r5885 | |||
2002-11-10 | increasing actor palette to 256 | Paweł Kołodziejski | |
svn-id: r5505 | |||
2002-10-23 | Actor::frame is never set, this should be researched | Max Horn | |
svn-id: r5269 | |||
2002-10-22 | added FIXME | Max Horn | |
svn-id: r5235 | |||
2002-09-19 | based on my findings for guifont, I changed string.cpp to read the char ↵ | Max Horn | |
width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes' svn-id: r4978 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |