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
/
sherlock
/
tattoo
/
tattoo_people.cpp
Age
Commit message (
Expand
)
Author
2015-07-12
SHERLOCK: RT: Fix Holmes walking when moving to talk to character
Paul Gilbert
2015-07-12
SHERLOCK: RT: Implement walkHolmesToNPC
Paul Gilbert
2015-07-07
SHERLOCK: RT: Fix Valgrind issues
Paul Gilbert
2015-07-06
SHERLOCK: RT: Fix characters walking off-screen
Paul Gilbert
2015-07-05
SHERLOCK: RT: Cleanup and fleshing out of saving
Paul Gilbert
2015-07-04
SHERLOCK: RT: Additional constants for flags and characters
Paul Gilbert
2015-07-02
SHERLOCK: RT: Cleanup of Exit class and fix exiting scenes
Paul Gilbert
2015-07-02
SHERLOCK: RT: Fix moving too far vertically when walking
Paul Gilbert
2015-07-01
SHERLOCK: RT: Fix missing code in setWalking
Paul Gilbert
2015-06-27
SHERLOCK: RT: Fix walking with a very close dest
Paul Gilbert
2015-06-18
SHERLOCK: RT: Create pullNPCPaths to call each NPC's pullNPCPath method
Paul Gilbert
2015-06-17
SHERLOCK: RT: Implemented pullNPCPath
Paul Gilbert
2015-06-17
SHERLOCK: RT: Implement updateNPC
Paul Gilbert
2015-06-17
SHERLOCK: RT: Implement walkToCoords
Paul Gilbert
2015-06-14
SHERLOCK: RT: Fix walking with segments more than 10 steps long
Paul Gilbert
2015-06-14
SHERLOCK: Silence two other GCC warnings
Torbjörn Andersson
2015-06-14
SHERLOCK: RT: Fix loading of _altImages when necessary
Paul Gilbert
2015-06-14
SHERLOCK: RT: Move more methods from Sprite to TattooPerson
Paul Gilbert
2015-06-14
SHERLOCK: Move _walkDest from People to Person
Paul Gilbert
2015-06-14
SHERLOCK: RT: Fix player movement whilst walking
Paul Gilbert
2015-06-14
SHERLOCK: RT: Fix player animation when enterng scene
Paul Gilbert
2015-06-14
SHERLOCK: RT: Fix initialization of character animation sequences
Paul Gilbert
2015-06-14
SHERLOCK: RT: Implemented walk setup
Paul Gilbert
2015-06-13
SHERLOCK: RT: Fix initial facing of characters within scene
Paul Gilbert
2015-06-13
SHERLOCK: RT: Implement setWalking
Paul Gilbert
2015-06-13
SHERLOCK: Initial implementation of the NPC-related opcodes
Filippos Karapetis
2015-06-12
SHERLOCK: RT: Implement startCAnim
Paul Gilbert
2015-06-12
SHERLOCK: Split up loadWalk into descendent classes
Paul Gilbert
2015-06-12
SHERLOCK: RT: Move RT fields added to Person to TattooPerson
Paul Gilbert
2015-06-11
SHERLOCK: RT: Implemented gotoStand
Paul Gilbert
2015-06-11
SHERLOCK: Refactor gotoStand into Person classes
Paul Gilbert
2015-06-11
SHERLOCK: Beginning of descendent Person classes
Paul Gilbert
2015-06-08
SHERLOCK: Move Scalpel map code to ScalpelMap
Paul Gilbert
2015-06-07
SHERLOCK: Refactoring, cleanup, and fixes for savegame code
Paul Gilbert
2015-06-07
SHERLOCK: Fix for switching speakers
Paul Gilbert
2015-06-07
SHERLOCK: Implemented talk/listen sequence methods
Paul Gilbert
2015-06-06
SHERLOCK: Setting up game specific People descendant classes
Paul Gilbert