1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00
Commit graph

46 commits

Author SHA1 Message Date
Mordred
f1514e2a8d Added sql table for storing hunting log information 2019-03-24 23:49:52 +01:00
Mordred
8a35c4e370 Plenty more cleanup and code quality adjustments. 2019-03-11 22:48:33 +01:00
Mordred
c4a8bfa3f8
Merge pull request #473 from NotAdam/develop
move all configuration items to new config class
2019-01-07 13:43:55 +01:00
NotAdam
5ec2d23a12 cleanup db connection config 2019-01-07 23:16:01 +11:00
Mordred
5232909ccb Extended schema for spawnpoints 2019-01-06 23:34:19 +01:00
NotAdam
a140eeac4c add logger message formatting 2019-01-04 21:47:19 +11:00
mordred
f795aca9a6 Moved spawngroup query to prepared stmt 2019-01-04 08:54:39 +01:00
NotAdam
ceebb27c1c Merge remote-tracking branch 'upstream/dependency_injection' into housing 2018-12-29 12:43:03 +11:00
NotAdam
b50c501946 add external housing object placing 2018-12-26 18:11:18 +11:00
NotAdam
068b840c0a 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
b4e0c2a406 use HousingItem instead of Item for housing inventories 2018-12-23 22:43:35 +11:00
NotAdam
24520a8491 more refactoring + sql 2018-12-23 20:54:21 +11:00
NotAdam
2c426b5059 housing inventories work, parts are loaded from db now
plus a shitload of cleanup and refactoring
2018-12-23 19:13:30 +11:00
Mordred
f1c0512d28 Progress... 2018-12-23 03:53:08 +01:00
NotAdam
3d0780e9fe cleanup old house apperance crap 2018-12-22 17:29:40 +11:00
NotAdam
05b4045165 fix house init, some refactoring and base inventory impl 2018-12-22 14:35:42 +11:00
NotAdam
09f0123809 cache all houses on startup 2018-12-22 11:33:21 +11:00
NotAdam
cb96c26c3e add batch land select to get all land + houses in 1 query 2018-12-22 02:08:57 +11:00
NotAdam
d6b548afe9 batch land sql queries to 1 per ward instead of 60 2018-12-22 00:50:17 +11:00
NotAdam
732e36dc0a partially working inventory loading 2018-12-21 23:49:46 +11:00
NotAdam
4e3de5817f Move land/house to use LandIdent instead of storing terri/plot/ward 2018-12-21 22:08:05 +11:00
Mordred
66c3aba1f6 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
4615365e4f housing instance 2018-12-01 21:40:30 +01:00
Mordred
2d1a70a4ce No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
NotAdam
f0856949bd save & load house state 2018-11-26 23:32:22 +11:00
Mordred
5ffb8fd65e Use territoryType instead of TerritoryId, also refactor variables to reflect the change 2018-11-05 23:07:39 +01:00
Mordred
81f247932c Housing cleanup 2018-11-01 23:56:43 +01:00
Mordred
00d86d753b Initial housing work by Vox 2018-11-01 00:18:19 +01:00
Mordred
6d2c012cf2 Refactoring and modernizing 2018-10-28 21:53:21 +01:00
mordred
227941b6ca Linux buildfix 2018-10-26 23:07:55 +02:00
Mordred
423e54d7ec Fixing mysql includes 2018-10-26 19:12:55 +02:00
mordred
b4d0e87909 Removing boost from common 2018-10-24 12:53:26 +02:00
root
2228979cd1 Fixed a couple compiler warnings 2018-09-26 03:32:43 -04:00
Biscuit Boy
f3a635f952 Lobby now shows correct info for everything 2018-09-21 01:59:45 +10:00
Mordred Admin
150ce725bc Merge develop into bnpc 2018-09-17 14:04:40 +02:00
Mordred
0d767e4986 Working towards getting bnpcs back in the game 2018-09-09 23:56:22 +02:00
NotAdam
8b00fe6012 sql cleanup/improvements, add some fields for durability/stain 2018-08-31 23:25:53 +10:00
Mordred
89a9b16555 Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details 2018-08-29 21:40:59 +02:00
Mordred
c12c0b1d99 Groundwork for pose, still needs to be added to spawn / initui 2018-07-11 23:52:24 +02:00
goaaats
b2621bd5d6 Added SQL field for EquipDisplayFlags, fixed Legacy Mark 2018-05-17 20:46:11 +02:00
Mordred Admin
b441d4ec99 It builds! 2018-03-09 10:36:07 +01:00
Mordred
83cb17610c WiP - implementing new framework 2018-03-09 00:06:44 +01:00
Mordred Admin
b91e711834 Cleanup of cmake files 2018-03-06 22:22:19 +01:00
Mordred
4ce4a73570 Fixed mysql autoreconnect for prepared statements 2018-01-16 16:36:24 +01:00
Mordred Admin
4606e83d15 Another attempt at fixing the build 2017-12-18 14:45:15 +01:00
Mordred Admin
e0f93eaf1c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01:00