Commit graph

  • c61bb3acd9 chore: added .dir-locals.el main Sara Gerretsen 2025-10-26 14:09:17 +0100
  • dadbbb7697 feat: formatting rules changes Sara Gerretsen 2025-10-26 13:36:34 +0100
  • c341f034fa chore: formatted main Sara Gerretsen 2025-10-25 23:16:38 +0200
  • 59fec07d69 chore: added .clang-format Sara Gerretsen 2025-10-25 21:04:20 +0200
  • f1dbccdd17 chore: minor formatting simplification Sara 2025-09-20 16:03:42 +0200
  • 001eeae689 fix: roll total not updating properly & die remove not working Sara 2025-09-20 16:00:47 +0200
  • dcb8f35d5e fix: increased size of ui data arena size Sara 2025-09-20 14:02:17 +0200
  • 9acea87ab8 feat: translated entire codebase to C++ Sara 2025-09-20 00:52:47 +0200
  • 00569f2ef1 chore: formatting fix in style.h Sara 2025-09-19 14:13:03 +0200
  • 9cf17fe2b9 feat: separated panel and list container styles Sara 2025-09-19 14:12:26 +0200
  • e5591a18d8 fix: PanelBorder header declaration spelling Sara 2025-09-19 12:35:12 +0200
  • 2c4d9db441 chore: adjusted formatting in style.c Sara 2025-09-19 12:34:55 +0200
  • 1e93025bf3 feat: added a 10ms delay to each frame to avoid using too much CPU Sara 2025-09-19 12:34:21 +0200
  • 98e96f5672 chore: lowereds scroll speed Sara 2025-09-19 12:33:53 +0200
  • e2c7a22629 fix: active dice set container now shows all dice properly Sara 2025-09-19 12:33:20 +0200
  • f4bfca5470 chore: compacted dice selector Sara 2025-09-19 12:32:43 +0200
  • 3b2ea85fe7 feat: added recoloured 'selected' dice button alternatives Sara 2025-09-19 12:30:02 +0200
  • df86dd586c feat: increased size of dice icons Sara 2025-09-18 21:04:38 +0200
  • 033597f4c9 chore: added explanation to seemingly unneeded include of "resources.h" Sara 2025-09-18 17:04:29 +0200
  • e3638788e5 feat: added border to TextButton Sara 2025-09-18 15:36:42 +0200
  • 461a233eb2 feat: separated button style into warning and proceed Sara 2025-09-18 15:36:32 +0200
  • b63449319a feat: removed unneeded container and moved roll total between clear and roll button Sara 2025-09-18 15:34:01 +0200
  • f214f4728b chore: moved add coint button to the bottom of the list Sara 2025-09-18 15:33:24 +0200
  • f379ed1b86 chore: moved Dice_Roll to location that matches with the header Sara 2025-09-18 15:32:55 +0200
  • a379de4374 feat: adjusted dice icons Sara 2025-09-18 15:32:20 +0200
  • bbc42fad1c chore: placed max length macros closer to relevant elements Sara 2025-09-18 15:00:01 +0200
  • 9dc64ba962 feat: renamed Die namespace to Dice Sara 2025-09-18 14:57:05 +0200
  • 420f4e5244 fix: deleting bin/assets/ before copying Sara 2025-09-18 12:11:37 +0200
  • f9234dc9a2 feat: implemented die images Sara 2025-09-18 12:11:13 +0200
  • bdca66b4fd feat: adjusted size of icons Sara 2025-09-18 11:46:43 +0200
  • b159e23d9a fix: removed unneeded include Sara 2025-09-18 10:34:37 +0200
  • 23cb2487a6 feat: added dice icons Sara 2025-09-18 10:34:22 +0200
  • 9e8933f2f1 feat: fully implemented roll button Sara 2025-09-18 10:03:46 +0200
  • 11e7e23962 chore: updated TODO.txt Sara 2025-09-17 22:45:56 +0200
  • 7e44029c1d feat: work on implementing dice rolls Sara 2025-09-17 22:45:32 +0200
  • b7063d99ee tweak: increased scroll speed Sara 2025-09-17 22:45:09 +0200
  • 98fd90ff4d fix: cursor state is now initialized on startup Sara 2025-09-17 22:44:58 +0200
  • 4c9cafdff5 fix: renamed INNER_CONTAINER to CONTAINER Sara 2025-09-17 22:01:09 +0200
  • f99d414667 fix: remove_die_from_active now copies data backwards and decrements active count Sara 2025-09-17 22:00:43 +0200
  • 718bf61d0c feat: added die_to_str Sara 2025-09-17 22:00:07 +0200
  • 1d0ce38e65 fix: added D6 Sara 2025-09-17 21:59:48 +0200
  • 36e34c2a0f feat: increased maximum active dice Sara 2025-09-17 21:59:43 +0200
  • a8c79ebac5 feat: added logic for dice adding and removing from active set Sara 2025-09-17 21:59:25 +0200
  • 62ec32d9b7 feat: added scroll motion shifting and delta time Sara 2025-09-17 21:58:27 +0200
  • 57a3bec8ad feat: added die colors and adjusted styles Sara 2025-09-17 21:58:06 +0200
  • 2cd5a953c9 fix: changed clay SDL3 renderer to increase circle count Sara 2025-09-17 16:46:27 +0200
  • ce213c9777 feat: removed renderScale Sara 2025-09-17 16:45:43 +0200
  • 827b96b0a3 feat: defined dice logic and types Sara 2025-09-17 16:45:21 +0200
  • ee8fc5391b chore: moved dice container UI code to separate file Sara 2025-09-17 16:45:12 +0200
  • 88e6358346 chore: adjusted formatting for application.h Sara 2025-09-17 14:10:54 +0200
  • 36d768bb6f feat: added TODO.txt Sara 2025-09-16 23:36:28 +0200
  • 7f3e831027 chore: extracted logging output size to separate function Sara 2025-09-16 23:28:59 +0200
  • e7d11d4551 feat: added renderscale and reorganized initialisation Sara 2025-09-16 22:47:48 +0200
  • 04a612e0c1 feat: added more containers Sara 2025-09-16 21:49:53 +0200
  • 0ee1962a16 feat: redesigned styling system Sara 2025-09-16 21:49:42 +0200
  • 89f21718ca feat: added BOLD Sara 2025-09-16 21:31:45 +0200
  • a98a67024b feat: adjusted layout and styling logic Sara 2025-09-16 20:08:44 +0200
  • 456921e66b fix: premake5 now adds include/ to build ipv vendor/ Sara 2025-09-16 19:45:56 +0200
  • 1e5989b5c6 feat: changed colours Sara 2025-09-16 19:45:37 +0200
  • e9de2dab75 fix: all corners are now considered when choosing between rounded and unrounded rectangle render functions Sara 2025-09-16 19:45:24 +0200
  • ed28b55f8a fix: removed leftover debug logs Sara 2025-09-16 19:45:03 +0200
  • 1fe25fb235 feat: disabled wireframe for rounded rectangle geometry Sara 2025-09-16 19:42:48 +0200
  • 8cdcb40f26 feat: forked clay SDL3 renderer and added separate corner radii Sara 2025-09-16 19:30:38 +0200
  • 317ebb755b feat: started defining UI logic Sara 2025-09-16 13:35:50 +0200
  • 41a53ee52b git: added clangd cache files to gitignore Sara 2025-09-16 13:35:38 +0200
  • 7ff11ded25 feat: added .clangd Sara 2025-09-16 13:35:21 +0200
  • 9ffee27be6 feat: added dependencies to premake5 Sara 2025-09-16 13:35:09 +0200
  • 6e178d23ef feat: added just clean command Sara 2025-09-16 13:34:56 +0200
  • 1961e9c0b9 feat: updated clay and redirected origin to mirror on objectionable.solutions Sara 2025-09-16 13:34:41 +0200
  • 2078a074d8 feat: added Adwaita Sans Regular font Sara 2025-09-16 13:34:16 +0200
  • e92f6188b6 feat: added clay submodule Sara 2025-09-15 19:37:45 +0200
  • 00b7db0b39 feat: setup git and build system Sara 2025-09-15 19:35:36 +0200