Search found 85 matches

by nick
Fri Apr 17, 2015 5:35 pm
Forum: Pioneer development
Topic: Visual Studio Community Edition
Replies: 3
Views: 5150

Re: Visual Studio Community Edition

Thanks.
Be careful though - I've read that uninstalling Express after installing Community will break Community (e.g. http://www.pcper.com/news/Visual-Studio ... -Announced).
by nick
Thu Apr 16, 2015 9:38 pm
Forum: Pioneer development
Topic: Visual Studio Community Edition
Replies: 3
Views: 5150

Visual Studio Community Edition

Hi, The JSON save system seems to be working :) Now that Microsoft have effectively given us the full version of Visual C++ (Community Edition 2013), are there any plans to migrate to it from Express? Or might it work as it is? I'd rather not have both 2013 Express and Community editions installed, ...
by nick
Wed Feb 25, 2015 12:35 am
Forum: Pioneer development
Topic: Thanks to the developers! (& suggestion for savegames)
Replies: 71
Views: 57244

Re: Thanks to the developers! (& suggestion for savegames)

So far so good :) I've submitted a PR. I've tested a fair bit now, but still need to test some more galaxy persistent stuff. I've found several issues (not really bugs, they may even be features) that turn out to also occur in Pioneer upstream build. Apologies for making a mess of the last PR. I'm c...
by nick
Sun Feb 22, 2015 1:51 am
Forum: Pioneer development
Topic: Thanks to the developers! (& suggestion for savegames)
Replies: 71
Views: 57244

Re: Thanks to the developers! (& suggestion for savegames)

Testing of JSONSerialise is progressing. I spent a while chasing an issue that turned out to be in the development environment. In some circumstances, pioneer was crashing after a game was saved and then "return to game" clicked (unhandled exception in widget mouse click). I have to execut...
by nick
Wed Feb 18, 2015 9:49 pm
Forum: Pioneer development
Topic: Learning to use git and github
Replies: 23
Views: 15758

Re: Learning to use git and github

Done. Pioneer builds, no linker errors.
Tested a save and load - uses JSON! :)
Pushed JSONSerialise to origin.
The force is with us :)
by nick
Wed Feb 18, 2015 8:01 pm
Forum: Pioneer development
Topic: Learning to use git and github
Replies: 23
Views: 15758

Re: Learning to use git and github

Thanks for your replies! :) "git pull upstream/master" doesn't work for me (fatal: upstream/master does not appear to be a git repository). I'm working only on JSONSerialise branch. I've no idea what state my master branch is in - at this point I probably should reset it to be identical to...
by nick
Wed Feb 18, 2015 12:50 am
Forum: Pioneer development
Topic: Learning to use git and github
Replies: 23
Views: 15758

Re: Learning to use git and github

JSON Serialisation code is now in place. Old serialisation code has been removed (old ModelSkin serialisation function is used by other code, so I've left that in place). I've merged upstream into my branch and pushed to origin: git pull upstream master git push origin JSONSerialise think I'm gettin...
by nick
Tue Feb 17, 2015 9:38 pm
Forum: Pioneer development
Topic: Learning to use git and github
Replies: 23
Views: 15758

Re: Learning to use git and github

I'm going to remove the old serialisation code this evening. Then I'll merge-in any changes from upstream: git fetch upstream git merge and push my branch to github repo again: git push origin JSONSerialise Then that's pretty much all I can do, unless I can solve the linker errors. At this point, sh...
by nick
Tue Feb 17, 2015 1:06 am
Forum: Pioneer development
Topic: Learning to use git and github
Replies: 23
Views: 15758

Re: Learning to use git and github

I'd be grateful if you could have a look tomorrow :) I've committed all the JSON serialisation code, and pushed JSONSerialise to origin https://github.com/nick-the-ninja/pioneer/tree/JSONSerialise It should be working fine (provided you don't get the linker errors). Pioneer is using the JSON system....
by nick
Mon Feb 16, 2015 10:40 pm
Forum: Pioneer development
Topic: Learning to use git and github
Replies: 23
Views: 15758

Re: Learning to use git and github

I'll push what I have to my github repo later this evening.

git push origin JSONSerialise