1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-23 21:27:45 +00:00
Commit graph

21 commits

Author SHA1 Message Date
Mordred
bcb07e6b26 using instead of typedef where possible 2017-11-19 22:43:26 +01:00
Mordred Admin
8f935492f4 Old db class removed entirely from REST server. Also some cleanups 2017-10-26 12:16:34 +02: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
5c1015fc2a Path comparison is causing issues
- don't be too smart without running through some testing
2017-10-24 10:51:51 -07: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
ShelbyZ
35906f3af3 Remove unreferenced parameters
- exceptions had unused parameters
2017-10-21 20:47:50 -07:00
ShelbyZ
54548e1928 Fixing spacing issues for casts 2017-10-20 14:12:24 -07:00
ShelbyZ
3b42b1df9b Fixing some type alignments via casting
- static_cast for reasonable values
- at least one stray float
2017-10-19 16:18:16 -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
Mordred
5a92b0251c Updated a number of queries to use new system 2017-10-07 23:10:13 +02:00
amibu
348ca42f0e GM Ranks, some fixes 2017-09-11 18:59:50 +02:00
Mordred
90ea65385d more restructuring 2017-08-19 00:18:40 +02:00
Tahir Akhlaq
70d17607c7 mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
Tahir Akhlaq
b041db85ec fix exception crap from previous commit 2017-08-10 23:59:31 +01:00
Tahir Akhlaq
695e6a9157 added launch args to server_rest (needs testing) 2017-08-10 22:13:00 +01:00
SapphireMordred
b00aadf19e Merge pull request #9 from zynjec/master
Standardize log location
2017-08-09 00:38:30 +02:00
Mordred
1f10c555f8 Fixed level 0 and no weapon bug 2017-08-09 00:36:26 +02:00
Zynjec
7bc9873ed4 Standardize log location
Updated REST and Zone server to use log folder.
2017-08-08 18:35:31 -04:00
amibu
c1d287b15b Added hacky PS4 support back 2017-08-08 22:55:02 +02:00
amibu
7fcffb7f0b Default port for REST to 80(frontier) and restoring frontier additions to REST 2017-08-08 13:05:33 +02:00
Mordred Admin
e691d0504a Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00