Releases: kswaldemar/rewind-viewer
Releases · kswaldemar/rewind-viewer
Rewind viewer 2.1
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
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
1.2.1 - Minor fixes and improvements
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
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
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
First release with ability to draw simple primitives: line, circle, rectangle. And rewind support.