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

22 commits

Author SHA1 Message Date
NotAdam
95be37add0 fix an issue where multiple items could get created at the same time
subsequently, they would get the same itemid and this would fail
2018-12-25 20:11:41 +11:00
NotAdam
99c9d5edf8 use HousingItem instead of Item for housing inventories 2018-12-23 22:43:35 +11:00
NotAdam
b124ae06b1 more refactoring + sql 2018-12-23 20:54:21 +11:00
NotAdam
2dd08e1551 housing inventories work, parts are loaded from db now
plus a shitload of cleanup and refactoring
2018-12-23 19:13:30 +11:00
NotAdam
40e3865782 cleanup old house apperance crap 2018-12-22 17:29:40 +11:00
NotAdam
8b70f79108 fix house init, some refactoring and base inventory impl 2018-12-22 14:35:42 +11:00
NotAdam
ab35d2075d cache all houses on startup 2018-12-22 11:33:21 +11:00
NotAdam
28211b2808 add batch land select to get all land + houses in 1 query 2018-12-22 02:08:57 +11:00
NotAdam
0d66bdd270 batch land sql queries to 1 per ward instead of 60 2018-12-22 00:50:17 +11:00
NotAdam
14848ee955 partially working inventory loading 2018-12-21 23:49:46 +11:00
NotAdam
419a61f8ff Move land/house to use LandIdent instead of storing terri/plot/ward 2018-12-21 22:08:05 +11:00
Mordred
23226f0e44 Fixed small event issues. Changed sapphire to use new DB setup. Database has to be created using the schema.sql and inserts.sql 2018-12-07 00:06:59 +01:00
AriAvery
7d042d264e housing instance 2018-12-01 21:40:30 +01:00
Mordred
f7a8f29b16 No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
NotAdam
345de71494 save & load house state 2018-11-26 23:32:22 +11:00
Mordred
c512a63b92 Use territoryType instead of TerritoryId, also refactor variables to reflect the change 2018-11-05 23:07:39 +01:00
Mordred
5479a77d6d Housing cleanup 2018-11-01 23:56:43 +01:00
Mordred
fd9bf92a25 Initial housing work by Vox 2018-11-01 00:18:19 +01:00
mordred
873667cb86 Removing boost from common 2018-10-24 12:53:26 +02:00
Biscuit Boy
06abc5f33d Lobby now shows correct info for everything 2018-09-21 01:59:45 +10:00
Mordred Admin
238ea28d75 Merge develop into bnpc 2018-09-17 14:04:40 +02:00
Mordred
9624d08b4c Working towards getting bnpcs back in the game 2018-09-09 23:56:22 +02:00
Renamed from src/common/Database/CharaDbConnection.cpp (Browse further)