| .. |
|
android
|
Support enabling windowed mode
|
2023-12-03 18:12:03 +03:00 |
|
app
|
Make app::scene_application call scene->on_exit when stopped
|
2024-03-03 14:44:01 +03:00 |
|
async
|
Huge refactor: use util::exception everywhere instead of std exceptions
|
2023-08-06 18:33:07 +03:00 |
|
audio
|
Fix audio resampling in mp3 loading & in pitch effect: make the stream stop instead of infinitely looping the last resampled patch
|
2023-11-03 12:58:02 +03:00 |
|
bt
|
Add bt::nop node
|
2022-11-20 13:43:46 +03:00 |
|
cg
|
Use std::ranges for cg::area
|
2023-11-02 20:15:08 +03:00 |
|
ecs
|
Add a few debug assertions to ecs::container
|
2024-02-10 23:47:59 +03:00 |
|
fonts
|
Remove old NetPBM & PNG code in favour of new stb_* implementations
|
2023-12-04 18:00:08 +03:00 |
|
geom
|
Use faster quaternion rotation formula
|
2024-02-28 17:06:48 +03:00 |
|
gfx
|
Add comment about gfx::texture_view units
|
2024-03-04 13:49:11 +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
|
Fix setting thread name on macos
|
2023-08-15 12:10:42 +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
|
Switch lazy perlin arguments from vectors to points
|
2022-11-19 22:57:22 +03:00 |
|
phys
|
New gcc compilation fixes
|
2023-10-03 21:32:13 +03:00 |
|
prof
|
Support retrieving elapsed duration from a scoped profiler
|
2023-11-03 12:01:12 +03:00 |
|
random
|
Fix random::normal_distribution: actually use mean & stddev instead of always generating N(0,1)
|
2024-02-05 13:32:35 +03:00 |
|
react
|
Optimize util::signal & support signal<Args...>
|
2023-06-20 02:11:49 +03:00 |
|
rs
|
Huge refactor: use util::exception everywhere instead of std exceptions
|
2023-08-06 18:33:07 +03:00 |
|
sdl2
|
Fix building with OpenGL backend
|
2024-03-03 02:16:55 +03:00 |
|
sir
|
Fix sir::is_custom
|
2023-08-15 11:47:43 +03:00 |
|
ui
|
UI component factory base exception bugfix
|
2023-09-10 13:44:52 +03:00 |
|
ui_legacy
|
Move broken ui_scene_legacy to ui_legacy library
|
2023-07-14 20:54:28 +03:00 |
|
util
|
Remove duplicate hash_table::operator[] (how did this even happen?)
|
2024-03-03 02:14:41 +03:00 |
|
vecr
|
Add vecr::blur
|
2023-07-22 20:03:53 +03:00 |
|
wgpu
|
Add some defaults in wgpu sampler descriptor
|
2024-01-03 18:37:20 +03:00 |
|
CMakeLists.txt
|
Don't require wgpu-native with OpenGL api
|
2024-03-03 02:17:16 +03:00 |