e354983a6d
messaging bug fix
2025-03-20 12:20:37 -07:00
ba5230e799
add announcement message support
2025-03-20 11:14:02 -07:00
8abf75a3e9
initial implementation (wojs)
...
-added CurrentZone property to Viking model
-implemented ``InviteBuddy`` and ``GetBuddyLocation``
2025-03-18 15:45:52 -07:00
344888f61f
make new messages not appear in message queue after 5 minutes instead of 30
2025-03-18 13:44:58 -07:00
c57d3589c0
sync with master
2025-03-18 13:01:54 -07:00
583bc04c1a
don't check message queue if message is type buddylist as to not conflict with `SBE
`
2025-03-18 12:49:05 -07:00
6fab853d5f
implement realtime communication with mmo server
...
-also added messages for anyone on wojs or earlier for ribbons
-mmo communication occurs in the ``MessagingService`` and ``BuddyService``
-for now this requires a DLL from the game client as we should not distribute the SmartFox client openly here due to it being closed sourced
2025-03-17 14:05:43 -07:00
69a2e33ee6
initial work
...
- add message to viking if level up is detected and wojs is game version
- crappy fix for bug where viking rank isn't displayed correctly in some areas
- add empty url's for audio and image (otherwise cutscene would not play)
2025-03-11 18:01:08 -07:00
e10f80580a
implement `BlockBuddy
`
...
messaging bug fix
2025-03-11 14:36:16 -07:00
5d0cb1581d
further system message fixes
2025-03-06 17:48:08 -08:00
b090604bc1
add message for earning xp (wojs)
2025-03-06 12:35:25 -08:00
7e29d5cd4a
add system message support
2025-03-06 12:01:37 -08:00
c8c70b220e
revert nullable `ToVikingId
`
2025-03-06 11:49:59 -08:00
b7b99cd353
add `IsPrivate
field to
Message
`
2025-03-06 11:33:08 -08:00
5bd62186f0
implement `RemoveBuddy
`
...
modify ``SendMessage``
add message of typeid 21 when reply is made
reworks some things in ``BuddyService``
2025-03-03 17:00:58 -08:00
4922223bb2
fix issues with replies
2025-03-02 19:56:11 -08:00
157f8fc455
implement endpoints in `MessagingController
`
2025-03-02 18:52:22 -08:00
c53b6b9348
implement `MessagingService
`
...
add additional messaging schemas
2025-03-02 18:20:35 -08:00