Commit Graph
100 Commits
Author SHA1 Message Date
adtpdn b9b1d10e95 Add release trigger script 2026-06-29 09:57:12 +08:00
adtpdn d82fe8ea1e Bump version to 2.4.1 for release 2026-06-28 21:19:32 +08:00
adtpdn 817c70efe8 Update CHANGELOG and tasks for Gauntlet fixes 2026-06-28 19:23:23 +08:00
adtpdn dfd1918da6 Gauntlet cleanser stacking and UI fixes 2026-06-28 19:19:41 +08:00
adtpdn 8b9efa1165 Gauntlet UI fixes and cleanser improvements 2026-06-28 18:50:49 +08:00
adtpdn f0ba6c2b54 feat: half update 2026-06-26 18:31:17 +08:00
adtpdn 798189d81b feat: fix the spawn tiles 2026-06-26 13:56:59 +08:00
adtpdn 00f9d98f4b refactor: enhance test framework with automated resource tracking and scripted error capture capabilities 2026-06-26 09:40:17 +08:00
adtpdn 948a99cf90 Fix global RPC data parsing in BackendService
- Resolved massive bug where api_rpc_async returned raw payload strings instead of the parsed 'data' Dictionary expected by every system (Gacha, Mail, Leaderboard, Admin Panel, etc.)
- Restored Admin Panel's _rpc helper to use the standard result.get('data') format now that BackendService correctly supplies it.
2026-06-22 17:45:58 +08:00
adtpdn 396507ef4f Fix UI panel overlaps and admin RPC parsing
- Prevent overlap in FragmentCraftPanel by using PanelContainer and Layout Mode 2
- Fix missing Admin Panel data by correctly parsing JSON payload in _rpc helper
- Auto-resolve 'social_global' chatroom ID for Admin Panel queries
- Untrack .claude and .agent from repository
2026-06-22 17:22:31 +08:00
adtpdn a8d380389b chore: misc project updates and settings 2026-06-19 17:17:47 +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 cd584f5599 fix: mirror via gh release create instead of git push (163MB > 100MB limit) 2026-06-18 17:14:24 +08:00
adtpdn a896def3a6 feat: zip Windows and Linux builds before release upload 2026-06-18 17:05:08 +08:00
adtpdn 9f654963ac feat: add Linux build to build.yml, mirror releases to tekton-updates 2026-06-18 16:56:39 +08:00
adtpdn 4062f11c89 fix: create-release only needs Windows, fix missing oldpop_cloth_white_pant texture path 2026-06-18 16:43:02 +08:00
adtpdn 26840c021e fix: remove macOS swap (mkswap unavailable on macOS runners) 2026-06-18 16:11:12 +08:00
adtpdn 61e5716921 fix: macOS swap uses writable home dir instead of read-only root 2026-06-18 16:03:35 +08:00
adtpdn b1c30140e2 fix: add swap for macOS CI, generate changed_files for build-patch 2026-06-18 15:48:25 +08:00
adtpdn acd139ca92 fix: flatten templates/ subfolder after tpz unzip for CI exports 2026-06-18 15:37:14 +08:00
adtpdn 231b06a01d fix: restore tools/build_patch.gd (accidentally deleted) 2026-06-18 15:26:29 +08:00
adtpdn 53e2d11e05 fix: use 4.6.0 (full semver) in CI workflows 2026-06-18 15:16:37 +08:00
adtpdn 98b337331e chore: bump CI workflows to Godot 4.6 stable 2026-06-18 14:57:18 +08:00
adtpdn c5811d60fb chore: bump version to 2.4.0 with changelog and version.json 2026-06-18 14:49:05 +08:00
adtpdn 78f071b728 feat: update vfx 2026-06-18 14:04:06 +08:00
adtpdn 5354d8b30f freemode fishing tekton autoplay + static tekton throw fix
- Added tekton_fishing_autoplay.gd: plays both GLB animations simultaneously, looped
- Attached autoplay script to 3 fishing tekton instances in freemode.tscn
- Fixed static tekton throw: faces throw direction + plays throw animation
- Fixed AnimationPlayer path in tekton.gd for static turrets
- Fixed animation names (tekton_throw_tile -> ted_bones_001|Tekton Throwing Tiles|Anima_Layer)
- Fixed static_tekton_controller.gd idle resume
- Rebuilt animation-pack.res with new animations (holding_1, put_1, stun_1, etc.)
- Fixed GutBottomPanel.tscn broken UID
2026-06-15 18:15:39 +08:00
adtpdn 844ec194cb Replace dasher-pack with unified animation-pack using original Blender bone names 2026-06-15 14:28:26 +08:00
adtpdn 9dd3c59edf feat: update 2026-06-12 18:05:04 +08:00
adtpdn 8a2fb36a98 feat: update 2026-06-11 18:28:25 +08:00
adtpdn 8520f9db3c feat: rollback fix 2026-06-10 10:48:20 +08:00
adtpdn 5653473c12 feat: the rebuild gamemode of "Gauntlet" 2026-06-10 02:12:25 +08:00
adtpdn 0a878c5205 update local arena of gauntlet 2026-06-08 12:19:34 +08:00
adtpdn f2f90f98e2 feat: implement Candy Cannon mechanics, CI/CD pipelines, and version 2.3.7 updates 2026-05-25 18:17:00 +08:00
adtpdn 7380161743 feat: add Candy Cannon Survival game mode with collectible tiles
Version bump to 2.3.6. New game mode features 20×20 arena with central cannon obstacle, three escalating phases (Open Arena, Route Pressure, Survival), and collectible tiles (Hearts, Diamonds, Stars, Coins) with pattern-matching missions. Players dodge candy volleys while completing collection goals.

Updated export paths and version strings across all platforms (Windows, Android, Web, Linux).
2026-05-24 06:56:57 +08:00
adtpdn 01ff0d4434 feat:delete kilo 2026-05-22 12:10:05 +08:00
adtpdn decdb74ade chore: release version 2.3.5 and refactor lobby
Bump export_presets.cfg version to 2.3.5. Update CHANGELOG_DRAFT.md.
Refactor lobby.gd into LobbyChat, LobbyMainMenu, LobbyRoomList, LobbyRoom.
Move Nakama config to environment variables in nakama_manager.gd.
Derive auth_manager.gd encryption key from OS.get_unique_id().sha256_text().
Remove Steam email auth fallback. Require auth ticket.
Make GachaManager.pull() async in gacha_panel.gd.
Remove dummy wallet seeding. Add store_type to IAP payload.
Validate IAP receipts server-side in economy.lua.
Register gacha module in main.lua.
Clean backend_service.gd stubs.
Fix featured_banners type safety in gacha_manager.gd. Guards non-array responses.
Move tiles_armagedon_a1.res to assets/models/meshes/. Fix import fallback_path.
2026-05-22 12:08:11 +08:00
adtpdn 8430d1054e feat: 2.3.2 2026-05-19 17:30:29 +08:00
adtpdn 7ca11c6534 feat: 2.3.1 2026-05-12 17:55:53 +08:00
adtpdn 13f3c3d591 feat: 2.3.1 2026-05-11 17:24:47 +08:00
adtpdn 57e56412e0 feat: bugfix 2026-05-03 21:05:54 +08:00
adtpdn 06aad52b91 feat: bugfix UI dialog text 2026-05-03 21:05:32 +08:00
adtpdn 5ec85f3954 feat: sync time with dailylogin server 2026-05-03 20:46:32 +08:00
adtpdn 21875cdf8a feat: add dailylogin feature 2026-05-01 05:07:54 +08:00
adtpdn 54be7bbb25 feat: bug fix social system 2026-04-30 04:18:46 +08:00
adtpdn 2a1a76e682 feat: test update socket 2026-04-29 23:54:46 +08:00
adtpdn 8a2f865ad8 feat: update 2.1.9 2026-04-29 01:36:49 +08:00
adtpdn 1585b91509 feat: update 2026-04-28 01:22:38 +08:00
adtpdn b76dd2e737 feat: fix some bug 2026-04-24 22:56:11 +08:00
adtpdn 8c5004d535 feat: fix syntax 2026-04-24 03:29:28 +08:00
adtpdn 89c0c6d1ab feat : update readme 2026-04-24 03:28:29 +08:00
adtpdn 5b369e4613 feat : update readme 2026-04-24 03:20:51 +08:00
adtpdn 0de005cda5 feat: update changelog 2026-04-24 03:16:49 +08:00
adtpdn c33ff59e70 feat: update readme 2026-04-24 02:59:54 +08:00
adtpdn 5a08db38de feat: fix gatcha, and login flow connection 2026-04-24 02:50:16 +08:00
adtpdn d97109aa8d feat : minor fix, on editor bypass update 2026-04-24 01:01:12 +08:00
adtpdn c87e9eec59 feat: fixing version error handler 2026-04-24 00:54:56 +08:00
adtpdn 18424b1009 feat : broken 2026-04-24 00:52:27 +08:00
adtpdn 3456c68354 Merge branch 'patch-release' of https://github.com/adtpdn/tekton-enet into patch-release 2026-04-24 00:49:42 +08:00
adtpdn f4b35582aa feat: implement login screen UI and update project version to 2.1.6 2026-04-24 00:49:22 +08:00
adtpdn 53f151af1d feat: prep the automation 2026-04-24 00:40:40 +08:00
adtpdn 7e4b707e84 feat: adding the skin_shader_generator, and gacha base barebone 2026-04-24 00:17:00 +08:00
adtpdn 16c82a48b8 feat: update skin 2026-04-22 21:30:22 +08:00
adtpdn 724ae4d4a4 feat : update screen 2026-04-22 05:21:19 +08:00
adtpdn e4e9f66569 feat: update boot_screen behavior 2026-04-22 05:08:15 +08:00
adtpdn d028b06610 feat: edit url repo 2026-04-22 05:05:12 +08:00
adtpdn 5653af764f feat: update 2026-04-22 05:01:23 +08:00
adtpdn c496707bb1 feat : Stripped OS exit codes from patch builder loop 2026-04-22 04:41:11 +08:00
adtpdn cfae123c81 feat : Replaced Server-Side SceneTree syntax for MainLoop. 2026-04-22 04:38:44 +08:00
adtpdn abe58db475 feat : revert headless 2026-04-22 04:35:31 +08:00
adtpdn 2d93d48323 feat : add manual trigger 2026-04-22 04:32:38 +08:00
adtpdn 39ec3cc6e8 feat : edit build 2026-04-22 04:25:21 +08:00
adtpdn c8e5a45529 feat: patch system 2026-04-22 04:21:00 +08:00
adtpdn 083735aec1 feat: fix Bots Using Your Equipped Skin, Equipped Overlay Skins Reverting to Normal 2026-04-22 01:36:05 +08:00
adtpdn f2e14f20f3 feat: skin update 2026-04-20 19:32:52 +08:00
adtpdn b492dc99b6 feat: update 2026-04-17 22:18:04 +08:00
adtpdn ff0a2e0f41 feat: update shop 2026-04-17 00:17:37 +08:00
adtpdn f10d777c90 feat: overhaul UI main and profile 2026-04-15 16:26:49 +08:00
adtpdn 01661a56ba feat: update chat 2026-04-15 07:31:49 +08:00
adtpdn a592eb1de0 feat : mobile input controller 2026-04-13 18:15:49 +08:00
adtpdn a478e3fc2e feat: completing tutorial 2026-04-11 06:00:54 +08:00
adtpdn 5323aea5fb feat: add tutorial section 2026-04-10 05:17:30 +08:00
adtpdn 222621139e feat: update player auth, fix bugs 2026-04-09 00:36:23 +08:00
adtpdn 7ffe7680ad feat:update 2026-04-08 03:22:27 +08:00
adtpdn e222cc49ee feat : update backend 2026-04-08 03:12:55 +08:00
adtpdn 7e22f48c57 revert 2026-04-07 10:10:52 +08:00
adtpdn b6b7237dc1 feat : attempt to fix bug 2026-04-07 03:28:24 +08:00
adtpdn 733b1da8e0 feat: edit some login indicator 2026-04-03 05:11:49 +08:00
adtpdn e1a3ef8e85 feat: overhaul the nakama user management, leaderboard, prep for 2.1 2026-04-03 04:50:18 +08:00
adtpdn 47f88d31dc feat: prep to build 2026-04-03 02:20:06 +08:00
adtpdn 362f8eda98 feat: Overhaul of the Game Over UI, custom texture integrations, and fixing visual artifacts. 2026-04-02 06:26:06 +08:00
adtpdn f2739841c6 feat : Refactored Game Over UI from programmatic to scene-based architecture and resolved critical multiplayer/spawn bugs 2026-04-01 06:06:09 +08:00
adtpdn fb20af1ae5 feat: update the rematch, lobby, leaderboard 2026-03-30 16:56:35 +08:00
adtpdn a916a57c05 feat: updated UI UX for profile and leaderboard menu 2026-03-27 22:18:29 +08:00
adtpdn 3a50d2d324 feat: update some visual and fixing the bug 2026-03-27 01:52:45 +08:00
adtpdn 66f54e34ab feat: add GUI enhancement for Leaderboard, and Timer 2026-03-26 02:57:04 +08:00
adtpdn cda39125f4 feat: update leaderboard GUI, and HUD for gauge 2026-03-25 02:38:09 +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 7601b93192 Merge branch 'stop_n_go_update' of https://github.com/adtpdn/tekton-enet into stop_n_go_update 2026-03-17 18:05:09 +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
adtpdn 71d688ed63 feat: Implement core lobby system including UI, player management, and game mode settings. 2026-03-16 05:21:49 +08:00