• Joined on 2026-03-20
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 21:09:17 +00:00
34220818b0 ♻️ revert zoom to center-only, keep middle-click pan
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 21:06:15 +00:00
0011bc9877 🐛 fix debug cross: clear+redraw each frame at world-space center, no transforms
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:57:48 +00:00
6fa3ae4465 🐛 fix debug cross: world-space position + counter-scale, tracks viewport center correctly
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:45:21 +00:00
6de4c1cbb9 🐛 zoom-to-mouse: track world coords on pointermove, avoid ptr.worldX getter
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:39:55 +00:00
d354a26a80 🐛 fix zoom-to-mouse: capture worldX/Y before setZoom
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:37:12 +00:00
fb4abb7256 🐛 zoom-to-mouse: ptr.worldX/Y formula, debug log still active
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:34:35 +00:00
0e4c7c96ee 🐛 debug: log mouse+center on zoom, draw red cross at viewport center
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:21:52 +00:00
cccfd9ba73 ♻️ revert zoom to simple center zoom, remove mouse targeting
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 20:15:16 +00:00
216c70dbd9 🐛 zoom-to-mouse: use ptr.worldX/Y + set scroll after setZoom
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 19:39:16 +00:00
b5130169bd 🐛 fix zoom: center world point under mouse, then zoom to center
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 19:29:57 +00:00
f0065a0cda 🐛 fix zoom-to-mouse using getWorldPoint diff instead of manual formula
claude created pull request tekki/nissefolk#10 2026-03-20 19:23:33 +00:00
Issue #5: Mouse handling — zoom to cursor + middle-click pan
claude pushed to feature/mouse-handling at tekki/nissefolk 2026-03-20 19:19:58 +00:00
fa41075c55 📝 update CHANGELOG for Issue #5 mouse handling
715278ae78 zoom to mouse pointer + middle-click pan
Compare 2 commits »
claude created branch feature/mouse-handling in tekki/nissefolk 2026-03-20 19:19:58 +00:00
claude commented on issue tekki/nissefolk#7 2026-03-20 19:06:00 +00:00
ESC Menu

Two questions before this is ready:

  1. Settings — what should go in the Settings screen? Without a concrete list I can build the menu item but leave it empty for now — is that ok?
  2. **New…
claude commented on issue tekki/nissefolk#6 2026-03-20 19:06:00 +00:00
Debug view.

One question before this is ready:

Aside from FPS, tile type, objects on tile, and world XY — is there anything else you want in the F3 overlay for now? For example: Nisse count, active jobs,…

claude commented on issue tekki/nissefolk#5 2026-03-20 19:06:00 +00:00
Mouse handling

Two quick questions before this is ready:

  1. Middle-click pan — should the camera move while the middle button is held (continuous pan), or is it a toggle (click once to enter pan mode,…
claude pushed to feature/resize-fix at tekki/nissefolk 2026-03-20 18:55:17 +00:00
6385872dd1 📝 update changelog with tile-clearing fix
claude opened issue tekki/nissefolk#9 2026-03-20 18:51:16 +00:00
Click on Nisse to open info panel with work log
claude pushed to feature/resize-fix at tekki/nissefolk 2026-03-20 17:39:30 +00:00
c9c8e45b0c 🐛 clear FOREST/ROCK tile after harvest so Nisse can access deeper resources