1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 19:57:46 +00:00
Commit graph

914 commits

Author SHA1 Message Date
collett
acc3f29a3f fix dyeing 2024-06-16 05:57:22 +09:00
collett
728f76b912 fix limsa opening 2024-06-14 18:22:56 +09:00
collett
1e38fc21dd update housing opcode 2024-06-13 23:55:50 +09:00
collett
e22669876c update MapUpdate2/128 opcode, fix discovery and clean up custom PlayerSetup unlocks 2024-06-13 22:57:52 +09:00
collett
036a561098 fix social list and party 2024-06-13 05:51:47 +09:00
collett
34320ed78c more client side opcode 2024-06-13 03:43:34 +09:00
collett
28631f2fef update more opcodes, fix Quest exd 2024-06-13 03:25:10 +09:00
collett
1d8e7344a3 add the unknown CF packet used to reset UI state 2024-06-12 20:36:39 +09:00
collett
b68e48abe3 Fix CFCancel and DirectorMsg 2024-06-12 20:25:09 +09:00
collett
f5149c9625 fix CF register 2024-06-12 19:39:09 +09:00
collett
6953dfc6f2 mark verified fields in PlayerSetup for future reference 2024-06-12 18:45:03 +09:00
collett
f464bbc3cb more PlayerSetup work 2024-06-12 18:29:03 +09:00
collett
8387f00381 Revert "let global effect counter starts at 1 so the first status in each zone is not ignored by the client"
real problem is global seq field shifted
2024-06-12 08:45:43 +09:00
collett
46295cc7dd Merge remote-tracking branch 'remotes/collett/Sapphire5.58' into retail 2024-06-12 05:35:17 +09:00
collett
1992e5c305 added Chat opcode 2024-06-12 05:07:04 +09:00
collett
beacceec92 really fix PlayerSpawn and NpcSpawn 2024-06-12 04:45:05 +09:00
collett
dd3abf2f18 fix Effect 2024-06-12 03:56:01 +09:00
collett
9ef7a8642d fix status effect client crash 2024-06-12 03:15:36 +09:00
collett
b5b3e086dc dupe the last entry in level table to make sure we are not reading invalid memory.
also disable some old opcode
2024-06-12 02:53:18 +09:00
collett
0e01894264 minor update 2024-06-11 05:39:23 +09:00
collett
1f946c9f2e update to 6.58h2 2024-06-11 04:29:44 +09:00
Flawed
aab17b3474 Update for 6.48 2023-08-08 00:51:45 -07:00
Flawed
8f468ffee2 Update for 6.45 2023-07-18 00:28:03 -07:00
Flawed
338bd66c75 Update for patch 6.41 2023-06-20 01:10:51 -07:00
Flawed
43de1b3d20 Updates for patch 6.40h 2023-06-06 00:57:39 -07:00
Mordred
67e17143c4 PartyMgr, ChatChannelMgr ported from 3.x 2023-05-30 22:42:20 +09:00
Maple
e34e3606b6 Add FFXIVIpcEnvironmentControl and FFXIVIpcRemoteServerValue for 6.40 2023-05-29 22:26:00 -03:00
Maple
974b6ec36e Add more Client opcodes 2023-05-27 07:15:11 -03:00
Maple
d5d2ea61da Re-add previousQuest0Sequence to ExdDataGenerated.cpp 2023-05-27 00:03:32 -03:00
Maple
52affac4bb Update PlayerSetup and Chat structs 2023-05-27 00:03:07 -03:00
Maple
26921a3f0f Apply project code style to files 2023-05-23 19:24:38 -03:00
Maple
50a7552bba Add more client IPC definitions 2023-05-23 19:05:30 -03:00
Maple
06afc24ddc Update ExdData to latest definitions 2023-05-23 13:57:56 -03:00
Maple
ada4ec2b4d Update comment 2023-05-23 13:09:11 -03:00
Maple
e728efe998 Add Client skill handlers 2023-05-23 13:08:28 -03:00
Maple
d552869571 Update GMCommand1/2 Client IPC for 6.4 2023-05-23 12:53:10 -03:00
Maple
dc1f7e76b1 Update Ipcs.h for 6.40, thanks Flawed for the opcode diff. 2023-05-23 07:48:42 -03:00
Maple
d03c72afab Update ExdDataGenerated for 6.40 2023-05-23 07:47:30 -03:00
liam
7d0275e1f9 Add a few client IPCs 2023-05-03 13:21:08 -04:00
Rey
12d3a1d94b Added opcodes to load into 6.38. Thank you perch for TCP Oodle.
Also changed the CommonGen.h to remove disallowed characters in
identifiers generated from Endwalker. (Pandaemonium and Cafe label)
2023-05-03 11:40:40 -05:00
Liam
1a20febd8a update for tcp oodle 2023-05-03 00:13:19 -04:00
Flawed
db005e874d Update ServerZoneIpcTypes for 6.38 2023-04-03 23:18:57 -07:00
collett
4411f22123 store item hq state in flags field 2023-03-11 18:44:37 +09:00
Maple
ffcf4b087c Update excel data to 6.35 2023-03-07 09:40:56 -03:00
Flawed
fc722572c5 Update ServerZoneIpcTypes for 6.35 2023-03-06 23:38:54 -08:00
Moydow
445597a639 add LandAvailability packet
New packet introduced in 6.1 that tells the client on clicking on a housing placard, whether the property is available by lottery or first-come-first-served, private or FC, etc.
2023-03-04 00:11:02 +00:00
Moydow
9cc0b01b3b fix LandFlagsSlot
What was previously listed as "apartment" should be the private chambers in a FC house, and the unknown value should be apartments
2023-03-04 00:09:44 +00:00
Rey
6ff45f7c5d Merge branch '6.31_Hotfix_Windows' (from unofficial forks) into Sapphire6.31
You can login to current retail (6.31 Hotfix) but also requires some new
fanagling with oodle.
2023-03-02 10:50:31 -06:00
Rey
b431e3bf13 Patch 6.31 Hotfix works and you can login. 2023-03-02 00:19:08 -06:00
Rey
762a35f8b9 Revert "Fix Oodle on Linux (todo:: make this not suck)"
This reverts commit 81bbe690a8.
2023-02-28 00:09:56 -06:00