Koray
eaf744e48d
fix unknown encoding: utf-8-sig
...
Fix for:
Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1179, in exec_module
File "<frozen site>", line 723, in <module>
File "<frozen site>", line 709, in main
File "<frozen site>", line 382, in addusersitepackages
File "<frozen site>", line 254, in addsitedir
File "<frozen site>", line 197, in addpackage
LookupError: unknown encoding: utf-8-sig
2026-02-15 14:11:26 +03:00
rtw1x1
06a686672b
Merge pull request #105 from rtw1x1/main
...
Packet miss match
2026-02-13 00:00:50 +00: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
rtw1x1
eea43e504c
Merge pull request #104 from MindRapist/mr-11
...
Several bug fixes
2026-02-12 23:51:49 +00:00
Mind Rapist
7a942e4fc0
Several bug fixes
2026-02-13 01:48:07 +02:00
rtw1x1
aa30091ced
Merge pull request #103 from mq1n/main
...
fix rare crash after char select
2026-02-12 22:54:55 +00:00
Koray
9a896f982d
fix rare crash after char select
2026-02-10 14:37:38 +03:00
d1str4ught
4bd8f8e66e
Merge pull request #101 from SunTrustDev/bugfix/tolower_breaking_utf8
...
tolower breaking utf8
2026-02-09 02:54:04 +01:00
SuntrustDev
335da689b6
Merge branch 'main' of https://github.com/d1str4ught/m2dev-client-src into bugfix/tolower_breaking_utf8
2026-02-09 02:48:00 +01:00
d1str4ught
6dfb708888
crash fix: when __ClearReserveDeleteWindowList() was destroying Windows, some might have pushed it's children for deletion to m_ReserveDeleteWindowList, invalidating iterators
2026-02-09 02:43:36 +01:00
SuntrustDev
6929730dd6
Change from korean_tolower to ascii_tolower for better understandability
2026-02-09 02:41:59 +01:00
d1str4ught
73defc20d0
crash fix: when __ClearReserveDeleteWindowList() was destroying Windows, some might have pushed it's children for deletion to m_ReserveDeleteWindowList, invalidating iterators
2026-02-09 02:34:03 +01:00
d1str4ught
de25f437ed
python3 lib with JIT enabled
2026-02-09 01:26:46 +01:00
d1str4ught
85609303d8
python 2.7 -> python 3.14
2026-02-09 01:07:50 +01:00
rtw1x1
0ca2a293c8
Merge pull request #100 from SunTrustDev/bugfix/guild-packet-crashes
2026-02-08 23:27:59 +00:00
SuntrustDev
19b894ba8f
Fix guild packet lenth dismatch by adding parameter length
2026-02-09 00:20:54 +01:00
rtw1x1
57691c7dbc
Merge pull request #99 from SunTrustDev/bugfix/missing-freetype
2026-02-08 21:44:12 +00:00
SuntrustDev
e3731fda30
Add missing freetype
2026-02-08 22:40:02 +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
rtw1x1
2b82fe2678
Merge pull request #97 from SunTrustDev/bugfix/refine-not-showing
2026-02-08 21:27:24 +00:00
SuntrustDev
23aa6807ef
Fix refine not showing item information
2026-02-08 22:24:15 +01:00
rtw1x1
43af66b808
Merge pull request #96 from rtw1x1/main
...
FreeType2 & Networking Overhaul
2026-02-08 20:03:55 +00:00
rtw1x1
a40c11859e
Merge branch 'd1str4ught:main' into main
2026-02-08 07:37:20 +00:00
rtw1x1
cda1c73bd3
Networking Overhaul: Modern packets, buffers, handshake, dispatch & security hardening
...
See Readme
2026-02-08 07:36:07 +00:00
d1str4ught
9afd6ee906
deform optimized even more
2026-02-08 07:35:41 +01:00
rtw1x1
058589ca1b
Merge branch 'd1str4ught:main' into main
2026-02-08 06:34:04 +00:00
rtw1x1
e0be217d3f
Merge pull request #94 from MindRapist/mr-9
2026-02-06 21:16:25 +00:00
Mind Rapist
a865e0c00f
MR-9: Instructions in README
2026-02-05 00:34:53 +02:00
rtw1x1
87cfa1540f
FreeType: LCD subpixel
2026-02-04 12:30:14 +00:00
rtw1x1
ba514d2e9a
FreeType: Kerning API and font adjustments
2026-02-04 11:59:36 +00:00
rtw1x1
4280220819
FreeType: TextBar boldness fix
2026-02-04 10:50:00 +00:00
rtw1x1
a3009f4bff
FreeType: Fixed mem leak and adjustments
2026-02-04 10:35:46 +00:00
rtw1x1
8f0b956fa9
Add FreeType 2-13.3 (vendor, LFS)
2026-02-04 08:43:22 +00:00
rtw1x1
ce5ef584c9
Implementation FreeType2-13.3
2026-02-04 08:37:37 +00:00
rtw1x1
00cd91524e
Merge pull request #91 from rtw1x1/main
...
Client: Implementation XChaCha20-Poly1305 via libsodium & client login key reworked
2026-02-04 08:23:42 +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
rtw1x1
857ef33627
Merge pull request #89 from MindL0ve/main
2026-02-01 20:52:57 +00:00
MindL0ve
ac7c9aed7c
Removed AlphaFog
2026-02-01 00:31:21 +03:00
MindL0ve
4a85743893
Removed Themida
2026-01-31 23:46:32 +03:00
MindL0ve
eb4dd129b9
Update NetStream.cpp
2026-01-31 23:40:14 +03: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
eadd6fa878
Update README.md
2026-01-30 01:23:41 +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
ac7306efb9
Merge pull request #87 from rtw1x1/main
...
QoL: LimitType & Value
2026-01-21 21:49:16 +00: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
ac614c2303
Merge pull request #85 from rtw1x1/main
...
fix: Mark refresh and BGM failure
2026-01-21 18:34:09 +00:00