Skip to content
Snippets Groups Projects
  1. Dec 09, 2019
  2. Nov 22, 2019
  3. Nov 21, 2019
  4. Nov 19, 2019
  5. Oct 18, 2019
  6. Sep 02, 2019
  7. Aug 20, 2019
  8. Aug 15, 2019
  9. Aug 14, 2019
  10. Dec 18, 2018
  11. Dec 11, 2018
    • David Bergström's avatar
      Merge branch 'sofab194/pycommandcenter-master' · 2d160564
      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's avatar
      Fix code style · 70bf07fe
      David Bergström authored
      70bf07fe
    • David Bergström's avatar
      Consolidate raw ability methods · 6ea4b918
      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.
      6ea4b918
    • David Bergström's avatar
      Merge branch 'antan048/pycommandcenter-master' · a85e38fc
      David Bergström authored
      Feature branch allowing for using abilities directly and viewing current buffs on units.
      a85e38fc
    • David Bergström's avatar
      Merge branch 'gabto095/pycommandcenter-master' · a514d03d
      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.
      a514d03d
Loading