Page 1 of 1

test your projects against the latest build...

Posted: 21 Dec 2011, 22:56
by smoth
Image


there is an engine release forth coming

holy f*** a link

go test your shit..


that was SOO HARD TO DO

Re: test your projects against the latest build...

Posted: 21 Dec 2011, 23:19
by FLOZi
Can do without the sarcasm smoffles. 8)


For those who missed the hoo-hah in #sy:

https://github.com/spring/spring/blob/5 ... ngelog.txt

All changes marked with ! are potentially game-breakers.

Re: test your projects against the latest build...

Posted: 21 Dec 2011, 23:57
by luckywaldo7
How long until next release? Days? Hours?

Re: test your projects against the latest build...

Posted: 22 Dec 2011, 14:22
by Forboding Angel
Can someone please explain this?
Lua:
! removed deprecated UnitDef[] tags:
type
maxSlope
canHover
floater (use udef.floatOnWater)
isBuilder (use udef.builder)
canDGun (use udef.canManualFire)
canCrash
isCommander
(use udef.floatOnWater) <<--- Why the hell would I want to do that when I could use a tag previously? How is this an improvement?

Re: test your projects against the latest build...

Posted: 22 Dec 2011, 14:34
by smoth
Replace floater with floatonwater

Re: test your projects against the latest build...

Posted: 22 Dec 2011, 14:45
by KingRaptor
Floz's changelog is slightly out of date, this is more recent.

Long story short, most or all of the old unitDef tags except isCommander should still work.

Re: test your projects against the latest build...

Posted: 22 Dec 2011, 17:56
by jK
Forboding Angel wrote:Can someone please explain this?
Lua:
! removed deprecated UnitDef[] tags:
type
maxSlope
canHover
floater (use udef.floatOnWater)
isBuilder (use udef.builder)
canDGun (use udef.canManualFire)
canCrash
isCommander
(use udef.floatOnWater) <<--- Why the hell would I want to do that when I could use a tag previously? How is this an improvement?
There was a discussion about these changes in #sy. At the end there was a commit that recovers backward compability for those tags except isCommander. Still very likely these tags get deprecated in the next version (print an error when used), and get removed in like 2-3 releases later.

Re: test your projects against the latest build...

Posted: 23 Dec 2011, 12:31
by Forboding Angel
Actually jk, while I appreciate the explanation.
smoth wrote:Replace floater with floatonwater
That was the answer I was looking for. Sometimes you guys are a little ... off with the changelogs. Would have been better to say x tag is replacing y, so that nubs like myself don't get confused.

Re: test your projects against the latest build...

Posted: 23 Dec 2011, 13:43
by FLOZi
Tag doesn't change forb - only how to read it in lua.

Re: test your projects against the latest build...

Posted: 23 Dec 2011, 23:48
by Forboding Angel
Thanks for making my point for me. I didn't realize that.

Re: test your projects against the latest build...

Posted: 23 Dec 2011, 23:51
by FLOZi
Communication is a problem, that's not news. :wink: