Commit Graph

14 Commits

Author SHA1 Message Date
Turanszki Janos b78e42eb85 scripting fix 2024-12-28 12:53:25 +01:00
Turánszki János 9b76e1c905 added lua bindings for HDR display control 2024-10-19 10:56:51 +02:00
Turánszki János 9650de6fe6 added missing lua binding 2024-10-19 10:16:22 +02:00
Turánszki János eed758a75b added SetFullScreen to Application + material saturation now affects … (#965)
added SetFullScreen to Application + material saturation now affects particles + added some missing lua bindings
2024-10-16 18:01:43 +02:00
Turánszki János 839b22aa63 more precise occlusion culling for ocean; shadow occlusion culling for hair particle; other updates; 2024-08-25 07:48:36 +02:00
Turánszki János e4d3c64631 lua loading screen interface (#816) 2024-03-14 17:47:16 +01:00
Turánszki János c4d4e88a68 added some lua bindings 2024-03-05 07:00:24 +01:00
Turánszki János 97553a1995 lua updates: decal, texture, refactors 2023-03-06 21:42:29 +01:00
Turánszki János 626b5ac6eb lua binding allocation removals, refactors 2023-03-04 16:30:51 +01:00
Turánszki János c4a0509a7b Block allocator for lua objects (#640)
- changes lua object allocations that use Luna wrapper from heap allocation to using block allocator
2023-02-11 12:58:35 +01:00
Turánszki János d914744585 lua binding for color space info display 2022-06-22 11:49:32 +02:00
Turánszki János 9af2855682 VRAM usage display 2022-06-03 14:52:58 +02:00
Turánszki János 00b2655329 added custom scaling factor to canvas (#416) 2022-04-23 09:50:46 +02:00
Turánszki János 74cb74d3c9 version 0.60 (#367)
- namespace refactor (example: wiGraphics:: -> wi::graphics)
  - provided namespace compatibility macro for old user code: WICKEDENGINE_BACKWARDS_COMPATIBILITY_0_59
- resource manager will return `Resource` instead of `shared_ptr<Resource>` objects
- MAD shader optimizations
- implemented alpha to coverage with alpha tested materials when MSAA is enabled
- alpha testing fix with transparent shadow maps
- TLAS and scene buffers will be recreated less frequently when things get added/removed from the scene
2021-12-03 21:22:27 +01:00