Commit Graph

20 Commits

Author SHA1 Message Date
ozan 693e913ecc skill(update-engine): full machine update — pull game repo + builds, then install engine
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 04:50:45 +01:00
ozan 9b547e1aee Merge branch 'main' of ssh.tinqs.com:tinqs/builds
# Conflicts:
#	.gitignore
#	manifest.json
2026-06-19 04:26:18 +01:00
ozan 33d271c783 engine(windows-x64): publish 4.7 editor + GodotSharp C# assemblies
- Update windows-x64 to engine 4f2e02e5b7 (Godot 4.7, branded). New editor +
  console binaries (was 4.6.5 / 420e74bf8, now discarded).
- Add GodotSharp/ (Api + Tools, 199MB) — REQUIRED for other agents/machines to
  build & run the C# game against this binary (dotnet build links these). Mirrors
  the consume model: build once, everyone consumes.
- manifest.json: version/commit/sha256 bumped, godotsharp path + install note added.

macos-arm64 still 4.6.5 — Kraken to rebuild for 4.7.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 04:18:27 +01:00
ozan 29b5db9071 engine(macos-arm64): rebuild with Tinqs branding restored (logos/splash)
The 4.7 build now bakes in the Tinqs logos again (upstream rebase had reset them to
the Godot robot). New binary sha + version 4ba7b5b5b (engine 5727de0). GodotSharp
unchanged (logo-only rebuild — C# bindings identical), so only the binary is re-shipped.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 03:05:41 +01:00
ozan b0810fbdfd engine(macos-arm64): 4.7 native-module build + ship GodotSharp; add update-engine skill
- Replace macOS binary with the 4.7 build where Terrain3D + agent_skinned are native
  engine modules (no GDExtension .framework). Fixed C# bindability (set_plugin->Object,
  abstract Terrain3DAssetResource, drop dup duplicate bind) so glue generates.
- SHIP GodotSharp alongside the binary (matched pair) — stale/missing GodotSharp causes
  "Wrapper class not found for Terrain3D" / ".NET assemblies not found". Engine does not
  regenerate it. Un-ignore GodotSharp in .gitignore.
- manifest.json: macOS -> 4.7 (4ba7b5b) + new sha + godotsharp field; drop obsolete
  terrain_3d GDExtension section; windows flagged 4.7-pending.
- Add .agents/skills/update-engine (mac+win self-serve install) + README + Forge handoff.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 02:35:00 +01:00
ozan cf4a8bc6e3 Merge branch 'main' of ssh.tinqs.com:tinqs/builds 2026-06-18 21:58:46 +01:00
ozan 33b37f47de engine(macos-arm64): host Tinqs Engine 4.7.0 binary (8d56dbe)
Godot 4.7-stable rebased with Tinqs branding + 10 agent modules + terrain3d.
4.7 migration fixes: callable_mp.h + class_db.h includes, macOS SCsub #bin/tinqs.
Build green on Kraken (Xcode 26.3). Binary reports 4.7.stable.mono.custom_build.8d56dbe70.
Windows stays 4.6.4 (4.7 Forge build pending). terrain_3d GDExtension NOT yet rebuilt for 4.7 ABI.
2026-06-18 21:56:33 +01:00
ozan e06ff7c3ca Merge branch 'main' of ssh.tinqs.com:tinqs/builds 2026-06-16 01:46:22 +01:00
ozan 19e3cc84bd build(windows): engine 420e74bf8e (4.6.5) — agent_skinned mat4x3 palette, far-LOD dominant-bone 2026-06-16 01:41:48 +01:00
ozan ca3c051194 publish: macOS engine 4.6.5 (420e74b) — agent_skinned crowd platform
mat4x3 palette + GPU distance-LOD + RGBA16F + set_bone_matrices. sha256 69af9e12. 24 module doctests green.
Windows build pending from Forge.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 00:51:49 +01:00
uygar d837fe6313 chore: gitignore local run launcher / engine extract
Machine-specific files that should never be tracked (absolute paths /
locally-extracted engine runtime).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 14:48:29 +03:00
ozan 4e4a362def merge: macOS engine update (4fe1323) + Windows rebuild (64fb5cc) 2026-06-14 00:37:26 +01:00
ozan d895a18537 engine(windows-x64): rebuild 64fb5cc (agent_skinned, 4.6.4, branded)
Windows editor binary rebuilt from engine HEAD 64fb5cc3ae:
- agent_skinned module (GPU instanced skinned mesh)
- godot→tinqs branding rename complete
- 4.6.4 version bump
- D3D12 SDK support
- MSVC BuildTools 2022, SCons, mono glue, GodotSharp assemblies

SHA256 (editor): 601ec583007e122fe4f86570c5f8bfbb
SHA256 (console): 353e7a3ac365697820ca971d71b364b

Co-Authored-By: DeepSeek V4 Pro <noreply@deepseek.com>
2026-06-14 00:34:48 +01:00
ozan 7c5b817d99 engine/macos-arm64: publish 4.6.4 (4fe1323) — agent_skinned GPU herd skinning FIXED
New editor binary with the agent_skinned skinned-herd renderer visually verified: TANGENT vec3
shader fix + albedo_tex, and the column-major bone-matrix transpose fix (was crumpling meshes).
sha256 4599c0f9…  See engine wiki agent-skinned-gpu-herd.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 23:38:00 +01:00
ozan a2d763fc3b engine(macos-arm64): 4.6.4 build (64fb5cc) — agent_skinned + branding fixes
Brings in the 4.6.4 build of the Tinqs engine fork:
- New agent_skinned module: MultiSkinnedMeshInstance3D (data plane,
  pure-CPU, PackedFloat32Array, lazy ImageTexture) +
  MultiSkinnedInstance3D (renderer, ShaderMaterial with 4-bone
  linear-blend skinning shader, samples the data source's bone texture
  via gl_InstanceID). 21 doctest cases all pass.
- Branding fixes: window titles (X11/Wayland), AppUserModelID
  (Windows), NSApp (macOS), TTS class, SDL window class, log tags
  (Android), proxy_tag + xdg_toplevel_icon (Wayland), HTML editor
  meta. Windows .ico/.manifest/.natvis/.rc all renamed godot_* ->
  tinqs_*.
- Version 4.6.3 -> 4.6.4.

Built on Kraken (macOS Apple Silicon). 134MB editor mono binary.
Verify on consumer side: shasum -a 256 of the copied binary must
match this manifest's sha256.
2026-06-13 04:26:06 +01:00
ozan 36c121df9b terrain3d macos-arm64 frameworks (engine bb8fe2f): get_height region-border NaN fix
GDExtension rebuild only — the engine binary is UNCHANGED (keep de00a30).
Built on Kraken via engine/terrain3d/build.sh against de00a30's dumped ABI;
ad-hoc signed; itest 70/70 in ariki-game with these loaded. The game repo
gitignores addons/terrain_3d/bin so macOS terrain libs ship from HERE —
install: cp -R engine/macos-arm64/terrain_3d/bin/*.framework <game>/addons/terrain_3d/bin/

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 00:19:25 +01:00
ozan 506f5a2ce8 engine(windows-x64): branded editor build 67d0322 (mono) + manifest
First windows-x64 binary in tinqs/builds. Branded (Tinqs icon/splash/logos baked in);
version 4.6.3.stable.mono.custom_build.67d0322c0. Closes the engine-write-access TODO
(was: only macos-arm64 published).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 03:54:52 +01:00
ozan aeeab69f5a engine(macos-arm64): fresh local build de00a30 (post history-squash) + manifest
Locally-built (pipeline not yet trusted) editor mono binary from the clean squashed-history engine
(de00a306c). Replaces the pre-squash 01413b2 binary. sha256 1dd8fbad…. .NET assemblies + Terrain3D
addon come from the game project.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 00:24:23 +01:00
ozan 7ad6daafc2 engine: macОS arm64 editor build (godot 4.6.3 fork, mono)
Built on Kraken with Xcode 26.3. Binary via LFS. First artifact in the builds repo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 00:17:28 +01:00
ozan e73a5f59c0 Initial commit 2026-06-07 23:17:01 +00:00