Page 1 of 2

New builds for January 2018

Posted: Wed Jan 24, 2018 9:41 am
by Interkarma
Hey everyone! I'm going to push out the first new builds of the year in 2 days or so (approx. Friday in US). If you have any last-minute fixes or tidy-up to do, please send a PR if you're able. :)

This will be one of the last 0.4 builds before I flick over to 0.5 and start rolling in some of the back-end for spells and effects. I'm trying to achieve a relatively stable set of builds before uptick. So if you have any ambitious features you feel might destabilise the game, please hold them for a few days until after the change. Then we can start breaking stuff again! ;)

Some bug fixes and features are still outstanding for quest system. I'll continue work on these systems in 0.5 and throughout the year.

Re: New builds for January 2018

Posted: Wed Jan 24, 2018 10:32 am
by Hazelnut
Sounds good to me. I'll change the temporary item shelf stocking to be a bit more sensible ready for the build while we wait for the full algorithm to be done.

The next thing I'm planning to do is to merge the quest giver code into the general guild services code, but that can wait for after the build.

Re: New builds for January 2018

Posted: Wed Jan 24, 2018 1:49 pm
by Jay_H
Interkarma wrote:I flick over to 0.5 and start rolling in some of the back-end for spells and effects.
Yay :D Great to hear it!

Re: New builds for January 2018

Posted: Thu Jan 25, 2018 11:21 pm
by Interkarma
I've merged those last couple of PRs and will post builds soon. I'll update blog sometime in next 24 hours.

I didn't get time to implement underwater effects, unfortunately. This involved some mucking about with fog system I didn't want to take on right now. Will get back to this soon though.

Re: New builds for January 2018

Posted: Fri Jan 26, 2018 6:54 am
by Midknightprince
Awesome !

Re: New builds for January 2018

Posted: Mon Feb 05, 2018 10:42 am
by Hazelnut
Is there a way to match a released build to git history? (you don't use tags or anything like that as far as I can see)

Re: New builds for January 2018

Posted: Mon Feb 05, 2018 12:04 pm
by Interkarma
Unity Cloud Build allocates build numbers sequentially. I can see the latest git revision in the log for that build. For example:

Code: Select all

17: GIT: Checkout operation complete.
18: BVR: SCM Checkout completed in 27 seconds.
19: Calculated Workspace Size: 78.57 MiB
20: PATH             | SIZE     
21: -----------------|----------
22: /Assets          | 78.53 MiB
23: /ProjectSettings | 40.68 KiB
24: GIT: Get current revision
25: GIT: Current revision is 9fd8bd13f40cad28e022dd1eff2339a01ecd1f9b
26: GIT: Get changeset between 256e58d640dfae25769c9cfacd036dfbf4fc1480 and 9fd8bd13f40cad28e022dd1eff2339a01ecd1f9b (max 15)
I don't tag revision to build on download page as it's for end users, not developers. The date build was generated should contain any prior commits up to that date, which is a good general guide.

Re: New builds for January 2018

Posted: Mon Feb 05, 2018 7:35 pm
by Hazelnut
I asked because it's not clear whether the tavern room code is in the latest build. It's not, but there's no way for someone reading twitter to know that. I wanted to make sure I was on the same page. :)

Re: New builds for January 2018

Posted: Wed Feb 14, 2018 12:46 pm
by Hazelnut
Are you planning to do the first 0.5 build anytime soon? (with Taverns & loot icons & climbing)

Re: New builds for January 2018

Posted: Wed Feb 14, 2018 8:10 pm
by Interkarma
Yep, I'll pop some new builds up soon. There are couple of items of mine I wanted to get in as well if I can find the time.