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

24 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
GokuWeedLord
e44bf87264 fix itemlevel calc 2017-12-11 00:40:52 +11:00
Mordred Admin
2f3433f24e Massive chunk of refactoring. Mainly includes and namespaces 2017-12-08 15:38:25 +01:00
Mordred Admin
3d8acf651f Merge branch 'master' of https://github.com/SapphireMordred/Sapphire 2017-12-07 12:09:13 +01:00
Mordred Admin
55132185f1 renamed sessionMap and playerSessionMap to make more sense, also fixed player object not being destructed properly 2017-12-07 12:09:08 +01:00
Mordred
04ac6fc004 Merge pull request #169 from itsMaru/SQL_REWRITE_OWN
Packet definitions; Item level; (WIP)
2017-12-07 11:48:05 +01:00
Maru
b0fef08c45 Use generated ItemUICategory; Check if field for item is valid; 2017-11-24 18:13:42 -02:00
Maru
e7f3df940d Merge remote-tracking branch 'origin/SQL_REWRITE_OWN' 2017-11-24 17:11:02 -02:00
Mordred
9825ab9e9f Simplification of packet templates 2017-11-21 18:43:09 +01:00
Maru
6f91ce1d91 OneHandedWeapon helper; 2017-11-17 22:29:29 -02:00
Mordred
f043049d2b Started using pregenerated common emuns, fixed a mysql field length issue with titlelists 2017-11-18 01:25:55 +01:00
Maru
31df365a09 Fix and optimize itemlevel; IsWeapon Item Property; 2017-11-16 20:44:37 -02:00
Maru
8fc03cd2a0 Packet definitions; Item level (WIP);
Packetdef for PlayerStats and PlayerClassInfo. ItemLvl currently broken and not optimized (constantly calling to calc due to equipitem).
2017-11-16 00:03:36 -02:00
Mordred Admin
4d167ad22f Simplified usage of new database class 2017-10-27 14:01:50 +02:00
Mordred
55d10a16ea Almost done porting... 2017-10-27 00:10:13 +02:00
ShelbyZ
05e5221f2e More static_cast
- expand some types
- gnarly std::pair issue with short to int8_t
- getLinkshellById now uses uint32_t
2017-10-22 20:51:25 -07:00
Maru
15e1c32f8b ActionCollision implementation work; More definitions for actionInfo; Fix compiler warnings; 2017-10-01 21:50:09 -03:00
Mordred
185c7e37ed Also adjusted item loading 2017-09-15 11:07:12 +02:00
Mordred Admin
924a4b3973 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
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
Mordred
5439e42062 Massivly modified project structure in server_zone 2017-08-18 17:16:15 +02:00
Renamed from src/servers/Server_Zone/Inventory.cpp (Browse further)