1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 02:07:46 +00:00
Commit graph

89 commits

Author SHA1 Message Date
mordred
df8a5aacae Renamed GamePacketNew... finally 2019-03-08 15:34:38 +01:00
mordred
3e4964e65c Refactor -> this has been bothering me for a while... 2019-03-08 09:43:56 +01:00
Mordred
e34c4a805c Merge pull request #524 from NotAdam/action_rewrite
WIP action rewrite
2019-03-08 00:08:10 +01:00
Mordred
34b437e16d Improving log readability for client actions 2019-02-24 11:10:55 +01:00
NotAdam
7ecbbd07c7 cleanup some unneeded log output 2019-02-11 14:51:56 +11:00
NotAdam
f9abeee2f7 fix effect packets not showing the action name after the initial cast 2019-02-11 11:47:04 +11:00
NotAdam
7ccea66120 refactor ActionInterruptType and move it into common 2019-02-10 21:21:34 +11:00
NotAdam
ff712cfb0b handle damaged based interrupts versus regular cast interrupts 2019-02-10 21:12:22 +11:00
NotAdam
5f98d00d48 correctly capture itemaction source slot/container from cast packet 2019-02-10 19:50:28 +11:00
NotAdam
4c888aba1b VFX ItemAction handling 2019-02-09 21:48:42 +11:00
NotAdam
5b66b5433f proper action type handling 2019-02-09 19:26:31 +11:00
NotAdam
274a591fed move effectentry to common, minor refactoring 2019-02-09 17:07:53 +11:00
NotAdam
370261591e basic action sanity checking, partial casting support, some cleanup 2019-02-09 15:39:05 +11:00
NotAdam
2cf1b5aaf7 ignore invalid actions and pass action data into manager 2019-02-09 14:45:28 +11:00
NotAdam
6f5591220b fix dependency on packetcontainer when gameconnection handlers are split into another file 2019-02-09 14:44:57 +11:00
NotAdam
125e877409 remove old actioncast setup 2019-02-08 22:07:49 +11:00
NotAdam
37f71da03c cleanup teleport query code 2019-02-08 21:20:53 +11:00
NotAdam
a90dfca45f remove most code related to the old action implementation 2019-02-08 21:18:01 +11:00
NotAdam
c12348a52e skeleton action handling inside actionmgr, packet fixes 2019-02-08 21:04:48 +11:00
AriAvery
cbae2c7a69 small fix 2019-02-06 19:03:24 +01:00
AriAvery
64c814157b Mostly retial like movement + bnpcs auto attack move delay 2019-02-06 18:51:51 +01:00
AriAvery
434b8d421e moved vec3 pos into his own files 2019-02-06 11:12:29 +01:00
AriAvery
dd9cb1aae3 fixes no.2 2019-02-06 09:38:31 +01:00
AriAvery
8f012777a2 fixes 2019-02-06 09:27:30 +01:00
AriAvery
baedbf6e71 Improved player momvement 2019-02-06 08:49:57 +01:00
NotAdam
b777f24195 refactor minion to companion and add companion spawning 2019-02-02 23:06:57 +11:00
NotAdam
f084b34c3a #472 - fix gc ranks being read incorrectly in examine packet 2019-02-01 14:01:33 +11:00
NotAdam
290587592a cleanup tellhandler and allow GMs to send messages to busy players 2019-01-31 13:13:46 +11:00
Adam
b0f3e51f79 Merge pull request #515 from JeidoUran/gmtells
GM Tells fixed
2019-01-31 10:06:03 +11:00
Mordred
ace1d043ac Some more targetId fixes 2019-01-30 23:48:09 +01:00
JeidoUran
9a4c8b3253 Fixed GM Tells 2019-01-30 18:29:11 +01:00
Mordred
0ea201fd5e Quest mobs will be highlighted as such. Retreating mobs will have the target properly reset. Spawning range slightly decreased 2019-01-29 00:10:21 +01:00
NotAdam
1380db037a fix UB caused by invalid GC id, set GC rank when changing gc if one isnt set - fixes #472 2019-01-28 18:58:02 +11:00
NotAdam
edd050ece9 heal npcs when retreating, set hp to max when retreat finishes, cleanup 2019-01-26 13:40:02 +11:00
NotAdam
7cef77e2eb set correct bnpc animation when aggro'd/passive 2019-01-26 11:39:44 +11:00
Mordred
b0649858fa Despawn and respawn dead bnpcs 2019-01-23 22:37:55 +01:00
Mordred
813ad98c5f Fixed bnpc movement 2019-01-20 23:49:43 +01:00
Mordred
46205e9db4 BNpcs will now also initiate combat when being attacked, Death should reset them properly. 2019-01-20 13:36:34 +01:00
Mordred
2909775875 Merge pull request #484 from itsMaru/develop
RNGManager PoC
2019-01-20 00:39:50 +01:00
Mordred
092825c42c Fixed mobs not being killable and spawning will use the correct state 2019-01-20 00:20:35 +01:00
Maru
98f2720fa2 RNGManager PoC, fix overuse of static cast 2019-01-19 21:20:23 -02:00
NotAdam
9712f94d00 cleanup spawn slot handling for bnpcs 2019-01-19 19:28:12 +11:00
Mordred
83a8fc4456 Cleaned up bnppc code, fixed effect packet 2019-01-19 01:15:17 +01:00
NotAdam
efab738660 fix some event debug message formatting 2019-01-15 18:20:21 +11:00
Mordred
f468949df2 Temporary fix for resetting directors. Eventually zoning needs to be streamlined 2019-01-13 17:32:43 +01:00
Mordred
51242ce5dc Fixed remaining g_log appearances and fmt usage 2019-01-13 13:19:15 +01:00
Mordred
b0760043c3 Fixed tell, fixed examine, fixed equipping gear, fixed itemlevel 2019-01-12 22:53:16 +01:00
JeidoUran
73f261927b More GM Call/Jump fixes 2019-01-06 16:25:51 +01:00
JeidoUran
12c053cdda Changed 'u3b' to 'isGm' and made it a bool 2019-01-06 04:48:54 +01:00
JeidoUran
4678cfde3a Merge branch 'develop' into crashes_fix 2019-01-06 02:22:09 +01:00