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

245 commits

Author SHA1 Message Date
Rushi
ae3d57a492 Clean up quest_parser 2022-01-21 21:58:46 +01:00
Alice Ogeda
1235ea99ac parse combo data in actionlut; check for nextcombo/ogcd to allow ogcd weaving in combos; 2022-01-20 20:14:34 -03:00
Mordred
549d2adbcb Various small clean ups 2022-01-13 21:00:56 +01:00
Mordred
d9e7e42a6d Basic actions are functional 2022-01-02 22:32:17 +01:00
Mordred
d6dd81ad1b Forward entity and name id to the onKill event 2021-12-21 12:19:35 +01:00
Mordred
e3dfcf2cfd Base implementation of event items, action still need to be generalized 2021-12-17 15:48:56 +01:00
Mordred
f421021497 Update bnpcs to include nonpop flag 2021-12-17 14:53:13 +01:00
Mordred
11b0683e7e Added script generation for onEventItem, event not yet called from the server. 2021-12-15 00:36:41 +01:00
Adam
bb328817c1 classic adam maneuver, break it 2021-11-28 20:42:51 +11:00
Mordred
48ed9da414 Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
Taezen
7f983bbf67 exd parser optimizations 2021-09-13 16:30:32 +02:00
コレット
ca651e26ca Fix nav_export memory leak. (#650)
* Fix nav_export memory leak.

* space
2020-03-12 12:28:48 +11:00
NotAdam
894c1016af fix quest_parser to use new service locator 2020-03-01 11:58:26 +11:00
NotAdam
ca102697f4 move to new service locator 2020-03-01 11:58:26 +11:00
NotAdam
3a2272594e start of new service locator impl 2020-03-01 11:58:25 +11:00
Sophie Hamilton
8981955ddd quest_parser: Fix case for constants
The generated onBNpcKill and onEObjHit functions were using the wrong
case for the constants they used. Ensure that they use the same case as
the declared constants, and reduce duplicate code.

Also, fix a typo in the onEObjHit function prototype which was causing
generated scripts to not compile properly, and revert the incorrect
addition (by me in an earlier commit) of "override".
2020-02-29 17:33:55 +00:00
Sophie Hamilton
71f4e5b8bb quest_parser template update
Use correct method of determining actor, use callback variables instead
of inline functions within scenes, and use the correct namespace.
2020-02-29 10:32:35 +00:00
NotAdam
b79a422330 fix windows build 2020-02-25 15:55:37 +11:00
NotAdam
abcba7aebd Merge branch 'feature/vs2019' into develop 2020-02-08 09:58:30 +11:00
NotAdam
53ce882ce8 action_parse can take an exd path as a launch arg now 2020-01-06 20:23:03 +11:00
コレット
4deac81abd Merge branch 'develop' into action 2020-01-06 00:37:57 +09:00
NotAdam
8fa3a7d3f4 Merge branch 'develop' into exit_poprange 2020-01-05 20:06:31 +11:00
collett
e8dcef63ba Action system updates. 2020-01-05 17:09:27 +09:00
liam
f16be26e4c minor instance script fixes, eobj parser should work as well as produce usable scripts now 2019-11-23 02:57:29 -05:00
NotAdam
23aad09227 handle bad json in exd_struct_gen 2019-10-29 18:49:27 +11:00
Mordred
79764da844 Fixed popranges not being found 2019-10-22 22:34:34 +02:00
Mordred
b17af41e67 Major rewrite of zonelines, aetherytes and discoveries 2019-10-21 23:24:26 +02:00
NotAdam
db37d9ea3c vs2019 support & dropping std::experimental::filesystem 2019-10-14 18:41:28 +11:00
Mordred Admin
3db411d907 Fixing some CMake issues with mariadb 2019-08-30 15:29:02 +02:00
NotAdam
443ea30b8d fix action parser not writing combo potency and offsetting all values 2019-08-09 17:50:31 +10:00
NotAdam
51f34b2172 fix action_parse not checking for the correct template file 2019-08-09 17:50:31 +10:00
NotAdam
b2b582fd92 add path arg to common gen, new common gen file 2019-06-28 20:23:29 +10:00
NotAdam
62bd466603 fix struct gen tool breaking after an update due to generated data being wrong 2019-06-28 17:41:29 +10:00
NotAdam
b2542f442c update generated exd data, fix formatting outputted by exd_struct_gen 2019-06-15 20:56:19 +10:00
NotAdam
7ef93ea02f fix exd generation with new separated definition files 2019-06-15 19:25:59 +10:00
NotAdam
90d1fbc3ea refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
NotAdam
3ef207a724 move the actionlut data to its own isolated cpp file 2019-06-02 00:34:07 +10:00
NotAdam
cd09f72a5b action lut generation 2019-05-30 15:35:05 +10:00
NotAdam
81fb7ad247 action_parse improvements 2019-05-30 01:50:34 +10:00
mordred
0bc5d545d5 Parse more action info from tooltips 2019-04-29 15:53:03 +02:00
mordred
e2a3e560a6 nav_export takes a path to the dats again 2019-04-24 08:31:42 +02:00
Mordred
69f3d47100 Create a way to generate bnpcs from level entries and populate the chasing shadows questbattle 2019-04-15 23:41:43 +02:00
mordred
a4c75d4dd4 Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop 2019-04-15 17:42:33 +02:00
mordred
32357b26e8 More cleanup for event object parser 2019-04-15 17:32:51 +02:00
mordred
edf1b9df9d Quest parser cleanup 2019-04-15 17:32:19 +02:00
NotAdam
35a7db9f54 fix style 2019-04-13 01:25:53 +10:00
NotAdam
f4a56cf636 add questbattle script bruteforcer & decompiler 2019-04-13 01:24:19 +10:00
NotAdam
f4e6ddae77 Merge remote-tracking branch 'upstream/develop' into develop 2019-04-12 21:40:34 +10:00
mordred
f1712a7c6f Majorly reduces code in event_object_parser 2019-04-12 13:28:13 +02:00
mordred
1c794a7b2b More cleanup still 2019-04-11 15:43:58 +02:00