isle-portable/miniwin/src
foxtacles c943d2455d
Add player name bubbles above remote players' heads in multiplayer (#7)
Renders a billboard text bubble showing each remote player's display
name. Includes a WASM export to toggle visibility from the frontend.

- Bitmap font renderer generates paletted textures for name labels
- Billboard quad faces the camera each frame via orientation matrix
- Bubble visibility managed globally by NetworkManager toggle
- Fix miniwin D3DRMIMAGE constructor code style (static_cast, const)
2026-03-07 19:38:33 +01:00
..
d3drm Add player name bubbles above remote players' heads in multiplayer (#7) 2026-03-07 19:38:33 +01:00
ddraw Plug memory leaks while moving around in the Information Center (#768) 2026-01-06 04:17:23 +01:00
internal Plug memory leaks while moving around in the Information Center (#768) 2026-01-06 04:17:23 +01:00
windows Plug leaks until Information Center, detected by the LeakSanitizer (#764) 2026-01-04 03:35:42 +01:00