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
/
tony
/
loc.h
Age
Commit message (
Collapse
)
Author
2012-05-21
TONY: Some more code formatting
Strangerke
2012-05-22
TONY: Implemented ScummVM debugger, with an initial 'scene' command
Paul Gilbert
2012-05-20
TONY: Converting Italian comments to English and formatting
Paul Gilbert
2012-05-19
TONY: Removed deprecated MPAL stubs file
Paul Gilbert
2012-05-14
TONY: Remove original header
Strangerke
2012-05-13
TONY: Converted SendTonyMessage msg field from a pointer back to an object ↵
Paul Gilbert
instance
2012-05-13
TONY: Converted object passing to use const reference where appropriate.
Paul Gilbert
This should cut down on the number of redunndant creations of temporary objects.
2012-05-12
TONY: Conversion of more methods to coroutines
Paul Gilbert
2012-05-11
TONY: Removal of now redundant includes, and deprecated scheduler/coroutine ↵
Paul Gilbert
files
2012-05-11
TONY: Refactored Tony to use the Common coroutine scheduler
Paul Gilbert
2012-05-11
TONY: Fixed some missed methods to coroutines
Paul Gilbert
2012-05-09
TONY: Completed bulk of initial coro refactoring
Paul Gilbert
2012-05-08
TONY: Added support for Windows-style threading events to scheduler
Paul Gilbert
2012-05-08
TONY: Added support for threading events to scheduler, converted more procs ↵
Paul Gilbert
to coroutines
2012-05-05
TONY: Fix some Valgrind identified memory leaks
Paul Gilbert
2012-05-05
TONY: Fixed some memory leaks identified by Valgrind
Paul Gilbert
2012-05-03
TONY: Implemented loc.cpp and font.cpp methods
Paul Gilbert
2012-04-30
TONY: More header files and functionality added
Paul Gilbert
2012-04-30
TONY: Added include files for graphics engine and all dependent classes
Paul Gilbert
2012-04-29
TONY: Implemented RMGameBoxes class and all dependent classes
Paul Gilbert