index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
akos.cpp
Age
Commit message (
Expand
)
Author
2002-07-02
got rid of akos_findManyDirection; simplified akos_frameToAnim a lot
Max Horn
2002-06-27
Fixed the gost animation background reset. Made a little tweak to draw the gu...
Vincent Hamm
2002-06-04
newDirToOldDir is now a class method of class Scumm)
Max Horn
2002-05-23
removed some debug output I left in accidentally in my last checkin; removed ...
Max Horn
2002-05-23
moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ...
Max Horn
2002-05-14
added #include "actor.h", some minor tweaks
Max Horn
2002-05-06
Add raw PCM part to dig .bun decompressor.
James Brown
2002-04-24
Fix Indy4/MI2 crash due to VirtScroll code.
James Brown
2002-04-23
Another akos codec 5 fix
Vincent Hamm
2002-04-22
Made great progress with the akos codec 5. Placement is now correct but still...
Vincent Hamm
2002-04-22
More work done on blast objects. Very preliminary implementation of akos codec 5
Vincent Hamm
2002-04-21
Some new V7 scummvars. Implemented custom scale table in AKOS codec 1
Vincent Hamm
2002-04-11
Large pointless reindentation of all the code. Also fixed a few mistakes
James Brown
2002-03-25
Fixed a bit the gui for FT and DIG. It still doesn't display a thing but it's...
Vincent Hamm
2002-03-24
Fixed pal init
Vincent Hamm
2002-03-20
I know it probably doesn't look like much, but this is a start to the reorg -...
James Brown
2002-03-06
Applied cleanup and scaling patch by Rob.
James Brown
2002-03-06
Reimplemented the preliminary Dig features. Implemented actor with many direc...
Vincent Hamm
2002-02-24
Code cleanup - get rid of a bunch of typecast and unused variable warnings.
James Brown
2002-02-02
Added newline at end of file to fix gcc warnings.
Marcus Comstedt
2001-12-27
better full throttle support,
Ludvig Strigeus
2001-12-03
Fixed a couple of alignment issues
Ludvig Strigeus
2001-11-27
some BOMP support,
Ludvig Strigeus
2001-11-26
very simple full throttle support, use the FULL_THROTTLE define. (will fix la...
Ludvig Strigeus