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

31 commits

Author SHA1 Message Date
Perize
0fa3f93ce9 Fix formatting 2017-12-09 13:14:06 +09:00
Perize
62119f6ac0 Fix a perform handler 2017-12-09 13:09:56 +09:00
Mordred Admin
a77772bc9d Massive chunk of refactoring. Mainly includes and namespaces 2017-12-08 15:38:25 +01:00
Mordred Admin
4d47ed478b 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
goaaats
dbe289385a * Add def for legacy mark equip flag 2017-12-02 17:49:38 +01:00
Mordred
23a32e67db Applied template simplification to chat channel packets 2017-11-28 17:06:44 +01:00
Mordred
5f5ce9970b refactoring various files 2017-11-28 00:09:36 +01:00
Mordred
e4ffaedf1f Merge remote-tracking branch 'origin/SQL_REWRITE_OWN' 2017-11-25 00:24:30 +01:00
Perize
8bac927099 Fix typo 2017-11-22 10:13:49 +09:00
Mordred
cfc8373f5d Simplification of packet templates 2017-11-21 18:43:09 +01:00
Perize
6574369e58 Merge remote-tracking branch 'upstream/SQL_REWRITE_OWN' into SQL_REWRITE_OWN 2017-11-22 00:34:03 +09:00
Perize
f72a61d934 Add a perform handler 2017-11-22 00:29:42 +09:00
Mordred
d130f00d53 Merge https://github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN 2017-11-16 23:20:59 +01:00
Mordred
b58acb90af Logout will now remove a playersession almost instantly 2017-11-14 23:55:38 +01: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
19decb8e39 Simplified usage of new database class 2017-10-27 14:01:50 +02:00
Mordred
db5cf9c45c Almost done porting... 2017-10-27 00:10:13 +02:00
Mordred Admin
292e1e5d15 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
a2522873d5 Redoing everything 2017-10-06 00:13:29 +02:00
amibu
d4fe294f51 Add main handling for chara gear param state; 2017-10-05 20:24:58 +02:00
Mordred
7f44092a4d Sql updates now happen on a timer per player instead of controlled by flags 2017-10-04 00:02:16 +02:00
Minho Kang
a74c5e1dc6 Change command prefix to !
See #109 comments
2017-09-23 00:45:30 +09:00
Mordred Admin
8682f334bc Majorly simplified and improved the cmake setup.
Going forward it will be alot easier to maintain.

TODO: simplify path definitions

Conflicts:
	src/servers/Server_Lobby/CMakeLists.txt
	src/servers/Server_REST/CMakeLists.txt
	src/servers/Server_Zone/CMakeLists.txt
2017-09-13 11:46:17 +02:00
Mordred
b8fc46d7cb #67 Fixed tell being shown with wrong name 2017-08-25 15:34:26 +02:00
Mordred
148ba5d09f Prperational work for linkshells 2017-08-23 23:58:14 +02:00
Mordred
77fef5c3a9 Error message now displayed properly when /tell ing unknown char 2017-08-23 17:39:59 +02:00
Mordred
1eaa3be773 Added new debug command to inject into chat connection\n Added base code for tell conversations, error messages not working yet 2017-08-22 23:53:20 +02:00
Mordred
08ff069ee1 Implemented a switch to chose from zone or chat handlers 2017-08-22 21:36:20 +02:00
Mordred
0e8a5c3820 Overhaul of packet system to allow for an arbitrary amount of packet definition sets 2017-08-20 22:31:23 +02:00
Mordred
3ecc1e6f14 more restructuring 2017-08-19 00:18:40 +02:00
Mordred
d3f6fc9a67 Massivly modified project structure in server_zone 2017-08-18 17:16:15 +02:00
Renamed from src/servers/Server_Zone/PacketHandlers.cpp (Browse further)