1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 02:57:45 +00:00

Commit graph

  • 342bd7d6ad Changed quest exp logic and fixed a bug in gain exp message Mordred 2021-12-21 00:13:50 +01:00
  • 7e953ad695 Fixed a bug with SubFst001 Mordred 2021-12-20 02:46:15 +01:00
  • 90018d0137 Fixed quest state breaking on zoning, fixed some formatting issues in some quests, more are still messed up though Mordred 2021-12-20 00:06:52 +01:00
  • 083ce1d5f2 Improved quest rewards struct, not 100% correct yet but has the most important stuff fixed. Mordred 2021-12-19 01:17:44 +01:00
  • 1e35da393f Fixed homepoint Mordred 2021-12-17 23:39:54 +01:00
  • 4baf4314d3 onEventItem in scripts can now be implemented Mordred 2021-12-17 23:13:27 +01:00
  • cf2f1d0d58 Merge branch 'ThreePointOh' of https://github.com/SapphireMordred/Sapphire into ThreePointOh Mordred 2021-12-17 15:49:06 +01:00
  • e3dfcf2cfd Base implementation of event items, action still need to be generalized Mordred 2021-12-17 15:48:56 +01:00
  • f421021497 Update bnpcs to include nonpop flag Mordred 2021-12-17 14:53:13 +01:00
  • 4d99f7b035
    Merge pull request #745 from dude22072/ThreePointOh Adam 2021-12-16 18:30:09 +11:00
  • 454e7506cf Backport quests that dont require onBnpcKill or onEobjHit dude22072 2021-12-14 20:51:26 -06:00
  • 11b0683e7e Added script generation for onEventItem, event not yet called from the server. Mordred 2021-12-15 00:36:41 +01:00
  • 40c5d97f5b
    Merge pull request #744 from AriAvery/ThreePointOh Adam 2021-12-15 09:50:16 +11:00
  • 11d8b95130 rollback mp calculation AriAvery 2021-12-14 23:05:58 +01:00
  • 2fe3b3d3de
    Merge pull request #743 from hkAlice/3.0-blacklist Mordred 2021-12-14 20:19:52 +01:00
  • 9035c2b63f Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into 3.0-blacklist Alice Ogeda 2021-12-14 16:06:30 -03:00
  • ab668bdc68 more const correct; Alice Ogeda 2021-12-14 16:06:23 -03:00
  • 64deda44b4 ClassJob struct fixed, again. Mordred 2021-12-14 17:35:32 +01:00
  • 4a46e87641 transfer result handling to blmgr; more error checking; const correct; Alice Ogeda 2021-12-13 23:04:07 -03:00
  • 7edc1ea486 fix issue with paginating 100+ entries in commonlist; add cmakesettings to gitignore; Alice Ogeda 2021-12-13 22:38:33 -03:00
  • e07b182a19 add blacklist mgr + handlers + paging; Alice Ogeda 2021-12-13 22:36:29 -03:00
  • 62bf7e25c3 Change of classJob struct for 3.01, 3.0 is probably broken now Mordred 2021-12-14 00:43:53 +01:00
  • bba2dc3197
    Merge pull request #742 from hkAlice/threepointoh Mordred 2021-12-13 21:10:44 +01:00
  • 5391af378a fix world expansion level; Alice Ogeda 2021-12-13 17:03:42 -03:00
  • 51b5d1999f Added yield event handlers Mordred 2021-12-13 00:44:42 +01:00
  • 8eeba39edb Renaming of linkshells implemented Mordred 2021-12-12 23:26:12 +01:00
  • 72db0a026c Implemented change master for linkshells Mordred 2021-12-12 15:56:45 +01:00
  • 001e0c2e5c Added leader modification functions for linkshells Mordred 2021-12-12 13:06:15 +01:00
  • 755aeedf60 Implemented linkshell kick Mordred 2021-12-09 23:38:23 +01:00
  • fed653ed62 Fix create linkshell event with existing name Mordred 2021-12-09 22:10:14 +01:00
  • aef56c9f33
    Merge pull request #741 from terramakes/master Adam 2021-12-09 12:23:58 +11:00
  • 9de4176b1e
    Change generator parameter to Visual Studio 17 2022 Claire Berman 2021-12-08 10:54:17 -07:00
  • 0c6a0b0323 Do not allow creation of a linkshell if already existing Mordred 2021-12-07 14:27:43 +01:00
  • 48046fd10c HuntingLog fix Mordred 2021-12-07 00:51:09 +01:00
  • 033d0d3c4c fixed wrong type Mordred 2021-12-07 00:13:18 +01:00
  • 139f771e7a Linkshell join logic redone to use linkshell result packets. Mordred 2021-12-07 00:02:41 +01:00
  • 147ebedfde Added a util function to get opCode from RAW_PACKET Mordred 2021-12-06 00:39:22 +01:00
  • faff95ac09
    Merge pull request #740 from hkAlice/ThreePointOh Mordred 2021-12-06 00:12:14 +01:00
  • 752c9904ce add expansionlvl to lobby charlist; Alice Ogeda 2021-12-05 20:08:21 -03:00
  • 3cce963a74 Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into ThreePointOh Alice Ogeda 2021-12-05 20:06:56 -03:00
  • 7eee7c5859 Fixed typo Mordred 2021-12-05 22:34:54 +01:00
  • 7a987524b8 fix unk -> unavailable; Alice Ogeda 2021-12-05 18:33:59 -03:00
  • 9d4cb0d0f1
    Merge pull request #739 from hkAlice/ThreePointOh Mordred 2021-12-05 22:32:14 +01:00
  • 57d5982309 add preliminary hierarchy data to ls commonlist; Alice Ogeda 2021-12-05 18:30:35 -03:00
  • 2b8a3ba8a0 Show invited players in linkshell list aswell Mordred 2021-12-05 21:45:03 +01:00
  • b7ad7965a7 Improved chat channel join calles. Mordred 2021-12-05 21:16:36 +01:00
  • c5ed71325b Fixed linkshell chat channels Mordred 2021-12-05 17:21:37 +01:00
  • e84c034509 Join and leave linkshell implemented Mordred 2021-12-05 00:37:52 +01:00
  • 55f9b0219f Added packethandler for linkshell leave / invite decline Mordred 2021-12-05 00:04:11 +01:00
  • 47df62f0b4 Moved ls logic from packetHandler to linkshellHandler, improved invite logic Mordred 2021-12-04 21:53:04 +01:00
  • 85bbe38562 Implemented db update for linkshells. Mordred 2021-12-04 12:29:54 +01:00
  • ee0cdfad0b Allow invite to show, invite packets and linkshell updating not included Mordred 2021-12-04 01:27:35 +01:00
  • 8ce29c0bdc Properly sent linkshell member status in linkshell list Mordred 2021-12-04 01:02:25 +01:00
  • 1fe1b9ec8b Fixed common defs which could result in crashes Mordred 2021-12-03 22:28:34 +01:00
  • 3023a78533 Send linkshell action result after creation of linkshells. Mordred 2021-12-03 22:21:18 +01:00
  • c2826ddc21 fixed inventory sizes Mordred 2021-12-03 10:53:13 +01:00
  • c4b74f7d2e Fixed another issue with ls creation' Mordred 2021-12-03 00:54:05 +01:00
  • 9704069703 Properly finalize ls creation event Mordred 2021-12-02 23:27:27 +01:00
  • 1378ff4a43 Event cleanup from linkshell changes Mordred 2021-12-02 23:02:52 +01:00
  • e385522e52 Linkshell groundwork, events can now be implemented more easy Mordred 2021-12-02 22:58:36 +01:00
  • 7af6eda26e Merge branch 'ThreePointOh' of https://github.com/SapphireMordred/Sapphire into ThreePointOh Mordred 2021-12-02 20:36:12 +01:00
  • 585a454b8a
    Merge pull request #738 from hkAlice/3.0-friendlist Mordred 2021-12-02 20:36:01 +01:00
  • c5bfed1ba9 Fix start town field Mordred 2021-12-02 20:32:31 +01:00
  • 83e71bc19d Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into 3.0-friendlist Alice Ogeda 2021-12-02 16:04:42 -03:00
  • 3691d324f6 Fixed misleading debug print Mordred 2021-12-02 19:47:31 +01:00
  • 9038d0f19f Removed debug code Mordred 2021-12-02 19:43:22 +01:00
  • 19fc371b1d styling; Alice Ogeda 2021-12-02 15:06:52 -03:00
  • 7f6b3e409e Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into 3.0-friendlist Alice Ogeda 2021-12-02 15:06:36 -03:00
  • c84cfbaed7 I've had it... new option added to skip opening cutscenes Mordred 2021-12-02 17:34:27 +01:00
  • 36f348d6b7 Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into 3.0-friendlist Alice Ogeda 2021-12-01 21:30:22 -03:00
  • 3e73da6463 add initial friendlist impl; fix teri crash on login if commonlist is called; fix sql type and initial data on player creation; Alice Ogeda 2021-12-01 21:30:12 -03:00
  • 6326991494 Fixed inventory and gil Mordred 2021-12-02 00:08:33 +01:00
  • da5dbfd246
    Merge pull request #737 from Skyliegirl33/ThreePointOh Mordred 2021-12-01 22:15:17 +01:00
  • 384e517316 Merge Rushi 2021-12-01 21:44:25 +01:00
  • 9da566f19b Fix formatting and remove unnecessary header Rushi 2021-12-01 21:42:54 +01:00
  • eec317c35d Get bit fields in correct order Rushi 2021-12-01 21:37:00 +01:00
  • 8b9339004d Remove duplicate header inclusion Rushi 2021-12-01 20:43:20 +01:00
  • 763657c435 Update ManWil002 (Close to Home) Rushi 2021-12-01 20:42:50 +01:00
  • 46809866a6 Fix Item exd struct Rushi 2021-12-01 20:41:25 +01:00
  • 2fa9e2c11a Fixed persistant emotes Mordred 2021-12-01 01:03:36 +01:00
  • 0f7c27f0a3 No longer send zone packet twice on initial login Mordred 2021-12-01 00:05:34 +01:00
  • e672e4a51c Unify log prints more Mordred 2021-11-30 16:29:57 +01:00
  • e845f03ba4 Set companion details on spawn Mordred 2021-11-30 16:29:21 +01:00
  • 8781b3a024 Fixed struct missmatch for emotes Mordred 2021-11-30 16:27:27 +01:00
  • 30f0c2912c
    Merge pull request #736 from Skyliegirl33/ThreePointOh Adam 2021-11-30 09:12:21 +11:00
  • 05273f521b Fix undeclared types Rushi 2021-11-29 18:54:16 +01:00
  • be2320aa98 Merge branch 'ThreePointOh' of https://github.com/SapphireMordred/Sapphire into ThreePointOh Mordred 2021-11-28 23:56:49 +01:00
  • f4b5afe6dc Fixed stateFlags, opening cutscene and starting gear display Mordred 2021-11-28 23:56:36 +01:00
  • e6c9990944
    Merge pull request #735 from hkAlice/ThreePointOh Mordred 2021-11-28 21:01:59 +01:00
  • 6c0f428fea fix mariadb cmake find lib/bin; Alice Ogeda 2021-11-28 16:59:47 -03:00
  • 1b6b072fe2
    Merge pull request #734 from hkAlice/ThreePointOh Mordred 2021-11-28 20:49:10 +01:00
  • 8b6b1863a4 remove cmake generated json; Alice Ogeda 2021-11-28 16:46:06 -03:00
  • bb328817c1 classic adam maneuver, break it Adam 2021-11-28 20:42:51 +11:00
  • c41aa53a26 remove appveyor and travis config, actions cleanup, remove unused target Adam 2021-11-28 20:30:58 +11:00
  • 4e776bd5f9 Merge branch 'ThreePointOh' of https://github.com/SapphireMordred/Sapphire into ThreePointOh Mordred 2021-11-27 18:19:21 +01:00
  • c03c5821ab Send system messages instead of debug Mordred 2021-11-27 18:19:13 +01:00
  • 790650f967 working ci & support more mariadb versions Adam 2021-11-27 18:31:38 +11:00
  • 0dcd4f967e fixup mariadb support Adam 2021-11-27 16:04:45 +11:00
  • ca3db59d19 Updated readme Mordred 2021-11-27 01:58:53 +01:00
  • 48ed9da414 Initial commit of Sapphire for FFXIV 3.0 "light rewrite" Mordred 2021-11-27 00:53:57 +01:00