Chris Miles
82d6e0138d
[Repositories] Regenerate repositories with int64 support, reserved word support ( #1440 )
2021-06-25 15:05:47 -05:00
Chris Miles
bcb0e43d13
[Logging] Simplify Log Settings Initialization ( #1394 )
...
* Simplify logging loading
* Fix log injections and reduce verbosity
2021-06-13 18:06:43 -05:00
hg
15328196e2
[Expeditions] Store members on dynamic zone ( #1358 )
...
This moves members from expeditions so other systems can use them
Replace expedition_members table with dynamic_zone_members
Move 'EnableInDynamicZoneStatus' rule to DynamicZone namespace
Modify #dz list to show dz members (not instance players) and type name
Move various queries to repository methods
2021-05-24 21:14:32 -05:00
hg
dadc1b2843
[Expeditions] Refactor expedition caching ( #1315 )
...
Add common expedition base class
Use repository for zone and world expedition caching
World now stores members and leader as Member objects instead of ids
This improves readability of the caching methods and lets world cache
expedition dzs and members like zone. World also now caches expeditions
as unique_ptr which will be necessary for future dz callback lambdas
that capture 'this' so addresses don't change on cache vector resizes.
2021-04-07 01:20:35 -05:00
Chris Miles
7aa5308f9c
[Scheduler] Event scheduler implementation ( #1257 )
...
* Event scheduler implementation
* Create 2021_02_17_server_scheduled_events.sql
* Tweak
* Remove unused event [skip ci]
* Cleanup [skip ci]
* PR adjustments
* Database manifest
2021-03-29 02:52:57 -05:00
hg
049fe55c7f
[Expeditions] Create common dz abstract class ( #1312 )
...
This creates an abstract class in common so zone and world can share
most of the implementation. World now has access to the same dz data and
api as zone.
Rename CharacterChange to AddRemoveCharacter for clarity
Rename GetRemainingDuration to GetDurationRemaining for consistency
Move dynamic zone queries to custom repository methods
2021-03-29 02:17:36 -05:00
hg
d9e23a0303
[Expeditions] Decouple dz updates from expeditions ( #1303 )
...
Use internal dz messages to process duration and location changes
Add world DynamicZone class (later this will inherit from a base)
Add FindDynamicZoneByID to get dz from zone and world system caches
2021-03-28 18:14:36 -05:00
hg
5b74f1e756
[Expeditions] Refactor expedition requests ( #1301 )
...
Move ExpeditionLockoutTimer to common
This simplifies expedition request conflict checks and uses repository
for the queries instead of processing the query result directly.
2021-03-18 23:42:41 -05:00
Akkadius
dcc921efcb
Update repo with latest template [skip ci]
2021-02-08 21:35:43 -06:00
Akkadius
eedd5e2821
[Hotfix] Remove test branch fields from repo
2021-02-08 21:34:33 -06:00
Chris Miles
96b65b848b
[Repositories] Insert repository improvements ( #1236 )
...
* Insert repository improvements
* Remove no longer necessary code, remove license banner since we have a license at the repo level
* Update template comments
2021-02-08 20:56:44 -06:00
Akkadius
55d4865d36
Correct one missed repository pointer
2021-02-06 18:16:39 -06:00
Akkadius
e8ab176d4a
Explicitly pass database pointers to repository methods
2021-02-05 23:00:27 -06:00
Akkadius
7fe0bbacd4
Add expedition repositories
2021-02-05 18:12:05 -06:00
Akkadius
f78828216d
Add support for virtual zonepoints
2020-08-16 00:06:20 -05:00
Akkadius
3ffb5299a8
Update repositories
2020-08-15 18:28:34 -05:00
Akkadius
30e0bbb912
More conversion changes to reduce warnings [skip ci]
2020-07-12 17:33:17 -05:00
Akkadius
6a7a78af29
Static cast floats in atof usages where the datatype is actually float to avoid windows compiler warnings
2020-07-12 17:25:50 -05:00
Akkadius
12d10bbc50
Slight adjustment to filter criteria [skip ci]
2020-05-24 03:08:52 -05:00
Akkadius
e82f0254b0
Add content_flags_disabled field for additional filtering
2020-05-24 02:24:38 -05:00
Akkadius
e474df2b12
Tweak content flag filtering [skip ci]
2020-05-24 01:36:17 -05:00
Akkadius
6409e02aed
Update base repositories to use int as a base to avoid atoi overflow
2020-04-19 04:49:28 -05:00
Akkadius
ebda1cf601
Add zone store
2020-04-19 03:05:15 -05:00
Akkadius
caa0ffda00
Add Truncate repository method and purge player sold items on world bootup
2020-04-18 23:53:52 -05:00
Akkadius
85daee85b8
Move spawn events from content table to server
2020-04-18 23:26:53 -05:00
Akkadius
bcd62b76c4
Fix all expansion enabled filtering [skip ci]
2020-04-18 18:12:25 -05:00
Akkadius
5b4c4bfd66
Implement content flags
2020-04-11 05:48:41 -05:00
Akkadius
e0363a8fe1
Repository tweaks [skip ci]
2020-04-11 02:47:54 -05:00
Akkadius
5c7eb0707f
Bulk load goallists
2020-04-11 02:19:58 -05:00
Akkadius
a19bb7b544
Merge branch 'feature/peq-expansions' of https://github.com/EQEmu/Server into feature/generated-repositories
2020-04-05 23:21:21 -05:00
Akkadius
be57c57029
More adjustments [skip ci[
2020-04-05 23:11:25 -05:00
Akkadius
725ad9ddf5
Fix comment formatting [skip ci]
2020-04-05 22:23:29 -05:00
Akkadius
c978ca65a4
Split repositories out between a base immutable repository (that does not change) and an extended repository of which developers can add more custom methods to
2020-04-05 22:19:36 -05:00
Akkadius
f7d4e51da9
Filter global_loot [skip ci]
2020-04-05 19:20:50 -05:00
Akkadius
be8a6b6af4
Add spawn expansion filtering
2020-04-04 06:08:56 -05:00
Akkadius
8a711f3c64
Expansion filtering for doors
2020-04-04 05:51:21 -05:00
Akkadius
c1e58673b2
Add expansion gating for zoning
2020-04-04 05:36:18 -05:00
Akkadius
fe7e850a04
Return blank string values for string entries that return back null
2020-04-04 04:48:46 -05:00
Akkadius
15c9b64120
Add GetWhere and DeleteWhere repository methods
2020-04-04 04:44:39 -05:00
Akkadius
0552582274
Use double quotes in strings [skip ci]
2020-04-04 02:56:14 -05:00
Akkadius
80fb204f39
More repository comb-throughs [skip ci]
2020-04-04 02:34:34 -05:00
Akkadius
826f0418f7
More float fixes [skip ci]
2020-04-04 02:27:27 -05:00
Akkadius
a824ddec44
Fix float types, remove some errant table repositories [skip ci]
2020-04-04 02:26:30 -05:00
Akkadius
9e27ffacff
Add tables to ignore list that do not follow typical table conventions
2020-04-04 02:13:47 -05:00
Akkadius
3aaa5020b1
Fix repository struct defaults for varchar | text
2020-04-04 02:04:48 -05:00
Akkadius
82b017887d
Upload generated repositories
2020-04-03 02:49:40 -05:00
Akkadius
f984bd2faf
Update instance list repository with auto generated code
2020-04-03 01:34:54 -05:00
Akkadius
fe718a6a1d
Create repository.template
2020-04-03 01:34:43 -05:00
Akkadius
94ab6499c8
Create account_repository.h
2020-04-03 01:17:09 -05:00
Akkadius
1650a466a1
Add instance list repository; split repository cmake config
2020-04-02 19:38:26 -05:00