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
/
fullpipe
/
messagehandlers.cpp
Age
Commit message (
Expand
)
Author
2017-12-03
FULLPIPE: Renames in ExCommand
Eugene Sandulenko
2017-11-18
FULLPIPE: Clarify ownership of DynamicPhase::_exCommand
Colin Snover
2017-11-18
FULLPIPE: Fix memory leaks, ownership issues with various point lists
Colin Snover
2017-11-18
FULLPIPE: Fix memory leaks and unnecessary indirect allocations in Motion and...
Colin Snover
2017-11-18
FULLPIPE: Remove unnecessary and unsafe C-style casts
Colin Snover
2017-11-18
FULLPIPE: Fix memory leak & unnecessary heap allocation of Rects
Colin Snover
2017-11-18
FULLPIPE: Improve memory ownership in Motion
Colin Snover
2017-11-18
FULLPIPE: Improve memory safety and fix leaks in sound code
Colin Snover
2016-12-20
FULLPIPE: Change _objCommandName and _queueName to Common::String
Filippos Karapetis
2016-12-11
FULLPIPE: Implement Russian demo differences
Eugene Sandulenko
2016-12-11
FULLPIPE: Implement demo-specific help screen
Eugene Sandulenko
2016-12-10
FULLPIPE: Clarify null callback usage across the scenes
Eugene Sandulenko
2016-11-28
FULLPIPE: Silence GCC warnings (mostly signed/unsigned ones)
Torbjörn Andersson
2016-10-05
FULLPIPE: Added on-demand debug output to PicAniInfos
Eugene Sandulenko
2016-09-05
FULLPIPE: Rename is GabeObject
Eugene Sandulenko
2016-09-04
FULLPIPE: Rename in ExCommand structure
Eugene Sandulenko
2016-09-04
JANITORIAL: Fix whitespaces
Eugene Sandulenko
2016-07-28
FULLPIPE: Hid warning under debug channel. More debug output
Eugene Sandulenko
2016-07-28
FULLPIPE: Split all debug output by channels
Eugene Sandulenko
2016-07-25
FULLPIPE: Added temp trace output
Eugene Sandulenko
2016-07-25
FULLPIPE: Renames in MovGraph class
Eugene Sandulenko
2016-07-20
FULLPIPE: Some renames in MovGraphLink
Eugene Sandulenko
2015-10-17
FULLPIPE: More renames
Eugene Sandulenko
2014-05-14
FULLPIPE: Fix bug in global_messageHandler3() which prevented mouse handling
Eugene Sandulenko
2014-04-26
FULLPIPE: Implement global_messageHandler_KickStucco()
Eugene Sandulenko
2014-04-26
FULLPIPE: Implement global_messageHandler_KickMetal()
Eugene Sandulenko
2014-04-13
FULLPIPE: Implement StepArray::insertPoints()
Eugene Sandulenko
2014-02-18
FULLPIPE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
FULLPIPE: Janitorial - Remove trailing spaces
Strangerke
2013-12-30
FULLPIPE: Attempt to fix scene flicker
Eugene Sandulenko
2013-12-28
FULLPIPE: Correctly implement scene switching from command line
Eugene Sandulenko
2013-12-21
FULLPIPE: g_fullpipe -> g_fp for brevity
Eugene Sandulenko
2013-11-20
FULLPIPE: Move message handlers into separate file
Eugene Sandulenko