1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Mordred Admin
764b73b11c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01: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
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
amibu
348ca42f0e GM Ranks, some fixes 2017-09-11 18:59:50 +02:00
amibu
c6e208ffdf Changeable World name + MotD 2017-09-10 02:24:29 +02:00
Adam
5fedd0c1df Replace UtilNetwork with GamePacketParser 2017-08-26 15:06:27 +09:00
Mordred
7f35b81638 More restructuring for new packet logic 2017-08-21 00:02:41 +02:00
Mordred
cbe00da5f8 Overhaul of packet system to allow for an arbitrary amount of packet definition sets 2017-08-20 22:31:23 +02:00
Mordred
90ea65385d more restructuring 2017-08-19 00:18:40 +02:00
amibu
d4564a02dc World ID parameter for lobby 2017-08-14 13:36:22 +02:00
SapphireMordred
88c01085c8 Merge pull request #45 from SapphireMordred/64bit
64bit build crap (merge SapphireLibs first)
2017-08-12 16:47:17 +02:00
Tahir Akhlaq
70d17607c7 mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
amibu
1b576d8b24 Fixed a PS4 oversight 2017-08-11 12:56:58 +02:00
Mordred Admin
e691d0504a Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00