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

358 commits

Author SHA1 Message Date
NotAdam
98bb3eb436 incoming packet deserialization 2018-07-06 19:47:35 +10:00
NotAdam
a322e81a53 remove old xmlconfig class 2018-07-06 19:47:07 +10:00
Mordred
d8896bf53e Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop 2018-07-04 17:32:18 +02:00
Mordred
788a3a30a5 Initui fix. Still plenty of issues in it, at least bitmasks line up again though 2018-07-04 17:31:56 +02:00
NotAdam
924c455f34 add packet injection back 2018-07-04 22:13:06 +10:00
Mordred
56996b73f4 Added another trigger def and removed some debug prints 2018-07-03 23:25:44 +02:00
Mordred Admin
9d620d160c Merge remote-tracking branch 'origin/develop' into packet_work
Conflicts:
	src/servers/sapphire_zone/Action/EventAction.cpp
	src/servers/sapphire_zone/Actor/Chara.cpp
	src/servers/sapphire_zone/Actor/EventObject.cpp
	src/servers/sapphire_zone/Actor/Player.cpp
	src/servers/sapphire_zone/Actor/PlayerInventory.cpp
	src/servers/sapphire_zone/Network/Handlers/ClientTriggerHandler.cpp
	src/servers/sapphire_zone/Network/Handlers/PacketHandlers.cpp
	src/servers/sapphire_zone/Zone/Zone.cpp
2018-07-03 15:01:13 +02:00
Mordred
57cf959c94 Merge pull request #323 from goaaats/actor_control_redo
common, zone: Streamline ActorControlTypes, refactor ActionHandler/ClientTrigger to ClientActorControl
2018-07-03 14:38:57 +02:00
goaaats
70d58d2484 More renames 2018-07-03 14:31:20 +02:00
Mordred
3448218ff6 Merge pull request #327 from AcedArmy/actor_rewrite
Fixed Tell and add research I found for u3b in tell struct
2018-07-03 12:13:19 +02:00
NotAdam
72c071eb07 check if segmentTargetOverride is nonzero before overriding target 2018-07-03 20:12:28 +10:00
NotAdam
f693fa0a2f segment header types, send inrange packets and override target id 2018-07-03 20:04:12 +10:00
Mordred Admin
8e6cdf0eda Removed old GamePacket 2018-07-03 09:20:09 +02:00
Mordred
30b08d5817 More packet conversion for lobby and zone 2018-07-03 00:01:26 +02:00
Biscuit Boy
c01cf130a4 Tell works again and add research I found for u3b 2018-07-02 23:16:55 +10:00
Mordred
6797e61657 Zone server actually works again 2018-06-28 23:42:12 +02:00
Maru
12ef194c7f no 2018-06-27 23:53:01 -03:00
Maru
65ea1ecac7 fix PacketContainer entrylist type; 2018-06-27 23:48:18 -03:00
Mordred
e9c9eaa53a Packet rework of server_zone 2018-06-28 00:07:07 +02:00
goaaats
f2c2087d7b Streamline ActorControlTypes, refactor ActionHandler/ClientTrigger to ClientActorControl 2018-06-23 21:38:04 +02:00
NotAdam
f3a0a1533d inventoryitemack opcode and some cleanup 2018-06-17 00:39:31 +10:00
NotAdam
a9ac2ca4c2 fix playtime 2018-06-12 23:46:36 +10:00
NotAdam
0e1dd12535 handin inventory container id 2018-06-11 22:15:35 +10:00
NotAdam
84542b3927 maybe fix build 2018-06-11 03:17:16 +10:00
NotAdam
fd170f08dd formatting 2018-06-11 02:44:42 +10:00
NotAdam
2452410c58 remove old XMLConfig completely and implement new ConfigMgr 2018-06-11 02:34:26 +10:00
NotAdam
c034e4ca79 new config class for ini files 2018-06-11 02:28:03 +10:00
NotAdam
44c85b3136 fix compile warning 2018-06-11 02:26:26 +10:00
Perize
4cd71f53fd opcode 2018-06-10 13:26:43 +09:00
Mordred
2d5d0debca Cleanup 2018-06-07 20:33:06 +02:00
Mordred
78f8cdbaf5 Fixed initui packet -> equipping gear fixed 2018-06-07 20:32:02 +02:00
Mordred
8f2c6f0e87 Buildfix 2018-06-03 19:50:21 +02:00
Mordred
10a39b2625 Cleanup cleanup cleanup 2018-06-03 19:31:03 +02:00
Mordred
fbc6c42a48 Reordered IPC list 2018-06-02 18:09:29 +02:00
Mordred
d34598d295 Some cleanup and buildfix 2018-06-02 13:38:00 +02:00
Adam
7c7767457e update opcodes 2018-05-29 23:33:45 +10:00
Mordred
88a512e8b2 More initui adjustments 2018-05-27 16:21:52 +02:00
Mordred
61abfd3845 Updateinventoryslot opcode 2018-05-27 01:31:29 +02:00
Mordred
6a784921d5 Initial initui fixes ( still alot to do ) and inventory fix 2018-05-27 01:28:43 +02:00
Mordred
a75734ad05 Fixed statuseffect crash, ty Ravahn 2018-05-26 09:25:56 +02:00
Mordred
e6f2fb0a0f Fixed AFK status crashing the game among with more opcodes 2018-05-23 22:57:08 +02:00
Mordred
ed50480779 Opcodes... 2018-05-23 20:01:24 +02:00
Mordred
c34f119bcd Forgot comments yet again 2018-05-22 23:48:49 +02:00
Mordred
f9e71c4bd8 Events work again 2018-05-22 23:46:23 +02:00
Mordred
029dccf8a2 Missed a comment 2018-05-22 23:23:21 +02:00
Mordred
6b790e7fe8 Chat opcode fix 2018-05-22 23:10:31 +02:00
Mordred
0200360c5f Fixed more opcodes -> faster login -> Slow walk fixed 2018-05-22 22:19:55 +02:00
Mordred
c48c3bb961 Fixed lobby packet definitions 2018-05-22 21:20:43 +02:00
Mordred
052ea5f1d2 Zone-Server should now start up fine again 2018-05-22 17:42:50 +02:00
Mordred
b0380d64fd Merge pull request #297 from itsMaru/patch_catchup
4.3 opcode shift+lobby versioning
2018-05-22 17:05:49 +02:00