Hans Kokx hans
  • Joined on 2026-01-19
hans pushed to main at hans/wolf_dart 2026-03-19 11:43:53 +01:00
de0d99588e Refactor enemy state handling to change standing variants from ambushing to idle
hans pushed to main at hans/wolf_dart 2026-03-19 11:38:16 +01:00
786ba4b450 Refactor rendering architecture and replace rasterizer with renderer
hans pushed to main at hans/wolf_dart 2026-03-18 20:21:48 +01:00
ac6edb030e Refactor SixelRasterizer and SoftwareRasterizer for improved terminal handling and menu rendering
hans pushed to main at hans/wolf_dart 2026-03-18 20:06:30 +01:00
0e143892f0 Refactor menu rendering and improve projection sampling
hans pushed to main at hans/wolf_dart 2026-03-18 17:25:24 +01:00
d93f467163 Refactor rasterizer classes to centralize HUD drawing and pixel decoding
hans pushed to main at hans/wolf_dart 2026-03-18 16:06:27 +01:00
be03bd45c8 Refactor ASCII rasterizer to support terminal ANSI mode and improve menu text rendering
hans pushed to main at hans/wolf_dart 2026-03-18 14:08:28 +01:00
839fae700f WIP fixing menu rendering in CLI ASCII mode
hans pushed to main at hans/wolf_dart 2026-03-18 12:45:09 +01:00
dc1acb7a2f WIP pushing menu to game engine - improving menu text clarity in ASCII mode
hans pushed to main at hans/wolf_dart 2026-03-18 12:26:07 +01:00
e39dfd5da0 WIP moving difficulty selection to engine
hans pushed to main at hans/wolf_dart 2026-03-18 10:03:35 +01:00
0f7c77e85a Set default CLI rasterizer to be ASCII
hans pushed to main at hans/wolf_dart 2026-03-18 10:01:24 +01:00
3c6a4672f7 Refactor and enhance documentation across the Wolf3D project
hans pushed to main at hans/wolf_dart 2026-03-18 02:43:57 +01:00
28938f7301 Refactor game loop to await start and enhance Sixel rasterizer terminal support detection
hans pushed to main at hans/wolf_dart 2026-03-18 02:41:11 +01:00
7fe9a8bc40 Added some additional sound effects
hans pushed to main at hans/wolf_dart 2026-03-18 02:27:17 +01:00
806c9b6966 Refactor enemy sound handling and improve enemy type definitions
hans pushed to main at hans/wolf_dart 2026-03-18 02:06:34 +01:00
b040b88d8a Cleaned up cli initialization
hans pushed to main at hans/wolf_dart 2026-03-18 02:02:45 +01:00
7ee1d0704d Fixes pushwalls and a bunch of ASCII/sixel rasterizer issues
hans pushed to main at hans/wolf_dart 2026-03-18 01:37:16 +01:00
d7692ea325 Improves ASCII rasterization speed and simplifies API
hans pushed to main at hans/wolf_dart 2026-03-18 01:02:51 +01:00
309bf5c699 Added ability to swap between ASCII and sixel renderers when pressing tab
hans pushed to main at hans/wolf_dart 2026-03-18 00:16:11 +01:00
58838a1baa Remove ascii theme switching since we don't need it anymore with the updated ascii rasterizer
hans pushed to main at hans/wolf_dart 2026-03-18 00:03:57 +01:00
0a2e047b65 Fix external CLI launching for vscode