- Nov 19, 2019
-
-
Ludvig Fors authored
Added chat functionallity making the bot able to send messages to the game chat for everyone to see. Used by calling self.send_chat(<message>).
-
- Oct 18, 2019
-
-
David Bergström authored
Fixed debugging Units See merge request starcraft-ai-course/pycommandcenter!1
-
*Removed ensuring there is a target in getTarget(), which solves a crash when debugging during runtime
-
- Sep 02, 2019
-
-
David Bergström authored
-
- Aug 20, 2019
-
-
David Bergström authored
-
David Bergström authored
-
David Bergström authored
-
David Bergström authored
-
David Bergström authored
- Aug 15, 2019
-
-
David Bergström authored
-
David Bergström authored
-
David Bergström authored
-
- Aug 14, 2019
-
-
David Bergström authored
-
David Bergström authored
-
David Bergström authored
-
- Dec 18, 2018
-
-
Sofia Abaied authored
-
Sopi Abaied authored
-
Sofia Abaied authored
- Dec 11, 2018
-
-
David Bergström authored
Following change description: * Added getTarget() to Unit: (Accessed via unit.target in python) Returns target if unit has one, otherwise will fail the assertion (make sure not to call this unless certain that the unit has a target!). * Added hasTarget() to Unit: (Accessed via unit.has_target in python) Returns true if unit has a valid target. * Added isBlip() to Unit: (Accessed via unit.is_blip in python) Returns true if unit is a "blip" - a ping on the map. * Added possible access to the current frame of the game in python (IDABot.current_frame).
-
David Bergström authored
-
David Bergström authored
Instead of having two ways of using abilities directly, have one way which is consistent with the API. Now unit has one method called `ability` which takes a AbilityID and optionally either a Position or another Unit which to use the ability at.
-
David Bergström authored
Feature branch allowing for using abilities directly and viewing current buffs on units.
-
David Bergström authored
Feature branch allowing to set the number of attempts when looking for a valid build location. Setting the number to 0 will do an exhaustive search. Closes merge request !4.
-
GabrielTofvesson authored
-
GabrielTofvesson authored
Changed types. get_build_location_near accepts a non-negative integer: 0 indicates an exhaustive search
-
- Dec 10, 2018
-
-
GabrielTofvesson authored
-
GabrielTofvesson authored
-
- Dec 07, 2018
-
-
David Bergström authored
-
David Bergström authored
Added methods to use abilities. See merge request !3
-
Jonathan Öhrling authored
-
Jonathan Öhrling authored
-
Jonathan Öhrling authored
-
- Dec 06, 2018
-
-
Jonathan Öhrling authored
-
- Dec 04, 2018
-
-
Anton Andell authored
-
- Nov 27, 2018
-
-
Sopi Abaied authored
-