Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-13 | shouldn't be increased to next search object ? | Paweł Kołodziejski | |
svn-id: r7009 | |||
2003-04-13 | handle old_bundle offsets getVerbEntrypoint(), o5_setObjectName(), ↵ | Paweł Kołodziejski | |
getObjOrActorName() funcs svn-id: r7003 | |||
2003-04-13 | handle old_bundle size at addObjectToInventory() func | Paweł Kołodziejski | |
svn-id: r7002 | |||
2003-04-12 | fixed OLD_BUNDLE object image offset | Max Horn | |
svn-id: r6991 | |||
2003-04-12 | added GF_OLD_BUNDLE to findObjectInRoom | Max Horn | |
svn-id: r6986 | |||
2003-04-12 | lots of unblocked aka GF_OLD_BUNDLE support code (still no load, but gets ↵ | Max Horn | |
further :-) svn-id: r6977 | |||
2003-03-08 | added yet another sanity check (assert); fixed long standing evil bug in ↵ | Max Horn | |
getObjNewDir / getObjOldDir svn-id: r6763 | |||
2003-03-08 | some more dummy code for valgrind debugging | Max Horn | |
svn-id: r6762 | |||
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-03-05 | Patch #697848: Small removeObjectFromRoom() cleanup | Max Horn | |
svn-id: r6689 | |||
2003-03-02 | patch #696030: CMI: More actor direction fixes | Max Horn | |
svn-id: r6662 | |||
2003-03-02 | fixed warnings | Paweł Kołodziejski | |
svn-id: r6659 | |||
2003-02-27 | patch #693475 attempt to address the actor facing problems in comi by erik | Jonathan Gray | |
svn-id: r6643 | |||
2003-01-26 | Patch 671031: Fix for MI1 intro crash + others (move new object | James Brown | |
clearing code into a more generic function, and call it earlier) svn-id: r6548 | |||
2003-01-18 | fix compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6495 | |||
2003-01-17 | Clip strip value when removing objects | James Brown | |
svn-id: r6488 | |||
2003-01-16 | first blastText version. this is work in progress (note that e.g. text is ↵ | Max Horn | |
not clipped, and the extra information is not removed) svn-id: r6472 | |||
2003-01-14 | Patch 667613: Extend gfxUsageBits[] | James Brown | |
svn-id: r6453 | |||
2003-01-13 | clear object table for small header games, too | Max Horn | |
svn-id: r6448 | |||
2003-01-13 | fixed checkRange output; added checkRange call to drawObject; cleanup | Max Horn | |
svn-id: r6447 | |||
2003-01-13 | removed obsolete FIXME | Max Horn | |
svn-id: r6446 | |||
2003-01-13 | indention fix | Max Horn | |
svn-id: r6445 | |||
2003-01-12 | don't lock/unlock if resource was already locked | Max Horn | |
svn-id: r6439 | |||
2003-01-12 | fix beach crash in COMI | Max Horn | |
svn-id: r6438 | |||
2003-01-12 | fix banjo duel crash | Max Horn | |
svn-id: r6427 | |||
2003-01-12 | dump flObject scripts, too | Max Horn | |
svn-id: r6424 | |||
2003-01-12 | Remove the second biggest hack I've ever seen | James Brown | |
svn-id: r6423 | |||
2003-01-12 | End of flObject rewrite. It works! It works! :P | James Brown | |
svn-id: r6421 | |||
2003-01-12 | Fhew. Fix crash. | James Brown | |
svn-id: r6418 | |||
2003-01-12 | Small fix - _numLocalObjects is a 1-based array, so don't go reading bad ↵ | James Brown | |
memory :P svn-id: r6417 | |||
2003-01-12 | New method of local object management. Buggy, segfaults on the Part 1 screen ↵ | James Brown | |
and I don't know why yet.. svn-id: r6416 | |||
2003-01-11 | Better warn on the flObject 188/189 load hack | James Brown | |
svn-id: r6401 | |||
2003-01-11 | This is the second biggest hack I've ever seen! FlObject 188/189 hack. | James Brown | |
svn-id: r6400 | |||
2003-01-01 | Clean up the code a little. | James Brown | |
For some reason blast objects 188/189 are misbehaving, specifically you get a crash when talking to the voodoo lady. hit escape using this save: http://www.enderboi.com/misc/comi.s04 - I can't work out how the heck an association is created to begin with.. svn-id: r6311 | |||
2002-12-31 | added V8 support to drawVerbBitmap - not even sure if that is used in COMI, ↵ | Max Horn | |
though svn-id: r6286 | |||
2002-12-31 | implemented object drawing (still somewhat broken, we get a 'green screen' ↵ | Max Horn | |
effetc :-). Oh yes, this probably breaks save game compatibility for COMI. Oh yeah. As if I would care <g> svn-id: r6285 | |||
2002-12-31 | get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵ | Max Horn | |
script dumping svn-id: r6284 | |||
2002-12-28 | cleanup | Max Horn | |
svn-id: r6214 | |||
2002-12-27 | like rtRoom, rtRoomScripts should never expire while the room they belong ↵ | Max Horn | |
too is loaded; this fixes the crash when picking up the fishing rod svn-id: r6208 | |||
2002-12-27 | fixed flobject loading in V8 | Max Horn | |
svn-id: r6198 | |||
2002-12-26 | map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ↵ | Max Horn | |
after the first sentence is uttered (looking into that now); various cleanup; added a guess at VAR_EGO (based on what cmidec says is the 'default_actor') svn-id: r6176 | |||
2002-12-26 | fixed verb scripts | Max Horn | |
svn-id: r6175 | |||
2002-12-25 | fixed bomp cursor in CMI partially - still seeing ↵ | Max Horn | |
flickering/tearing/artifacts, though svn-id: r6124 | |||
2002-12-25 | Fix Dig regression | James Brown | |
svn-id: r6121 | |||
2002-12-25 | cleanup (really need to factor out a lot of this stuff into seperate methods) | Max Horn | |
svn-id: r6118 | |||
2002-12-25 | fixed warnings(errors) for VC6. | Paweł Kołodziejski | |
Endy I'm here now ! :-) svn-id: r6115 | |||
2002-12-25 | Skeleton for hacky font support using Smush's FontRenderer. Doesn't work ↵ | James Brown | |
(uncomment the loadFont line in script_v8 to test). Aquadran, where are you? :) svn-id: r6114 | |||
2002-12-25 | added (broken) cursor support for V8; enabled bomp drawing | Max Horn | |
svn-id: r6113 | |||
2002-12-24 | added a map from object names to object ids | Max Horn | |
svn-id: r6104 |