MCPcopy Create free account

hub / github.com/0x0funky/agent-game-forge / functions

Functions996 in github.com/0x0funky/agent-game-forge

↓ 2 callersFunctionapplyNav
(state: NavState)
apps/web/src/App.tsx:331
↓ 2 callersFunctionapplyOpsToScene
(s: SceneModel | null, ops: SceneOp[])
apps/web/src/components/SceneEditor.tsx:4096
↓ 2 callersFunctionapplyPatchOnLines
Patch every named field across the inclusive line range [startIdx, endIdx]. * Each field may live on its own line (multi-line entry) or on the same
apps/daemon/src/colliders.ts:790
↓ 2 callersFunctionapplySceneOps
( req: ApplySceneOpsRequest, )
apps/web/src/lib/api.ts:321
↓ 2 callersFunctionattachToRun
(id: string)
apps/web/src/components/PlayPane.tsx:167
↓ 2 callersFunctionaudioNow
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/audio.js:45
↓ 2 callersFunctionaugmentPrompt
(prompt: string, magentaBg: boolean | undefined)
apps/daemon/src/gen-image.ts:88
↓ 2 callersFunctionautoInjectIds
Walk the named arrays in `data` and inject `id: "<section>_<idx>"` on * any entry missing one. Returns the list of arrays that were mutated * so t
apps/daemon/src/web-scene.ts:174
↓ 2 callersFunctionawardExperience
(kind, enemy = null)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:369
↓ 2 callersFunctionbbox_touches_edge
( bbox: tuple[int, int, int, int] | None, width: int, height: int, margin: int = 0 )
apps/daemon/src/templates/skills/generate2dsprite/scripts/generate2dsprite.py:525
↓ 2 callersFunctionbuildGroup
( file: string, kind: EntityKind, label: string, )
apps/daemon/src/entities.ts:236
↓ 2 callersMethodcancel
(runId: string)
apps/daemon/src/godot.ts:327
↓ 2 callersFunctioncenterOf
(rect)
apps/daemon/src/templates/foundation/side-scroll/seed/src/collision.js:17
↓ 2 callersFunctionchooseStarter
(id)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/dialogue.js:125
↓ 2 callersFunctionclassifyFile
(name: string)
apps/daemon/src/files.ts:50
↓ 2 callersFunctioncloseMenu
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/menu.js:322
↓ 2 callersFunctioncollisionRect
(entity)
apps/daemon/src/templates/foundation/side-scroll/seed/src/scene.js:92
↓ 2 callersFunctioncolor_distance
(rgb: tuple[int, int, int], target: tuple[int, int, int] = MAGENTA)
apps/daemon/src/templates/skills/generate2dmap/scripts/process_parallax_layer.py:36
↓ 2 callersFunctioncommentsFilePath
(projectAbs: string)
apps/daemon/src/comments.ts:20
↓ 2 callersFunctioncommitPathDraft
()
apps/web/src/components/SceneEditor.tsx:1924
↓ 2 callersFunctioncommitPolygonDraft
()
apps/web/src/components/SceneEditor.tsx:1875
↓ 2 callersFunctioncompose_sheet
(frames: list[Image.Image], rows: int, cols: int, cell_size: int)
apps/daemon/src/templates/skills/generate2dsprite/scripts/generate2dsprite.py:712
↓ 2 callersFunctionconsume
(line: string)
apps/daemon/src/claude-code.ts:523
↓ 2 callersFunctionconsume
(line: string)
apps/daemon/src/codex.ts:420
↓ 2 callersFunctioncreateCommentThread
(req: CreateCommentThreadRequest)
apps/web/src/lib/api.ts:409
↓ 2 callersFunctiondecodeImages
(r: LoadSceneResponse)
apps/web/src/components/SceneEditor.tsx:4051
↓ 2 callersFunctiondeleteCommentThread
(threadId: string, projectPath: string)
apps/web/src/lib/api.ts:430
↓ 2 callersFunctiondescribeAnchor
(anchor: CommentAnchor)
apps/web/src/components/SceneEditor.tsx:3415
↓ 2 callersFunctiondetectGodot
()
apps/daemon/src/godot.ts:52
↓ 2 callersFunctiondetectGodot
()
apps/web/src/lib/api.ts:356
↓ 2 callersFunctiondexStageRows
(mitama, knownStages, singleLabel = "對手")
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/menu.js:242
↓ 2 callersFunctiondiscoverScenes
(rootAbs: string)
apps/daemon/src/entities.ts:332
↓ 2 callersFunctiondist
(r: int, g: int, b: int)
apps/daemon/src/templates/skills/generate2dsprite/scripts/generate2dsprite.py:393
↓ 2 callersFunctiondraw
(now: number)
apps/web/src/components/EntityInspector.tsx:121
↓ 2 callersFunctiondrawCommentPin
( ctx: CanvasRenderingContext2D, at: Vec2, resolved: boolean, active: boolean, selected: boolean,
apps/web/src/components/SceneEditor.tsx:3362
↓ 2 callersFunctiondrawEntityAnimation
(ctx, entity, animName, facing, fallbackColor)
apps/daemon/src/templates/foundation/side-scroll/seed/src/render.js:126
↓ 2 callersFunctiondrawFullShadow
(x, y, w, h, alpha = 0.28)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/render.js:59
↓ 2 callersFunctiondrawLabel
(ctx: CanvasRenderingContext2D, x: number, y: number, text: string, scale: number)
apps/web/src/components/SceneEditor.tsx:4826
↓ 2 callersFunctiondrawLevel
(ctx)
apps/daemon/src/templates/foundation/side-scroll/seed/src/render.js:41
↓ 2 callersFunctiondrawShape
( ctx: CanvasRenderingContext2D, c: AnyShape, colors: { stroke: string; fill: string }, selected: bool
apps/web/src/components/SceneEditor.tsx:4656
↓ 2 callersFunctiondrawSpriteAspectFit
(ctx, img, x, y, rectW, rectH)
apps/daemon/src/templates/foundation/side-scroll/seed/src/render.js:268
↓ 2 callersFunctiondraw_dashed_line
( draw: ImageDraw.ImageDraw, start: tuple[int, int], end: tuple[int, int], *, fill: str,
apps/daemon/src/templates/skills/generate2dsprite/scripts/make_layout_guide.py:13
↓ 2 callersFunctioneffectiveSize
(entry: RectLike)
apps/daemon/src/web-scene.ts:478
↓ 2 callersFunctionellipseContains
(cx, cy, rx, ry, x, y)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/collision.js:41
↓ 2 callersFunctionenemyKnown
(enemy)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/menu.js:220
↓ 2 callersFunctionensureAudio
()
apps/daemon/src/templates/foundation/side-scroll/seed/src/audio.js:6
↓ 2 callersFunctionensureBattleReadyPartner
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/progression.js:80
↓ 2 callersFunctionext
(name: string)
apps/web/src/components/AssetLanes.tsx:43
↓ 2 callersFunctionextractFileChanges
(item: ToolItem)
apps/web/src/lib/blocks.ts:150
↓ 2 callersFunctionextractImageResult
(item: ToolItem)
apps/web/src/lib/blocks.ts:223
↓ 2 callersFunctionfetchAnalyze
(projectPath: string)
apps/web/src/lib/api.ts:120
↓ 2 callersFunctionfetchPreferences
()
apps/web/src/lib/api.ts:81
↓ 2 callersFunctionfetchRegenStaging
(projectPath: string, relPath: string)
apps/web/src/lib/api.ts:244
↓ 2 callersFunctionfetchScene
( projectPath: string, relPath: string, )
apps/web/src/lib/api.ts:302
↓ 2 callersFunctionfetchUsages
(projectPath: string, relPath: string)
apps/web/src/lib/api.ts:147
↓ 2 callersFunctionfindBackgroundImage
Pick a background image from the project: scan likely directories for a preview PNG.
apps/daemon/src/scenes.ts:152
↓ 2 callersFunctionfindCircleRadiusHandle
(world: Vec2)
apps/web/src/components/SceneEditor.tsx:920
↓ 2 callersFunctionfindCollisionJsonPath
(rootAbs: string, scenePath: string)
apps/daemon/src/colliders.ts:252
↓ 2 callersFunctionfindCurvePointsLine
Inside a Curve2D sub_resource, find the line that contains * `"points": PackedVector2Array(...)` and return its line index + the parsed numbers.
apps/daemon/src/paths.ts:41
↓ 2 callersFunctionfindNodeByRelPath
(tree: FileNode, relPath: string)
apps/web/src/components/RegenerateOptionsModal.tsx:123
↓ 2 callersFunctionfindPropResizeHandle
Hit-test the 4 corner handles of the currently selected prop.
apps/web/src/components/SceneEditor.tsx:815
↓ 2 callersFunctionfindResizeHandle
Hit-test rect resize handles for the selected shape.
apps/web/src/components/SceneEditor.tsx:867
↓ 2 callersFunctionfindUsages
(rootAbs: string, relTarget: string)
apps/daemon/src/usages.ts:37
↓ 2 callersFunctionfindZonesJsonPath
(rootAbs: string, scenePath: string)
apps/daemon/src/zones.ts:269
↓ 2 callersMethodfinish
(run: Run, status: RunStatus, code: number | null, signal: NodeJS.Signals | null)
apps/daemon/src/runs.ts:160
↓ 2 callersFunctionflushAgent
()
apps/daemon/src/codex-sessions.ts:182
↓ 2 callersFunctionflushSave
()
apps/web/src/components/SceneEditor.tsx:2208
↓ 2 callersFunctionfmtGrid
(layout: PendingPack['liveLayout'])
apps/web/src/components/PackReviewModal.tsx:306
↓ 2 callersFunctionformatNumber
(n: number)
apps/daemon/src/tscn-parse.ts:124
↓ 2 callersFunctionformatVector2
(v: { x: number; y: number })
apps/daemon/src/tscn-parse.ts:119
↓ 2 callersFunctionfullSx
(x)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/scene.js:9
↓ 2 callersFunctionfullSy
(y)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/scene.js:13
↓ 2 callersFunctiongodotConventions
()
apps/daemon/src/templates/conventions.ts:73
↓ 2 callersFunctionhandleTouchBattleKey
(key)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/input.js:46
↓ 2 callersFunctionindexExtResources
(parsed: ParsedTscn)
apps/daemon/src/tscn-parse.ts:144
↓ 2 callersFunctionindexNodes
(parsed: ParsedTscn)
apps/daemon/src/scenes.ts:70
↓ 2 callersFunctionindexSubResources
(parsed: ParsedTscn)
apps/daemon/src/paths.ts:31
↓ 2 callersFunctioningestChunk
Each chunk may contain partial lines. Buffer until \n.
apps/web/src/components/PlayPane.tsx:130
↓ 2 callersFunctionintegrateEntity
(entity, dt, colliders)
apps/daemon/src/templates/foundation/side-scroll/seed/src/physics.js:7
↓ 2 callersFunctionisAgentId
(id: string)
apps/daemon/src/agents.ts:191
↓ 2 callersFunctionisArrayOfObjects
(v: unknown)
apps/web/src/components/TableEditor.tsx:41
↓ 2 callersFunctionisImageExt
(ext: string)
apps/web/src/App.tsx:2641
↓ 2 callersFunctionlistImagesUnder
(root: string)
apps/daemon/src/server.ts:1530
↓ 2 callersFunctionlistSecretStatuses
()
apps/daemon/src/secrets.ts:145
↓ 2 callersFunctionlistSliceMetadataFiles
(rootAbs: string)
apps/daemon/src/files.ts:215
↓ 2 callersFunctionloadCatalogForSection
Read a section's catalog file (e.g. data/hazards.json) once per loader * call. Returns null if the file is missing or malformed — call sites * sho
apps/daemon/src/web-scene.ts:121
↓ 2 callersFunctionloadImage
(path)
apps/daemon/src/templates/foundation/side-scroll/seed/src/assets.js:16
↓ 2 callersFunctionloadImageSafe
(src)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/assets.js:13
↓ 2 callersFunctionlogGenImageCall
(entry: GenImageLogEntry)
apps/daemon/src/gen-image-log.ts:45
↓ 2 callersFunctionmenuItemDisabled
(index)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/menu.js:1
↓ 2 callersFunctionmissingRequired
()
apps/web/src/components/QuestionFormCard.tsx:62
↓ 2 callersFunctionmoveBattleActionLinear
(direction)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/input.js:36
↓ 2 callersFunctionnodeKey
(s: Section)
apps/daemon/src/paths.ts:24
↓ 2 callersFunctionnormalizePath
(p: string | undefined | null)
apps/daemon/src/codex-sessions.ts:29
↓ 2 callersFunctionnormalizeRel
(p: string)
apps/daemon/src/analyze.ts:170
↓ 2 callersFunctionparseExtResourceRef
(raw: string | null)
apps/daemon/src/tscn-parse.ts:130
↓ 2 callersFunctionparseIndexId
(id: string)
apps/daemon/src/colliders.ts:591
↓ 2 callersFunctionpatchField
(line: string, field: string, value: number)
apps/daemon/src/colliders.ts:814
↓ 2 callersFunctionperformMenuAction
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/menu.js:330
↓ 2 callersFunctionpickAgent
(id: AgentId)
apps/web/src/components/SettingsModal.tsx:134
← previousnext →201–300 of 996, ranked by callers