Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eriktorbjorn)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That fixes the regression in the credits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should cut down on the number of redunndant creations of temporary objects.
|
|
|
|
This fixes a crash when the pop-up inventory was displayed.
|
|
|
|
|
|
|
|
|
|
|