1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00
Commit graph

49 commits

Author SHA1 Message Date
collett
8b6f8aef8d Fix update position packet. 2020-01-22 17:55:40 +09:00
karashiiro
7a6b11a8dd review response 2019-08-07 19:17:27 -07:00
karashiiro
6e7076372f added more FC opcodes and packet structures 2019-07-28 17:27:57 -07:00
NotAdam
787c4d3614 fix update position packet 2019-07-14 17:34:55 +10:00
NotAdam
5dc4b94f10 some cleanup, move lobby to Sapphire::Lobby 2019-06-03 00:21:58 +10:00
NotAdam
eb5431a80e move lobby to Sapphire::Lobby, move common lib to Sapphire::Common 2019-06-02 23:28:19 +10:00
NotAdam
6152f0ab5b fix one more IPC padding type inconsistency 2019-03-08 00:43:30 +11:00
NotAdam
e1614fb5f4 fix IPC struct padding type inconsistencies 2019-03-08 00:40:34 +11:00
NotAdam
bb6d1b987b cleanup skillhandler IPC structs having an array with 1 element 2019-03-08 00:35:35 +11:00
NotAdam
5f98d00d48 correctly capture itemaction source slot/container from cast packet 2019-02-10 19:50:28 +11:00
NotAdam
c12348a52e skeleton action handling inside actionmgr, packet fixes 2019-02-08 21:04:48 +11:00
NotAdam
cfb3e68d7e fix SkillHandler packet size and add AoESkillHandler packet 2019-02-08 21:04:48 +11:00
AriAvery
baedbf6e71 Improved player momvement 2019-02-06 08:49:57 +01:00
Mordred
b0760043c3 Fixed tell, fixed examine, fixed equipping gear, fixed itemlevel 2019-01-12 22:53:16 +01:00
Biscuit
3b97971c30 Updated GMCommand2 Def
Added worldId to the def since you can now Player@WorldName, this also fixes GM2 Commands not working
2019-01-12 13:18:58 +11:00
NotAdam
717acba9cb fix oob error on market board result lists and correctly sort the items 2019-01-01 14:19:44 +11:00
NotAdam
50d1d9d492 correctly send marketboard item list 2019-01-01 11:51:48 +11:00
NotAdam
af7a769433 start of marketboard implementation 2018-12-31 23:27:21 +11:00
NotAdam
66964ec8f6 fix issue where items couldn't be placed in storeroom from inv 2018-12-30 21:26:32 +11:00
NotAdam
e8d0ca63f5 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
750914f63f items can be removed from the estate and moved to storeroom/inventory 2018-12-28 11:49:36 +11:00
NotAdam
813836b1f1 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
bda8acdf2c internal item rotation/movement done 2018-12-27 17:12:01 +11:00
NotAdam
46924ccdd5 fix container handling issue where they were created incorrectly 2018-12-27 15:52:48 +11:00
NotAdam
d3301b0b9f add external housing object placing 2018-12-26 18:11:18 +11:00
NotAdam
48c0f96ce6 some marketboard shit 2018-12-02 23:26:21 +11:00
Mordred
f7a8f29b16 No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
NotAdam
a271ee6d46 estate greetings can be updated/set 2018-11-28 21:59:28 +11:00
NotAdam
614439836c house renaming works 🎉 2018-11-28 17:36:55 +11:00
Mordred
381d8ae940 Prelim housing eventhandler 2018-11-22 00:04:26 +01:00
AriAvery
c9eb1bafce name fixes 2018-11-12 09:32:20 +01:00
XeAri
1a618ee410 Update ClientZoneDef.h 2018-11-12 08:43:24 +01:00
AriAvery
1808e16585 rename trigger (working) + build preset (starting) 2018-11-12 08:32:30 +01:00
AriAvery
8f118c4ec8 Signs + rename 2018-11-11 14:27:39 +01:00
Biscuit
23c288489f Update GMCommand 1 and 2 Defs 2018-10-14 12:52:06 +11:00
Biscuit Boy
38d4ea25de oops forgot the ClientDef 2018-09-26 03:32:05 +10:00
Mordred
e745bd0329 Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details 2018-08-29 21:40:59 +02:00
NotAdam
0a0dcf59ae fix item splitting 2018-08-12 22:30:18 +10:00
NotAdam
78cd199ec8 minor refactoring 2018-07-22 23:32:16 +10:00
NotAdam
8c870d2f5d somewhat working gilshops 2018-07-22 23:20:22 +10:00
NotAdam
4bce3e8d4b inventorymodifyhandler packet structure 2018-07-08 21:11:22 +10:00
NotAdam
27c11f392a add linkshell event, some cleanup 2018-07-08 12:38:08 +10:00
NotAdam
69624b5053 add tell and chat ipc structures 2018-07-07 22:27:35 +10:00
NotAdam
25b6359736 fix searchinfo update, add searchinfo ipc struct 2018-07-07 16:50:11 +10:00
NotAdam
c18ea5e734 cleanup clienttrigger ipc struct, verbose packet construction log switch 2018-07-07 13:38:15 +10:00
NotAdam
833f4f1431 convert more old incoming packets to structs 2018-07-06 23:36:50 +10:00
NotAdam
09d00b8a7f start moving old packets to new incoming packet system 2018-07-06 22:43:54 +10:00
NotAdam
479a4369ab add packet hex dump, moved gm1handler to use struct inpacket 2018-07-06 21:53:35 +10:00
NotAdam
98bb3eb436 incoming packet deserialization 2018-07-06 19:47:35 +10:00