Sara Gerretsen
|
dadbbb7697
|
feat: formatting rules changes
|
2025-10-26 13:36:34 +01:00 |
|
Sara Gerretsen
|
c341f034fa
|
chore: formatted main
|
2025-10-25 23:16:38 +02:00 |
|
Sara Gerretsen
|
59fec07d69
|
chore: added .clang-format
|
2025-10-25 21:04:20 +02:00 |
|
Sara
|
f1dbccdd17
|
chore: minor formatting simplification
|
2025-09-20 16:03:42 +02:00 |
|
Sara
|
001eeae689
|
fix: roll total not updating properly & die remove not working
|
2025-09-20 16:01:00 +02:00 |
|
Sara
|
dcb8f35d5e
|
fix: increased size of ui data arena size
|
2025-09-20 14:07:04 +02:00 |
|
Sara
|
9acea87ab8
|
feat: translated entire codebase to C++
|
2025-09-20 00:52:47 +02:00 |
|
Sara
|
00569f2ef1
|
chore: formatting fix in style.h
|
2025-09-19 14:13:03 +02:00 |
|
Sara
|
9cf17fe2b9
|
feat: separated panel and list container styles
|
2025-09-19 14:12:26 +02:00 |
|
Sara
|
e5591a18d8
|
fix: PanelBorder header declaration spelling
|
2025-09-19 12:35:12 +02:00 |
|
Sara
|
2c4d9db441
|
chore: adjusted formatting in style.c
|
2025-09-19 12:34:55 +02:00 |
|
Sara
|
1e93025bf3
|
feat: added a 10ms delay to each frame to avoid using too much CPU
|
2025-09-19 12:34:21 +02:00 |
|
Sara
|
98e96f5672
|
chore: lowereds scroll speed
|
2025-09-19 12:33:59 +02:00 |
|
Sara
|
e2c7a22629
|
fix: active dice set container now shows all dice properly
|
2025-09-19 12:33:20 +02:00 |
|
Sara
|
f4bfca5470
|
chore: compacted dice selector
|
2025-09-19 12:32:43 +02:00 |
|
Sara
|
3b2ea85fe7
|
feat: added recoloured 'selected' dice button alternatives
|
2025-09-19 12:32:02 +02:00 |
|
Sara
|
df86dd586c
|
feat: increased size of dice icons
|
2025-09-18 21:04:38 +02:00 |
|
Sara
|
033597f4c9
|
chore: added explanation to seemingly unneeded include of "resources.h"
|
2025-09-18 17:04:29 +02:00 |
|
Sara
|
e3638788e5
|
feat: added border to TextButton
|
2025-09-18 15:36:42 +02:00 |
|
Sara
|
461a233eb2
|
feat: separated button style into warning and proceed
|
2025-09-18 15:36:32 +02:00 |
|
Sara
|
b63449319a
|
feat: removed unneeded container and moved roll total between clear and roll button
|
2025-09-18 15:34:01 +02:00 |
|
Sara
|
f214f4728b
|
chore: moved add coint button to the bottom of the list
|
2025-09-18 15:33:24 +02:00 |
|
Sara
|
f379ed1b86
|
chore: moved Dice_Roll to location that matches with the header
|
2025-09-18 15:32:55 +02:00 |
|
Sara
|
a379de4374
|
feat: adjusted dice icons
|
2025-09-18 15:32:20 +02:00 |
|
Sara
|
bbc42fad1c
|
chore: placed max length macros closer to relevant elements
|
2025-09-18 15:00:01 +02:00 |
|
Sara
|
9dc64ba962
|
feat: renamed Die namespace to Dice
|
2025-09-18 14:57:05 +02:00 |
|
Sara
|
420f4e5244
|
fix: deleting bin/assets/ before copying
|
2025-09-18 12:11:37 +02:00 |
|
Sara
|
f9234dc9a2
|
feat: implemented die images
|
2025-09-18 12:11:13 +02:00 |
|
Sara
|
bdca66b4fd
|
feat: adjusted size of icons
|
2025-09-18 11:46:43 +02:00 |
|
Sara
|
b159e23d9a
|
fix: removed unneeded include
|
2025-09-18 10:34:37 +02:00 |
|
Sara
|
23cb2487a6
|
feat: added dice icons
|
2025-09-18 10:34:22 +02:00 |
|
Sara
|
9e8933f2f1
|
feat: fully implemented roll button
|
2025-09-18 10:03:46 +02:00 |
|
Sara
|
11e7e23962
|
chore: updated TODO.txt
|
2025-09-17 22:45:56 +02:00 |
|
Sara
|
7e44029c1d
|
feat: work on implementing dice rolls
|
2025-09-17 22:45:32 +02:00 |
|
Sara
|
b7063d99ee
|
tweak: increased scroll speed
|
2025-09-17 22:45:09 +02:00 |
|
Sara
|
98fd90ff4d
|
fix: cursor state is now initialized on startup
|
2025-09-17 22:44:58 +02:00 |
|
Sara
|
4c9cafdff5
|
fix: renamed INNER_CONTAINER to CONTAINER
|
2025-09-17 22:01:09 +02:00 |
|
Sara
|
f99d414667
|
fix: remove_die_from_active now copies data backwards and decrements active count
|
2025-09-17 22:00:43 +02:00 |
|
Sara
|
718bf61d0c
|
feat: added die_to_str
|
2025-09-17 22:00:07 +02:00 |
|
Sara
|
1d0ce38e65
|
fix: added D6
|
2025-09-17 21:59:48 +02:00 |
|
Sara
|
36e34c2a0f
|
feat: increased maximum active dice
|
2025-09-17 21:59:43 +02:00 |
|
Sara
|
a8c79ebac5
|
feat: added logic for dice adding and removing from active set
|
2025-09-17 21:59:25 +02:00 |
|
Sara
|
62ec32d9b7
|
feat: added scroll motion shifting and delta time
|
2025-09-17 21:58:27 +02:00 |
|
Sara
|
57a3bec8ad
|
feat: added die colors and adjusted styles
|
2025-09-17 21:58:06 +02:00 |
|
Sara
|
2cd5a953c9
|
fix: changed clay SDL3 renderer to increase circle count
|
2025-09-17 16:46:27 +02:00 |
|
Sara
|
ce213c9777
|
feat: removed renderScale
|
2025-09-17 16:45:43 +02:00 |
|
Sara
|
827b96b0a3
|
feat: defined dice logic and types
|
2025-09-17 16:45:21 +02:00 |
|
Sara
|
ee8fc5391b
|
chore: moved dice container UI code to separate file
|
2025-09-17 16:45:12 +02:00 |
|
Sara
|
88e6358346
|
chore: adjusted formatting for application.h
|
2025-09-17 14:10:54 +02:00 |
|
Sara
|
36d768bb6f
|
feat: added TODO.txt
|
2025-09-16 23:36:28 +02:00 |
|