Buggfixes, added methods and a lot better docs
- Aug 03, 2021
-
-
Emil authored
added idabot.start_location, start_locations to the documentation and updated their comments to avoid confusion
-
- Jul 30, 2021
-
-
Emil authored
-
Emil authored
Fixed a comment in code and added a Note in the docs that size of addons can be wrong and to use another function instead
-
Emil authored
Added can_build_here_with_size because the width and height of the addons was not correct. This makes it possible to do checks with provided size of a building instead
-
- Jul 29, 2021
-
-
Emil authored
Fixed problem with is_refinery if it was on a rich vespengeyser, ffixed so maptools docs is duplicated and added some comments to those functions
-
- Jul 28, 2021
-
-
Emil authored
-
- Jul 27, 2021
- Jul 23, 2021
-
-
Emil Brynielsson authored
-
- Jul 22, 2021
-
-
Emil authored
-
- Jul 21, 2021
-
-
Emil authored
added UnitType.can_attack_ground->bool, UnitType.can_attack_air->bool so you dont have a unit trying to attack something it cant attack
-
Emil authored
added the unit.progress_list so you can get the progress of all the processes instead of just the first one. Relevant when you have a reactor (trains 2 units)
-
- Jul 14, 2021
- Jul 08, 2021
- Jul 07, 2021
-
-
Emil authored
point2d and point2di has working hashing functions to make it possible to store in dicts and sets, added __eq__ to point2d. Library added in order to be able to hash pairs
-
- Jul 06, 2021
- Jul 05, 2021
- Jul 02, 2021
- Jul 01, 2021
-
-
Emil authored
added a lot of comments to the documentation relating the Unit class. Moved most of the comments from the rst file to the cpp
-
Emil authored
fixed so isTraining() only will check on buildings. Felt wrong to have units to have isTraining as the opposit to isIdle() for units that are not buildings
-
- Jun 30, 2021
- Jun 29, 2021
-
-
Emil authored
everything should work as intended with buildings. Changed the what constructor that is being called for UnitTypes and arguments still look the same as before. Removed prints
-
Emil authored
The correct constructor is actually called from the python when creating unittypes, but need to send idabot two times. Need to look at defaulting
-
- Jun 28, 2021
-
-
Emil Brynielsson authored
-
Emil Brynielsson authored
-
- Jun 24, 2021
-
-
Emil Brynielsson authored
get build_location is almost working, apparently a barack has width -1 so this might be messing things up a bit. Take a look on this next time
-
- Jun 23, 2021
-
-
Emil Brynielsson authored
-
Emil Brynielsson authored
building placer now actually works and can take a spacing. Added so reservation of tiles actually works
-