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 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)
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
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
You can’t perform that action at this time.
0 commit comments