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
/
engines
/
cruise
/
actor.cpp
Age
Commit message (
Expand
)
Author
2009-05-15
Converted various printf statements to use debug, warning, and error.
Paul Gilbert
2009-04-05
Implemented many of the remaining library functions
Paul Gilbert
2009-03-03
Renamed parameter to silence warning.
Torbjörn Andersson
2009-03-03
Changed the int16[5] array used in pathfinding to a structure with explicitly...
Paul Gilbert
2009-03-03
Formatting fixes
Paul Gilbert
2009-03-02
Bugfix for frequent freezes when doing actions - the main movement state swit...
Paul Gilbert
2009-03-02
Formatting fixes, and added extra constants and function name corrections
Paul Gilbert
2009-02-19
Moved a set of static arrays into the staticres.cpp file
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-27
Nearly working pathfinder
Vincent Hamm
2007-12-27
Early pathfinding
Vincent Hamm
2007-12-20
Multiple fix/cleanup
Vincent Hamm
2007-11-04
Some code formating fixes
Sven Hesse
2007-10-29
Add more object menu controls
Vincent Hamm
2007-10-28
Find object fix
Vincent Hamm
2007-10-27
Hooked inputs
Vincent Hamm
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-16
Figured out the bug that was causing the animations to glitch
Vincent Hamm
2007-05-10
Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X...
Max Horn
2007-04-28
More cleanup
Vincent Hamm
2007-04-28
Changed abs() to ABS()
Torbjörn Andersson
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Cleanup
Vincent Hamm
2007-04-27
Fixing lots of warnings
Max Horn
2007-04-27
Fixed loads of warnings with MSVC and gcc
Filippos Karapetis
2007-04-27
Fixed some warnings and unused variables
Filippos Karapetis
2007-04-27
Fixing compilation for me
Sven Hesse
2007-04-27
Add cruise source code for scummvm
Vincent Hamm