Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-29 | DC: Aesthetical improvements to plugin loader | Marcus Comstedt | |
2011-04-20 | DC: Provide some feedback when loading plugins | Marcus Comstedt | |
Display the names of the plugins being loaded, and display amount of free memory while doing so. This should make it easier to spot the case that too many engine plugins have been placed on the boot medium. | |||
2011-04-20 | DC: Move dynamic plugin handling into the platform | Marcus Comstedt | |