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/save
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
..
LocalSaveActivity.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
LocalSaveActivity.h Call OnResponseReady with an identifier for the request, add a WebRequest class 2013-07-27 12:38:52 +01:00
ServerSaveActivity.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
ServerSaveActivity.h fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00