Mordred
a42dbd7b96
Remove the right extra qualifier this time
2017-12-01 00:06:50 +01:00
Mordred
b5500d2f64
wrong change... not supposed to remove qualifier on header
2017-12-01 00:03:24 +01:00
Mordred
791a1dfb7e
we sure want linux to build this too
2017-12-01 00:01:19 +01:00
Mordred
6b4cc97f4d
Greatly improved exd struct gen and also updated struct test
2017-11-30 23:43:20 +01:00
Mordred
09dc925a06
Fixed beast tribe string index
2017-11-19 00:18:30 +01:00
Maru
e5dd280338
Close generated enum blocks;
2017-11-18 00:55:07 -02:00
Maru
1ea2f86f3c
Include int type alias for uint8_t;
2017-11-18 00:45:08 -02:00
Mordred
3395b21dd6
Started using pregenerated common emuns, fixed a mysql field length issue with titlelists
2017-11-18 01:25:55 +01:00
Mordred
d130f00d53
Merge https://github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN
2017-11-16 23:20:59 +01:00
Mordred
8d3065ba51
Merge pull request #166 from takhlaq/pcb_standalone
...
added -DSTANDALONE compile option for pcb_reader for compiling without xivdat/boost deps
2017-11-13 11:03:04 +01:00
Tahir Akhlaq
396fce8aeb
clean up some style issues
2017-11-04 10:04:30 +00:00
Tahir Akhlaq
350f904be2
fix pcb_reader linux build, changed line endings
2017-11-04 08:13:35 +00:00
Tahir Akhlaq
eadec08a97
added STANDALONE compile flag for pcb_reader which doesnt require boost or sapphire dependencies
2017-11-03 20:26:53 +00:00
ShelbyZ
ca5d1d3982
gcc warnings
...
- uint64_t format errors using <cinttypes> define SCNu64
- sprintf without format string replacing with strcpy (might be better
to move to strncpy or something else)
- use return value of fread(...)
- use return value of system(...)
2017-11-01 22:24:50 -07:00
Mordred Admin
ec72cf6836
Merge http://www.github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN
...
Conflicts:
CMakeLists.txt
src/servers/Server_Common/Network/PacketDef/Ipcs.h
src/servers/Server_Zone/Actor/PlayerQuest.cpp
src/servers/Server_Zone/Actor/PlayerSql.cpp
2017-10-25 14:49:35 +02:00
ShelbyZ
b15fc7164c
Addressing unchecked iterator issues with core project
...
- std::equal can take a 2nd iterator end
- use _SCL_SECURE_NO_WARNINGS for std::copy issues in exd_common_gen
2017-10-22 18:11:00 -07:00
Mordred
897cbb07ac
Merge pull request #147 from takhlaq/pcb
...
fixed map export legit this time
2017-10-21 09:20:37 +02:00
Tahir Akhlaq
6789dad0e8
fixed map export legit this time
2017-10-20 22:50:21 +01:00
Mordred
7dc192cee2
Merge pull request #146 from takhlaq/pcb
...
cleaned up some compiler warnings in pcb_reader
2017-10-20 21:27:59 +02:00
Tahir Akhlaq
5a023f8436
legit why the fuck are we missing stairs in towers (pcb)
2017-10-20 17:56:01 +01:00
Tahir Akhlaq
424c52ce7d
cleaned up some compiler warnings in pcb_reader
...
- fixed loading some gimmick entries
2017-10-20 13:34:03 +01:00
Mordred
a0ddf9659c
Merge pull request #141 from takhlaq/pcb
...
pcb stuff (missing some objects)
2017-10-19 19:00:21 +02:00
Tahir Akhlaq
fbe91234a4
fix linux build for pcb reader
2017-10-19 17:49:08 +01:00
Tahir Akhlaq
9263496d27
fix pcb linux build
2017-10-19 17:26:01 +01:00
Tahir Akhlaq
bc89049ada
fixed collision dumping
...
- added saintcoinach's sgb parsing
2017-10-19 16:38:06 +01:00
ShelbyZ
abb2ccdbe4
signed/unsigned mismatch issues
...
- Move for...loop int to size_t
- Move int32_t to uint32_t
2017-10-19 07:12:09 -07:00
Tahir Akhlaq
a90fd345dc
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
06271dd669
fixed issue with missing objects
2017-10-19 09:38:53 +01:00
Tahir Akhlaq
2e13df1934
slightly cleaned up PCB reader, added some exception logging
2017-10-19 09:38:52 +01:00
Tahir Akhlaq
ae1b8a393e
cleaned up collision map exporter
...
- export by object
2017-10-19 09:38:51 +01:00
Tahir Akhlaq
9ec749a964
exported collision maps correctly now (i think)
2017-10-19 09:38:50 +01:00
Mordred
15d18f29de
hopefully fixed issues with pcb
2017-10-19 09:38:49 +01:00
Tahir Akhlaq
44f7dc290f
added wavefront obj dump (doesnt work yet)
2017-10-19 09:38:49 +01:00
Tahir Akhlaq
3c24a3ef57
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
e490d0c28c
Array support in exd generator
2017-10-13 14:45:14 +02:00
Mordred
3088d1b66d
Included the ex.json
2017-10-12 23:40:45 +02:00
Mordred
90819c4c23
Fixed 2 small issues in the generator code
2017-10-12 18:54:19 +02:00
Mordred Admin
afdb2f401a
Improved exd struct generator, arrays still missing
2017-10-12 15:47:21 +02:00
Mordred Admin
c541064b22
Fixed the struct generator and added a small struct test app
2017-10-12 09:02:28 +02:00
Mordred
bad5a17850
first potentially working dat reader generation
2017-10-12 00:07:41 +02:00
Mordred Admin
3a64f62f33
Actually generate a pseudostruct
2017-10-11 15:03:08 +02:00
Mordred Admin
9edf9dca68
Barebone project for exd struct parsing
2017-10-11 14:27:17 +02:00
Mordred Admin
cdfd2e8294
exd common parser now defines structs strongly typed
2017-10-11 13:35:58 +02:00
Mordred
0500512a16
However a windows.h include got in there...
2017-10-03 12:06:12 +02:00
Mordred
5e93cf116a
simplified cmakelist
2017-10-03 11:55:21 +02:00
Mordred
1be9d18059
Added a generator for enums based on data in the exds
2017-10-03 11:51:38 +02:00
Minho Kang
e532d4b314
Ported dump vfs path script to 4.06
2017-09-10 23:52:50 +09:00
Mordred
3ecc1e6f14
more restructuring
2017-08-19 00:18:40 +02:00
amibu
97580d6460
Added hacky PS4 support back
2017-08-08 22:55:02 +02:00
Mordred Admin
e691d0504a
Initial commit of the sapphire server
2017-08-08 13:53:47 +02:00