Commit graph

58 commits

Author SHA1 Message Date
5c48b531f6 add comment storage to boards 2025-03-28 23:06:27 +01:00
7574ec20f5 restructure to allow cargo tests 2025-03-15 21:00:20 +01:00
bce482482a load individual levels from user/levels/ 2024-12-24 23:44:55 +01:00
987643f334 cleanup 2024-12-24 23:18:41 +01:00
2c522c1fe0 add option to delete solutions, with a confirmation dialog 2024-12-24 23:11:04 +01:00
2ecb86d283 add text button ui helper 2024-12-23 23:58:09 +01:00
b5600b301d make more ui disableable 2024-12-23 00:53:59 +01:00
6fc41bdb17 add info box and disable some ui while a popup is active 2024-12-23 00:44:47 +01:00
8b62aec760 show level count for each chapter 2024-12-22 18:03:52 +01:00
42dfe4fac7 group levels into chapters 2024-12-22 16:39:40 +01:00
12b39467e3 move ui helpers to own module 2024-12-22 13:03:12 +01:00
6900dadd9e better line wrap for level descriptions 2024-12-21 18:44:49 +01:00
73a1c62f52 fix undo for digit tile placement 2024-12-17 15:45:10 +01:00
656f567242 select the last solution for each level 2024-12-16 22:50:51 +01:00
4427b4c2fc cleanup 2024-12-16 22:43:12 +01:00
9d54c17dcd zoom out further 2024-12-10 22:18:09 +01:00
e6f99d3776 set window title and package name 2024-12-09 12:42:50 +01:00
79fe26414b show version in corner of level list 2024-10-13 13:34:08 +02:00
15f6cc70d4 save solutions when renamed, fix solution filenames 2024-10-13 13:01:54 +02:00
866a4c7127 theme overhaul 2024-10-13 12:45:58 +02:00
2720735a58 add button to clone solutions 2024-10-13 01:24:00 +02:00
e42e14489d basic scrolling in level list 2024-10-10 21:36:03 +02:00
67557832fa add more levels and organise them into sections 2024-10-10 20:51:19 +02:00
e22f568d2f implement blueprint creation, placement, saving and loading 2024-10-10 16:58:50 +02:00
4c4563c326 limit length of solution names 2024-10-08 22:24:41 +02:00
82d0ff0f37 properly center editor view and make zoom follow mouse position 2024-10-07 21:21:37 +02:00
040b3d3779 show solution id under name 2024-10-07 18:43:24 +02:00
92d540c29b show speed number and slider 2024-10-07 14:16:50 +02:00
038bf365c4 show step count 2024-10-07 13:16:26 +02:00
af66e68c5f add sandbox and lock input in other levels 2024-10-07 12:21:57 +02:00
e43a422708 add separate sort order field to levels, so they can be reordered without changing the id and invalidating solutions 2024-10-07 12:04:55 +02:00
ae226026dd highlight completed levels green 2024-10-06 23:44:29 +02:00
9bee7c0e10 cleanup 2024-10-06 23:37:21 +02:00
f9b8dba019 implement level completion, score storing and a dismissable 'level complete' popup 2024-10-06 22:24:37 +02:00
f30e42cb31 display level descriptions, increased font sizes in level selection 2024-10-06 20:12:02 +02:00
4a51369b18 load program input when opening a solution 2024-10-06 20:02:43 +02:00
0c2d241745 solution saving and loading 2024-10-06 16:29:45 +02:00
c4381ac1a1 enter and exit solution editor 2024-10-06 16:00:12 +02:00
44b7d63cde edit solution names 2024-10-06 13:12:05 +02:00
ed5084d0fd initial level selection gui 2024-10-06 12:39:36 +02:00
66c9b10264 sketch future file structure 2024-10-06 00:57:24 +02:00
d332bd30f3 move editor/game logic to module 2024-10-06 00:26:36 +02:00
0738e658db cleanup, fix crashes for some board-edge interactions 2024-10-05 23:16:24 +02:00
fc6c66ff31 add digit tool 2024-10-05 20:22:18 +02:00
465b5c40d1 group wires into one tool option 2024-10-05 19:45:25 +02:00
cf920d7a63 wrap texture hashmap in a struct for convenience 2024-10-05 17:53:23 +02:00
bf82d1455f add more tiles to gui, with controls to rotate between variants in a group 2024-10-05 17:46:45 +02:00
12a8544645 more tile buttons 2024-10-05 15:56:33 +02:00
a0f11b60fb basic tile drawing 2024-10-05 15:34:58 +02:00
1257388168 toolbar gui parts 2024-10-05 15:19:27 +02:00