Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fec644

Browse files
committedJan 14, 2023
update ChangeLog and TODO
1 parent b51cd8c commit 6fec644

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ChangeLog for gf
22

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+
314
## gf 1.0.0 (14 Jul 2022)
415

516
- Core (gf::core)

‎TODO.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This file is a list of ideas for gf. Some of them will eventually be in gf. Othe
2929
## net
3030

3131
- (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)
3432
- (async) add `SocketAsyncManager`
3533

3634
## meta

0 commit comments

Comments
 (0)
Please sign in to comment.