summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/SDLMain.m
Commit message (Collapse)AuthorAgeFilesLines
* Formatting fixes.Adam Borowski2013-02-031-3/+3
|
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
| | | | | | I did review it manually to find places where they made sense (like some tables), but for a massive sed job like this there might be places that I missed.
* Purge tabs from the Cocoa stuff.Adam Borowski2010-09-241-7/+7
|
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-14/+17
|
* SDLMain.{h,m}: added for Xcode buildsSteven Noonan2009-09-231-0/+384
Mac OS X gets really cranky if you don't use this. Crashes, memory leaks, etc. Signed-off-by: Steven Noonan <steven@uplinklabs.net>