Commit Graph
100 Commits
Author SHA1 Message Date
Jason Felds 2a7d290419 NoteField is handled. 2013-04-28 17:48:39 -04:00
Jason Felds d975984176 This one felt simpler. 2013-04-28 17:46:36 -04:00
Jason Felds 04b03f0b6e Handle the background changes. 2013-04-28 17:28:04 -04:00
Jason Felds 9a968a21f8 Okay, feel better about this. 2013-04-28 17:24:18 -04:00
Jason Felds b1b55a42f6 Wait...const did work? Have to fix the other. 2013-04-28 17:23:38 -04:00
Jason Felds 83dee17d2a Hmm: hard time with std::any_of in Xcode.
The other commit I was worried about worked fine though.

Go figure.
2013-04-28 17:19:26 -04:00
Jason Felds 4d01ff674d I thought it was only 10.6 and higher.
Now it is.
2013-04-28 17:11:24 -04:00
Jason Felds 1823419009 Attempt this commit on Xcode. 2013-04-28 17:04:22 -04:00
Jason Felds cb1b5f5fba Utilize std::any_of.
We have <algorithm>. Let's use it.
2013-04-28 16:50:41 -04:00
Jason Felds 201e355c12 Apply for each loops. 2013-04-28 16:46:25 -04:00
Jason Felds 181de94f3d Now the "simple" loops. 2013-04-28 16:43:50 -04:00
Jason Felds ce2cda0f85 Adjust all map loops remaining.
Two more macro loops to remove.
2013-04-28 16:42:03 -04:00
Jason Felds 581b119c5b Just use auto here. 2013-04-28 16:38:22 -04:00
Jason Felds 129e781005 Another map loop. 2013-04-28 16:34:16 -04:00
Jason Felds 3bbcff672c Another good opportunity for the standard loop.
Also another smart pointer scouting spot.
2013-04-28 16:32:52 -04:00
Jason Felds 6533bd68ef Another loop to simplify things. 2013-04-28 16:31:26 -04:00
Jason Felds 066b4d08b8 Use the foreach construct.
Hmm...another opportunity for smart pointers?
2013-04-28 16:30:06 -04:00
Jason Felds d54ae4f70c Simplify this loop while in the area. 2013-04-28 16:28:44 -04:00
Jason Felds a68e4aa3c4 Remove unused loop. 2013-04-28 16:28:11 -04:00
Jason Felds 3f8796988d Explicitly use the iterator approach.
Why should iterators be used for the buttons to erase anyway?
2013-04-28 16:27:32 -04:00
Jason Felds 8502c59ee2 Deal with the nested map loops.
...is there a better way to do this?
2013-04-28 16:24:32 -04:00
Jason Felds 9798b35a96 Bring OS X up to date. 2013-04-28 12:12:04 -04:00
Jason Felds 7a553e0aba Use portable mode with libtomcrypt for now.
Activating C++11 turned on strict ansi mode it seems:
it causes some issues with the non portable stuff.

…is there perhaps a different library to use that is more updated with the times?
2013-04-28 12:10:48 -04:00
Jason Felds 8bc0b9385c No longer auto casts to float. Do it manually. 2013-04-28 12:01:41 -04:00
Jason Felds b296bcbd4a Enforce c++11 compiling. 2013-04-28 11:28:31 -04:00
Jason Felds 7549f0dc45 Another loop. 2013-04-28 00:00:54 -04:00
Jason Felds 4eed642749 Handle the float map loop. 2013-04-28 00:00:00 -04:00
Jason Felds 85dae04da5 Again, auto can come in handy. 2013-04-27 23:58:35 -04:00
Jason Felds 7e810ef9f6 Another map loop. 2013-04-27 23:56:11 -04:00
Jason Felds a351621303 Handle the map loops here.
Little concerned on this one due to deletion.

Consider this a hopeful target for a smart pointer.
2013-04-27 23:55:16 -04:00
Jason Felds 6d57d2fbf5 Start working on the other map loops. 2013-04-27 23:50:37 -04:00
Jason Felds 9ec7272416 Restore the const nature of this variable.
Lambdas can be taken advantage of.
2013-04-27 16:06:17 -04:00
Jason Felds 2a5227afbb The last batch of WHITE SPACE loops.
...okay, enough of this running gag.
2013-04-27 15:24:55 -04:00
Jason Felds 08218a3a85 Another simplification. 2013-04-27 15:23:31 -04:00
Jason Felds 13ded3d92d Simplify the loop with auto and WHITE SPACE. 2013-04-27 15:22:27 -04:00
Jason Felds 5dfc1bf279 Log with a loop, auto, and WHITE SPACE. 2013-04-27 15:21:12 -04:00
Jason Felds b6f2bf317c Where's my hg commit --amend command? 2013-04-27 15:20:30 -04:00
Jason Felds 7d56192e97 And back to normal with these loops. 2013-04-27 15:19:43 -04:00
Jason Felds d5afc54f71 Take care of the Prefs Manager WHITE SPACE. 2013-04-27 15:17:58 -04:00
Jason Felds f710f850bf Demonstrate how auto is used for this. 2013-04-27 15:16:55 -04:00
Jason Felds 0e91e5b32d Another map to for each WHITE SPACE. 2013-04-27 15:14:08 -04:00
Jason Felds b6cbb511f8 So much to convert...
this may have worked better with auto.

Still, I'd rather be explicit when possible.
2013-04-27 15:12:47 -04:00
Jason Felds 62b6ef4bfc Utilize const with the pair of WHITE SPACE.
...sigh.
2013-04-27 14:53:31 -04:00
Jason Felds 023deca293 Remove comments that aren't WHITE SPACE.
...this is going to be a running gag.
2013-04-27 14:50:26 -04:00
Jason Felds 0182f74672 Start working on the map loop--WHITE SPACE! 2013-04-27 14:48:30 -04:00
Jason Felds 7e5bc7aa89 All set loops handled. 2013-04-27 14:02:11 -04:00
Jason Felds dfe924a64d Simplify, be explicit. 2013-04-27 14:00:31 -04:00
Jason Felds a11062a29a Simpler loop. 2013-04-27 13:59:36 -04:00
Jason Felds e6ee027af0 Simplify the loop. 2013-04-27 13:58:51 -04:00
Jason Felds 1560244fdd Loop this cleanly. 2013-04-27 13:57:27 -04:00
Jason Felds acb312fa14 No need for indexer: use for each.
Also no need to have a separate ref variable.
2013-04-27 13:56:25 -04:00
Jason Felds 7356adefd7 Handle the set loops here. 2013-04-27 13:54:28 -04:00
Jason Felds 9c7111918d Loop and whitespace. 2013-04-27 13:52:46 -04:00
Jason Felds 2642ef77e4 Loop and spacing. 2013-04-27 13:51:13 -04:00
Jason Felds e2e7b7f39e Handle the lone deque. 2013-04-27 13:45:04 -04:00
Jason Felds 11fcbaec64 Another one bites the dust. 2013-04-27 13:43:08 -04:00
Jason Felds 3ea1ab26a5 Loops and...white space.
I already regretted hgeol here.
2013-04-27 13:42:19 -04:00
Jason Felds 048109dbd6 Cleaner loops ahoy! 2013-04-27 13:40:22 -04:00
Jason Felds 46d15c23dc Another loop, another white spaced file. 2013-04-27 13:36:19 -04:00
Jason Felds 105d603265 Another loop, another white spaced file. 2013-04-27 13:34:03 -04:00
Jason Felds f66883aa1b Forgot to utilize references.
Still compiled, but wasn't the best move.
2013-04-27 13:33:05 -04:00
Jason Felds 4cff3766aa Set loop (plus white space) 2013-04-27 13:31:47 -04:00
Jason Felds eac4dc231d Handle the set loop here. 2013-04-27 13:29:34 -04:00
Jason Felds af5f4be15b Handle the Preference for each set loops. 2013-04-27 13:23:27 -04:00
Jason Felds 46d3095877 Replace index version with for each version.
I was already in this file: may as well.
2013-04-27 13:21:08 -04:00
Jason Felds ed0600fa36 Another for loop to f--white space!! 2013-04-27 13:18:54 -04:00
Jason Felds 3758284cba The first of the set loops. 2013-04-27 13:17:32 -04:00
Jason Felds c89634d0d7 Replace macro with for each loop.
...again, blasted newlines.
2013-04-27 13:16:16 -04:00
Jason Felds 4427ea0d91 Remove unused maros.
Also, white space hell.
2013-04-27 13:08:15 -04:00
Jason Felds e1274052ed Use the latest version of the C++11 compiler.
Well, someone has to test it. Anyone know if this
will support XP?
2013-04-27 12:46:06 -04:00
Jason Felds 9116712851 New branch for C++11 prep and scout and whatnot.
First step: remove project files that won't work
for the future for sure.
2013-04-27 12:34:58 -04:00
Jason Felds ef9c5294a0 Simple merge for once. 2013-04-23 21:21:25 -04:00
Jason Felds 6761a3f33a I was wondering when this commit would happen. 2013-04-23 21:21:13 -04:00
Jason Felds 0c4fe367cc Fix duplication symbol issue on Mac.
This may have affected Linux as well.
2013-04-21 09:31:45 -04:00
Jason Felds c7b8664604 Consider this transplanted.
Plus, default should be the left-most branch in graphical viewing.
2013-04-21 00:09:35 -04:00
Jason Felds b3ecde1eb9 Disable committing any sdf based files. 2013-04-20 23:48:48 -04:00
Jason Felds 20d94d4b7e Cat is back in the bag. Revert commits.
A-mods need to be tested more.

...and this is what happens when you forget to
stash changes before a merge. Lesson learned.
2013-04-19 21:49:55 -04:00
Jason Felds 459ffe027f Somehow the other options didn't get set. 2013-04-19 21:30:28 -04:00
Jason Felds 3b7d5716a7 ...well, cat's out of the bag. a-mod tryout. 2013-04-18 23:05:23 -04:00
Jason Felds 489a9312fc Forced a merge. Should be good. 2013-04-18 22:58:30 -04:00
Jason Felds 5d5875904d And these... 2013-04-18 22:58:10 -04:00
Jason Felds bbb57b1600 Missed more of these darned spots.
Gah, losing my touch.
2013-04-18 22:56:57 -04:00
Jason Felds de396800d8 Forgot this one. 2013-04-17 20:53:23 -04:00
Jason Felds 68e0be3595 No longer supporting these. 2013-04-16 00:16:31 -04:00
Jason Felds 0ae4183f7b Round 2-2 of this. 2013-04-16 00:16:02 -04:00
Jason Felds 1d7b5fe852 Round 2 of this. 2013-04-15 23:26:05 -04:00
Jason Felds 26399964cb Update the 2011 project for DirectX 9.
To JCG: welcome aboard. Please be careful about
new commits when you don't have the latest tools.
2013-04-14 12:10:55 -04:00
Jason Felds 7603aaef77 Forgot about the "bare" target.
...is this even used?
2013-02-10 21:03:29 -05:00
Jason Felds ae5b1c6d26 Performance Debug should have its own .app name. 2013-02-10 21:00:08 -05:00
Jason Felds 591bbae070 Compiles and links. Try at your own risk. 2013-02-10 20:38:14 -05:00
Jason Felds eaad585fa8 Transplant revision b18dc32.
Original message is as follows:

[Xcode4.4] wrong code: NSBitsPerPixelFromDepth seems to like to return 0.
instead, use a reimplementation of CGGetDisplayBitsPerPixel
2013-02-10 20:31:40 -05:00
Jason Felds bc244cb72b Better update this one too. 2013-02-10 11:47:13 -05:00
Jason Felds bf54a30dbb Definitely confirmed these files are gone.
Mac OS X still broken.
2013-02-10 11:32:43 -05:00
Jason Felds 3d90a33394 No point in saving CoinData anymore. 2013-02-10 10:32:11 -05:00
Jason Felds d7518ef5b3 Bring Xcode up to 4.6 standards.
Basically includes hi def image stuff and headers.

Note: Mac OS X build is broken. LowLevelWindow_MacOSX.mm refers to the removed RageDisplay_Legacy_Helpers files. The replacement is not immediately obvious.
2013-02-10 01:10:01 -05:00
Jason Felds 3739c36956 No need for coin data. 2013-02-07 22:14:19 -05:00
Jason Felds 7393835644 Removing CoinMode here.
Don't know if these are even used.
2013-02-07 22:07:00 -05:00
Jason Felds 28708187c9 Fakes too. 2013-02-05 17:03:36 -05:00
Jason Felds 0e494a3b44 Address warp issue if never passed a warp yet.
Thanks to phantom again for catching this.
2013-02-05 17:02:39 -05:00
Jason Felds 569cd0ad86 Forgot to add my changelog entry. 2013-02-04 23:31:44 -05:00