| .. |
|
android
|
Better touch events support
|
2024-08-22 18:36:37 +03:00 |
|
app
|
Support native limits in wgpu device creation
|
2024-11-14 13:48:40 +03:00 |
|
async
|
Huge refactor: use util::exception everywhere instead of std exceptions
|
2023-08-06 18:33:07 +03:00 |
|
audio
|
Rely on float->int conversion instead of std::floor in audio resampler hot loop
|
2024-11-29 00:07:02 +03:00 |
|
bt
|
Add bt_log macro for logging AI actions
|
2024-11-18 16:38:21 +03:00 |
|
cg
|
Rename util::begin/end -> xbegin/xend to prevent ambiguity via ADL
|
2024-08-17 20:19:07 +03:00 |
|
ecs
|
Fix constructors & destructors order
|
2024-11-28 18:55:17 +03:00 |
|
fonts
|
Make freetype fully optional
|
2024-08-21 13:45:45 +03:00 |
|
geom
|
Fix GCC false positive -Warray-bounds in geom::swizzle when using ubsan
|
2024-11-19 19:09:01 +03:00 |
|
gfx
|
Move heavy gltf animation code to a cpp file
|
2024-11-14 21:45:08 +03:00 |
|
group
|
Add cyclic & dihedral group serialization
|
2023-05-29 13:04:43 +03:00 |
|
io
|
Add io::istream::finished() method
|
2023-12-03 20:31:48 +03:00 |
|
log
|
Huge refactor: use util::hash_table instead of std::unordered everywhere
|
2024-06-03 14:36:39 +03:00 |
|
ml
|
New gcc compilation fixes
|
2023-10-03 21:32:13 +03:00 |
|
parser
|
Huge refactor: use util::exception everywhere instead of std exceptions
|
2023-08-06 18:33:07 +03:00 |
|
pcg
|
Huge refactor: use util::hash_table instead of std::unordered everywhere
|
2024-06-03 14:36:39 +03:00 |
|
phys
|
New gcc compilation fixes
|
2023-10-03 21:32:13 +03:00 |
|
prof
|
Remove template dependance on float/double in util::statistics_log_bucket
|
2024-08-21 19:17:10 +03:00 |
|
random
|
Fix random int generation
|
2024-08-16 18:13:59 +03:00 |
|
react
|
Add debug markers to react::value internal nodes to track their lifetime
|
2024-08-01 22:23:18 +03:00 |
|
rs
|
Huge refactor: use util::hash_table instead of std::unordered everywhere
|
2024-06-03 14:36:39 +03:00 |
|
sdl2
|
Support native limits in wgpu device creation
|
2024-11-14 13:48:40 +03:00 |
|
sir
|
Refactor trivial serialization
|
2024-03-27 21:37:10 +03:00 |
|
ui_legacy
|
Move broken ui_scene_legacy to ui_legacy library
|
2023-07-14 20:54:28 +03:00 |
|
util
|
Add util::null_ostream
|
2024-11-18 16:36:02 +03:00 |
|
vecr
|
Support filter in vecr renderer
|
2024-08-07 18:48:29 +03:00 |
|
wgpu
|
Support native limits in wgpu device creation
|
2024-11-14 13:48:40 +03:00 |
|
CMakeLists.txt
|
Don't require wgpu-native with OpenGL api
|
2024-03-03 02:17:16 +03:00 |