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

38 commits

Author SHA1 Message Date
Mordred
20e25d73b9 Renamed ActorControl packets and definitions according to usage 2019-10-09 18:14:53 +02:00
NotAdam
a973cfadd7 revert worldchannelpacket changes 2019-08-09 17:50:31 +10:00
NotAdam
317d16e3ed rename some getters and zonechannelpacket -> worldchannelpacket 2019-08-09 17:49:40 +10:00
NotAdam
9c3fba263e rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
1f4b2dafbb rename InitUI -> PlayerSetup, AddStatusEffect -> EffectResult 2019-06-20 14:48:24 +10:00
mordred
bfa6f74501 Renamed GamePacketNew... finally 2019-03-08 15:34:38 +01:00
Mordred
b4f1f3afe4
Merge pull request #524 from NotAdam/action_rewrite
WIP action rewrite
2019-03-08 00:08:10 +01:00
Mordred
d30b3b6c47 Improving log readability for client actions 2019-02-24 11:10:55 +01:00
NotAdam
17a15b847e refactor ActionInterruptType and move it into common 2019-02-10 21:21:34 +11:00
NotAdam
98ccf34c32 handle damaged based interrupts versus regular cast interrupts 2019-02-10 21:12:22 +11:00
NotAdam
68b935133c correctly capture itemaction source slot/container from cast packet 2019-02-10 19:50:28 +11:00
NotAdam
3db83cf716 cleanup teleport query code 2019-02-08 21:20:53 +11:00
NotAdam
259c69c3ca remove most code related to the old action implementation 2019-02-08 21:18:01 +11:00
NotAdam
252998c194 refactor minion to companion and add companion spawning 2019-02-02 23:06:57 +11:00
Mordred
b5ceae58fb Temporary fix for resetting directors. Eventually zoning needs to be streamlined 2019-01-13 17:32:43 +01:00
Mordred
c57cc0c9e1 Fixed remaining g_log appearances and fmt usage 2019-01-13 13:19:15 +01:00
Mordred
7f00c34f90 Changed sendDebug to use fmt aswell 2019-01-05 12:32:10 +01:00
NotAdam
ba803288a3 fix log calls not outputting hex as it used to 2019-01-04 22:48:09 +11:00
NotAdam
c97ba162a4 convert more log calls to format string 2019-01-04 22:37:01 +11:00
NotAdam
4e9fadcdbb update estate guest access client trigger handler 2018-12-29 19:20:47 +11:00
NotAdam
4d9802bdbb it works (again!) 2018-12-29 13:05:13 +11:00
NotAdam
ceebb27c1c Merge remote-tracking branch 'upstream/dependency_injection' into housing 2018-12-29 12:43:03 +11:00
NotAdam
34e9ba131e fix items not being able to be removed from external storeroom 2018-12-28 20:10:07 +11:00
NotAdam
dd5a899c1d add internal/external estate remodelling menus 2018-12-28 18:45:08 +11:00
NotAdam
3b37d14d64 maybe fix an issue where a container wouldn't get read properly
also some extra item crap
2018-12-28 17:12:24 +11:00
NotAdam
c5d06025a0 send spiritbond with inventory items 2018-12-28 15:48:13 +11:00
NotAdam
49c6049531 items can be removed from the estate and moved to storeroom/inventory 2018-12-28 11:49:36 +11:00
NotAdam
298b31512c base implementation of moving housing items back to player inventory
only works for internal items atm
2018-12-28 02:17:29 +11:00
NotAdam
a0616207a3 correctly send inventories when using internal furnishings menu 2018-12-27 01:09:33 +11:00
NotAdam
2dcc6e460c add internal housing item placement 2018-12-27 00:36:47 +11:00
NotAdam
a66b937200 create all estate inventories on launch 2018-12-25 21:05:13 +11:00
Mordred
4a33793270 More fw cleanup 2018-12-25 01:57:50 +01:00
Mordred
f1c0512d28 Progress... 2018-12-23 03:53:08 +01:00
Mordred
28139b47b5 Added BaseManager and moved DebugCommandHandler to Manager 2018-12-22 22:25:03 +01:00
NotAdam
09f0123809 cache all houses on startup 2018-12-22 11:33:21 +11:00
NotAdam
8da5ae47db correctly send exterior placed items/storeroom inventories 2018-12-20 21:52:18 +11:00
NotAdam
55e2290565 fix this stupid inconsistency where its sometimes 2 u8s, sometimes u16s 2018-12-19 01:03:41 +11:00
mordred
8dcbfa5365 Restructured project slightly 2018-12-13 12:40:42 +01:00
Renamed from src/servers/sapphire_zone/Network/Handlers/ClientTriggerHandler.cpp (Browse further)