- Apr 05, 2013
-
-
jsiegle authored
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Mar 29, 2013
-
-
Josh Siegle authored
For some reason, "getCustomTypefaceForFont" wasn't being called on OS X. It probably has something to do with platform-specific code for loading fonts. Now, in cases where custom fonts are needed, loading requires 4 lines instead of 1. Kind of a pain, so hopefully this is a temporary solution until we can figure out what's different about Macs.
-
- Mar 25, 2013
-
-
Josh Siegle authored
-
- Mar 21, 2013
-
-
jsiegle authored
Using ScopedPointers was causing memory leaks. It's worth tracking down the source of these in the future, but for now, we'll leave the code as it was before.
-
jsiegle authored
Use the following command to update the copyright year in all files, starting in the Source/ directory: find . -type f -print0 | xargs -0 sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g' Works like a charm!
-
- Mar 20, 2013
-
-
jsiegle authored
-
- Oct 30, 2012
-
-
jsiegle authored
-
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Jul 31, 2012
-
-
Josh Siegle authored
-
- Jul 08, 2012
- Jul 07, 2012
-
-
Josh Siegle authored
-
- May 21, 2012
-
-
jsiegle authored
-
- May 18, 2012
-
-
Josh Siegle authored
-
- May 16, 2012
- Mar 10, 2012
-
-
jsiegle authored
-
- Feb 21, 2012
- Feb 19, 2012
-
-
jsiegle authored
-
- Feb 11, 2012
-
-
Josh Siegle authored
-