Skip to content

Releases: kswaldemar/rewind-viewer

Rewind viewer 2.1

13 Nov 16:14
Compare
Choose a tag to compare

Several missing features. Fix bugs introduced in previous release

  • Increase layer count to 10
  • Ability to specify different colors for triangle and rectangle, thus allows to draw gradients
  • Add rectangular popup to json api
  • Dark UI theme
  • Fix bug with rewindviewer.ini file not saving in some cases
  • Fix drawing issues: permanent frame cleanup, unfilled triangle draw

Rewind viewer 2.0

08 Nov 19:57
Compare
Choose a tag to compare

Plenty improvements:

  • Performance improvements, should be able to draw huge number of primitives (100k) on 60fps
  • Immediate mode drawing: draw objects as soon as they come, do not wait for end_frame message. Much slower than default mode, but should be useful for line-by-line debug
  • Static object: send immutable static data (map border, etc.) only once
  • New primitive types: triangle and unfilled circles

  • UI improvements: changed tick bar, new useful settings and buttons

Facility support

30 Nov 19:17
Compare
Choose a tag to compare
  • Support facility primitive
  • Fix several bugs
    image

1.2.1 - Minor fixes and improvements

14 Nov 09:54
Compare
Choose a tag to compare

Features:

  • Drawing layers support: all primitives drawn in one of 5 layers. Thus you can handle drawing order and even toggle particular layer visibility from UI
  • Alpha channel support for primitives
  • Reconnect - launch viewer once and just clean up data after game end, instead of restart.

Fixed several bugs

1.2 - CodeWars ready

09 Nov 09:53
Compare
Choose a tag to compare

Visualizer ready to work with CodeWars championship
Add support for terrain and weather
Add support for all units, using textures from official RussainAICup visualizer
Display cooldown, unit selection
Changes for round 2 will come in future

Version 1.1

05 Nov 16:20
Compare
Choose a tag to compare

Features:

  • Living unit primitive with life bar
  • Fancy UI with icons
  • Textures for terrain (background) and units (currently only helicopter, waiting for full aicup2017 rules)
  • Detailed unit info on mouse hover
  • Customizable: change view options right from UI

Also fixed several bugs, which led to application crash on Windows

Basic functional version

28 Oct 14:15
9087418
Compare
Choose a tag to compare

First release with ability to draw simple primitives: line, circle, rectangle. And rewind support.