Commit Graph

54 Commits

Author SHA1 Message Date
adtpdn 19e7f619ab feat(gauntlet): replace Cleanser with Ghost powerup sticky bypass (v2.4.2)
- Remove entire Cleanser system (signal, vars, HUD, input, RPCs, bot AI)
- Ghost (Invisible Mode) now bypasses sticky tiles in Gauntlet
- Grant Ghost powerup every 2 missions instead of Cleanser charges
- Ghost tiles spawn naturally on Gauntlet arena (15% chance)
- Bots use Ghost powerup when boxed in by sticky tiles
- Players pushed into sticky while Ghost are not slowed
- Remove use_cleanser input action from project.godot
- Remove CleanserHBox UI from gauntlet_hud.tscn
- Bump version to 2.4.2
2026-07-03 14:55:03 +08:00
adtpdn 15043b5655 feat: take_powerup VFX, rank fix, admin chat management
- Wire take_powerup AnimatedSprite3D on powerup pickup via add_powerup_from_item()
- Make take_powerup animation one-shot (loop: false)
- Fix rank Position label hidden at game start (visible = false, only shows when score > 0)
- Competition ranking for tied scores in main.gd
- Lobby Chat admin tab: system prefix, max messages, wipe, purge old, save config
- Chat Storage admin tab: list/browse/delete individual channel messages
- Backend RPCs: admin_get_chat_config, admin_set_chat_config, admin_purge_old_messages,
  admin_list_channel_messages, admin_delete_channel_message
- Chat config applied on lobby join (max_messages, prefix injection)
2026-06-19 17:13:24 +08:00
adtpdn 78f071b728 feat: update vfx 2026-06-18 14:04:06 +08:00
adtpdn 5653473c12 feat: the rebuild gamemode of "Gauntlet" 2026-06-10 02:12:25 +08:00
adtpdn 01661a56ba feat: update chat 2026-04-15 07:31:49 +08:00
adtpdn 3a50d2d324 feat: update some visual and fixing the bug 2026-03-27 01:52:45 +08:00
Yogi Wiguna 21dcaf72f8 feat: Implement core player character logic including movement, state management, and network synchronization, and add a new special tiles manager. 2026-03-25 16:47:48 +08:00
Yogi Wiguna 5acf40c122 feat: Introduce PlayerActionManager for action point and grid highlighting, SpecialTilesManager for special tile effects, and a tile_freeze mesh resource. 2026-03-25 15:53:55 +08:00
Yogi Wiguna 5a6f704569 feat: Implement PlayerActionManager for player actions and grid highlighting, SpecialTilesManager for special tile effects, and add freeze/hover tile meshes. 2026-03-25 15:47:06 +08:00
Yogi Wiguna 0616d3a20a feat: Introduce Stop N Go game mode with new managers for phases, missions, and special tiles. 2026-03-25 15:21:13 +08:00
adtpdn 878e331b6e feat: Implement new Stop 'n' Go game mode with dedicated manager, player logic, and control scripts. 2026-03-23 20:42:55 +08:00
adtpdn 05d9617f84 feat: Add new visual effects, player and lobby scenes, and a special tiles manager. 2026-03-17 18:04:57 +08:00
Yogi Wiguna efdd8f4969 Add SFX 2026-03-17 17:38:30 +08:00
Yogi Wiguna 64dc1de15a feat: introduce special power-up manager with inventory and associated UI 2026-03-16 14:45:31 +08:00
Yogi Wiguna ab3ca7661f feat: implement special tiles manager for power-ups, including inventory, levels, cooldowns, and effect activation. 2026-03-16 14:40:28 +08:00
Yogi Wiguna 200e198428 feat: Introduce Tekton roaming NPC with grid movement, player interaction, tile spawning, and visual effects. 2026-03-13 10:07:17 +08:00
Yogi Wiguna 3853962e4a feat: Implement initial main game scene with gridmap, player, and core managers. 2026-03-12 12:30:29 +08:00
Yogi Wiguna 412e7bdcdd feat: Implement initial main scene, player scripts, and core game manager systems for input, actions, playerboard, special tiles, and UI. 2026-03-12 12:06:32 +08:00
Yogi Wiguna 93eda69ad6 feat: Implement core game systems including settings management, player input, and initial gameplay mechanics with associated UI. 2026-03-12 10:35:26 +08:00
Yogi Wiguna 650d241a72 feat: Add core player input, movement, and special ability management systems with new UI components. 2026-03-11 17:40:45 +08:00
Yogi Wiguna 18c3dbecd6 feat: Add core game managers, main scene, enhanced gridmap, and essential assets, including a new special tiles manager for power-up effects and inventory. 2026-03-11 15:29:07 +08:00
Yogi Wiguna 4b7a64a119 feat: Implement core player movement with advanced pushing mechanics, define game modes, and introduce various new managers and UI components. 2026-03-11 09:56:10 +08:00
Yogi Wiguna aaf246d873 feat: Introduce core game systems for special tile effects, power-up management, player movement, and initial UI screens. 2026-03-09 17:49:50 +08:00
Yogi Wiguna 5c4764b082 feat: Introduce core player movement manager with grid-based movement, player pushing mechanics, and initial bot control and strategic planning. 2026-03-05 16:41:35 +08:00
Yogi Wiguna fb6d9df5db feat: Create player input and powerup managers to handle player interactions, movement, actions, targeting, and boost meter mechanics. 2026-03-05 14:29:34 +08:00
Yogi Wiguna cd7881bc3f feat: Introduce an EnhancedGridMap with advanced generation, randomization, pathfinding, and data serialization, along with new player, powerup, and portal managers. 2026-03-04 17:40:10 +08:00
Yogi Wiguna 8f03cc15c5 feat: introduce core player logic with manager integration and power-up inventory UI. 2026-03-04 15:56:03 +08:00
Yogi Wiguna a78acd12b8 feat: Add core manager scripts for camera context, player input, special tiles, and a powerup inventory UI. 2026-03-04 13:27:22 +08:00
Yogi Wiguna 8b33ed3f56 feat: Implement the core "Tekton Doors" game mode including arena setup, portal management, special tiles, and mission tracking HUD.
Tekton Armageddon V.0.8
2026-03-03 15:38:09 +08:00
adtpdn a7442bb1a6 feat: Implement core playerboard management including item grabbing, power-up handling, goal completion, and grid refilling, alongside new Tekton entity and various game managers. 2026-03-02 03:10:38 +08:00
Yogi Wiguna c57b045bef feat: Implement the new Stop N Go game mode with dedicated managers, models, and UI. 2026-02-26 11:29:58 +08:00
Yogi Wiguna 4990ce3c89 feat: Implement tile scarcity model for tile generation and power-up inventory UI for player interaction. 2026-02-25 12:09:14 +08:00
Yogi Wiguna e31973dfab feat: Add initial player character, movement, network synchronization, bot AI, and game managers. 2026-02-24 16:54:45 +08:00
adtpdn a7a8106b7e attempt to make stop n go gamemode 2026-02-19 03:42:59 +08:00
Yogi Wiguna 6472e47edf feat: Introduce special tile power-up system, managing inventory, levels, cooldowns, and targeted effects like area freeze and block floor. 2026-02-13 13:26:22 +08:00
Yogi Wiguna 0ee5051ebd feat: Introduce EnhancedGridMap addon for advanced grid management and procedural generation, and StaticTektonManager for tekton spawning and placement. 2026-02-13 10:40:13 +08:00
adtpdn 5ec559c4c9 update 2026-02-12 06:53:26 +08:00
Yogi Wiguna a4bd5e3c0b feat: Implement core player character setup, a centralized notification system, and special tile power-up management with inventory and cooldowns. 2026-02-05 17:16:15 +08:00
Yogi Wiguna e933773688 feat: Introduce core game managers and main scene, implementing player UI for board, actions, and power-ups. 2026-02-05 16:12:34 +08:00
Yogi Wiguna e2675d782a feat: Add PlayerActionManager for handling player actions and highlights, and SpecialTilesManager for managing special tile effects and powerups. 2026-02-05 11:06:18 +08:00
Yogi Wiguna 18128288d2 feat: Introduce SpecialTilesManager to manage special tile effects, including powerup inventory, leveling, cooldowns, and targeted abilities. 2026-02-05 10:30:27 +08:00
Yogi Wiguna 4b39a4cfcb Fix Power Up Inventory
feat: Add player input handling for movement, actions, and skill targeting, and implement special tile effect management.
2026-02-04 14:53:03 +08:00
Yogi Wiguna 77b8542896 feat: Add player action and input managers to handle player actions, movement, targeting, and visual feedback. 2026-02-04 14:25:21 +08:00
Yogi Wiguna 757051aca8 feat: Implement powerup inventory UI and manager, introducing ghost and area freeze special tiles. 2026-02-03 17:04:35 +08:00
Yogi Wiguna 02d13d9ff5 feat: Add main game scene with core logic, manager initialization, UI setup, and an in-game message bar. 2026-02-03 14:48:41 +08:00
Yogi Wiguna e8fc3f86c5 feat: Implement special tile power-up system with manager, levels, cooldowns, inventory, and associated assets. 2026-02-03 10:16:03 +08:00
Yogi Wiguna 753757d273 feat: Add PlayerboardManager, SpecialTilesManager, PowerupInventoryUI, and new touch control/power tile assets. 2026-02-02 18:01:42 +08:00
adtpdn 9201c99d42 update 2026-02-02 08:34:04 +08:00
adtpdn d6c84dd30d update 2026-02-02 00:21:32 +08:00
adtpdn e66ba7542c update 2026-01-29 03:04:24 +08:00