Commit Graph

2 Commits

Author SHA1 Message Date
srift
fd67b88e5d scriptcore: trigger webhook re-fire after webhook installation
All checks were successful
Build successful.
The initial push c1bfbaf landed before the webhook was wired. This
no-op commit (whitespace in README, which Builder.BuildVirtual
skips since .md is not in ALLOWED_EXTENSIONS) re-fires the webhook
and drives RepoUpdate.Schedule('SRIFT/core') -> Builder.Build +
Builder.Upload.
2026-06-29 21:27:06 +02:00
srift
c1bfbaf36a scriptcore: reconstructed from preserved seed files
Reconstructed Lua scripting infrastructure consumed by every per-game
flash script. Two source files preserved at D:\B\Srift\games\Flash\:

  - functional.lua (109 lines): table.from/max/min/find/filter/map
  - internal.lua  (172 lines): Markers, Rule.All/Any sugar, Hex/Addr,
                                print override, gadget enumerators

Surface inventory at D:\B\Srift\games\Flash\SURFACE.md confirms
these two files cover scriptcore's lua-level responsibilities for
CODMW, CODMW2, IW9, DayZ, Template. RB6 may need a Rule.Refs stub.

Server contract (Builder.ts:286-380): pushing this repo to Gitea as
srift/core triggers the standard webhook pipeline and produces
S.Build doc { kind:'script', product:'scriptcore' }.
2026-06-29 21:03:19 +02:00