Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-01Use an observer to create new object element when data attribute is changedCatalin Mititiuc
2024-05-01WIP: recreate object element when loading maps to avoid node warnings about d...Catalin Mititiuc
2024-04-30Clear placing stack on unselectCatalin Mititiuc
2024-04-30Allow placing a counter that doesn't already existCatalin Mititiuc
2024-04-30Allow selecting off-board unitsCatalin Mititiuc
2024-04-30Fix cancel firing arc placement bugCatalin Mititiuc
2024-04-30Refactor index.jsCatalin Mititiuc
2024-04-30Refactor place function in soldier moduleCatalin Mititiuc
2024-04-30Fix end movement bugCatalin Mititiuc
2024-04-30Refactor cell event listenersCatalin Mititiuc
2024-04-30Create record sheet dynamically when map is loadedCatalin Mititiuc
2024-04-28Clear sight line before drawing after unlockingCatalin Mititiuc
2024-04-28Rename element class 'board' to 'gameboard'Catalin Mititiuc
2024-04-28Remove a console.logCatalin Mititiuc
2024-04-28Add all scenario mapsCatalin Mititiuc
2024-04-28Restore content visibility on page reloadCatalin Mititiuc
2024-04-28Add a map.jsCatalin Mititiuc
2024-04-27Add ability to change mapsCatalin Mititiuc
2024-04-27Rename some filesCatalin Mititiuc
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 allegi...Catalin Mititiuc
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