1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00
Commit graph

2063 commits

Author SHA1 Message Date
Mordred
6d3d90211a Improved some errorhandling 2018-11-27 22:48:58 +01:00
Mordred
90eb03df95 Using LandIdent in packets 2018-11-26 23:15:42 +01:00
Mordred
3bbb343d09 Merge pull request #437 from XeAri/housing
saving player names in map to reduce SQL query
2018-11-26 15:05:55 +01:00
XeAri
5b06a52c1a Merge pull request #11 from SapphireServer/housing
Housing
2018-11-26 15:01:24 +01:00
Mordred
720a9e5aa7 Merge pull request #440 from NotAdam/housing
building mostly works now, houses are saved & restored on reboot
2018-11-26 13:51:50 +01:00
NotAdam
7b3a894349 Correct house db column sizes 2018-11-26 23:43:40 +11:00
NotAdam
345de71494 save & load house state 2018-11-26 23:32:22 +11:00
NotAdam
89c8293eef New land sql, run update_land.sql 2018-11-26 23:18:16 +11:00
NotAdam
111c2bb08c houses now correctly build and send landupdate/show on login 2018-11-26 17:56:29 +11:00
Mordred
b6f7beb61f Ongoing implementation of migration utility 2018-11-26 00:05:10 +01:00
mordred
974e3a5356 Merge branch 'housing' of https://github.com/SapphireMordred/Sapphire into housing 2018-11-25 16:46:02 +01:00
mordred
7374af5839 Begin of db manager tool 2018-11-25 16:45:48 +01:00
Mordred
ec87bbc179 Merge pull request #439 from NotAdam/housing
GilShop improvements, init land values in db to 0, fix for login crash
2018-11-25 13:38:43 +01:00
NotAdam
62833689ae Make max set size 15k so login feels slower so we are more retail accurate 2018-11-25 23:36:48 +11:00
NotAdam
14417f2cfa GilShop improvements, init land values in db to 0, fix for login crash 2018-11-25 23:23:29 +11:00
Mordred
c8934526e1 Merge pull request #438 from NotAdam/housing
Housing
2018-11-24 22:40:26 +01:00
NotAdam
12eadd02e9 broken housing 2018-11-25 01:55:53 +11:00
NotAdam
b739b154b9 buying from gilshops now works 2018-11-24 15:17:18 +11:00
Mordred
28abe4c6f9 Variant2 exds are now readable 2018-11-24 01:35:25 +01:00
Mordred
4c573cde73 One slipped through 2018-11-23 21:20:16 +01:00
Mordred
32c6ef0b7c Fixed exd to work with generated data, also fixed generator ( boost leftovers ) 2018-11-23 21:16:02 +01:00
mordred
c317fb13e7 Merge branch 'housing' of https://github.com/SapphireMordred/Sapphire into housing 2018-11-23 15:03:04 +01:00
mordred
ee7cef96cc Added variant identification to exds and fixed exd_struct_gen with adam 2018-11-23 15:02:42 +01:00
AriAvery
bbe88d10b8 style 2018-11-23 11:59:36 +01:00
AriAvery
bd315d9b45 updates 2018-11-23 11:46:39 +01:00
AriAvery
d1dc8c937d fixed SQL string 2018-11-23 11:17:02 +01:00
AriAvery
46f6e45a0c no payers anymore 2018-11-23 11:04:19 +01:00
AriAvery
308a0cf00e style + update name 2018-11-23 09:42:51 +01:00
AriAvery
4d132f87e4 saving player names in map to reduce SQL query 2018-11-23 09:19:49 +01:00
XeAri
7721f63f51 Merge pull request #10 from SapphireServer/housing
Housing
2018-11-23 09:11:42 +01:00
Mordred
e5d7ffdb77 Merge pull request #436 from NotAdam/housing
Fix ward info issue, some cleanup
2018-11-23 07:54:52 +01:00
NotAdam
320422cb6d correctly check state when sending ward info 2018-11-23 17:45:37 +11:00
NotAdam
df28bd934c Remove old tables from update.sql 2018-11-23 17:37:46 +11:00
NotAdam
8360c74acd somehow eventhelper.cpp got really fucked up 2018-11-23 16:51:07 +11:00
NotAdam
59e7dd39dc Store instance guid in db when zoning into an instance 2018-11-23 16:48:40 +11:00
Mordred
9e22af7b48 Minor changes 2018-11-22 23:59:42 +01:00
Mordred
30e2fbd55b Merge pull request #435 from NotAdam/housing
Misc fixes/improvements & new packet
2018-11-22 08:10:20 +01:00
NotAdam
f1bd557b70 FFXIVIpcHousingEstateGreeting added 2018-11-22 15:34:17 +11:00
NotAdam
33101fe341 change script selection behaviour so a specific script will be chosen before a generic one 2018-11-22 13:28:57 +11:00
NotAdam
8f16c32a4b Fix stupid mistake stopping ward 1 from working when zoning 2018-11-22 12:27:42 +11:00
Mordred
381d8ae940 Prelim housing eventhandler 2018-11-22 00:04:26 +01:00
Mordred
950e15c25c Merge pull request #433 from NotAdam/housing
Add playermgr, add generic handler for teleporting to warp destinations
2018-11-21 15:56:29 +01:00
NotAdam
7f5ea70523 add ul'dah -> goblet warptaxi zoneposition 2018-11-22 01:19:18 +11:00
NotAdam
eb4daa7ce3 Move warping to land points to a generic handler 2018-11-22 01:17:19 +11:00
Mordred
df0f5a26d1 Merge pull request #430 from NotAdam/housing
HousingAethernet
2018-11-21 09:23:55 +01:00
NotAdam
fe2c757faa HousingAethernet script 2018-11-21 19:20:57 +11:00
NotAdam
e4d38347d8 HousingAethernet event type 2018-11-21 19:20:57 +11:00
Mordred
bafb3c1f0d Found a typo in opcodes 2018-11-21 09:09:27 +01:00
Mordred
b6590fbe14 Brief event cleanup 2018-11-20 23:24:37 +01:00
Mordred
54f3936542 ServerZone -> ServerMgr 2018-11-20 21:32:13 +01:00