aboutsummaryrefslogtreecommitdiff
path: root/ViewController.cpp
Commit message (Collapse)AuthorAge
* implement breadth-first search pathfindingLoek Le Blansch2024-10-24
|
* add XY struct for 2d points and offsetsLoek Le Blansch2024-10-23
|
* more refactoring / preparation for pathfindingLoek Le Blansch2024-10-23
|
* add pathfinding start/end selectionLoek Le Blansch2024-10-23
|
* finish collision checking implementationLoek Le Blansch2024-10-22
|
* fix quad tree collision checkerLoek Le Blansch2024-10-21
|
* implement quadtree paritioningLoek Le Blansch2024-10-21
|
* WIP quadtree visualization scaffoldingLoek Le Blansch2024-10-21
|
* fix command design patternLoek Le Blansch2024-10-18
|
* (1/2) renameLoek Le Blansch2024-10-18
|
* remove overly cautious artist removal functionalityLoek Le Blansch2024-10-15
|
* WIPLoek Le Blansch2024-10-15
|
* update class diagram + add empty time travel commandLoek Le Blansch2024-10-15
|
* implement tile poking commandLoek Le Blansch2024-10-15
|
* add artist visibility togglingLoek Le Blansch2024-10-15
|
* implement pause commandLoek Le Blansch2024-10-15
|
* move file loading command + try GUI file loading (still broken)Loek Le Blansch2024-10-15
|
* WIP keyboard shortcutsLoek Le Blansch2024-10-14
|
* fix more stability issuesLoek Le Blansch2024-10-14
|
* use std::list instead of std::vector for storing artists + identify some ↵Loek Le Blansch2024-10-13
| | | | instability causes
* more WIPLoek Le Blansch2024-10-13
|
* separate view and museum threadLoek Le Blansch2024-10-13
|
* deserialize and display artistsLoek Le Blansch2024-10-12
|
* add simple viewLoek Le Blansch2024-10-12
|
* begin visualizationLoek Le Blansch2024-10-12