• Joined on 2026-02-15
tolelom pushed to master at tolelom/Catacombs 2026-03-25 14:13:30 +00:00
f6419b7984 fix: sort rooms by physical position so map numbers match layout
tolelom pushed to master at tolelom/Catacombs 2026-03-25 13:36:25 +00:00
3068fc5550 docs: add deployment instructions for tolelom.xyz server
tolelom pushed to master at tolelom/Catacombs 2026-03-25 13:35:08 +00:00
1efb78149c fix: corridor visibility flood-fill so connected rooms appear linked
tolelom pushed to master at tolelom/Catacombs 2026-03-25 13:30:27 +00:00
08d97b3f89 fix: use binary WebSocket frames for SSH PTY output
tolelom pushed to master at tolelom/Catacombs 2026-03-25 11:48:28 +00:00
1563091de1 fix: 13 bugs found via systematic code review and testing
tolelom pushed to master at tolelom/game_engine 2026-03-25 09:31:06 +00:00
c930d4705d feat: add PNG decoder, query3/4, Capsule+GJK/EPA, friction, Lua engine API
7a5e06bd24 feat(script): add Lua engine API bindings (spawn, position, entity_count)
3d985ba803 feat(physics): add Coulomb friction to collision response
c196648a2e feat(physics): add GJK/EPA narrow phase for convex shape collision
534838b7b9 feat(physics): add Capsule collider variant
Compare 8 commits »
tolelom pushed to master at tolelom/game_engine 2026-03-25 08:56:45 +00:00
e8a79e112c feat: complete Voltex Engine + Survivor game
63d5ae2c25 feat(game): add HUD, audio SFX, and game over/restart
d17732fcd5 feat(game): add collision detection, damage, and scoring
a7cd14f413 feat(game): add enemy spawning with wave system and chase AI
5496525a7f feat(game): add projectile shooting toward mouse aim
Compare 74 commits »
tolelom pushed to master at tolelom/Catacombs 2026-03-25 08:43:11 +00:00
97aa4667a1 docs: add CLAUDE.md and Phase 4 implementation plan
ee4147b255 feat: graceful shutdown with signal handling and backup scheduler
7c9a12cd6e refactor: extract NewServer for SSH shutdown control
6e78d8a073 refactor: web server returns *http.Server for shutdown control
a38cf804ef feat: add /admin endpoint with Basic Auth and JSON stats
Compare 39 commits »
tolelom pushed to master at tolelom/tolelom.xyz 2026-03-25 04:21:54 +00:00
ca9c974e52 fix: make mobile nav horizontally scrollable to prevent overflow
tolelom pushed to master at tolelom/game_engine 2026-03-24 12:43:42 +00:00
7d59b1eed5 docs: add project status, deferred items, and CLAUDE.md
080ac92fbb fix(renderer): merge IBL into group(3) to stay within max_bind_groups limit of 4
9202bfadef feat: add IBL demo with normal mapping and procedural environment lighting
5232552aa4 feat(renderer): add normal mapping and procedural IBL to PBR shader
ea8af38263 feat(renderer): add BRDF LUT generator and IBL resources
Compare 41 commits »
tolelom pushed to master at tolelom/game_engine 2026-03-24 08:48:44 +00:00
56abc42cf8 chore: add .gitignore for Rust workspace
tolelom created branch master in tolelom/game_engine 2026-03-24 08:48:07 +00:00
tolelom pushed to master at tolelom/game_engine 2026-03-24 08:48:07 +00:00
c5b71b32b7 feat: initialize cargo workspace with voltex_math, voltex_platform, voltex_renderer
40cb38fdc5 Add Phase 1 implementation plan
ad3b1024b4 Update spec: resolve review issues (audio, scripting, GI, licensing)
d31a8a8429 Add Voltex engine design specification
tolelom created repository tolelom/game_engine 2026-03-24 08:47:03 +00:00
tolelom pushed to master at tolelom/Catacombs 2026-03-24 06:48:21 +00:00
604ca00e8b feat: session reconnect via SSH fingerprint on disconnect
43a9a0d9ad feat: nickname input screen for first-time players
ef9a713696 feat: online player tracking and count display in lobby
5c5070502a feat: enhanced leaderboard with floor/gold rankings and class info
fb0e64a109 feat: achievement system with 10 unlockable achievements
Compare 38 commits »
tolelom pushed to master at tolelom/Catacombs 2026-03-23 16:05:08 +00:00
f2ac4dbded feat: arrow-key room navigation, neighbor visibility, map UX improvements
26784479b7 feat: BSP dungeon generation with 2D ASCII tile map
92741d415d feat: target selection with Tab, individual flee in solo
7556073cb5 feat: display turn countdown timer in combat HUD
a1e9e0ef68 feat: lobby join-by-code with J key and 4-char input
Compare 10 commits »
tolelom created branch master in tolelom/Catacombs 2026-03-23 16:05:08 +00:00
tolelom created repository tolelom/Catacombs 2026-03-23 15:42:46 +00:00
tolelom pushed to main at A301/a301_server 2026-03-23 14:39:06 +00:00
b1e89dca1c Revert: 세션명 고유화 제거 (dedicated server와 세션명 불일치 문제)
tolelom pushed to main at A301/a301_mmo_game_server 2026-03-23 13:14:29 +00:00
cfc242f248 Fix: 보스 레이드 입장 시 503 응답 처리 추가