Alex King
|
9a0b3a4c36
|
[Bug Fix] Fix #wpadd Query (#4078)
# Notes
- `GetNextWaypoint()` was getting a null value and crashing in `Strings::ToInt()`.
|
2024-02-14 18:28:31 -05:00 |
|
Alex King
|
2e0ed82986
|
[Grids] Convert Grid/Grid Entries to Repositories (#4011)
* [Grids] Convert Grid/Grid Entries to Repositories
- Convert `AddWaypoint()`, `AddWaypointForSpawn()`, `DeleteWaypoint()`, `GetHighestWaypoint()`, `GetRandomWaypointFromGrid()`, `GridExistsInZone()`, and `ModifyGrid()` to repositories.
* Update grid.cpp
* Update questmgr.cpp
* Update waypoints.cpp
* Update waypoints.cpp
|
2024-01-28 23:37:34 -06:00 |
|
Chris Miles
|
79285b1002
|
[Repositories] Add GetMaxId, Count (#2371)
* [Repositories] Add GetMaxId, Count
* Update cmake with repositories, regenerate extended repos
* Remove license from files
* Simplify receivers
* Receiver simplify remaining
* Simplify receivers final
* Pass params by const reference
* Modernize grid tables
* Remove guild members since it doesn't conform as a generatable table
* PR comment
|
2022-08-13 18:40:56 -05:00 |
|
Chris Miles
|
dfd8f84cac
|
[Strings] Refactor Strings Usage (#2305)
* Initial commit checkpoint
* More functions converted
* Commify
* More functions
* Fin
* Sort declarations
* Split functions between files
* Bots
* Update strings.h
* Split
* Revert find replaces
* Repository template
* Money
* Misc function
* Update CMakeLists.txt
* Saylink
* Update strings.cpp
* Swap Strings::Saylink for Saylink::Create since saylink is coupled to zone database
* API casings
|
2022-07-14 02:10:52 -05:00 |
|
hg
|
0c12ca8370
|
[Repository] Cast floats to avoid grid repository warnings (#2094)
This is in the custom repository method file so the generator doesn't
need modified for it
|
2022-05-01 21:53:37 -05:00 |
|
Akkadius
|
dae20afcba
|
Fix character creation tenancy operations
|
2020-03-31 01:49:42 -05:00 |
|
Akkadius
|
43716332aa
|
Bulk load grids at repop and zone init instead of 2 costly individual selects per NPC, create repositories to decouple database logic from business logic
|
2020-03-30 05:49:43 -05:00 |
|