kyuusokuna
  • Joined on 2024-06-11
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-05-01 19:58:14 +02:00
8bc6f68b3b convert gpu map format from buffer to texture2d
fa9190b0e5 remove vertex and index buffer from world shader
7cb6dbc3e6 remove rotation from world tiles and instead apply it on load into atlas
59cb6fb6c1 replace the name ground with dirt
3d85440aac stop recreating the framebuffer every frame if the aspect ratio is not 1:1
Compare 9 commits »
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-04-18 14:52:29 +02:00
7e1894984c add zoom to editor
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-04-18 13:44:22 +02:00
53a7ed7890 make editor camera independent of player camera
6305d0b096 split editor and game
ae9571d270 replace log.c/h with SDL_Log*
ba39a0e5eb replace map width/height and player pos_x/pos_y with i32vec2 size and position respectively
4ec664c8db replace math_graphics with glm version 1.0.3
Compare 5 commits »
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-04-14 14:14:05 +02:00
07af9deb6a update wgpu-native from v25.0.2.2 to v29.0.0.0
6dc54f9ef6 change map.name to be an array
6ac2b1fde0 set SDLMIXER_VENDORED to ON and vendor the required libraries into libs/SDL3_mixer/external
Compare 3 commits »
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-04-02 20:23:36 +02:00
85d1832a0c update dear imgui from 1.92.6-docking to 1.92.7-docking
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-04-02 17:59:49 +02:00
b549728a24 change world tiles texture from texture_2d_array to an atlas texture_2d
9dd37f6d40 replace the x64 specific change_map_tile() with a generic c implementation
8a5caf5c0d update SDL_mixer to SDL3_mixer 3.2.0
Compare 3 commits »
kyuusokuna pushed to master at Ammerhai/Mikemon 2026-04-01 18:27:09 +02:00
05b19704f8 update SDL3 from 3.2.20 to 3.4.2
1daf4d79f1 update dear imgui from 1.92.2b-docking to 1.92.6-docking
3b7d593f4e switch to reverse z and get rid of tilt sign flip
Compare 3 commits »
kyuusokuna commented on issue Ammerhai/work-calendar#9 2026-03-23 12:50:08 +01:00
Save/Load functionality

TODO: warn when loading fails

kyuusokuna created pull request Ammerhai/work-calendar#15 2026-03-23 12:49:05 +01:00
implement open_file_dialog, save_file_dialog and set_window_title for linux
kyuusokuna created branch save_load in Ammerhai/work-calendar 2026-03-23 12:47:42 +01:00
kyuusokuna pushed to save_load at Ammerhai/work-calendar 2026-03-23 12:47:42 +01:00
abb6556fd4 implement open_file_dialog, save_file_dialog and set_window_title for linux
kyuusokuna created pull request Ammerhai/work-calendar#14 2025-12-05 22:28:26 +01:00
Fix deletion of categories to actually delete the one clicked and not the last one.
kyuusokuna created branch category_deletion in Ammerhai/work-calendar 2025-12-05 22:28:10 +01:00
kyuusokuna pushed to category_deletion at Ammerhai/work-calendar 2025-12-05 22:28:10 +01:00
2e95908242 Fix deletion of categories to actually delete the one clicked and not the last one.
kyuusokuna created pull request Ammerhai/work-calendar#13 2025-12-05 22:01:58 +01:00
respect should_exit on linux as well
kyuusokuna created branch should_exit in Ammerhai/work-calendar 2025-12-05 22:01:47 +01:00
kyuusokuna pushed to should_exit at Ammerhai/work-calendar 2025-12-05 22:01:47 +01:00
a8f14b8f81 respect should_exit on linux as well
kyuusokuna created pull request Ammerhai/work-calendar#12 2025-12-05 21:57:08 +01:00
Fix using a c++23 extension with labels at the end of a block and fix writable strings warnings.
kyuusokuna created branch fixes in Ammerhai/work-calendar 2025-12-05 21:56:47 +01:00
kyuusokuna pushed to fixes at Ammerhai/work-calendar 2025-12-05 21:56:47 +01:00
908f7a3275 Fix using a c++23 extension with labels at the end of a block and fix writable strings warnings.