Page 1 of 1
why t3 can't pass dragons teeth?
Posted: 21 Jun 2013, 19:24
by jamerlan
t3 units like Shiva can't go thrue dragons teeth (t1 wall). It's a bug or desired behaviour?
Re: why t3 can't pass dragons teeth?
Posted: 21 Jun 2013, 19:42
by Silentwings
Bug. T3 have a moveclass which gives a crushstrength that should be enough to pass T1 dragons teeth, so I suspect a change/bug in engine has caused it. Put it onto trac?
Re: why t3 can't pass dragons teeth?
Posted: 21 Jun 2013, 20:34
by jamerlan
Re: why t3 can't pass dragons teeth?
Posted: 25 Jun 2013, 17:54
by knorke
dragonteeth need mass set on their corpse-feature
Re: why t3 can't pass dragons teeth?
Posted: 25 Jun 2013, 17:58
by CarRepairer
Sounds like BA could benefit from multi engine support since behaviors change with new releases.
Re: why t3 can't pass dragons teeth?
Posted: 25 Jun 2013, 18:42
by Silentwings
Maybe a little - the truth is we prepare for engine updates very well and we rarely have more than minor issues (like this one) from it.
Re: why t3 can't pass dragons teeth?
Posted: 25 Jun 2013, 20:06
by dansan
Silentwings wrote:Maybe a little - the truth is we prepare for engine updates very well and we rarely have more than minor issues (like this one) from it.
+1
Since at least 3 engine releases BA was well prepared, and just made a small fixing release a few days later. Thumbs-up to the maintainers.
I am wondering if it is possible (and worth the effort) to create regression / unit tests. I imagine them as AI-missions:
** dt-t3-regression-test: have a flat map with a karg surrounded by DTs, and a move-order to a target point. If the target is not reached by the karg within 1min -> test fail.
Maintainers/Testers could let the all tests run over night after compiling a new engine or before a new BA release.
Ofc if automatic testing is not desired or to much work, a list of tests (with descriptions of setup and tested problem) for testers and a wiki-page would work well too.
In your exp.: would it make sense to create regression tests (linked to trac-tickets)?
Re: why t3 can't pass dragons teeth?
Posted: 25 Jun 2013, 22:29
by Silentwings
I think it wouldn't work for mods because there are *so* many things to check and we rarely see the same 'small' thing need attention twice. The long term issues are mostly complicated enough to need testing by hand.