1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00
Commit graph

192 commits

Author SHA1 Message Date
Mordred
692f5fbf2f Merge https://github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN 2017-11-16 23:20:59 +01:00
Mordred
3a11e3e8f3 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
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
ShelbyZ
33da12a8d3 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
2113e45a5b 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
5f38a17663 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
98544ba5fb Merge pull request #147 from takhlaq/pcb
fixed map export legit this time
2017-10-21 09:20:37 +02:00
Tahir Akhlaq
d499d53e5a fixed map export legit this time 2017-10-20 22:50:21 +01:00
Mordred
0b25ec89ae 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
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
Mordred
d2d6c05429 Merge pull request #141 from takhlaq/pcb
pcb stuff (missing some objects)
2017-10-19 19:00:21 +02: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
ShelbyZ
32a9d976f7 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
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
54e6d09277 Array support in exd generator 2017-10-13 14:45:14 +02:00
Mordred
778ca63c37 Included the ex.json 2017-10-12 23:40:45 +02:00
Mordred
56610fb07c Fixed 2 small issues in the generator code 2017-10-12 18:54:19 +02:00
Mordred Admin
b89d7f586d Improved exd struct generator, arrays still missing 2017-10-12 15:47:21 +02:00
Mordred Admin
6b8521df4f Fixed the struct generator and added a small struct test app 2017-10-12 09:02:28 +02:00
Mordred
ae5f617be2 first potentially working dat reader generation 2017-10-12 00:07:41 +02:00
Mordred Admin
e4cfb9ffef Actually generate a pseudostruct 2017-10-11 15:03:08 +02:00
Mordred Admin
ae9bdd6674 Barebone project for exd struct parsing 2017-10-11 14:27:17 +02:00
Mordred Admin
93b8563483 exd common parser now defines structs strongly typed 2017-10-11 13:35:58 +02:00
Mordred
9a9030d206 However a windows.h include got in there... 2017-10-03 12:06:12 +02:00
Mordred
1dd52944cb simplified cmakelist 2017-10-03 11:55:21 +02:00
Mordred
53f9705048 Added a generator for enums based on data in the exds 2017-10-03 11:51:38 +02:00
Adam
0ddc2a7bed Ported dump vfs path script to 4.06 2017-09-10 23:52:50 +09:00
Mordred
90ea65385d more restructuring 2017-08-19 00:18:40 +02:00
amibu
c1d287b15b 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