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

45 commits

Author SHA1 Message Date
Reyli
9435e6e66a General warning cleanup 1
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
  - Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
  - Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
collett
1b4dcd2786 add SayEventHandler 2024-06-21 05:17:48 +09:00
collett
06d6f4db30 remove WorldInteractionHandler as it turns out it's just another ClientTrigger.
handler merged and values used by WorldInteractionHandler fit perfectly in ClientTriggerType(name picked up from 3.x).
also update the packet and rename params to be more consistent
2024-06-17 02:14:12 +09:00
collett
46295cc7dd Merge remote-tracking branch 'remotes/collett/Sapphire5.58' into retail 2024-06-12 05:35:17 +09:00
Mordred
67e17143c4 PartyMgr, ChatChannelMgr ported from 3.x 2023-05-30 22:42:20 +09:00
Liam
1a20febd8a update for tcp oodle 2023-05-03 00:13:19 -04:00
Skyliegirl33
ea27ff3a55 Gearset handler, mount item action, some GLA starting quests.
This is #732 with 25eaa62fa0 merged, cleaned up and slightly modified to avoid client desync.
2023-02-07 06:10:10 +09:00
Skyliegirl33
1f6b31dd4c Update opcodes and fix CFCommenceHandler 2021-09-13 18:53:53 +02:00
コレット
23b7b052a1
PublicContent support. (#720)
* PublicContent support.

* update code
2021-08-16 18:18:29 +10:00
コレット
b1e430cf39
CF register fix. (#719)
* CF register fix.

* typo
2021-08-10 16:55:10 +10:00
collett
b014b9265d housing edit interior 2021-07-29 02:01:02 +09:00
collett
301bd61180 update to 5.55 hotfix
Co-authored-by: Jeido Uran <tourais.q@gmail.com>
2021-07-27 07:33:55 +09:00
collett
f5c9e56aa1 bug fixes and implement house exterior editing. 2021-02-06 05:18:26 +09:00
collett
3d4e39846c implement diving 2020-11-16 17:11:05 +09:00
collett
570eb19b18 Add TradeMultipleReturnEventHander, seen in quests where the player trade more than 1 item to an npc. 2020-06-21 19:49:52 +09:00
collett
ecd8adf21b implement "/sit" on world obj 2020-06-15 08:36:27 +09:00
collett
01555ee8da Fix CFCancel, more opcode update. 2020-05-01 20:19:10 +09:00
NotAdam
ca102697f4 move to new service locator 2020-03-01 11:58:26 +11:00
NotAdam
3a2272594e start of new service locator impl 2020-03-01 11:58:25 +11:00
kbasikhin
4c4fff58ce using static and reinterpret casts instead of old style casts 2019-12-30 13:58:41 +03:00
NotAdam
891a73720d rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
6b44dc9a6e rename InitUI -> PlayerSetup, AddStatusEffect -> EffectResult 2019-06-20 14:48:24 +10:00
NotAdam
90d1fbc3ea refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
Mordred
fc2c3248de Some naming changes for actions 2019-04-28 23:34:43 +02:00
Mordred
6c8124373c Changed the way players are being iterated for updating, some questbattle additions 2019-04-07 13:27:56 +02:00
NotAdam
aac14164b8 add malformed packet check back in and handle lobby connections better 2019-03-26 17:33:00 +11:00
mordred
bd497a74a9 Great improved connection stability when connecting to a remote world-server 2019-03-20 09:15:57 +01:00
mordred
3e4964e65c Refactor -> this has been bothering me for a while... 2019-03-08 09:43:56 +01:00
NotAdam
c12348a52e skeleton action handling inside actionmgr, packet fixes 2019-02-08 21:04:48 +11:00
Maru
98f2720fa2 RNGManager PoC, fix overuse of static cast 2019-01-19 21:20:23 -02:00
NotAdam
efab738660 fix some event debug message formatting 2019-01-15 18:20:21 +11:00
Mordred
51242ce5dc Fixed remaining g_log appearances and fmt usage 2019-01-13 13:19:15 +01:00
Mordred
b0ab052bd4 Changed sendDebug to use fmt aswell 2019-01-05 12:32:10 +01:00
NotAdam
4dc80de5f2 fix log calls not outputting hex as it used to 2019-01-04 22:48:09 +11:00
NotAdam
2a205cc2db convert more log calls to format string 2019-01-04 22:37:01 +11:00
NotAdam
cd19435876 somewhat working marketboard implementation 2019-01-01 17:29:06 +11:00
NotAdam
717acba9cb fix oob error on market board result lists and correctly sort the items 2019-01-01 14:19:44 +11:00
NotAdam
50d1d9d492 correctly send marketboard item list 2019-01-01 11:51:48 +11:00
NotAdam
dd8290150b Merge remote-tracking branch 'upstream/dependency_injection' into housing 2018-12-29 12:43:03 +11:00
NotAdam
46924ccdd5 fix container handling issue where they were created incorrectly 2018-12-27 15:52:48 +11:00
NotAdam
d3301b0b9f add external housing object placing 2018-12-26 18:11:18 +11:00
Mordred
101f284003 More fw related cleanup 2018-12-23 13:26:33 +01:00
Mordred
f52588cdb2 Progress... 2018-12-23 03:53:08 +01:00
Mordred
d03e7a43a6 Added BaseManager and moved DebugCommandHandler to Manager 2018-12-22 22:25:03 +01:00
mordred
ea64b65331 Restructured project slightly 2018-12-13 12:40:42 +01:00
Renamed from src/servers/sapphire_zone/Network/GameConnection.cpp (Browse further)