Commit Graph

13 Commits

Author SHA1 Message Date
8bee9f24a5 fix: invert right-mouse pan direction and triple sensitivity in InputHandler 2025-11-01 16:18:27 +00:00
3d24bbc61f feat: add building name validation and label rendering with improved context menu pre-fill 2025-10-05 04:13:39 +00:00
bcc24bc6fc feat: sync player economy on websocket login and switch camera to isometric transport-tycoon view 2025-10-05 01:31:45 +00:00
0cf4072ce5 chore: remove trailing whitespace from README.md line 42 2025-10-05 00:53:26 +00:00
fdf3032ae7 chore: add initial Makefile with build, test, and lint targets for City Builder project 2025-10-05 00:31:31 +00:00
2fb014fd40 docs: add comprehensive testing documentation and framework setup for City Builder game 2025-10-05 00:25:37 +00:00
3093e38f0e chore: remove building placement reset on left click and move it to right mouse up handler 2025-10-04 22:18:06 +00:00
6b90372eef feat: add structured logger module with configurable level and stdout formatter for CityBuilder 2025-10-04 22:08:47 +00:00
f11b2f4c87 fix: reorganize inline comments and remove redundant whitespace in GameRenderer and InputHandler 2025-10-04 22:08:32 +00:00
f80f8a5dc0 feat: refactor economy loop into hybrid tick model and optimize building toolbox rendering with DOM caching 2025-10-04 21:46:44 +00:00
26b2551cc9 feat: add financial metrics endpoint and optimize economy tick with aggregate building calculations 2025-10-04 21:26:27 +00:00
8441695d0a fix: replace DELETE+INSERT with INSERT OR REPLACE and wrap game loop in try-except to prevent unique key crashes on duplicate nicknames 2025-10-04 19:15:02 +00:00
f52cc992be chore: add initial project scaffold with gitignore, readme, requirements, and server skeleton 2025-10-04 18:40:44 +00:00