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

40 commits

Author SHA1 Message Date
Pinapelz
3008404c22 add remove condition casting in EventMgr
fixes issue where using EventItemAction during quests makes the player stuck casting
2024-05-12 11:57:14 -07:00
Mordred
f4ab4ab418 More cleanup of player packets. 2023-03-06 10:12:29 +01:00
Mordred
065c1817bd Missed a few state flags functions during renaming. 2023-02-20 16:41:04 +01:00
Mordred
6bf3ac0be8 Refactoring ongoing. 2023-02-20 15:25:57 +01:00
Mordred
87295a0ff6 Fixed a few fields in playerstatus and changed script events to display script name instad of quest text. 2023-02-16 12:45:01 +01:00
Mordred
9d6eb7f676
Merge pull request #883 from T00fy/master
Reimplemented EventItem. Fixed bug with onDeath not triggering when b…
2023-02-11 23:34:06 +01:00
Alice Ogeda
2b57b73471 first batch of moving packet/logic out of player to playermgr; 2023-02-10 12:11:11 -03:00
Toofy
ea2705165a Reimplemented EventItem. Fixed bug with onDeath not triggering when bnpc kills player. Fixed EventItem struct. Implemented ClsThm050 quest. Fixed some wrong param names 2023-02-09 22:57:21 +00:00
Mordred
a36f53e5de Renamed the new sendEventNotice to sendNotice 2023-02-06 07:01:32 +01:00
Mordred
6e9d47b6a3 Added dynamic event notice function which takes a vector for its params. Supports up to 32 params. Can be omitted. 2023-02-05 21:30:02 +01:00
Lucy
9de70852cc Fix gil shops(?) 2023-02-03 23:39:41 +01:00
Mordred
68a5040fb9 Class and db table for basic FC representation 2023-02-02 22:46:51 +01:00
Mordred
00d62fbc6c Major rework of yield events. 2023-02-01 13:34:21 +01:00
Mordred
9491b549a1 Some more work on FC related packets and custom scripts. 2023-01-30 13:11:05 +01:00
Lucy
5837b1b8b6 Add quest event callbacks to yieldeventstring handler
(cherry picked from commit aae05b9f6ecb3af20caa547f58bff2b465957b76)
2023-01-19 19:51:55 +01:00
Mordred
a02e58fd35 More overall cleanup and warning reductions 2023-01-17 11:27:39 +01:00
Mordred
feaacefc95 Updated EventHandlerTypes 2022-02-18 00:03:04 +01:00
Rushi
964716d2ee Implement FcTalk 2022-02-17 03:55:21 +01:00
Mordred
2b3bb6297e Basic warptaxi work 2022-02-10 18:50:44 +01:00
Mordred
efe827416b More cleanups around namespaces 2022-02-05 23:31:35 +01:00
Mordred
a27bb3e687 Remove Component namespace 2022-01-27 21:24:54 +01:00
Mordred
f5258bfd92 Improving code consistency and readability in manager classes 2022-01-27 21:08:43 +01:00
Mordred
f8303be9e8 Fixed issues with using copies instead of references 2022-01-24 09:20:34 +01:00
Mordred
4cef7cdab9 Map previously unmapped eobj and enpc 2022-01-23 23:00:50 +01:00
Mordred
79981909de Various smaller cleanups 2022-01-15 22:48:27 +01:00
Mordred
fda2353e78 Small type conversion warnings fixed 2022-01-11 14:42:45 +01:00
Mordred
9f83094c43 sendEventNotice has been moved from player to eventMgr, reformatted scripts 2021-12-21 13:48:24 +01:00
Mordred
8eeba39edb Renaming of linkshells implemented 2021-12-12 23:26:12 +01:00
Mordred
fed653ed62 Fix create linkshell event with existing name 2021-12-09 22:10:14 +01:00
Mordred
3023a78533 Send linkshell action result after creation of linkshells. 2021-12-03 22:21:18 +01:00
Mordred
c4b74f7d2e Fixed another issue with ls creation' 2021-12-03 00:54:05 +01:00
Mordred
1378ff4a43 Event cleanup from linkshell changes 2021-12-02 23:02:52 +01:00
Mordred
e385522e52 Linkshell groundwork, events can now be implemented more easy 2021-12-02 22:58:36 +01:00
Mordred
48ed9da414 Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
コレット
23b7b052a1
PublicContent support. (#720)
* PublicContent support.

* update code
2021-08-16 18:18:29 +10:00
collett
3ae54d3db0 fix build 2020-05-16 06:13:07 +09:00
NotAdam
ca102697f4 move to new service locator 2020-03-01 11:58:26 +11:00
NotAdam
b6344cfe23 fix excel structures, been a while 2020-02-24 23:04:52 +11:00
Mordred
8d1b25eaa1 Questbattle instances can be created and joined. 2019-03-31 23:45:03 +02:00
Mordred
f52588cdb2 Progress... 2018-12-23 03:53:08 +01:00
Renamed from src/world/Event/EventHelper.cpp (Browse further)