This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/gui/console
Ryan Jacobs 55a30673c4 Remove unnecessary pointer checks.
There are *no* more spacing issues. I used tabs exclusively.
Also, I made changes off of the develop branch.

Here's the Ruby regex that I used:
text.gsub!(/(( |\t)*)if ?\((.*)\) ?{?\n?( |\t)*(free ?\(|delete |delete\[\] )(.*)\)?;/, "\\1\\5\\6;")
2015-02-14 22:13:26 -08:00
..
ConsoleCommand.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
ConsoleController.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
ConsoleController.h a little reorganization (maybe more later) 2014-01-20 13:52:53 -05:00
ConsoleModel.cpp fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00
ConsoleModel.h fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00
ConsoleView.cpp fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00
ConsoleView.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00