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

41 commits

Author SHA1 Message Date
NotAdam
80c06a76b4 fix pcb_reader not exporting terrain in composite zone objects 2019-01-26 15:23:37 +11:00
NotAdam
dad88484de fix pcb_reader compiler warnings 2019-01-24 19:04:37 +11:00
Tahir Akhlaq
3348cc9c47 clean up some includes in pcb_reader
- fix deadlock
2019-01-20 20:56:14 +00:00
Tahir Akhlaq
fb99dfc915 refactored pcb_reader
- now uses a shitty threadpool which never terminates apparently
- todo: fix indices
2019-01-20 17:47:39 +00:00
Tahir Akhlaq
249ed527f3 pcb_reader things because lets use two threads and keep one locked for no reason 2019-01-20 09:53:15 +00:00
Tahir Akhlaq
bb5224bcd6 navmesh generation in pcb_reader
- requires RecastDemo built from https://github.com/takhlaq/recastnavigation/tree/garbage
- copy recastdemo.exe, sdl.dll, sdl2.dll into same directory as pcb_reader exe
2019-01-18 18:32:48 +00:00
Mordred
f7a8f29b16 No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
Mordred
3cddd7b1ab Boost removed from all tools 2018-10-27 22:51:16 +02:00
Mordred
e745bd0329 Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details 2018-08-29 21:40:59 +02:00
goaaats
15345d36d2 Fix pcb_reader, quest_parser 2018-02-11 16:50:31 +01:00
Adam
4ccc2cfc26 Merge remote-tracking branch 'upstream/develop' into develop 2018-02-08 23:58:30 +11:00
Adam
06bf24a606 pcb_reader dumps hierachyId now
spawning objects has never been more fun!
2018-02-08 23:28:30 +11:00
Mordred
cf6d997405 Merge pull request #246 from GokuWeedLord/develop
fix windows paths with pcb reader
2018-02-08 11:40:51 +01:00
Adam
2347568293 fix pcb_reader ignoring windows paths in arguments 2018-02-08 20:29:39 +11:00
Tahir Akhlaq
6a32729540 added instancecontent.csv dump to pcb_reader 2018-02-07 22:13:20 +00:00
Tahir Akhlaq
f09a5e0c27 fixed eobj export, added option to dump all instanced zones 2018-02-04 22:54:05 +00:00
Tahir Akhlaq
1b1672a541 added option to dump all level.exd entries for all instances in pcb_reader 2018-02-04 20:09:55 +00:00
Tahir Akhlaq
d575c63152 added planmap loading to pcb_reader 2018-01-24 15:34:01 +00:00
Tahir Akhlaq
b63b4eb612 updated pcb_reader with mordred's eobj/enpc entries 2018-01-24 00:15:46 +00:00
Tahir Akhlaq
6d591a004f reenabled pcb_reader build, removed dumb requirement of territorytype extraction on xivdat build for pcb_reader 2018-01-23 13:13:35 +00:00
Tahir Akhlaq
e69a5d1cd4 clean up generated script public/private members 2017-12-17 10:56:41 +00:00
Tahir Akhlaq
83f88102f9 update quest_parser for c++ scripting
- fixed pcb_reader path
2017-12-17 09:56:35 +00:00
Tahir Akhlaq
bd00132e43 updated pcb_reader to read territorytype from ffxivexplorer export 2017-12-10 14:46:30 +00:00
Tahir Akhlaq
a20d5f5946 clean up some style issues 2017-11-04 10:04:30 +00:00
Tahir Akhlaq
466a9cc926 fix pcb_reader linux build, changed line endings 2017-11-04 08:13:35 +00:00
Tahir Akhlaq
41579d3c6f added STANDALONE compile flag for pcb_reader which doesnt require boost or sapphire dependencies 2017-11-03 20:26:53 +00:00
Tahir Akhlaq
d499d53e5a fixed map export legit this time 2017-10-20 22:50:21 +01:00
Tahir Akhlaq
c7a2023df4 legit why the fuck are we missing stairs in towers (pcb) 2017-10-20 17:56:01 +01:00
Tahir Akhlaq
b11f5e492f cleaned up some compiler warnings in pcb_reader
- fixed loading some gimmick entries
2017-10-20 13:34:03 +01:00
Tahir Akhlaq
4f557340c5 fix linux build for pcb reader 2017-10-19 17:49:08 +01:00
Tahir Akhlaq
3b2b3c7349 fix pcb linux build 2017-10-19 17:26:01 +01:00
Tahir Akhlaq
842199b735 fixed collision dumping
- added saintcoinach's sgb parsing
2017-10-19 16:38:06 +01:00
Tahir Akhlaq
acbc33063a const all the things for readability
- removed .mdl collision loading since game doesnt use it

fixed style issues in pcb_reader
2017-10-19 09:39:05 +01:00
Tahir Akhlaq
7b127e20df fixed issue with missing objects 2017-10-19 09:38:53 +01:00
Tahir Akhlaq
c35795a9f3 slightly cleaned up PCB reader, added some exception logging 2017-10-19 09:38:52 +01:00
Tahir Akhlaq
edd529297c cleaned up collision map exporter
- export by object
2017-10-19 09:38:51 +01:00
Tahir Akhlaq
4e2bcbfa9c exported collision maps correctly now (i think) 2017-10-19 09:38:50 +01:00
Mordred
c7a864335f hopefully fixed issues with pcb 2017-10-19 09:38:49 +01:00
Tahir Akhlaq
87447d1a73 added wavefront obj dump (doesnt work yet) 2017-10-19 09:38:49 +01:00
Tahir Akhlaq
04c53a9181 added list.pcb file mapping
- added LGB parser (all credit for LGB to contributor<https://github.com/ufx/SaintCoinach/blob/master/SaintCoinach/Graphics/Lgb/>, lgb.h is simply their work ported to c++)
- todo: correct object placement
2017-10-19 09:38:48 +01:00
Mordred Admin
e691d0504a Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00