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

31 commits

Author SHA1 Message Date
Mordred Admin
2382f72184 #182 - Renamed targets to be less ambigious 2017-12-19 09:27:22 +01:00
Mordred Admin
764b73b11c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01:00
Mordred Admin
2f3433f24e Massive chunk of refactoring. Mainly includes and namespaces 2017-12-08 15:38:25 +01:00
Mordred Admin
4981003789 Greatly reduced usage of smart pointers to remove overhead from needlesly increasing reference count all the time 2017-12-08 11:46:47 +01:00
Mordred
ff0f793cb9 Enforcing style rules 2017-11-28 17:29:06 +01:00
Mordred
bd4dc893c4 refactoring various files 2017-11-28 00:09:36 +01:00
Perize
70668727df Merge remote-tracking branch 'upstream/SQL_REWRITE_OWN' into SQL_REWRITE_OWN 2017-11-22 00:34:03 +09:00
Perize
9af1ac1b5e Add a perform handler 2017-11-22 00:29:42 +09:00
Mordred
692f5fbf2f Merge https://github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN 2017-11-16 23:20:59 +01:00
Mordred
9f67af1473 Players wont be able to connect anymore if a session is already present 2017-11-16 23:06:33 +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
Mordred Admin
55dcdc2b87 Removed unnused includes 2017-10-27 09:06:16 +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
amibu
4428ad3033 Ported beautiful packet printing from classic 2017-10-17 20:13:01 +02:00
Mordred Admin
9987937934 Merged most recent 4.1 fixes to SQL rewrites, new fields will have to be readded by hand 2017-10-11 10:16:25 +02:00
amibu
5bb4b8ba72 More fixes for bad sessions/incorrectly loaded players 2017-10-06 12:54:03 +02:00
amibu
311a587bab Redoing everything 2017-10-06 00:13:29 +02:00
Mordred
32605544bb converted more sql queries to new system 2017-10-05 22:43:15 +02:00
amibu
5487a2e292 Add main handling for chara gear param state; 2017-10-05 20:24:58 +02:00
Mordred
ee2f651cb5 Merge branch 'master' of https://github.com/SapphireMordred/Sapphire 2017-08-27 02:04:27 +02:00
Mordred
3dd37773a1 Added packet for linkshell events 2017-08-27 02:03:27 +02:00
Adam
b5ec4e93a3 Merge remote-tracking branch 'upstream/master' into tcp-handling 2017-08-26 15:09:01 +09:00
Adam
5fedd0c1df Replace UtilNetwork with GamePacketParser 2017-08-26 15:06:27 +09:00
Mordred
669f6a177c Prperational work for linkshells 2017-08-23 23:58:14 +02:00
Mordred
a1fb3bd419 Error message now displayed properly when /tell ing unknown char 2017-08-23 17:39:59 +02:00
Adam
2f0e0b9b07 Drop connection if received packet is incomplete 2017-08-23 20:04:02 +09:00
Mordred
329fd37a6e Implemented a switch to chose from zone or chat handlers 2017-08-22 21:36:20 +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
5293e50614 Chat connection is actually reaching the handler now 2017-08-20 20:48:55 +02:00
Mordred
90ea65385d more restructuring 2017-08-19 00:18:40 +02:00
Mordred
5439e42062 Massivly modified project structure in server_zone 2017-08-18 17:16:15 +02:00
Renamed from src/servers/Server_Zone/GameConnection.cpp (Browse further)