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
/
toon
/
character.cpp
Age
Commit message (
Expand
)
Author
2012-06-28
TOON: Replace remaining int32 x,y,w and h coordinates with int16.
D G Turner
2012-06-14
TOON: Fix two latent off-by-one errors in Character Class.
D G Turner
2012-06-14
TOON: Replace Character _currentPath static buffers with Common::Array.
D G Turner
2012-06-14
TOON: Migrate Character API x,y coordinates and subclasses to int16.
D G Turner
2012-06-10
TOON: Minor type fixes and cleanups in Pathfinding class.
D G Turner
2012-06-10
TOON: Migrate Pathfinding API x,y coordinates to int16.
D G Turner
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-27
TOON: Clean up Common::String usage
Willem Jan Palenstijn
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-09
TOON: Fix bad character visibility after restore
sylvaintv
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
TOON: Fix Flux staying outside of the dressing room
sylvaintv
2011-04-06
TOON: Fix several Valgrind issues
sylvaintv
2011-03-10
TOON: Cleanup
strangerke
2011-03-10
TOON: Janitorial: Suppress blanks at end of lines
strangerke
2011-01-30
TOON: More Drew visibility fixes
Sylvain Dupont
2011-01-29
TOON: Bug #3124518 with disappearing inventory items fixed
Sylvain Dupont
2011-01-29
TOON: Pathfinding & walking improvements
Sylvain Dupont
2010-11-28
TOON: Attempt to fix crash when Bricabrac puts on his glasses
Torbjörn Andersson
2010-11-13
TOON: Walk animation improved
Sylvain Dupont
2010-11-10
TOON: Even more corrections to close memory leaks.
David Turner
2010-11-09
TOON: More corrections to close memory leaks.
David Turner
2010-11-08
TOON: Further corrections to close memory leaks.
David Turner
2010-11-01
ENGINES: Get rid of some (f)printfs
Max Horn
2010-10-22
TOON: Fix conversation freeze in the beginning of chapter 2
Sylvain Dupont
2010-10-22
TOON: More talk animation fixes
Sylvain Dupont
2010-10-22
TOON: Fixed Bug #3089974 and #3086015
Sylvain Dupont
2010-10-16
TOON: Added most of the remaining Advanced Engine Features
Sylvain Dupont
2010-10-13
TOON: Updated code to build properly for WINSCW and GCCE(symbian)
Lars Persson
2010-10-11
TOON: Fixed Flux disappearing in barn when talking to the cow
Sylvain Dupont
2010-10-11
TOON: Reduced CPU usage by about 40%
Filippos Karapetis
2010-10-10
TOON: Fixed bad Flux state when restoring a game
Sylvain Dupont
2010-10-10
TOON: Fix end of idle animations
Sylvain Dupont
2010-10-09
TOON: Constify some more tables.
Johannes Schickel
2010-10-09
TOON: Ran astyle over the toon engine (+ some manual corrections).
Johannes Schickel
2010-10-09
TOON: Make some static data tables const.
Johannes Schickel
2010-10-08
TOON: Normalized include paths
Eugene Sandulenko
2010-10-08
TOON: Merged Toon engine to ScummVM trunk
Eugene Sandulenko