1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00
Commit graph

71 commits

Author SHA1 Message Date
Rushi
c03968b194 WIP: Implement gearset handler 2022-02-18 02:24:18 +01:00
Rushi
eee3df5bbd Add flags to FindContent struct 2022-02-12 00:59:29 +01:00
Mordred
4ec86cdf81 Implemented onSay event 2022-02-08 12:46:18 +01:00
Mordred
e7eb8df433 Basic Task system, proper zone initializing 2022-01-20 21:37:14 +01:00
Alice Ogeda
e07b182a19 add blacklist mgr + handlers + paging; 2021-12-13 22:36:29 -03:00
Mordred
55f9b0219f Added packethandler for linkshell leave / invite decline 2021-12-05 00:04:11 +01:00
Mordred
e385522e52 Linkshell groundwork, events can now be implemented more easy 2021-12-02 22:58:36 +01:00
Alice Ogeda
3e73da6463 add initial friendlist impl; fix teri crash on login if commonlist is called; fix sql type and initial data on player creation; 2021-12-01 21:30:12 -03:00
Mordred
48ed9da414 Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
Skyliegirl33
1f6b31dd4c Update opcodes and fix CFCommenceHandler 2021-09-13 18:53:53 +02:00
コレット
23b7b052a1
PublicContent support. (#720)
* PublicContent support.

* update code
2021-08-16 18:18:29 +10:00
コレット
b1e430cf39
CF register fix. (#719)
* CF register fix.

* typo
2021-08-10 16:55:10 +10:00
collett
b014b9265d housing edit interior 2021-07-29 02:01:02 +09:00
collett
301bd61180 update to 5.55 hotfix
Co-authored-by: Jeido Uran <tourais.q@gmail.com>
2021-07-27 07:33:55 +09:00
collett
f5c9e56aa1 bug fixes and implement house exterior editing. 2021-02-06 05:18:26 +09:00
collett
3d4e39846c implement diving 2020-11-16 17:11:05 +09:00
collett
0ec4c4e4fd 5.35 updates 2020-11-11 02:07:59 +09:00
collett
ecd8adf21b implement "/sit" on world obj 2020-06-15 08:36:27 +09:00
collett
bb00bd9dca Add WorldInteractionHandler. 2020-05-22 14:07:05 +09:00
Flavien Normand
e38658feff Add struct for UpdatePositionInstance 2020-03-28 14:24:31 +01:00
collett
af36a3e9b5 fix offset comment 2020-02-24 18:31:15 +09:00
collett
c22f524435 Inventory fix and more opcode update. 2020-02-24 18:23:43 +09:00
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