• Joined on 2026-03-19
JosLe pushed to feat/pokemon-world at JosLe/logic-gates 2026-03-20 15:11:09 +00:00
75001e10e7 fix: add assets/ directory to Docker image
JosLe pushed to feat/pokemon-world at JosLe/logic-gates 2026-03-20 15:04:24 +00:00
bc9786ce49 fix: resolve asset paths relative to document base URI
JosLe pushed to feat/pokemon-world at JosLe/logic-gates 2026-03-20 15:02:59 +00:00
c836ccbb21 refactor: migrate world rendering from programmatic sprites to PNG assets
JosLe pushed to feat/pokemon-world at JosLe/logic-gates 2026-03-20 14:52:47 +00:00
e4cf35701e feat: add Pokemon-style world mode with workshop integration
JosLe created branch feat/pokemon-world in JosLe/logic-gates 2026-03-20 14:52:47 +00:00
JosLe pushed to main at JosLe/logic-gates 2026-03-20 13:12:34 +00:00
bbde11dfc7 fix: BUS_OUT port and cable visual state reading wrong output value
JosLe pushed to main at JosLe/logic-gates 2026-03-20 13:06:07 +00:00
a1cc631406 fix: component port labels showing wrong name after editing blueprint
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:49:33 +00:00
c116b6cf84 refactor: bus terminals with single-sided pins only
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:46:34 +00:00
9ec3367253 feat: drag selection box to select, move, and delete multiple gates
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:42:21 +00:00
12d7331d2c refactor: bus now spawns two paired terminals with a bus cable
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:37:54 +00:00
99f0fefe5c feat: shift+drag to cut wires and create bus connectors
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:27:20 +00:00
89d118f738 feat: keep placing mode active for multiple placements
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:24:21 +00:00
2fd22cc79d feat: persist circuit and components to localStorage
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:23:42 +00:00
5bd157c059 fix: only show port label prompt inside component editor
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:21:53 +00:00
eb22a5ff62 feat: double-click component gates to edit their blueprint
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:14:25 +00:00
817dab43df feat: port labels on component gates + persistent internal state
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:09:32 +00:00
1c45dc6104 fix: complete rewrite of component evaluation system
JosLe pushed to main at JosLe/logic-gates 2026-03-20 03:06:53 +00:00
bc8823bcd4 feat: editable labels for INPUT/OUTPUT/CLOCK gates
6cb3f091d4 fix: dropdown menus render above component editor overlay
Compare 2 commits »
JosLe pushed to main at JosLe/logic-gates 2026-03-20 02:58:21 +00:00
a4292b42cf fix: iterative evaluation for sequential circuits + debug logs
JosLe pushed to main at JosLe/logic-gates 2026-03-20 02:52:58 +00:00
2384c489b9 feat: add Examples dropdown with pre-built circuits