MegaGlest Forum
Archives (read only) => Glest Advanced Engine => Bug reports => Topic started by: lazyanttu on 8 September 2011, 17:37:15
-
Well, I tested if I had different workers for different resources/buildings. Everything else went well, but even when I specified which buildings each worker is able to build and repair, they were still able to repair all buildings. Am I doing something wrong or is it a bug? :look:
<command>
<type value="repair"/>
<name value="repair"/>
<image path="images/worker_repair.bmp"/>
<unit-requirements/>
<upgrade-requirements/>
<move-skill value="move_skill"/>
<repair-skill value="repair_skill"/>
<repaired-units>
<unit name="arcology"/>
<unit name="research_center"/>
<unit name="guard_tower"/>
<unit name="heavy_turret"/>
<unit name="mds"/>
<unit name="dense_arcology"/>
</repaired-units>
-
Thanks for reporting. It's a bug. The list was never checked when issuing the repair command. I've committed a fix. (commit 5ac207b8cc..)
Please change the topic title to include fixed if you can confirm the fix worked.
-
Where I can get the fix?
-
Thanks for reporting. It's a bug. The list was never checked when issuing the repair command. I've committed a fix. (commit 5ac207b8cc..)
Please change the topic title to include fixed if you can confirm the fix worked.
Nice work. On a side note, you have moderation abilities, you are able to change the titles of threads if you wish. I also moved this to the bugged reports category (with the proper title).
-
Sorry for me repeating my question, but where can I get/test the new fix? Is the installer updated or must I download it from somewhere or...?
Well, I don't know much about all of this, and my skills are limited to just modelling and XML scripting (and I'm not doing either of them well), but I keep learning these things, so I hope that I'm not annoying people with my lack of skills :-X.
-
It's in our code repository. You have to compile it on your own or wait for the next release.
some instructions:
http://sourceforge.net/apps/trac/glestae/wiki/CompileGuide
-
Thanks for reporting. It's a bug. The list was never checked when issuing the repair command. I've committed a fix. (commit 5ac207b8cc..)
Please change the topic title to include fixed if you can confirm the fix worked.
Nice work. On a side note, you have moderation abilities, you are able to change the titles of threads if you wish. I also moved this to the bugged reports category (with the proper title).
Thanks Omega. I was more after someone else to test the changes. Hopefully it was tested before "fixed" was added.