d1str4ught
cb0c5d8fc9
Merge pull request #5 from mq1n/main
...
fix camera glitch issue
2025-08-28 18:38:54 +02:00
d1str4ught
6315ca3639
adding error log back when dynamic packet size is not enough
2025-08-28 00:01:27 +02:00
d1str4ught
6582927612
LinearInterpolation and HermiteInterpolation added to Utils.h
2025-08-27 22:30:57 +02:00
mq1n
e4a321698e
fix camera glitch issue
2025-08-27 23:30:28 +03:00
d1str4ught
6459c9fa03
Merge pull request #4 from amun3808/new-audio-system
...
New sound system & removed miles
2025-08-27 21:41:38 +02:00
Amun
71e906b8f2
New sound system & removed miles
2025-08-27 21:55:11 +03:00
d1str4ught
eedc2a0748
sequence table removed -> deterministic random for sequence generation
...
to change the seed search for SEQUENCE_SEED
2025-08-27 16:56:22 +02:00
d1str4ught
685cc02fc7
image loading reworked
2025-08-27 16:23:19 +02:00
d1str4ught
a479d5a57b
log files moved under log folder
2025-08-27 14:36:08 +02:00
d1str4ught
5aad7c88f5
PyTuple_GetPointer fixed
2025-08-27 14:35:56 +02:00
d1str4ught
f7e0248edd
Merge pull request #2 from amun3808/main
...
More pyvalue pointers
2025-08-27 13:43:22 +02:00
Amun
d3991c0775
Small mem leak
2025-08-27 14:34:57 +03:00
Amun
f33d8fc183
More pyvalue pointers
2025-08-27 14:32:26 +03:00
d1str4ught
4385a2c709
PyTuple_GetPointer introduced
2025-08-27 13:22:41 +02:00
d1str4ught
4e6a7f1b08
some ptr type conversions fixed
2025-08-27 12:56:02 +02:00
d1str4ught
67cabc3c89
removed all defines which are defined in the CMakeLists.txt
2025-08-27 12:48:33 +02:00
d1str4ught
f6ac84f91f
Merge pull request #1 from mq1n/main
...
Fix some build problems
2025-08-27 12:39:28 +02:00
d1str4ught
58b1def270
libs moved to normal repo from LFS
2025-08-27 12:29:59 +02:00
d1str4ught
15053eb86b
lib files moved from LFS to normal repo
2025-08-27 12:29:24 +02:00
d1str4ught
fb7eba799e
new mesh deformer using SSE2 instructions
2025-08-26 04:40:28 +02:00
d1str4ught
f78aa5bbc8
small fix for restoring render states
2025-08-26 02:47:08 +02:00
d1str4ught
27c683a36b
StateManager save functions reworked to work like a stack
2025-08-26 02:33:21 +02:00
d1str4ught
d8f6f0ea6b
effect updating moved to update from render & rendering performance checker removed
2025-08-25 22:29:58 +02:00
d1str4ught
67475fde15
GPU leaf placement fixed and enabled
2025-08-25 22:08:36 +02:00
d1str4ught
24b1ca495b
pool FreeAll and Destroy fixed
...
there could have been memory leaks and undefined behaviors if the objects destructors were not called and the object it pooled contained objects that are constructed (like std::string)
2025-08-23 19:48:15 +02:00
d1str4ught
71ba5e0c9b
more packets using fixed size integers
2025-08-23 14:00:19 +02:00
mq1n
3090b79139
Fix WIN32_LEAN_AND_MEAN warning spam
...
Added a check before defining WIN32_LEAN_AND_MEAN to prevent redefinition warnings or errors
2025-08-23 09:29:38 +03:00
mq1n
e172d6cff6
Update CMake minimum required version to 3.10
...
Raised the minimum required CMake version to 3.10 in cryptopp and zlib CMakeLists.txt files to ensure compatibility with newer CMake features and improve build consistency
2025-08-23 09:28:17 +03:00
d1str4ught
da4b83f27b
unused variable removed
2025-08-23 03:41:29 +02:00
d1str4ught
fd520d3dc6
old CWebBrowser removed
2025-08-23 03:32:16 +02:00
d1str4ught
d10ee0fc26
WebView2 added as embedded browser
2025-08-23 03:32:06 +02:00
d1str4ught
18b92aaeb6
multisample antialiasin turned off for UI rendering
2025-08-23 03:04:10 +02:00
d1str4ught
a2c3890527
batched text rendering
2025-08-23 00:16:24 +02:00
d1str4ught
f5eb9e391b
pool.h cleared up
2025-08-22 23:20:32 +02:00
d1str4ught
1dbb9c6410
effect decorators removed
2025-08-22 23:18:06 +02:00
d1str4ught
1221f98459
small fix in new mem pooling
2025-08-22 22:42:19 +02:00
d1str4ught
8dbbc516b6
better memory pooling
2025-08-22 22:41:29 +02:00
d1str4ught
c7cad02e54
base vertex index fixed
2025-08-22 22:17:56 +02:00
d1str4ught
44a992fa1b
small fix
2025-08-22 21:56:57 +02:00
d1str4ught
6e42f1af3c
small fixes
2025-08-22 20:39:23 +02:00
d1str4ught
5b71a1e352
small fixes regarding throwing pts around to python and back
2025-08-22 19:58:14 +02:00
d1str4ught
66bcca77c2
packets using fixed size integer types
2025-08-22 19:30:30 +02:00
d1str4ught
b3da5b9c3c
small renamings
2025-08-22 19:19:43 +02:00
d1str4ught
729a6624ee
config files moved under config folder
2025-08-19 19:03:32 +02:00
d1str4ught
5fddbde67b
missing DbgHelp lib added
2025-08-19 18:56:07 +02:00
d1str4ught
a09b1b4eea
small fix for x64
2025-08-19 18:48:59 +02:00
d1str4ught
61a04096ee
x64 crashes fixed
2025-08-19 03:54:44 +02:00
d1str4ught
e87b6fc67b
ported to DX9
2025-08-19 03:18:56 +02:00
d1str4ught
97a82baa4a
compile error fixes
2025-08-19 01:08:41 +02:00
d1str4ught
ea712bec83
file encoding to utf-8
2025-08-19 00:30:50 +02:00