1842 Commits

Author SHA1 Message Date
死体 efb5b901fc Merge pull request #115 from xx-shitai-xx/master
Fix musl build
2025-01-07 15:40:55 +01:00
死体 242f7f641a Revert change 2025-01-07 15:23:03 +01:00
死体 c9e60725f8 Fix build error 2025-01-07 15:02:30 +01:00
死体 9e994346bb Fix musl build 2025-01-07 11:13:26 +01:00
死体 697dd27977 Fix musl build 2025-01-06 23:54:49 +01:00
死体 ca8576e1ac Fix handling of update packages + Fix sending of files 2025-01-06 22:08:47 +01:00
死体 d3e278337e Load update packages when reloading filesystem and log if update package misses file in RC 2025-01-06 19:48:28 +01:00
死体 eceac6e3e8 Merge pull request #97 from xtjoeytx/feature/fix-jenkins
Fix jenkins builds
2024-06-07 17:06:18 +02:00
死体 f59409ba07 Fix jenkins builds 2024-06-07 15:23:58 +02:00
死体 6ee080ad50 Update Docker.md 2023-11-27 11:27:47 +01:00
死体 fd5502d5ca Merge pull request #95 from xx-shitai-xx/patch/fix-level-script-implementation
Patch/fix level script implementation
2023-11-15 08:42:46 +01:00
死体 1dd97b1365 Merge pull request #94 from xx-shitai-xx/feature/serverside-http-requests
Add HttpGet and HttpPost methods for serverside scripting
2023-11-14 19:50:29 +01:00
死体 6b752c9a0e Treat all 2xx httpcodes as succes for HttpPost 2023-11-14 00:55:23 +01:00
死体 92e6828cf2 Merge branch 'feature/serverside-http-requests' of https://github.com/xx-shitai-xx/gserver-v2 into feature/serverside-http-requests 2023-11-14 00:34:07 +01:00
死体 4f60338373 Don't use brotli for httplib 2023-11-14 00:33:34 +01:00
死体 27bfba6c21 Update CMakeLists.txt 2023-11-14 00:23:16 +01:00
死体 47cb58d7fd Fix CI/CD 2023-11-14 00:18:17 +01:00
死体 1c5b20a9cd Make level.npcs work the same as level.signs, level.chests and level.links 2023-11-13 20:42:04 +01:00
死体 06854358e7 Fix some mistakes 2023-11-13 19:25:26 +01:00
死体 db8bdd7f03 Use more lightweight http lib for the serverside http requests + fix windows support 2023-11-13 19:09:14 +01:00
死体 2c484b2448 Add HttpGet and HttpPost methods for serverside scripting 2023-11-06 19:06:17 +01:00
死体 a736140b02 Merge pull request #93 from xx-shitai-xx/feature/serverside-shoot-support
Add serverside shoot support
2023-11-06 14:27:20 +01:00
死体 640c696b7b Fix test step 2023-11-04 17:15:19 +01:00
死体 fc823cd223 Update gs2compiler submodule + Update catch2 2023-11-04 16:14:31 +01:00
死体 32d0c0c432 Update submodules to fix builds 2023-11-04 15:35:29 +01:00
死体 a139f32a53 Fix gani arguments 2023-11-03 18:24:11 +01:00
死体 b651ef4181 Add shoot support 2023-11-03 18:15:45 +01:00
死体 8c45691dde Merge pull request #92 from xtjoeytx/feature/npcserver-level-manipulation
Level manipulation additions
2023-04-28 11:49:35 +02:00
死体 4fce8bc27f Add level.chest manipulation 2023-04-21 22:43:32 +02:00
死体 78e4ebd3f9 Fix line-endings 2023-04-21 15:57:23 +02:00
死体 91906661e8 Fix signs + level layers 2023-04-21 15:45:58 +02:00
死体 cbe55d7bf8 Make the level.links object iterable 2023-04-21 02:19:31 +02:00
死体 84da90d0e9 Add sign manipulation 2023-04-20 12:52:25 +02:00
死体 1d24272744 Add function to remove level link 2023-04-18 20:27:13 +02:00
死体 372ca68082 Improve implementation 2023-04-18 16:45:59 +02:00
死体 ef6cd7b469 Minor cosmetic changes 2023-04-18 10:26:20 +02:00
死体 a1a2007cb9 Fix build error with optional value 2023-04-17 23:31:12 +02:00
死体 3101604eed Put back std::optional, fix build error on non-npcserver builds 2023-04-17 23:15:48 +02:00
死体 a3b10428b4 Fix build error 2023-04-17 22:50:08 +02:00
死体 a768d4c5e5 Add AddLevelLink function for adding a level link to a level. Closes #59 2023-04-17 22:34:26 +02:00
死体 b4fe50ac80 Add AddNPC function for adding a permanent npc to a level. Closes #60 2023-04-17 21:28:24 +02:00
死体 752fe2e941 Merge pull request #45 from xtjoeytx/feature/websockets
[WIP] Feature/websockets
2023-02-23 10:52:20 +01:00
死体 37da43c256 Merge pull request #90 from xtjoeytx/bugfix/homepath-mispelled
Build Fix - homePath was not capitalized causing build errors
2023-02-23 10:51:30 +01:00
joey 9d70104fdd Update main.cpp 2023-02-22 22:02:54 -05:00
死体 757b226f70 Update gs2lib submodule 2023-02-22 22:24:00 +01:00
死体 6e1de589c9 Merge remote-tracking branch 'origin/master' into feature/websockets 2023-02-22 20:35:39 +01:00
死体 a783a0458f Cleanup test code 2023-02-22 20:21:07 +01:00
John 6ae38528ba Merge pull request #89 from xtjoeytx/feature/new-serveroptions
Implemented unstickmetime and protectedweapons. (#25)
2023-02-20 18:15:48 -08:00
John 1b8b60ddc6 Merge pull request #88 from xtjoeytx/bugfix/login-rejected
Fixed a crash that happened when a login was rejected.
2023-02-20 18:15:07 -08:00
John Norman 257644c729 Implemented unstickmetime and protectedweapons. (#25) 2023-02-20 15:24:53 -08:00