We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5723c4d commit 5181926Copy full SHA for 5181926
ChangeLog.md
@@ -1,5 +1,22 @@
1
# ChangeLog for gf
2
3
+## gf 1.0.0 (14 Jul 2022)
4
+
5
+- Core (gf::core)
6
+ - Add gf::Flags serialization
7
+ - Add gf::angleTo and gf::projectOnto
8
+ - Remove gf::unused in favor of `[[maybe_unused]]`
9
+- Graphics (gf::graphics)
10
+ - Add VertexArray::appendAll()
11
+ - Add ShapeParticles::addPolygon()
12
+ - Add a flag of EventFilter in Window::pollEvent() and Window::waitEvent()
13
+ - Add gf::ConsoleStyle and update related classes
14
+ - Add TileLayer::setTilesetSmooth()
15
+ - Remove gf::LightSystem and related classes (not ready)
16
+- Network (gf::net)
17
+- Misc
18
+ - 6th anniversary!
19
20
## gf 0.22.0 (14 Jan 2022)
21
22
- Core (gf::core)
0 commit comments