Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-27Some cleanupCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from counter moduleCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from sight line moduleCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from firing arc moduleCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from game, as it's not necessaryCatalin Mititiuc
2024-04-27Remove calling record sheet object with 'new'Catalin Mititiuc
2024-04-27Move function into closureCatalin Mititiuc
2024-04-27Remove calling the gme module with 'new'Catalin Mititiuc
2024-04-27Remove calling the counter module with 'new'Catalin Mititiuc
2024-04-27Minor refactorCatalin Mititiuc
2024-04-26Refactor sight line module to extract svg queries into game moduleCatalin Mititiuc
2024-04-26Remove calling firing arc module with 'new'Catalin Mititiuc
2024-04-26Remove calling sight line module with 'new'Catalin Mititiuc
2024-04-26Make sight line module a function instead of a classCatalin 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 arc moduleCatalin Mititiuc
2024-04-26More refactor of firing arcs moduleCatalin Mititiuc
2024-04-25Remove svg queries from firing arc position functionCatalin Mititiuc
2024-04-25WIP: simplify/clarify firing arc algoCatalin Mititiuc
2024-04-25WIP: firing arcs algoCatalin Mititiuc
2024-04-24More functional refactorCatalin Mititiuc
2024-04-24Add two more sight line query functionsCatalin Mititiuc
2024-04-24Move more firing arc logic to its moduleCatalin Mititiuc
2024-04-24Change troop-number and troop-allegiance references to just number and ↵Catalin Mititiuc
allegiance
2024-04-24Remove references to 'container' in counter.js; fix dblclick not working rightCatalin Mititiuc
2024-04-24Remove selected counter when double-clickedCatalin Mititiuc
2024-04-24Remove 'previous' from counter's dataset when move has endedCatalin Mititiuc
2024-04-24Retain preexisting counters in move historyCatalin Mititiuc
2024-04-24Make trooper counters groupsCatalin Mititiuc
2024-04-24WIP: hover over counter reveals firing arc working againCatalin Mititiuc
2024-04-23WIP: sight line and trace working againCatalin Mititiuc
2024-04-23WIP: handle clicking on counters at the cell levelCatalin Mititiuc
2024-04-23Add a counter moduleCatalin Mititiuc
2024-04-23Add a sight line moduleCatalin Mititiuc
2024-04-23Make a firing arc moduleCatalin Mititiuc
2024-04-23Update pan-zoom libCatalin Mititiuc
2024-04-22Extract panzoom logic into separate moduleCatalin Mititiuc
2024-04-22Add grenade counterCatalin Mititiuc
2024-04-22Fade the map in after it is done loadingCatalin Mititiuc
2024-04-22Update storing pan & zoom changes to localStorageCatalin 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-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