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
/
sludge
/
people.cpp
Age
Commit message (
Expand
)
Author
2019-10-03
SLUDGE: Fix Remaining MSVC Warning
D G Turner
2019-06-17
SLUDGE: fix use-after-free in PeopleManager::killMostPeople
Sebastian Krzyszkowiak
2019-05-27
SLUDGE: Fix MSVC warnings
Filippos Karapetis
2018-05-31
SLUDGE: Move value getters to struct Variable
Simei Yin
2018-05-29
SLUDGE: Split out function.h/cpp for upcoming refactoring
Simei Yin
2018-05-01
SLUDGE: Objectify FloorManager
Simei Yin
2018-04-28
SLUDGE: Replace linked list by Common::List in PeopleManager
Simei Yin
2018-04-19
JANITORIAL: Fix whitespace
Adrian Frühwirth
2018-04-15
SLUDGE: Refactor OnScreenPerson related public method in PeopleManager
Simei Yin
2018-04-15
SLUDGE: Refactor save/load costume to Persona
Simei Yin
2018-04-15
SLUDGE: Refactor PersonaAnimation related code in PeopleManager
Simei Yin
2018-04-15
SLUDGE: Objectify PeopleManager
Simei Yin
2018-04-15
SLUDGE: Objectify Region Manager
Simei Yin
2017-12-19
SLUDGE: Arrange include order
Simei Yin
2017-12-19
SLUDGE: Objectify speech manager
Simei Yin
2017-08-12
SLUDGE: Fix uninitialised value
Simei Yin
2017-07-21
SLUDGE: Move sprite bank to graphics manager
Simei Yin
2017-07-21
SLUDGE: Objectify sound manager
Simei Yin
2017-07-20
SLUDGE: Change all structure names to Uppercase
Simei Yin
2017-07-20
SLUDGE: Fix backdrop loading for images not of the window size
Simei Yin
2017-07-20
SLUDGE: Objectify graphic classes
Simei Yin
2017-07-20
SLUDGE: Objectify object manager
Simei Yin
2017-07-15
SLUDGE: Clean unused extern variables
Simei Yin
2017-07-13
SLUDGE: remove CommonCode directory to have a flat structure
yinsimei
2017-07-13
SLUDGE: remove debug code
yinsimei
2017-07-13
SLUDGE: replace char *by Common::String
yinsimei
2017-07-13
SLUDGE: replace abs() by scummvm ABS()
yinsimei
2017-07-13
SLUDGE: code formatting for **
yinsimei
2017-07-13
SLUDGE: use write/readFloatLB instead of Sludge get/putFloat
yinsimei
2017-07-13
SLUDGE: use read/writeSint16LE instead of get/putSigned
yinsimei
2017-07-13
SLUDGE: remove math functions defined in sludge
yinsimei
2017-07-13
SLUDGE: replace int types to scummvm defined ones
yinsimei
2017-07-13
SLUDGE: use Common/debug instead of sludge debug
yinsimei
2017-07-13
SLUDGE: use scummvm int type instead of uint16/32_t
yinsimei
2017-07-13
SLUDGE: header formatting
yinsimei
2017-07-13
SLUDGE: align increment operator
yinsimei
2017-07-13
SLUDGE: format code and remove oneliners
yinsimei
2017-07-13
SLUDGE: Replace sludge stream reading functions by scummvm ones
yinsimei
2017-07-13
SLUDGE: code formatting
yinsimei
2017-07-13
SLUDGE: Replace standard file reading functions by Common functions
yinsimei
2017-07-13
SLUDGE: Add namespace
yinsimei
2017-07-13
SLUDGE: Add sludge files and make it compile
yinsimei