aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/loadmpc.cpp
AgeCommit message (Expand)Author
2019-11-30TONY: Fix Missing Default Switch CasesD G Turner
2016-05-04TONY: Fix buffer overrunEugene Sandulenko
2014-02-28TONY: Reduce the scope of some more variablesStrangerke
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-12TONY: Cleanup whitespace formatting.D G Turner
2012-09-06TONY: Misc cleanupStrangerke
2012-09-01TONY: More renamingStrangerke
2012-08-31TONY: Rename some more variables and structuresStrangerke
2012-08-29TONY: Replace C-style comments by C++-style ones.Strangerke
2012-08-29TONY: Translate some remaining Italian commentsStrangerke
2012-08-29TONY: Reduce scope of some variablesStrangerke
2012-08-28TONY: Janitorial - remove trailing spacesStrangerke
2012-08-28TONY: Fix some for and if statements with bad coding styleStrangerke
2012-08-27TONY: Translate some minor Italian commentsWillem Jan Palenstijn
2012-08-25TONY: Replace copyMemory with memcpy.Alyssa Milburn
2012-07-31TONY: Remove unused variable.Torbjörn Andersson
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-17TONY: Cleaned up the @defgroup commentsPaul Gilbert
2012-06-10TONY: Rename variables in globals.hStrangerke
2012-06-09TONY: Fixes for deallocating MPC and MPAL dataPaul Gilbert
2012-06-09TONY: Properly free dialog commands during loading when there is duplicatesPaul Gilbert
2012-06-09TONY: Properly free items during loading when there is duplicatesPaul Gilbert
2012-06-09TONY: Added more freeing of MPC data when the game endsPaul Gilbert
2012-06-09TONY: Added code to free parsed MPC file data when the game endsPaul Gilbert
2012-06-08TONY: Refactored the memory manager to increase performancePaul Gilbert
2012-06-07TONY: Some more renamingStrangerke
2012-06-02TONY: Fix compiler warning of not using a deferenced pointerPaul Gilbert
2012-05-23TONY: Some more code formattingStrangerke
2012-05-20TONY: Remove original headerPaul Gilbert
2012-05-19TONY: Change "it's" to "its" in comments where appropriate. (I think.)Torbjörn Andersson
2012-05-19TONY: Converting comments to English and formattingPaul Gilbert
2012-05-14TONY: Added endian fixes for reading dataPaul Gilbert
2012-05-13TONY: Moved remaining globals to Globals classPaul Gilbert
2012-05-09TONY: Completed bulk of initial coro refactoringPaul Gilbert
2012-05-05TONY: A few more compiler warning fixesPaul Gilbert
2012-05-05TONY: Added accidentally cut linePaul Gilbert
2012-05-05TONY: Initial fixes for some of the Valgrind reported errorsPaul Gilbert
2012-05-04TONY: Fix Valgrind identified leaks in memory allocator and dialog parsingPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-04-29TONY: Implemented RMGameBoxes class and all dependent classesPaul Gilbert
2012-04-26TONY: Start of work converting over MPAL sub-systemPaul Gilbert