1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00
Commit graph

1819 commits

Author SHA1 Message Date
NotAdam
04167ce5cb unfuck the scripts include directories 2018-12-01 00:30:53 +11:00
NotAdam
5f5b28bcbe Refactor managers and move them into Sapphire::World::Managers namespace 2018-12-01 00:27:16 +11:00
NotAdam
9f2c8daab5 EObjs are special so they get their own scripts 2018-11-30 23:16:28 +11:00
NotAdam
0a5b71a320 correctly register eobjs on startup/build and handle the interaction 2018-11-30 22:52:08 +11:00
Mordred
ebbe861e79 Renamed publicAccess to flags 2018-11-30 00:11:18 +01:00
Mordred
f393fec498 Set house access to public by default 2018-11-29 23:44:08 +01:00
Mordred
2d1a70a4ce No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
Mordred
2c69d7a22e Fixed error with ward reading during house actions, lower case enum entries 2018-11-28 20:32:05 +01:00
NotAdam
a66aea4eb4 add estate guest access menu 2018-11-29 00:19:37 +11:00
NotAdam
c12adb5c74 Fix land state being sent incorrectly and consistently name those IPCs 2018-11-28 23:29:55 +11:00
NotAdam
9fc4666926 estate greetings can be updated/set 2018-11-28 21:59:28 +11:00
NotAdam
a802d98cee move more housing logic from client trigger handler to housingmgr 2018-11-28 21:24:00 +11:00
NotAdam
4e4097c1c8 correctly show edit estate name/greeting windows 2018-11-28 17:36:55 +11:00
NotAdam
fee7ed381e house renaming works 🎉 2018-11-28 17:36:55 +11:00
NotAdam
e24837629c change LandState to LandFlags 2018-11-28 17:36:55 +11:00
NotAdam
4521941aac cleanup and unfuck the perms/state bullshit 2018-11-28 17:36:55 +11:00
NotAdam
6be4d17723 send greeting, icon and house name when a house has been built 2018-11-28 17:36:55 +11:00
NotAdam
ccc31353e6 refactor landpermission -> landstate 2018-11-28 17:36:55 +11:00
Mordred
2a5ee25a12 Improved some errorhandling 2018-11-27 22:48:58 +01:00
Mordred
6e298cd6b5 Using LandIdent in packets 2018-11-26 23:15:42 +01:00
XeAri
3c624f6e76
Merge pull request #11 from SapphireServer/housing
Housing
2018-11-26 15:01:24 +01:00
NotAdam
f0856949bd save & load house state 2018-11-26 23:32:22 +11:00
NotAdam
a6b146aded houses now correctly build and send landupdate/show on login 2018-11-26 17:56:29 +11:00
Mordred
d68377f174 Ongoing implementation of migration utility 2018-11-26 00:05:10 +01:00
mordred
825d81ab53 Merge branch 'housing' of https://github.com/SapphireMordred/Sapphire into housing 2018-11-25 16:46:02 +01:00
mordred
bbd91a5bec Begin of db manager tool 2018-11-25 16:45:48 +01:00
NotAdam
c51ebb7054 Make max set size 15k so login feels slower so we are more retail accurate 2018-11-25 23:36:48 +11:00
NotAdam
1e9ad88aa6 GilShop improvements, init land values in db to 0, fix for login crash 2018-11-25 23:23:29 +11:00
NotAdam
523a198241 broken housing 2018-11-25 01:55:53 +11:00
NotAdam
5607afee06 buying from gilshops now works 2018-11-24 15:17:18 +11:00
Mordred
0d1c58d2ae Variant2 exds are now readable 2018-11-24 01:35:25 +01:00
Mordred
ee2f45a335 One slipped through 2018-11-23 21:20:16 +01:00
Mordred
e2220b0685 Fixed exd to work with generated data, also fixed generator ( boost leftovers ) 2018-11-23 21:16:02 +01:00
mordred
5b15b7a42b Merge branch 'housing' of https://github.com/SapphireMordred/Sapphire into housing 2018-11-23 15:03:04 +01:00
mordred
f6a5ad812a Added variant identification to exds and fixed exd_struct_gen with adam 2018-11-23 15:02:42 +01:00
AriAvery
172a7487ca style 2018-11-23 11:59:36 +01:00
AriAvery
b19cfb741e updates 2018-11-23 11:46:39 +01:00
AriAvery
79d3deee64 fixed SQL string 2018-11-23 11:17:02 +01:00
AriAvery
5b29c328a8 no payers anymore 2018-11-23 11:04:19 +01:00
AriAvery
1a7a296e30 style + update name 2018-11-23 09:42:51 +01:00
AriAvery
a70c6117bf saving player names in map to reduce SQL query 2018-11-23 09:19:49 +01:00
NotAdam
13e6f93946 correctly check state when sending ward info 2018-11-23 17:45:37 +11:00
NotAdam
9f3be823d7 somehow eventhelper.cpp got really fucked up 2018-11-23 16:51:07 +11:00
NotAdam
07fce83b60 Store instance guid in db when zoning into an instance 2018-11-23 16:48:40 +11:00
Mordred
4b32fbfba4 Minor changes 2018-11-22 23:59:42 +01:00
NotAdam
692e6acaf8 FFXIVIpcHousingEstateGreeting added 2018-11-22 15:34:17 +11:00
NotAdam
115ba7d80f change script selection behaviour so a specific script will be chosen before a generic one 2018-11-22 13:28:57 +11:00
NotAdam
f377a6a2f4 Fix stupid mistake stopping ward 1 from working when zoning 2018-11-22 12:27:42 +11:00
Dantestyle
a04fc5449e Avoid client crash on setZone 2018-11-22 00:41:54 +01:00
Mordred
7763f11478 Prelim housing eventhandler 2018-11-22 00:04:26 +01:00