Skip to content

Commit

Permalink
Update todo and change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kytulendu committed Jun 14, 2022
1 parent 8e2922d commit 8f06f75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
Change log
----------

Gw2Browser_2018-xx-xx (1.0.9.1)
Gw2Browser_2022-xx-xx (1.0.9.1)
-------------------------------
Change:
- Linux port
- Add AFNT file support.
- Add find by file id function.
- Add model's lightmap, specular and dye map export.
- Model viewer lightmap support.
- Model viewer now load DXT5 texture directly from ATEX file.
- Properly implement specular maping for Guild Wars 2 texture.
- Set Model viewer light position at camera position.
- Update category name.
- Use KDE Breeze icons as the old one are hard to see on Windows 10.
- Minor model viewer purrformance improvement.

Fix:
- Fix some crash.
- Fix some bugs.
- Many crashes and bugs fixed.

Gw2Browser_2017-01-07 (1.0.8.1)
-------------------------------
Expand Down
8 changes: 4 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TODO list

May change over time. :P

Gw2Browser_201x-xx-xx (1.0.9.1)
Gw2Browser_2022-xx-xx (1.0.9.1)
-------------------------------

* Add XML exporter for some files format.
Expand All @@ -17,17 +17,17 @@ figure out how gw2 do it.

* content reader and viewer.

* Appimage for Linux

Further plans
-------------

* cmake build system.

* map file reader, renderer, exporter.
see Tyria-3D code for this.

* Scene manager (need when implement map viewer).

* COLLADA model export, use libxml2 for write xml, also export skeleton and animation.
* glTF model export, also export skeleton and (maybe) animation.

* Deferred shading (need for map viewer with many light)

Expand Down

0 comments on commit 8f06f75

Please sign in to comment.