mordred
|
b6a9e41cbd
|
nav_export takes a path to the dats again
|
2019-04-24 08:31:42 +02:00 |
|
Mordred
|
9a2c346872
|
Create a way to generate bnpcs from level entries and populate the chasing shadows questbattle
|
2019-04-15 23:41:43 +02:00 |
|
mordred
|
0598a84e6d
|
Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop
|
2019-04-15 17:42:33 +02:00 |
|
mordred
|
da4f4cdd15
|
More cleanup for event object parser
|
2019-04-15 17:32:51 +02:00 |
|
mordred
|
58b37f2c97
|
Quest parser cleanup
|
2019-04-15 17:32:19 +02:00 |
|
NotAdam
|
aadcf07a0b
|
fix style
|
2019-04-13 01:25:53 +10:00 |
|
NotAdam
|
7533fed269
|
add questbattle script bruteforcer & decompiler
|
2019-04-13 01:24:19 +10:00 |
|
NotAdam
|
ad370767a5
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2019-04-12 21:40:34 +10:00 |
|
mordred
|
c367e9c040
|
Majorly reduces code in event_object_parser
|
2019-04-12 13:28:13 +02:00 |
|
mordred
|
97de1a01cd
|
More cleanup still
|
2019-04-11 15:43:58 +02:00 |
|
NotAdam
|
6e6a77b665
|
correctly load all lgb entries even if there's no struct for them
|
2019-04-11 22:18:18 +10:00 |
|
NotAdam
|
e908e1eac6
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2019-04-11 21:28:05 +10:00 |
|
mordred
|
2a3e0d7c19
|
More cleanup of event_object_parser
|
2019-04-11 13:23:01 +02:00 |
|
NotAdam
|
14367b644f
|
move data struct defs to datreader lib
|
2019-04-11 19:28:51 +10:00 |
|
NotAdam
|
76400a6f77
|
cleanup leftover test code that was moved to exd_struct_test
|
2019-04-11 19:15:07 +10:00 |
|
NotAdam
|
600ce868d7
|
merge in maprange header changes and move to common defs
|
2019-04-11 19:09:19 +10:00 |
|
NotAdam
|
24014a9a99
|
begin tools cleanup, lgb group dumping
|
2019-04-11 19:06:27 +10:00 |
|
mordred
|
b7b0563e34
|
More eventobject parser cleaning
|
2019-04-09 15:11:05 +02:00 |
|
mordred
|
bb7ec09d29
|
First step towards making event parser readable
|
2019-04-09 14:55:07 +02:00 |
|
Mordred
|
e1e7affcde
|
Added default questBattle scripts and added implementation for QuestBattle constructor
|
2019-03-31 13:48:09 +02:00 |
|
Mordred
|
305a1e9c3a
|
eobj_parser also parses questbattles now
|
2019-03-31 13:06:37 +02:00 |
|
Mordred
|
5701749f9b
|
Initial work on QuestBattle instances
|
2019-03-31 01:39:49 +01:00 |
|
Mordred
|
42affff662
|
Updated exd data, added questbattle info. Added first part of ManFst005 ( Chasing Shadows )
|
2019-03-30 18:57:18 +01:00 |
|
NotAdam
|
ae4aab491e
|
add CrashHandler to lobby/api/world and cleanup test code in tools
|
2019-03-26 23:17:57 +11:00 |
|
NotAdam
|
aca5a46032
|
add posix stack dump on crash
|
2019-03-26 23:09:09 +11:00 |
|
mordred
|
4a3cd7e94f
|
Basics of an action parser to extract potencies from skills
|
2019-03-25 10:00:51 +01:00 |
|
Mordred
|
497761a282
|
Preload defense / block values into items
|
2019-03-20 22:16:02 +01:00 |
|
mordred
|
8105473992
|
General cleanup and improvements of quest_parser
|
2019-03-18 15:51:04 +01:00 |
|
NotAdam
|
0e2669dffb
|
fix invalid indentation on eobj state output
|
2019-02-20 19:58:57 +11:00 |
|
NotAdam
|
5df527c420
|
update event_object_parser to use contentfindercondition
|
2019-02-20 19:54:15 +11:00 |
|
NotAdam
|
16fa522ca9
|
Change how scripts init and are exposed during compile time
|
2019-02-20 17:37:34 +11:00 |
|
Mordred
|
b29311a36b
|
Cleaned up pcb_reader as nav_export
|
2019-02-01 23:27:16 +01:00 |
|
Mordred
|
a387f649fa
|
Small bnpc fixed. Target / initial state
|
2019-01-29 23:54:52 +01:00 |
|
Tahir Akhlaq
|
84629b9059
|
pcb_reader:
- block main export thread while tasks are pending
|
2019-01-26 16:07:07 +00:00 |
|
Tahir Akhlaq
|
f0ec3bd7e9
|
pcb_reader:
- try free up some memory (recast still leaking a lot though)
|
2019-01-26 15:39:20 +00:00 |
|
Tahir Akhlaq
|
c2dab83c8b
|
pcb_reader:
- export obj if it doesnt exist already
|
2019-01-26 11:30:25 +00:00 |
|
NotAdam
|
d027ea688c
|
fix build and obj exporting
|
2019-01-26 21:34:16 +11:00 |
|
NotAdam
|
bdbf8a840b
|
revert to default path
|
2019-01-26 21:26:45 +11:00 |
|
Adam
|
db105cbb98
|
Merge branch 'develop' into develop
|
2019-01-26 21:25:40 +11:00 |
|
Tahir Akhlaq
|
341dd45776
|
pcb_reader
- export by level name
|
2019-01-26 10:10:40 +00:00 |
|
NotAdam
|
68f9e7eae0
|
cleanup navmesh and navquery
|
2019-01-26 20:14:14 +11:00 |
|
NotAdam
|
6ae66c1edb
|
style is good now probably
|
2019-01-26 19:45:42 +11:00 |
|
NotAdam
|
29edf87924
|
fix more style
|
2019-01-26 19:43:42 +11:00 |
|
NotAdam
|
e5f612bc43
|
fix style
|
2019-01-26 19:41:57 +11:00 |
|
NotAdam
|
df3ea49f1a
|
move comment to correct location
|
2019-01-26 18:47:59 +11:00 |
|
NotAdam
|
b5fd8d8c3f
|
add headless navmesh exporting
|
2019-01-26 18:45:37 +11:00 |
|
NotAdam
|
f1fe40ffe5
|
fix race condition where navmesh export would start before object is exported
|
2019-01-26 16:37:18 +11:00 |
|
NotAdam
|
d4b70cf1b6
|
fix pcb_reader not exporting terrain in composite zone objects
|
2019-01-26 15:23:37 +11:00 |
|
NotAdam
|
625bcaebc7
|
fix pcb_reader compiler warnings
|
2019-01-24 19:04:37 +11:00 |
|
Tahir Akhlaq
|
e540dbca47
|
more pcb_reader things
|
2019-01-23 18:47:41 +00:00 |
|