aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add readme filesMetroWind2025-09-25
|
* This repo will be used for all small web apps.MetroWind2025-09-25
| | | | The NMS Freighter Planner is moved into its own dir.
* Fix HTML titleMetroWind2025-08-31
|
* Fix asset drop clientx issue.MetroWind2025-08-31
| | | | | On Windows Firefox, the clientX property of the dragend event is unreliable. Use the drop event.
* Correctly initialize the plan array.MetroWind2025-08-31
| | | | | Similar to python, filling the array with an array just create references. We need actual copies.
* Add all rooms. (Except for internal wall. Need to figure out how they work.)MetroWind2025-08-31
|
* UI layoutMetroWind2025-08-31
|
* Support multiple floors. Use 98 style.MetroWind2025-08-31
|
* Add plan serializationMetroWind2025-08-30
|
* Can drag assets on to the grid, can save image.MetroWind2025-08-30
|
* WIPMetroWind2025-08-29