Releases: luskaner/ageLANServer
Releases · luskaner/ageLANServer
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Changelog
- 110418f Updated README.md
- d7f1931 Updated server/README.md
- 102c9a6 Fixed udp announce feature to work apart from localhost. Put in sync with http ip resolve
- ef2f95a Removed useless condition
- 7fea74d Added --force option to server/genCert, simplified Taskfile(s) thus made faster and now multiple debug targets can be run at the same time
- e8efd58 standarized paths, fixed server task and now the server starting and stopping is better handled in the server
- e0504b1 If launcher.server.stop = false now it uses windows api instead of relying on cmd.exe and server now starts minimized
- a7c1d46 Moved non shared code to launcher and cert handling now is done natively instead of via powershell
- 89b1221 Resolved basic code quality issues
- cdcae90 Lint for MD and fixed number of namespace/variable colissions
- d4d643d Moved game/executor to launcher root and fixed hosts adding and removing
- 2654365 Fixed last README.md change
- 6f04752 Updated README.md to include the new task info
- 628a436 Removed unused dependency
- 66ecdc2 Added subfolders needed to debug in goland
- cbe2f32 Updated .gitignore
- d3f5139 Added genCert utility to generate the server certificates instead of only through the launcher
- c9b1585 Added Taskfiles to help out debugging
- c4ec4c2 Updated .gitignore for build folder
- f5010ca Minor readme change
- 7143ce5 Added and document the public key for release signing
- 1514a49 Fixed release signing
- bbc4be4 Added release signing
- c22cf85 Added development instructions
- 4f2918a Give permission of release to workflow
- 6bc47a5 Updated workflow
- 772186a Updated workflow
- bbbb3bb Added login to docker step
- f71c52c Added goreleaser workflow
- 87a35d6 Update .goreleaser.yaml
- f205f0a Removed unnecessary go.workspace files and remove the root module. Added goreleaser config
- 856f708 Update README.md
- 0c6314e Create FUNDING.yml
- 007e4b1 Update issue templates
- cd01b06 Update issue templates
- 446fa09 Fixed link in readme
- ed732b6 merge
- f589ccb Update launcher and server readmes and now the hostsEditor only allows executing by the launcher
- 0781d76 Create LICENSE
- 6cdfa8e Update readme
- 2327c70 Added a common module. Also added a hostsEditor module (exe) to modify the system hosts files elevated. Other minor changes and refactors.
- 4155934 Commented server/config.ini and launcher now properly reads to launch the game on steam or msstore directly
- 6f84024 Finished root README.md
- 9650f98 Added initial version of the README.md
- 7909085 Added initial version of the launcher
- 91e0067 Added /test endpoint to the server and now announces via UDP (like BattleServer.exe)
- 734d60d Reestructured resource loading, added workspace with modules launcher and server and fixed hosting lobbies for ranked
- 0272d38 Updated indirect dependencies
- a9f8e45 Replaced gin with gorilla libraries, using another ordered-map library (and not 2)
- 7b23b22 Restructured project
- 0b7def9 Updated .gitignore for new project structure
- 00cc735 Initial commit