Skip to content

v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 23:17
f0adf74

0.0.4 (2024-03-20)

Features

  • add unit# in_progress to help UG filter shorthand (e7246c1)
  • add unit#build_reactor and unit#tech_lab's queue_command variables, incase they need to land and then build. (e5d6e95)
  • added rbs signature gen with rake gensig task. (a5a36d8)
  • adding eql? for Api::Point for 3d (77bceb0)
  • adding ug #find and #detect with forced sigs (465183a)
  • adds geo.geysers_for_base and geo.minerals_for_base (afb0e5e)
  • adds two debug text methods (9285534)
  • changing geo#mineral_for_base to only return alive units and adding geo#gas_for_base (9bb14d2)
  • geo helpers enemy_start_position start_position (116f29d)
  • modernize gem + lint (3ad0d9a)
  • more action commands: move, stop, hold (439ea30)

Bug Fixes

  • Api::Point[x,y,z] new shorthand fixed. (9285534)
  • debug_draw_box elevation even higher to prevent floor clipping (9285534)
  • find and detect to return unit instead of tag-unit tupple (b1a2e8b)
  • step_count hard locked to 1 (775518f)
  • step_count is api-correct name for step_size (775518f)
  • suffix ? to boolean unit checks has_tech_lab? and has_reactor? (12c47ed)
  • terran build_reactor and build_tech_lab shortcuts doesn't accept generic abilities (195a620)

Miscellaneous Chores