Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Collapse)Author
2024-05-02Generate weapon data dynamically from countersCatalin Mititiuc
2024-05-02Fix bad path set for object data propCatalin Mititiuc
2024-05-02Organize public directory contents into assets foldersCatalin Mititiuc
2024-05-01Use an observer to create new object element when data attribute is changedCatalin Mititiuc
2024-04-30Try using HTML markup in an SVG fileCatalin Mititiuc
2024-04-30Create record sheet dynamically when map is loadedCatalin Mititiuc
2024-04-28Rename element class 'board' to 'gameboard'Catalin Mititiuc
2024-04-28Add cut-off right-most column to map3Catalin Mititiuc
2024-04-28Fix map-container not using full viewport height when map is smallCatalin Mititiuc
2024-04-28Add all scenario mapsCatalin Mititiuc
2024-04-27Add ability to change mapsCatalin Mititiuc
2024-04-27Some cleanupCatalin Mititiuc
2024-04-26Refactor sight line module to remove almost all querying for elementsCatalin Mititiuc
2024-04-26Refactor firing arc module, 'set' functionCatalin Mititiuc
2024-04-26More refactor of firing arcs moduleCatalin Mititiuc
2024-04-25WIP: simplify/clarify firing arc algoCatalin Mititiuc
2024-04-25WIP: firing arcs algoCatalin Mititiuc
2024-04-24Change troop-number and troop-allegiance references to just number and ↵Catalin Mititiuc
allegiance
2024-04-24Remove selected counter when double-clickedCatalin Mititiuc
2024-04-24Retain preexisting counters in move historyCatalin Mititiuc
2024-04-24Make trooper counters groupsCatalin Mititiuc
2024-04-22Remove scrollbars from svgCatalin Mititiuc
2024-04-22Add missing rowCatalin Mititiuc
2024-04-22Add grenade counterCatalin Mititiuc
2024-04-22Fade the map in after it is done loadingCatalin Mititiuc
2024-04-22Update viewBox to make off-board starting positions visibleCatalin Mititiuc
2024-04-18Use checkboxes for grenadesCatalin Mititiuc
2024-04-17Add callbacks for updating the UICatalin Mititiuc
2024-04-17Use JS for damage indicator changes instead of CSSCatalin Mititiuc
2024-04-16Move most game logic into its own fileCatalin Mititiuc
2024-04-16WIPCatalin Mititiuc
2024-04-16WIPCatalin Mititiuc
2024-04-14Turn off the image mapsCatalin Mititiuc
2024-04-14WIPCatalin Mititiuc
2024-04-14Import pan/zoom functions from external moduleCatalin Mititiuc
2024-04-11Position hexes with CSS; move map styles into separate fileCatalin Mititiuc
2024-04-11Import map svg in an object; add a dev serverCatalin Mititiuc