1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00
Commit graph

218 commits

Author SHA1 Message Date
NotAdam
23aad09227 handle bad json in exd_struct_gen 2019-10-29 18:49:27 +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
NotAdam
caf8297633 correctly load all lgb entries even if there's no struct for them 2019-04-11 22:18:18 +10:00
NotAdam
d22557cc1c Merge remote-tracking branch 'upstream/develop' into develop 2019-04-11 21:28:05 +10:00
mordred
c2e6457bac More cleanup of event_object_parser 2019-04-11 13:23:01 +02:00
NotAdam
a84a034ac2 move data struct defs to datreader lib 2019-04-11 19:28:51 +10:00
NotAdam
544d6e0591 cleanup leftover test code that was moved to exd_struct_test 2019-04-11 19:15:07 +10:00
NotAdam
c533449aeb merge in maprange header changes and move to common defs 2019-04-11 19:09:19 +10:00
NotAdam
4c535accd6 begin tools cleanup, lgb group dumping 2019-04-11 19:06:27 +10:00
mordred
6be9af0a61 More eventobject parser cleaning 2019-04-09 15:11:05 +02:00
mordred
08060de18b First step towards making event parser readable 2019-04-09 14:55:07 +02:00
Mordred
e63aec1986 Added default questBattle scripts and added implementation for QuestBattle constructor 2019-03-31 13:48:09 +02:00
Mordred
be4d961116 eobj_parser also parses questbattles now 2019-03-31 13:06:37 +02:00
Mordred
1b86b87503 Initial work on QuestBattle instances 2019-03-31 01:39:49 +01:00
Mordred
5d865cef31 Updated exd data, added questbattle info. Added first part of ManFst005 ( Chasing Shadows ) 2019-03-30 18:57:18 +01:00
NotAdam
0a6593bdd5 add CrashHandler to lobby/api/world and cleanup test code in tools 2019-03-26 23:17:57 +11:00
NotAdam
296cd133ef add posix stack dump on crash 2019-03-26 23:09:09 +11:00
mordred
537936d474 Basics of an action parser to extract potencies from skills 2019-03-25 10:00:51 +01:00
Mordred
2c4b4127c8 Preload defense / block values into items 2019-03-20 22:16:02 +01:00
mordred
c59b1df53b General cleanup and improvements of quest_parser 2019-03-18 15:51:04 +01:00
NotAdam
82cb94b99a fix invalid indentation on eobj state output 2019-02-20 19:58:57 +11:00
NotAdam
87e15488b9 update event_object_parser to use contentfindercondition 2019-02-20 19:54:15 +11:00
NotAdam
f9c5f238db Change how scripts init and are exposed during compile time 2019-02-20 17:37:34 +11:00
Mordred
038cb5442a Cleaned up pcb_reader as nav_export 2019-02-01 23:27:16 +01:00
Mordred
972a5ae806 Small bnpc fixed. Target / initial state 2019-01-29 23:54:52 +01:00
Tahir Akhlaq
9711cc475d pcb_reader:
- block main export thread while tasks are pending
2019-01-26 16:07:07 +00:00
Tahir Akhlaq
ebeb5db3ba pcb_reader:
- try free up some memory (recast still leaking a lot though)
2019-01-26 15:39:20 +00:00
Tahir Akhlaq
3827650c9e pcb_reader:
- export obj if it doesnt exist already
2019-01-26 11:30:25 +00:00
NotAdam
75e9571c8f fix build and obj exporting 2019-01-26 21:34:16 +11:00