Releases: Longwater1234/space-checkers
Releases · Longwater1234/space-checkers
v1.0.12
What's Changed
- major code cleanup by @Longwater1234 in #165
- UPDATE many dependencies by @Longwater1234 in #166
- Now clicked cell is also highlighted by @Longwater1234 in #168
- Build badge status on README by @Longwater1234 in #169
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- cleanup the build command by @Longwater1234 in #159
- Hide console, set WIN32 for windows build by @Longwater1234 in #161
- Clearing forcedMoves after either side capture by @Longwater1234 in #164
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Can hover and outline highlight on piece by @Longwater1234 in #1
- Have perfected the move by @Longwater1234 in #4
- Dev changes by @Longwater1234 in #9
- Can now do jumps and activate king by @Longwater1234 in #10
- Completed game with forced captures by @Longwater1234 in #14
- fixed #13 by @Longwater1234 in #15
- Added dependencies using archive URLs, not git clone by @Longwater1234 in #23
- fixes #17 by @Longwater1234 in #24
- Create cmake-single-platform.yml by @Longwater1234 in #25
- Update cmake-single-platform.yml by @Longwater1234 in #26
- Update cmake-single-platform.yml by @Longwater1234 in #27
- FIX add_executable() args in main CMakeLists by @Longwater1234 in #28
- remove objective cpp from sources for Windows, Linux by @Longwater1234 in #29
- add linux option in ResourcePath.cpp by @Longwater1234 in #30
- USE negative ifndef for ResourcePath.cpp by @Longwater1234 in #31
- All dependencies now use CPM to download tar.gz by @Longwater1234 in #39
- Update cmake-single-platform.yml by @Longwater1234 in #40
- Update cmake-single-platform.yml by @Longwater1234 in #41
- Update cmake-single-platform.yml by @Longwater1234 in #42
- Update cmake-single-platform.yml by @Longwater1234 in #46
- Update cmake-single-platform.yml by @Longwater1234 in #47
- Smarter CircularBuffer by @Longwater1234 in #52
- fix bug, close with ImGui::End when waiting WsConnect by @Longwater1234 in #53
- remove unused imports by @Longwater1234 in #54
- Update cmake-single-platform.yml by @Longwater1234 in #55
- Switched fonts to NotoSans by @Longwater1234 in #56
- Update cmake-single-platform.yml by @Longwater1234 in #58
- Update cmake-single-platform.yml by @Longwater1234 in #59
- Update cmake-single-platform.yml by @Longwater1234 in #60
- Update cmake-single-platform.yml by @Longwater1234 in #61
- Separate into two managers, Online and Offline by @Longwater1234 in #63
- Use callback to recieve msgs from server in OnlineGameManager by @Longwater1234 in #71
- Using simdjson not flatbuffer to exchange messages by @Longwater1234 in #72
- return value in function replyToServer by @Longwater1234 in #73
- Moved to PROTOBUF, removed JSON by @Longwater1234 in #76
- Simplify GH build workflow by @Longwater1234 in #77
- Use equal sign to compare ENUM, not bit AND sign by @Longwater1234 in #78
- Dynamically fetch public servers by @Longwater1234 in #83
- Newer HttpClient, libcpr. Wrapper of CURL by @Longwater1234 in #86
- Capture bug is finally fixed by @Longwater1234 in #88
- Cleanup documentation by @Longwater1234 in #94
- Fixed lots of issues by @Longwater1234 in #100
- Show current app version on MainMenu screen by @Longwater1234 in #103
- Fixed bug to show WinnerLoser dialog by @Longwater1234 in #104
- Update isKingBefore for Offline mode by @Longwater1234 in #105
- use universal macro NDEBUG by @Longwater1234 in #106
- set onDeathListener as SOON as connected by @Longwater1234 in #108
- High resolution icon on Windows by @Longwater1234 in #109
- Fix multiple issues. Publish to itch.io by @Longwater1234 in #114
- Minor refactoring by @Longwater1234 in #126
- revert to older code by @Longwater1234 in #127
- Fixed some issues by @Longwater1234 in #128
- Fix some issues by @Longwater1234 in #132
- Fixed several issues by @Longwater1234 in #140
- Fixed some small issues by @Longwater1234 in #144
- Split WsClient into header and src by @Longwater1234 in #147
- Update TODO.md by @Longwater1234 in #150
- new version 1.10.0 by @Longwater1234 in #152
- Update protobuf library by @Longwater1234 in #153
- CMAKE enhancements by @Longwater1234 in #154
- Ready for making public on Github by @Longwater1234 in #156
New Contributors
- @Longwater1234 made their first contribution in #1
Full Changelog: https://github.com/Longwater1234/space-checkers/commits/v1.10