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
/
custom.cpp
Age
Commit message (
Expand
)
Author
2012-05-14
TONY: Fixed suspicious casting
Paul Gilbert
2012-05-14
TONY: Remove original header
Strangerke
2012-05-13
TONY: Beginnings of refactoring Globals into their own class
Paul Gilbert
2012-05-13
TONY: Converted SendTonyMessage msg field from a pointer back to an object in...
Paul Gilbert
2012-05-13
TONY: Fix unsigned comparison warning
Paul Gilbert
2012-05-13
TONY: Fix compiler warnings
Paul Gilbert
2012-05-12
TONY: Conversion of more methods to coroutines
Paul Gilbert
2012-05-11
TONY: Removed carriage returns from debug line strings
Paul Gilbert
2012-05-11
TONY: Removal of now redundant includes, and deprecated scheduler/coroutine f...
Paul Gilbert
2012-05-11
TONY: Refactored Tony to use the Common coroutine scheduler
Paul Gilbert
2012-05-11
TONY: Bugfixes for showing the credits screen.
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: Beginnings of converting dialog processes to coroutines
Paul Gilbert
2012-05-06
TONY: Bugfix for waitForSingleObject, and added action process debug information
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-04
TONY: Fix warnings about return values not being used
Paul Gilbert
2012-05-04
TONY: Converted anonymous structs to have explicit names
Paul Gilbert
2012-05-04
TONY: Implemented some missing and incorrect init code
Paul Gilbert
2012-05-03
TONY: Formatting fixes
Paul Gilbert
2012-04-30
TONY: More header files and functionality added
Paul Gilbert