Turanszki Janos
b78e42eb85
scripting fix
2024-12-28 12:53:25 +01:00
Turanszki Janos
b0c8979af1
AMD: half precision interpolation was not enough for lightmap uv
2024-12-28 11:33:25 +01:00
Turánszki János
ac6fc30963
lightmap improvements
2024-12-27 16:01:52 +01:00
Turánszki János
9f11982eed
gui: added flag for disabling window title bar
2024-12-25 10:17:00 +01:00
Turánszki János
30bb9e10d5
fixed lightmap atlas generation for soft body and 8-influence skinned mesh
2024-12-23 17:13:15 +01:00
Dennis Brakhane
4db6c94b22
get rid of compiler warning ( #995 )
2024-12-23 09:25:52 +01:00
Turánszki János
ce9619601b
editor: added gui scaling combo box #992
2024-12-22 12:47:17 +01:00
Turánszki János
3e369a6f83
vulkan lightmap fix
2024-12-21 16:22:45 +01:00
Turánszki János
2fda798086
lightmap leak fixes; updated xatlas; ortho shader fixes; ( #993 )
2024-12-21 16:02:42 +01:00
Turanszki Janos
fa5fc4b21d
ortho projection shader fixes
2024-12-19 18:11:33 +01:00
Turanszki Janos
c4fdd60ab0
test script fix
2024-12-19 12:34:30 +01:00
Turánszki János
9a9e953c05
texture streaming: faster rate for mipmap unload; volumetric cloud multithreading fix;
2024-12-16 20:17:41 +01:00
Turánszki János
e46bb6d62c
added missing keyboard button lua bindings
2024-12-16 09:09:41 +01:00
Turánszki János
f5bdf9c712
added alt and altgr to input system
2024-12-16 09:02:30 +01:00
Turánszki János
97e08abfe5
impostor fix, character controller script fix, and some other refactors
2024-12-14 12:13:57 +01:00
Turánszki János
e2d59974be
make the build compatible with cpp20 ( #990 )
2024-12-13 14:28:08 +01:00
Turánszki János
163a94ca4e
adjoint matrix fix ( #989 )
2024-12-13 10:49:12 +01:00
Turánszki János
275e5f3791
using adjoint matrix for normal transform
2024-12-13 08:30:27 +01:00
Turánszki János
901686bee4
fp16 normal transform ( #988 )
2024-12-13 07:50:55 +01:00
Turánszki János
c8b84f09a9
changed location of vulkan shader cache and logging to be the application directory
2024-12-12 08:50:20 +01:00
Turánszki János
f11486081c
lightmap leaking fixes, optimizations ( #986 )
2024-12-10 09:59:54 +01:00
Turánszki János
842e2a0478
fp16 optimizations ( #985 )
2024-12-08 17:45:28 +01:00
CitroenGames
765fd549d4
fixing template windows cmake ( #983 )
...
* Update CMakeLists.txt
* improved build speed for windows
2024-12-08 10:28:07 +01:00
Turánszki János
17928bae94
some optimizations
2024-12-07 18:25:48 +01:00
Turánszki János
ad902527a8
removed remaining viewport emulation shaders usage #982
2024-12-05 07:59:27 +01:00
Turánszki János
9e2d4e4bb4
skip a bit of unnecessary work in some cases
v0.71.624
2024-12-03 16:47:26 +01:00
Turanszki Janos
fa9aab6db6
fix for spring initialization in vrm 0.0 models #981
2024-11-30 23:39:46 +08:00
Turanszki Janos
0975a5a808
character update is disabled when dt is 0, fixes an issue in pause
2024-11-26 22:06:03 +09:00
k4ss4n
bada687cba
copy imgui docking example fonts to build dir ( #979 )
...
Roboto-Medium.ttf expected in current/search directory:
https://github.com/turanszkij/WickedEngine/blob/
0a21fb5c612b161358d94c88edfe083f42006d6b/Samples/Example_ImGui_Docking/
Example_ImGui_Docking.cpp#L171
FONT_ICON_FILE_NAME_MD defined as "MaterialIcons-Regular.ttf" expected in
current/search directory:
https://github.com/turanszkij/WickedEngine/blob/
0a21fb5c612b161358d94c88edfe083f42006d6b/Samples/Example_ImGui_Docking/
Example_ImGui_Docking.cpp#L1605
without these fonts present, debug build of Example_ImGui_Docking fails
asserts:
https://github.com/turanszkij/WickedEngine/blob/
0a21fb5c612b161358d94c88edfe083f42006d6b/Samples/Example_ImGui_Docking/
ImGui/imgui_draw.cpp#L2151
2024-11-12 00:14:15 +01:00
k4ss4n
0a21fb5c61
Update Example_ImGui_Docking.cpp ( #978 )
...
Sponza folder has capital S and can't be found on linux if referenced with lower s.
2024-11-10 23:08:39 +01:00
Turánszki János
96ef92ba62
more fp16 computations in tonemap and improvement for depth of field
2024-11-08 06:55:21 +01:00
Turánszki János
15d9c944b6
added HDR calibration
2024-11-07 09:26:13 +01:00
Amer Koleci
b72659051f
Update JoltPhysics to stable v5.2.0 ( #977 )
...
Update JoltPhysics to stable v5.2.0 (https://github.com/jrouwe/JoltPhysics/releases/tag/v5.2.0 )
Co-authored-by: Turánszki János <turanszkij@users.noreply.github.com >
2024-11-07 08:01:42 +01:00
Turánszki János
9c86ab414c
HDR fullscreen toggle crash fix
2024-11-06 20:02:20 +01:00
Turánszki János
d6d870706a
added lua functions: IsThisEditor(), ReturnToEditor(), IsThisDebugBuild()
2024-11-06 17:04:00 +01:00
Turánszki János
0985d4e3c9
updates to readme
2024-11-05 18:09:41 +01:00
Turánszki János
d27076a555
some fixes for ocean camera partially underwater, and input string convert changes
2024-11-05 18:06:43 +01:00
Turánszki János
69a81f97c0
input: xbox button-to-text avoid collision with regular letters
2024-11-05 07:47:56 +01:00
k4ss4n
158ef51b7b
reset profiler on test change ( #976 )
...
Set wi::profiler::SetEnabled(false) on test change of Samples/Tests build
target so it gets disabled again after enabling it on 65k instance test.
2024-11-05 07:33:14 +01:00
Turánszki János
36e3d97e83
texture streaming: allow 4 frames unload delay when there is memory shortage
2024-11-04 08:17:38 +01:00
Turánszki János
4f4cb75d8b
improved raytracing acceleration structure build performance for skinned meshes and hair particles
2024-11-03 17:59:16 +01:00
Turánszki János
6c1bcf6ca1
ray traced shadow: receiveshadow, cloaking opacity
2024-11-03 17:17:46 +01:00
Turánszki János
fbbc988d03
terrain heightmap import fix
2024-11-03 16:32:16 +01:00
Turánszki János
36ea992c99
terrain painter: fixed when sometimes the material brushes didn't show up
2024-11-03 15:56:49 +01:00
Turánszki János
3e06def595
updated dds.h
2024-11-03 15:55:32 +01:00
Turánszki János
abf72d4213
dds fixes for npot textures
v0.71.613
2024-11-02 11:06:06 +01:00
Turánszki János
c1d5ed9e2e
sprite drawrect anim serialization fix
2024-11-02 10:47:16 +01:00
Turánszki János
cdb193cee6
cloak effect: shadow retains some opacity
2024-11-02 10:15:33 +01:00
Turánszki János
3bd56c7426
fixes: localization cannot overwrite text input field value; sprite drawrectanim serialize fix;
2024-11-02 08:17:42 +01:00
k4ss4n
6e3ed8a8af
Update CMakeLists.txt ( #975 )
...
corrected minor spelling error
Co-authored-by: Turánszki János <turanszkij@users.noreply.github.com >
2024-11-02 07:22:28 +01:00