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
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
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