jan.mrna
  • Joined on 2022-06-28
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 11:50:12 +01:00
42b86820c3 Update README
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 11:37:25 +01:00
e4fd452098 Update README
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 11:34:12 +01:00
19aa747b6a Update README
2cf727fe0a Update README and add screenshot
766c35da8e Update README
06dc4c5e1f Fixed warnings from pylint
e352780a3d Format document
Compare 20 commits »
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 11:31:08 +01:00
522b922c26 Update README
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 11:27:07 +01:00
ee619d1502 Update README and add screenshot
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 11:22:34 +01:00
e4aa4691b4 Update README
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-06 10:58:30 +01:00
ee8a8ad170 Fixed warnings from pylint
7010edae44 Format document
e734a13a59 Change line endings to LF
788eebc916 Serve by file index, not full path
Compare 4 commits »
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-05 14:46:24 +01:00
e624db1ce7 Removed fixed TODO comment
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-05 14:41:31 +01:00
99251a156c Multithread adding files (again)
jan.mrna pushed to master at jan.mrna/semantic_doc_search 2025-11-05 14:31:43 +01:00
9d5e6eee7e DB Record: use document index instead of Path
jan.mrna pushed to master at jan.mrna/pathfinding_demo 2025-11-05 10:50:55 +01:00
55bbfe2966 Remove entities
55aa2217cf Solved TODOs
a029c416d5 Replace union with std::variant
e588364b08 Python: updated cell type
baa923342b README: update
Compare 60 commits »
jan.mrna pushed to feature/collisions at jan.mrna/pathfinding_demo 2025-10-12 19:53:34 +02:00
b4fcd56f10 Added CMake build for Linux
jan.mrna pushed to feature/collisions at jan.mrna/pathfinding_demo 2025-10-12 16:45:15 +02:00
2f346c11c3 Deselect all entities on re-selection
df6d323e42 Fix collision radius size when zooming
1ce793c6e8 Fixed selection rectangle glitch
Compare 3 commits »
jan.mrna pushed to feature/collisions at jan.mrna/pathfinding_demo 2025-10-12 16:04:47 +02:00
d3af793092 Show rectangle when selecting entities
4b3a4c53e8 Fix entity selection when zoomed in/out
370df129a8 ChangeTag for vec and construct from std::array
08b4b10113 Selection rectangle
Compare 4 commits »
jan.mrna pushed to feature/collisions at jan.mrna/pathfinding_demo 2025-10-10 19:00:12 +02:00
250f0963c8 Basic collisions
jan.mrna pushed to feature/collisions at jan.mrna/pathfinding_demo 2025-10-10 10:45:44 +02:00
3d34b68133 Multiple entities + pathfinding
2f80129dce Name refactor
Compare 2 commits »
jan.mrna created branch feature/collisions in jan.mrna/pathfinding_demo 2025-10-10 10:45:44 +02:00
jan.mrna pushed to master at jan.mrna/pathfinding_demo 2025-10-10 07:37:39 +02:00
8a9aa8ee5e Move drawing to separate function
jan.mrna pushed to master at jan.mrna/pathfinding_demo 2025-10-09 06:51:12 +02:00
536618d7a7 Merge pull request #26 from potatopplking/feature/pan_zoom
038ea4f9c2 Fixed generated tests
e1fa58e11a Added GHCP generated tests for Matrix class (NOT TESTED)
69e319a730 Fixed sprite size on zoom
783200733a Fixed tile size and mouse pan when zoom != 1
Compare 24 commits »
jan.mrna pushed to feature/pan_zoom at jan.mrna/pathfinding_demo 2025-10-09 06:48:03 +02:00
038ea4f9c2 Fixed generated tests