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
/
tonychar.cpp
Age
Commit message (
Expand
)
Author
2012-05-14
TONY: Fix some formatting
Strangerke
2012-05-14
TONY: Remove original header
Strangerke
2012-05-13
TONY: Further globals added to Globals class
Paul Gilbert
2012-05-13
TONY: Beginnings of refactoring Globals into their own class
Paul Gilbert
2012-05-12
TONY: Conversion of more methods to coroutines
Paul Gilbert
2012-05-12
TONY: Explicitly initialise fields of various objects in their constructors
Paul Gilbert
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: Refactored out usage of nullContext in favour of proper 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 t...
Paul Gilbert
2012-05-06
TONY: Further conversion of initially launched threads to processes.
Paul Gilbert
2012-05-06
TONY: Beginnings of refactoring Tony engine's threads to use coroutines
Paul Gilbert
2012-05-05
TONY: Fix some Valgrind identified warnings
Paul Gilbert
2012-05-04
TONY: Fix warnings about return values not being used
Paul Gilbert
2012-05-04
TONY: Fixed many warnings identified by gcc
Paul Gilbert
2012-05-03
TONY: Formatting fixes
Paul Gilbert
2012-05-01
TONY: Cleanup of GfxEngine, and added RMTony class methods
Paul Gilbert