Skip to content

Releases: ocraft/ocraft-s2client

v0.3.9

28 Jul 20:35
Compare
Choose a tag to compare
  • Merged pull request #14

v0.3.8

22 Jun 17:56
Compare
Choose a tag to compare
  • Flipped pathable condition for proto version 4.8.5+.

v0.3.7

19 Jun 22:17
Compare
Choose a tag to compare
  • Fixed image data origin for creep and visibility layers (v4.8.5+).

v0.3.6

18 May 21:16
Compare
Choose a tag to compare
  • [BUGFIX] Fixed regression with starting game from support dir.

v0.3.5

01 May 18:49
Compare
Choose a tag to compare
  • Improved working with linux package (thanks to @boehmseb).

v0.3.4

25 Apr 20:02
Compare
Choose a tag to compare
  • Fixed problem with crop to playable area set to true by default.

v0.3.3

24 Apr 22:39
Compare
Choose a tag to compare
  • Fixed compatibility issues with game version 4.8.5.

v0.3.2

20 Apr 19:48
Compare
Choose a tag to compare
  • [BUGFIX] Connection timeout when rendering layer is active #11

v0.3.1

13 Apr 19:25
Compare
Choose a tag to compare

Updated api to game version 4.84:

  • S2Coordinator.createParticipant()|S2Coordinator.createComputer() - player name can be set
  • S2Coordinator.createComputer() - ai build (etc. RUSH, MACRO) can be set
  • CloakState: new values (CLOAKED_DETECTED, CLOAKED_UNKNOWN, CLOAKED_ALLIED)
  • EffectLocations: new fields (alliance, owner, radius)
  • Unit: new fields (active, attackUpgradeLevel, armorUpgradeLevel, shieldUpgradeLevel, hallucination, buffDurationRemain, buffDurationMax)
  • SpatialCameraSetup: new settings (cropToPlayableArea, allowCheatingLayers)
  • S2Coordinator: new settings (setShowCloaked, setRawAffectsSelection, setRawCropToPlayableArea)
  • Action: new field (gameLoop)
  • S2Agent: new client event "onAlert" that is called on alert from the game (etc. LARVA_HATCHED, MERGE_COMPLETE, MINERALS_EXHAUSTED and more)
  • FeatureLayers, FeatureLayersMinimap: added new feature layers (etc. hallucinacions, cloaked, blip and more)
  • UnitInfo: new fields (maxShields, maxEnergy, maxHealth)
  • SinglePanel: new fields (attackUpgradeLevel, armorUpgradeLevel, shieldUpgradeLevel, buffs)
  • Updated enums - Abillities, Buffs, Upgrades - with new ids from stableid.json

v0.2.10

30 Dec 23:45
Compare
Choose a tag to compare
  • Fixed problem with last action list deserialization when data returned from the game server doesn't contain any valid action.