Commit Graph

139 Commits

Author SHA1 Message Date
server
64d1cc35c1 issue-9: add sash slot and actor part support 2026-04-16 21:08:27 +02:00
server
1eda856283 issue-4: expose biolog submit network helper 2026-04-16 17:26:51 +02:00
server
8a09d2c76a Project UI anchors from interpolated render state
Some checks failed
build / Windows Build (push) Has been cancelled
2026-04-16 10:56:45 +02:00
server
bfe52a81f9 Add high-FPS render pacing and telemetry
Some checks failed
build / Windows Build (push) Has been cancelled
2026-04-16 10:37:08 +02:00
server
ba6af8115b Add pack runtime profiling hooks
Some checks failed
build / Windows Build (push) Has been cancelled
2026-04-15 16:22:10 +02:00
server
229c809b96 Add secure m2p loader with runtime key enforcement
Some checks failed
build / Windows Build (push) Has been cancelled
2026-04-14 12:12:41 +02:00
SuntrustDev
127d60c604 Fix default guild mark, color and format 2026-03-04 20:18:02 +01:00
rtw1x1
faa8f99dfc ML: HotReload fix TextTail 2026-02-19 18:55:22 +00:00
Mind Rapist
6fb10a9135 Enable tooltip and countdown for all affects 2026-02-18 18:47:47 +02:00
rtw1x1
498c351d4c Merge pull request #110 from onurcan488/main 2026-02-18 15:52:06 +00:00
rtw1x1
5db5e5543f Merge pull request #113 from SunTrustDev/bugfix/text-fields-improvements 2026-02-18 15:50:53 +00:00
rtw1x1
9f292a1719 Merge pull request #112 from SunTrustDev/bugfix/map-markers-uniform-scaling 2026-02-18 15:50:41 +00:00
SuntrustDev
c687bf7ed4 Prevent Password fields from being cut/copied 2026-02-17 21:30:15 +01:00
SuntrustDev
65c265067d Restore original clear behavior (Clear both guild marks and NPC/Warps) 2026-02-17 20:26:19 +01:00
SuntrustDev
41aecfbc4d Implement uniform scaling (Fixes GF large maps marker positionng issues)
Clear guild terrain marker on map change
Add AtlasScale capability
2026-02-17 14:46:41 +01:00
SuntrustDev
264a0a43d7 Fix: Reverted to sequential pack loading to avoid race conditions
Loads packs one by one so that duplicate file resolution
follows a deterministic order (last pack wins). Parallel loading made
the effective order depend on lock acquisition order, allowing older
packs to override newer ones. Sequential load stays under ~1s (~350ms
on typical hardware), so the performance tradeoff is considered acceptable.
2026-02-17 10:30:13 +01:00
onurcan488
f895a1a4a2 DirectX8 to DirectX 2026-02-16 21:37:53 +03:00
Mind Rapist
3e604d5f10 Fog fixes 2026-02-16 16:47:52 +02:00
Mind Rapist
74a93ad116 Various fixes 2026-02-15 21:40:52 +02:00
rtw1x1
c34b46a9a4 Packet miss match
fixed: Packet miss match for command_safebox_money

fixed: Py_BuildException

log: Detailed TraceError for CreateMemoryFile
2026-02-13 00:00:23 +00:00
d1str4ught
85609303d8 python 2.7 -> python 3.14 2026-02-09 01:07:50 +01:00
SuntrustDev
19b894ba8f Fix guild packet lenth dismatch by adding parameter length 2026-02-09 00:20:54 +01:00
rtw1x1
a1f47ea520 Merge pull request #98 from MindRapist/mr-10 2026-02-08 21:33:15 +00:00
Mind Rapist
39030c5aed FreeType added, synched POINT_*'s, Celine's Splash Fix 2026-02-08 23:32:06 +02:00
SuntrustDev
23aa6807ef Fix refine not showing item information 2026-02-08 22:24:15 +01:00
rtw1x1
cda1c73bd3 Networking Overhaul: Modern packets, buffers, handshake, dispatch & security hardening
See Readme
2026-02-08 07:36:07 +00:00
rtw1x1
ce5ef584c9 Implementation FreeType2-13.3 2026-02-04 08:37:37 +00:00
rtw1x1
a9407a5781 fix: Key validation failure 2026-02-03 11:58:21 +00:00
rtw1x1
509e2638cb XChaCha20-Poly1305 via libsodium 2026-02-03 11:12:32 +00:00
d1str4ught
30ff18e982 helping branch prediction 2026-01-30 03:29:58 +01:00
d1str4ught
1eb9743742 character instance sorting to reduce overdraw 2026-01-30 02:46:33 +01:00
d1str4ught
48807bfc20 Merge pull request #86 from SunTrustDev/feature/STD-3
Remove unused atlas marker info (_point.txt files)
2026-01-30 01:17:53 +01:00
rtw1x1
50a665af78 QoL: LimitType & Value 2026-01-21 21:46:41 +00:00
Simone Romano
04c1806a8b Remove unused atlas marker info (_point.txt files) 2026-01-21 22:44:55 +01:00
rtw1x1
aabb6d0945 fix: Mark cooldown request 2026-01-21 18:31:43 +00:00
rtw1x1
b04f360612 fix: BGM failed to load 2026-01-21 12:39:38 +00:00
rtw1x1
2e2becf1a3 fix: Refresh Mark & Mark window lag spike
Added Server-Side mark broadcast
2026-01-21 08:34:32 +00:00
rtw1x1
9eea8d9bc0 ML-Client: Item Names client sided 2026-01-21 01:51:43 +00:00
rtw1x1
e40fdcb7d6 ML-Client: NPC Names client sided #2 2026-01-21 01:07:17 +00:00
rtw1x1
1903420820 ML-Client: NPC Names client sided 2026-01-21 00:22:18 +00:00
rtw1x1
7d0b5d545d Merge pull request #81 from ErLullo/letter-autoremove
letter-autoremove fix
2026-01-20 22:55:09 +00:00
rtw1x1
100dd2b87b fix: Optimized UTF8, BiDi, Debug 2026-01-20 21:23:31 +00:00
ErLullo
d08b2fb53b letter-autoremove fix 2026-01-15 11:12:35 +01:00
rtw1x1
34c6e514d4 Merge branch 'd1str4ught:main' into main 2026-01-07 17:53:31 +00:00
rtw1x1
874f6a7fd5 Merge pull request #72 from savisxss/main 2026-01-07 17:40:58 +00:00
Amun
6320f99388 Sound effects volume bug 2026-01-07 18:47:25 +02:00
savis
144dddb518 removed preload motions 2026-01-07 15:22:32 +01:00
rtw1x1
dfe2368c8f ML: Refactored Hot-Reload System 2026-01-07 09:55:18 +00:00
rtw1x1
c4cc59a4f2 ML: Hot reload locale system 2026-01-05 18:55:36 +00:00
savis
7718c65d7a add GameThreadPool 2026-01-05 17:20:12 +01:00