Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | TONY: Remove trailing whitespace | Filippos Karapetis | |
2014-03-01 | TONY: Remove unused error defines | Strangerke | |
2014-03-01 | TONY: Remove dummy defines | Strangerke | |
2014-03-01 | TONY: Remove unused function declaration in lzo | Strangerke | |
2014-03-01 | TONY: Indent code properly in lzo | Strangerke | |
2014-03-01 | TONY: Remove dead code in lzo | Strangerke | |
2014-02-28 | TONY: Fix some British comments | Strangerke | |
2014-02-28 | TONY: Reduce the scope of some more variables | Strangerke | |
2014-02-28 | TONY: Reduce the scope of some variables, change the return type of findPath() | Strangerke | |
2014-02-18 | TONY: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-16 | TONY: Cleanup (don't compare pointer with false). | Johannes Schickel | |
2013-11-23 | TONY: Janitorial - Fix spacing errors | Strangerke | |
2013-09-28 | TONY: Fix compilation on FreeBSD with C++-11 enabled. | D G Turner | |
This is part of bug #3615056 and is due to NULL being defined as nullptr when C++-11 is enabled, which is not valid being assigned to a integer value. | |||
2013-08-02 | TONY: Fix savegames on BE (this breaks compatibility). | Alyssa Milburn | |
2013-06-10 | TONY: Remove varargs from mpalQueryCORO(). CID 1002105 | Torbjörn Andersson | |
It didn't always reach va_end(), but rather than adding a call it makes more sense to just drop the varargs from it, since it didn't use it anyway. | |||
2013-06-02 | TONY: Fix potential memory leak | Torbjörn Andersson | |
Unfortunately, I'm not sure where and when this function is called. But this should be correct. CID 1003575 | |||
2012-11-12 | TONY: Fix resource loading on BE systems | Willem Jan Palenstijn | |
Thanks to digitall for debugging and testing. | |||
2012-11-12 | TONY: Cleanup whitespace formatting. | D G Turner | |
This is mainly removal of extraneous blank lines, reformatting indents to tab characters and other minor non-functional changes to improve compliance with Code Formatting Conventions. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-07 | TONY: Wait for events to pulse in 'threads'. | Alyssa Milburn | |
This fixes some missing animations, which weren't getting an opportunity to start. | |||
2012-09-06 | TONY: Some more cleanup | Strangerke | |
2012-09-06 | TONY: Misc cleanup | Strangerke | |
2012-09-05 | TONY: Bugfix for OFFSETOF macro on 64-bit systems | Paul Gilbert | |
2012-09-05 | TONY: Change to hopefully fix Mingw 64 compilation errors | Paul Gilbert | |
2012-09-01 | TONY: Move some more code from .h to .cpp files | 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 | |
Also translate some more Italian comments | |||
2012-08-29 | TONY: Translate some remaining Italian comments | Strangerke | |
2012-08-29 | TONY: Remove some dead code | 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-28 | TONY: Replace overlapping memcpy with memmove | Willem Jan Palenstijn | |
2012-08-28 | TONY: Get rid of RMDataStream. | Alyssa Milburn | |
2012-08-28 | TONY: Remove unused data dumping code. | Alyssa Milburn | |
2012-08-27 | TONY: Translate some minor Italian comments | Willem Jan Palenstijn | |
2012-08-25 | TONY: Replace copyMemory with memcpy. | Alyssa Milburn | |
2012-08-22 | TONY: Replace _vm with g_vm. | Alyssa Milburn | |
2012-07-31 | TONY: Remove unused variable. | Torbjörn Andersson | |
It wasn't used in the original engine either. | |||
2012-07-31 | TONY: Whitespace changes. | Torbjörn Andersson | |
2012-06-18 | TONY: Remove unused stubs for LZO compression | Paul Gilbert | |
2012-06-18 | TONY: Remove useless void in function declaration | Strangerke | |
2012-06-17 | TONY: Missed one word in previous commit (thanks clone2727) | Strangerke | |
2012-06-17 | TONY: American-ification of English used | Strangerke | |
2012-06-17 | TONY: Fix memory leak in LocationPollThread | Paul Gilbert | |
2012-06-17 | TONY: Cleaned up the @defgroup comments | Paul Gilbert | |
2012-06-17 | TONY: Fix memory leak in ActionThread if game exists whilst it is active | Paul Gilbert | |
2012-06-16 | TONY: Bugfix for hanging after giving 'shrimp' to the parrot | Paul Gilbert | |