File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for gf
2
2
3
+ ## gf 1.1.0 (14 Jan 2023)
4
+
5
+ - Core (gf::core)
6
+ - Graphics (gf::graphics)
7
+ - Add Grid::setSelectedColor() implementation!
8
+ - Add Scene::getWorldEntities() and Scene::getHudEntities()
9
+ - Network (gf::net)
10
+ - Add MSG_NOSIGNAL to send flags if available
11
+ - Misc
12
+ - Update CPack configuration
13
+
3
14
## gf 1.0.0 (14 Jul 2022)
4
15
5
16
- Core (gf::core)
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ This file is a list of ideas for gf. Some of them will eventually be in gf. Othe
29
29
## net
30
30
31
31
- (socket) add ` peekRawBytes() ` with ` MSG_PEEK `
32
- - (socket) add ` MSG_NOSIGNAL ` flag when using ` send() ` for Linux to prevent ` SIGPIPE ` s
33
- - SO: [ How to prevent SIGPIPEs (or handle them properly)] ( https://stackoverflow.com/questions/108183/how-to-prevent-sigpipes-or-handle-them-properly )
34
32
- (async) add ` SocketAsyncManager `
35
33
36
34
## meta
You can’t perform that action at this time.
0 commit comments