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
/
mpal
/
mpal.h
Age
Commit message (
Expand
)
Author
2013-06-10
TONY: Remove varargs from mpalQueryCORO(). CID 1002105
Torbjörn Andersson
2012-11-12
TONY: Cleanup whitespace formatting.
D G Turner
2012-09-06
TONY: Misc cleanup
Strangerke
2012-09-01
TONY: More renaming
Strangerke
2012-08-31
TONY: Rename some more variables and structures
Strangerke
2012-08-29
TONY: Replace C-style comments by C++-style ones.
Strangerke
2012-08-29
TONY: Translate some remaining Italian comments
Strangerke
2012-08-28
TONY: Janitorial - remove trailing spaces
Strangerke
2012-06-18
TONY: Remove useless void in function declaration
Strangerke
2012-06-17
TONY: Cleaned up the @defgroup comments
Paul Gilbert
2012-06-10
TONY: Rename variables in loc.h and mpal.h
Strangerke
2012-06-09
TONY: Fixes for deallocating MPC and MPAL data
Paul Gilbert
2012-06-08
TONY: Refactored the memory manager to increase performance
Paul Gilbert
2012-06-07
TONY: Some more renaming
Strangerke
2012-05-20
TONY: Remove original header
Paul Gilbert
2012-05-18
TONY: Converting method comments to DOXYGEN format
Paul Gilbert
2012-05-13
TONY: Fix compiler warnings
Paul Gilbert
2012-05-12
TONY: Removed old extern, PASCAL, and EXPORT function modifiers
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-09
TONY: Refactored out usage of nullContext in favour of proper coroutines
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: Fixed many warnings identified by gcc
Paul Gilbert
2012-05-04
TONY: Some formatting fixes
Paul Gilbert
2012-04-27
TONY: Extra compilation changes and stubs so core MPAL code compiles
Paul Gilbert
2012-04-26
TONY: Start of work converting over MPAL sub-system
Paul Gilbert