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
/
loadmpc.cpp
Age
Commit message (
Expand
)
Author
2016-05-04
TONY: Fix buffer overrun
Eugene Sandulenko
2014-02-28
TONY: Reduce the scope of some more variables
Strangerke
2014-02-18
TONY: Make GPL headers consistent in themselves.
Johannes Schickel
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-29
TONY: Reduce scope of some variables
Strangerke
2012-08-28
TONY: Janitorial - remove trailing spaces
Strangerke
2012-08-28
TONY: Fix some for and if statements with bad coding style
Strangerke
2012-08-27
TONY: Translate some minor Italian comments
Willem Jan Palenstijn
2012-08-25
TONY: Replace copyMemory with memcpy.
Alyssa Milburn
2012-07-31
TONY: Remove unused variable.
Torbjörn Andersson
2012-06-17
TONY: American-ification of English used
Strangerke
2012-06-17
TONY: Cleaned up the @defgroup comments
Paul Gilbert
2012-06-10
TONY: Rename variables in globals.h
Strangerke
2012-06-09
TONY: Fixes for deallocating MPC and MPAL data
Paul Gilbert
2012-06-09
TONY: Properly free dialog commands during loading when there is duplicates
Paul Gilbert
2012-06-09
TONY: Properly free items during loading when there is duplicates
Paul Gilbert
2012-06-09
TONY: Added more freeing of MPC data when the game ends
Paul Gilbert
2012-06-09
TONY: Added code to free parsed MPC file data when the game ends
Paul Gilbert
2012-06-08
TONY: Refactored the memory manager to increase performance
Paul Gilbert
2012-06-07
TONY: Some more renaming
Strangerke
2012-06-02
TONY: Fix compiler warning of not using a deferenced pointer
Paul Gilbert
2012-05-23
TONY: Some more code formatting
Strangerke
2012-05-20
TONY: Remove original header
Paul Gilbert
2012-05-19
TONY: Change "it's" to "its" in comments where appropriate. (I think.)
Torbjörn Andersson
2012-05-19
TONY: Converting comments to English and formatting
Paul Gilbert
2012-05-14
TONY: Added endian fixes for reading data
Paul Gilbert
2012-05-13
TONY: Moved remaining globals to Globals class
Paul Gilbert
2012-05-09
TONY: Completed bulk of initial coro refactoring
Paul Gilbert
2012-05-05
TONY: A few more compiler warning fixes
Paul Gilbert
2012-05-05
TONY: Added accidentally cut line
Paul Gilbert
2012-05-05
TONY: Initial fixes for some of the Valgrind reported errors
Paul Gilbert
2012-05-04
TONY: Fix Valgrind identified leaks in memory allocator and dialog parsing
Paul Gilbert
2012-05-04
TONY: Fixed many warnings identified by gcc
Paul Gilbert
2012-04-29
TONY: Implemented RMGameBoxes class and all dependent classes
Paul Gilbert
2012-04-26
TONY: Start of work converting over MPAL sub-system
Paul Gilbert