kyuusokuna
  • Joined on 2024-06-11
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 21:20:05 +01:00
31c4bde4bf cleanup: remove load_entire_file and m_string
1db5440767 change asset loading paths to not include the leading "../assets/"
Compare 2 commits »
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 20:28:11 +01:00
9810331253 remove old map_save_file
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 19:33:23 +01:00
f7915b63c7 save the load path and gpu buffer in the map struct
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 18:46:55 +01:00
0575989142 load maps into a struct instead of a global to allow for multiple to be loaded at once
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 18:36:22 +01:00
d9f1b61dca load maps into a struct instead of a global to allow for multiple to be loaded at once
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 17:55:54 +01:00
bec0f06e59 fix grid appearing deselected when dragging a selection outside the map
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-25 17:49:41 +01:00
d71daba073 pass view_projection matrix directly to the shaders instead of constructing it each time
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-23 18:20:07 +01:00
b48b5f0339 always show grid when tile picker is open
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-23 14:28:05 +01:00
a7635a0abf save time tints into imgui.ini and allow changing the number of tint points
kyuusokuna closed issue Ammerhai/Mikemon#9 2025-03-22 20:51:14 +01:00
controller support
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-22 20:48:26 +01:00
5aba854534 deselect tile when tile picker is closed
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-22 20:46:29 +01:00
f33ce18429 fix for minimized window
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-22 20:39:45 +01:00
e774305829 add grid and highlighting of selected tiles when picking
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-22 17:08:54 +01:00
4c84899084 add settings menu
ea31729a74 change max anisotropy to 16
Compare 2 commits »
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-21 21:36:04 +01:00
002bbcd097 add a MainMenuBar and make Tile Picker and Demo Window hidden by default
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-21 12:35:13 +01:00
dc7c424d7f update dear imgui from 1.91.8 to 1.91.9b and switch to docking branch
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-20 20:26:24 +01:00
d9bf936f0d add basic gamepad support
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-20 20:22:59 +01:00
75b555ef31 add basic gamepad support
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-20 19:45:33 +01:00
19e75d3807 add day/night color tints
kyuusokuna pushed to master at Ammerhai/Mikemon 2025-03-20 18:55:47 +01:00
6f3e0dd45c add day/night color tints