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/dialogues
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
..
ConfirmPrompt.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
ConfirmPrompt.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
ErrorMessage.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
ErrorMessage.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
InformationMessage.cpp Fix includes for GUI stuff 2013-03-22 14:26:24 +00:00
InformationMessage.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
LegacyDialogues.h D: 2013-05-11 15:08:32 +04:00
SaveIDMessage.cpp add the single saveID copytext button into the save preview too 2013-06-09 17:13:57 -04:00
SaveIDMessage.h add the single saveID copytext button into the save preview too 2013-06-09 17:13:57 -04:00
TextPrompt.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
TextPrompt.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00