jadebenn
77b42daca1
feat: Remove reinterpret_casts from AG race timer script and add method and chat command to get current server uptime ( #1673 )
...
* use steady_clock race timer
* formatting and const
* improve time interface
* added uptime chat command
* fix bug and update documentation
* inrease /uptime GM level requirement
* update GM level for /uptime (again)
* made changes according to feedback
2024-12-17 14:06:16 -06:00
David Markowitz
ba364800fe
feat: allow for teleporting to player or relative position ( #1683 )
...
* allow for teleporting to player or relative position
* Update Commands.md
* Update Commands.md
* Update SlashCommandHandler.cpp
2024-12-17 13:39:28 -06:00
jadebenn
84d7c65717
consolidate the messagetype enums into a single namespace ( #1647 )
2024-11-17 18:39:44 -06:00
Aaron Kimbre
ff38503597
no feedback if empty
2024-06-03 22:51:46 -05:00
Aaron Kimbre
3f22bf5cc0
Add an easy way to stop spectating
2024-06-03 22:44:54 -05:00
Aaron Kimbre
1a14c29c39
add returns, lol
2024-06-03 22:29:21 -05:00
Aaron Kimbre
2ef45bd7ee
use empty
2024-06-03 22:28:37 -05:00
Aaron Kimbre
b56d077892
feat: spectate command
2024-06-03 21:50:12 -05:00
TAHuntling
dea10c6d56
Client commands implementation ( #1592 )
...
* Adding Client Commands
Adding list of client commands provided to me by EmosewaMC
* Finished adding client commands
2024-05-22 08:32:24 -05:00
David Markowitz
8837b110ab
add include guards ( #1569 )
2024-05-16 04:30:00 -05:00
David Markowitz
2ca61c3e57
feat: Dragonmaw ( #1562 )
...
* rigid as heck
* abstract physics creation to separate function
* loading
Update FvRacePillarDServer.cpp
consolidate abcd pillar logic
modularization
Update SimplePhysicsComponent.cpp
Update EntityManager.cpp
Update MovingPlatformComponent.cpp
still need another pass
* geiser works
* columns working finally
* consolidate logic
* constiness
* Update PhantomPhysicsComponent.cpp
* Update PhysicsComponent.cpp
* revert testing code
* add versions info
---------
Co-authored-by: Aaron Kimbre <aronwk.aaron@gmail.com>
2024-05-10 09:22:26 -05:00
Aaron Kimbrell
99e7349f6c
feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet ( #1545 )
...
* feat: showall, findplayer, get/openhttpmoninfo
http monitor info is planned to be used later, just putting in info that i've since reverse engineered and don't want lost
Additionally add debug world packet for duture dev use
Tested all new commands and variation of command arguments
* fix missing newline at eofs
* address most feedback
* Compormise and use struct with (de)serialize
* remove httpmoninfo commands
2024-04-17 21:47:28 -05:00
David Markowitz
5049f215ba
chore: Use string to access SQLite columns ( #1535 )
...
* use string to access field name
* Update DEVGMCommands.cpp
* corrected column name
* constexpr array
include <array>
Revert "constexpr array"
This reverts commit 1492e8b1773ed5fbbe767c74466ca263178ecdd4.
Revert "include <array>"
This reverts commit 2b7a67e89ad673d420f496be97f9bc51fd2d5e59.
include <array>
constexpr array
---------
Co-authored-by: jadebenn <jonahbenn@yahoo.com>
2024-04-13 23:41:51 -05:00
Aaron Kimbrell
d067a8d12f
chore: split out slash commands into multiple files ( #1539 )
...
* chore: split out slash commands into multiple files
Breakup the monolithic file
don't register slashcommands on startup
* fix typo
2024-04-09 20:15:51 -05:00