Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-12 | modified akos / 'old' costume (charset) masking code to a) match each other; ↵ | Max Horn | |
also, the costume.cpp code looks again checks _zbuf != 0 even for non-SMALL_HEADER games, as it used to 1 year ago ;-) (note: this change is kinda experimental; might fix some bugs, might introduce some regressions) svn-id: r7473 | |||
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵ | Max Horn | |
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423 | |||
2003-05-10 | fix variable acces | Jonathan Gray | |
svn-id: r7414 | |||
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2003-05-05 | Add more ScummVM globals to PDB | Chris Apers | |
svn-id: r7346 | |||
2003-03-28 | cleanup | Max Horn | |
svn-id: r6877 | |||
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-03 | fixes to akos opcodes | Paweł Kołodziejski | |
svn-id: r6669 | |||
2003-03-02 | added AKC_StartVarAnim opcode for akos_increaseAnims | Paweł Kołodziejski | |
svn-id: r6660 | |||
2003-03-02 | changed check only for Cxxx opcodes | Paweł Kołodziejski | |
svn-id: r6657 | |||
2003-02-22 | improved a little akos_queCommand func | Paweł Kołodziejski | |
svn-id: r6631 | |||
2003-01-14 | Patch 667613: Extend gfxUsageBits[] | James Brown | |
svn-id: r6453 | |||
2003-01-12 | Add uSweat token (used when trying to walk across hot sand at brimstone beach) | James Brown | |
svn-id: r6432 | |||
2003-01-07 | more akos/costume merging | Max Horn | |
svn-id: r6352 | |||
2003-01-06 | some chore/limb related code | Max Horn | |
svn-id: r6348 | |||
2003-01-06 | cleanup; added a hack to avoid crash in the canon scene (at least it works ↵ | Max Horn | |
this way for me) svn-id: r6347 | |||
2003-01-05 | started unifying code in akos.cpp and costume.cpp | Max Horn | |
svn-id: r6343 | |||
2002-12-28 | Fix CMI Akos 'garbage' bug, based off of eriktorbjorn patch 659331 | James Brown | |
svn-id: r6222 | |||
2002-12-28 | cleanup | Max Horn | |
svn-id: r6214 | |||
2002-12-27 | cleanup | Max Horn | |
svn-id: r6197 | |||
2002-12-16 | added missing sound effects based on patch #654463 | Paweł Kołodziejski | |
svn-id: r5999 | |||
2002-12-01 | moved RNG to common/util.cpp | Oliver Kiehl | |
svn-id: r5778 | |||
2002-11-19 | Patch #639699: SAM: Fix for graphics glitch | Max Horn | |
svn-id: r5601 | |||
2002-11-08 | Masking patch | James Brown | |
svn-id: r5468 | |||
2002-11-06 | removed more unused variables; cleaned up some spaces | Max Horn | |
svn-id: r5442 | |||
2002-11-06 | removed unused parameters from drawBomp | Max Horn | |
svn-id: r5440 | |||
2002-11-06 | rewrote akos5 and bomp, corrected pitch in akos16, increased range of gfxbits | Paweł Kołodziejski | |
svn-id: r5433 | |||
2002-10-25 | Patch #627935: Akos codec5 cleanup/bugfix | Max Horn | |
svn-id: r5309 | |||
2002-10-25 | removed _bitMask table from akos16 | Paweł Kołodziejski | |
svn-id: r5308 | |||
2002-10-24 | changed number strips to dynamic and increased arrays tdirty and bdirty to 80 | Paweł Kołodziejski | |
svn-id: r5296 | |||
2002-10-22 | akos cleanup, second stage | Max Horn | |
svn-id: r5242 | |||
2002-10-22 | akos cleanup, first stage | Max Horn | |
svn-id: r5238 | |||
2002-10-22 | Remove akos16 warning() | James Brown | |
svn-id: r5233 | |||
2002-10-22 | Remove unused variable | James Brown | |
svn-id: r5232 | |||
2002-10-22 | ludde's akos 16 cleanup and mods - fixes the full throttle dumpster ↵ | James Brown | |
animation too svn-id: r5230 | |||
2002-10-22 | Akos(16) fixes by Ludde - yay, it's working :) | James Brown | |
svn-id: r5229 | |||
2002-10-22 | cleanup akos16, still broken | Paweł Kołodziejski | |
svn-id: r5228 | |||
2002-10-21 | cleanup and fixes akos16: types, init. variables at mirror, missing '+' at ↵ | Paweł Kołodziejski | |
decode, but still broken :( svn-id: r5221 | |||
2002-10-21 | add missing bitmask value. akos16 is still quite broken however | James Brown | |
svn-id: r5211 | |||
2002-10-21 | added cliping for actor in akos16 | Paweł Kołodziejski | |
svn-id: r5206 | |||
2002-10-21 | badly akos16 implementation | Paweł Kołodziejski | |
svn-id: r5204 | |||
2002-10-16 | Implement akos codec 1, shadow mode 3 | James Brown | |
svn-id: r5167 | |||
2002-10-15 | Fix missing fourth shape in Dig rods, by changing typecast. | James Brown | |
svn-id: r5155 | |||
2002-10-07 | eriktorbjorn's Akos Codec 5 rewrite (Patch 618888 V2) | James Brown | |
svn-id: r5102 | |||
2002-10-06 | Reverse experimental AKOS codec 5 rewrite. | James Brown | |
This rewrite causes touching the ladder at the Fuel Tower to crash ScummVM again (in Full Throttle) svn-id: r5091 | |||
2002-10-06 | Full Throttle / The Dig fixes. | James Brown | |
drawDescString (for Full Throttle object names, in the 'ring of fire') is still somewhat broken. Feel free to fix ;) svn-id: r5090 | |||
2002-09-21 | fixed warning | Max Horn | |
svn-id: r4990 | |||
2002-09-01 | fixes to resolutions | Paweł Kołodziejski | |
svn-id: r4893 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |