Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-05-19Change attacker color from green to blue; change trace colorCatalin Mititiuc
2024-05-19Make scenario files; consolidate mapsheets into one fileCatalin Mititiuc
2024-05-18Finish furniture, recenter mapsCatalin Mititiuc
2024-05-18Add furnitureCatalin Mititiuc
2024-05-17Building layouts completeCatalin Mititiuc
2024-05-16WIP: BuildingsCatalin Mititiuc
2024-05-15Apply styles and map script to manually loaded filesCatalin Mititiuc
2024-05-15Add ability to load a map file manuallyCatalin Mititiuc
2024-05-15Don't blow up if weapon element missing from trooper countersCatalin Mititiuc
2024-05-15Rename variables for clarityCatalin Mititiuc
2024-05-04WIP: add fullscreen and download save abilitiesCatalin Mititiuc
2024-05-02Fix preexisting prone counter not removing if unit end movement without movingCatalin Mititiuc
2024-05-02Generate weapon data dynamically from countersCatalin Mititiuc
2024-05-02Fix bad path set for object data propCatalin Mititiuc
2024-05-02Change double quotes to singleCatalin Mititiuc
2024-05-02Organize public directory contents into assets foldersCatalin Mititiuc
2024-05-02Organize index.js a bit betterCatalin Mititiuc
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 ↵Catalin Mititiuc
dangling file handles
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