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 |
|
Akkadius
|
72b1e58edb
|
Groundwork for world content service and content filtering
|
2020-04-01 06:07:44 -05:00 |
|
Akkadius
|
dae20afcba
|
Fix character creation tenancy operations
|
2020-03-31 01:49:42 -05:00 |
|
Akkadius
|
019735c654
|
Keeps spawns from doing individual loads and prefer bulk loading [skip ci]
|
2020-03-30 23:25:32 -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 |
|
Akkadius
|
128cc458fd
|
Separate tradeskill queries to not be cross-boundary, clean up logic
|
2020-03-30 04:29:52 -05:00 |
|