jankes44
0fa9a2f46a
add handling for other linux distros
2025-12-22 01:38:43 +00:00
ausser
b6c11aa516
Fix POS_FIGHTING timer for aggressive skill casts
...
Update combat timestamp on aggressive skill cast to prevent POS_FIGHTING from expiring when skills deal 0 damage.
2025-12-20 03:58:45 +02:00
Mind Rapist
337ce421c0
MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates + Macros removed
2025-12-20 02:26:50 +02:00
Mind Rapist
b389e30db7
Merge branch 'mr-2' of https://github.com/MindRapist/m2dev-server-src into mr-2
2025-12-20 01:56:41 +02:00
Mind Rapist
47caa3e076
MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates + Macros removed
2025-12-20 01:55:05 +02:00
d1str4ught
5b5ddd5d6b
Merge branch 'main' into mr-2
2025-12-20 00:19:49 +01:00
d1str4ught
d486caa4f7
feature macros removed
2025-12-20 00:14:55 +01:00
Mind Rapist
6850f3f98e
MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates
2025-12-19 22:31:43 +02:00
Mind Rapist
755b0e20a8
MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates
2025-12-19 21:59:28 +02:00
rtw1x1
7748a50009
Remove FIX_BATTLE_INACTIVITY_TIMEOUT preprocessor directive
2025-12-19 15:44:17 +00:00
rtw1x1
e6b609c817
fix: POS_FIGHTING state
2025-12-19 15:38:13 +00:00
Mind Rapist
418afb19f4
MRMJ-1: Messenger & Skills fixes
2025-12-17 11:37:15 +02:00
Mind Rapist
0bc4fb8ba5
MRMJ-1: Messenger & Skills fixes
2025-12-15 12:14:01 +02:00
Mind Rapist
57db6f3ef6
MRMJ-1: Messenger & Skills fixes
2025-12-14 06:40:27 +02:00
Mind Rapist
0f79d890ba
MRMJ-1: Messenger & Skills fixes
2025-12-14 05:17:16 +02:00
d1str4ught
08b93e2ec8
Merge pull request #19 from rtw1x1/main
...
Fix Login failure. Credits @m2Ciaran, @Mind Rapist
2025-11-13 18:53:19 +01:00
rtw1x1
92e41829a3
Fix login failure. Credits @m2ciaran, @Mind Rapist
2025-10-13 20:37:00 +01:00
rtw1x1
f414e39b0b
Fix login failure. Credit @m2ciaran, @Mind Rapist
2025-10-13 20:34:45 +01:00
savis
f9aebd2f91
removed matrix
2025-10-13 19:17:41 +02:00
d1str4ught
8a39a82b91
guild packets same size
2025-09-30 11:27:22 +02:00
d1str4ught
7504f3ae61
missing eFileUpdateOptions from a removal fixed
2025-09-28 15:40:16 +02:00
meneleos
173c6828a8
some fixes
2025-09-26 22:03:13 +03:00
d1str4ught
48b1809b47
Merge branch 'main' into blockcountry-cleanup
2025-09-26 00:01:22 +02:00
d1str4ught
214306f738
Merge pull request #12 from Berkaykrdl/ipban-cleanup
...
chore: unused ip ban removed
2025-09-26 00:00:19 +02:00
d1str4ught
cefac2c68c
Merge pull request #11 from Berkaykrdl/vcard-cleanup
...
chore: vcard removed
2025-09-26 00:00:06 +02:00
d1str4ught
8701a9caf8
Merge branch 'main' into filemonitor-cleanup
2025-09-25 23:59:38 +02:00
Berkay
e4ac10025d
chore: blockcountry, blockexception removed
2025-09-23 00:32:01 +03:00
Berkay
45bf57a511
chore: unused ip ban removed
2025-09-23 00:26:45 +03:00
Berkay
bba2b8fff8
chore: vcard removed
2025-09-23 00:21:28 +03:00
Berkay
ede7533074
chore: limit time & valid server check removed
2025-09-23 00:14:45 +03:00
Berkay
c8cb3e818b
chore: unused fm removed
2025-09-23 00:11:19 +03:00
Berkay
db7694e879
chore: auth brazil removed
2025-09-23 00:01:15 +03:00
d1str4ught
4f75aa1acd
logging changed to spdlog
2025-09-22 04:14:59 +02:00
d1str4ught
37b15a7a98
guild mark uploading fixed
2025-09-22 02:44:38 +02:00
d1str4ught
a9c6cfc7dc
sources moved to C++20
2025-09-22 00:59:25 +02:00
d1str4ught
faf6b74507
packet send crash fix
2025-09-18 15:46:02 +02:00
Koray
581605e6fd
fix pointer precision loss for x64 pointers in Lua
2025-09-13 13:38:30 +03:00
mq1n
ccbaa03dba
add missing ch data
2025-09-02 20:41:35 +03:00
mq1n
bccf27ed6a
refactor arena iteration in AddArena
...
To solve:
/home/test/m2dev-server-src/src/game/arena.cpp:83:75: error: comparison between pointer and integer ('CArena *' and 'bool')
83 | if ((CArena*)(*iter)->CheckArea(startA_X, startA_Y, startB_X, startB_Y) == false)
2025-09-02 20:30:12 +03:00
mq1n
b2f39b365f
remove FreeBSD specific MD5 includes
...
To solve: unknown type name 'MD5_CTX'
2025-09-02 20:28:05 +03:00
mq1n
fd1df0b328
add git derived version info
2025-09-02 20:25:54 +03:00
mq1n
2ba77cdc46
enabled detailed packet logs for easier debugging
2025-09-02 19:24:11 +03:00
mq1n
4ebc19a261
refactor some code to prevent possible crashes and bugs
2025-09-02 19:03:54 +03:00
savis
530466fb17
removed passpod
2025-09-01 21:33:09 +02:00
savis
4a943ed998
removed billing
2025-09-01 19:56:49 +02:00
savis
286439aada
removed teen_packet
2025-09-01 19:28:18 +02:00
d1str4ught
526cc3ba56
loading quests fixed & qc added to build
2025-08-29 00:15:54 +02:00
d1str4ught
916c4c0a6d
auction removed
2025-08-28 22:52:22 +02:00
d1str4ught
c1e308cd78
item_set and item_del packets normalized
2025-08-28 22:42:00 +02:00
d1str4ught
329eb74e7d
pcbang removed
2025-08-28 20:24:27 +02:00