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
/
lastexpress
/
entities
/
entity.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
LASTEXPRESS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-10
LASTEXPRESS: Rename Object properties
Littleboy
2012-08-27
LASTEXPRESS: Remove unnecessary casts
Littleboy
2012-08-27
LASTEXPRESS: Add const modifiers
Littleboy
2012-08-27
LASTEXPRESS: Reduce header interdependency
Littleboy
2012-08-01
LASTEXPRESS: Remove use of skip from savegame functions when loading
Littleboy
2012-07-27
LASTEXPRESS: Untemplatize setup functions
Littleboy
2012-07-27
LASTEXPRESS: Remove templated resetCurrentParameters() function
Littleboy
2012-07-27
LASTEXPRESS: More include re-organization
Littleboy
2012-07-27
LASTEXPRESS: Move includes to header for setup function templates
Julien
2012-07-27
LASTEXPRESS: Replace setup macros by functions
Julien
2012-07-27
LASTEXPRESS: Merge the remaining macros in entity_intern.h into entity.h
Julien
2012-07-27
LASTEXPRESS: Remove TIME_CHECK_CALLBACK_1 macro
Julien
2012-07-27
LASTEXPRESS: Remove several TIME_CHECK* macros
Julien
2012-07-27
LASTEXPRESS: Replace UPDATE_PARAM_PROC and UPDATE_PARAM_PROC_TIME macros
Julien
2012-07-27
LASTEXPRESS: Replace UPDATE_PARAM_CHECK macro
Julien
2012-07-27
LASTEXPRESS: Replace UPDATE_PARAM macro
Julien
2012-07-27
LASTEXPRESS: Replace TIME_CHECK_PLAYSOUND_UPDATEPOSITION macro
Julien
2012-07-27
LASTEXPRESS: Replace TIME_CHECK_CALLBACK_ACTION macro
Julien
2012-07-27
LASTEXPRESS: Remove use of function wrappers in shared entity functions
Julien
2012-07-19
LASTEXPRESS: Fix variable shadowing and update comments
Littleboy
2012-07-16
LASTEXPRESS: Replace TIME_CHECK_SAVEPOINT and TIME_CHECK_OBJECT macros
Littleboy
2012-07-16
LASTEXPRESS: Merge the two savegameBloodJacket functions into the base Entity...
Littleboy
2012-07-16
LASTEXPRESS: Replace SYNC_STRING macro by function
Littleboy
2012-07-16
LASTEXPRESS: Replace COMPARTMENT_TO and COMPARTMENT_FROM_TO macros
Littleboy
2012-07-14
LASTEXPRESS: Replace CALLBACK_ACTION macro by member function
Littleboy
2012-07-14
LASTEXPRESS: Remove duplicated include statements
Littleboy
2011-06-28
LASTEXPRESS: Cleanup comments
Littleboy
2011-06-28
LASTEXPRESS: Move Sound class to the sound folder
Littleboy
2011-06-24
LASTEXPRESS: Refactor Sound class
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-16
LASTEXPRESS: Fix SequenceFrame leak in Entities code
Julien Templier
2010-11-11
LASTEXPRESS: Use SAFE_DELETE for class variables
Julien Templier
2010-11-11
LASTEXPRESS: Fix more memory leaks
Julien Templier
2010-10-26
LASTEXPRESS: More savegame work
Julien Templier
2010-10-21
LASTEXPRESS: Rename CURRENT_PARAMS to CURRENT_PARAM
Julien Templier
2010-10-18
LASTEXPRESS: Merge in the engine.
Eugene Sandulenko