MCPcopy Create free account

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

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

FunctionUndoRedo
({ tick, undoStack, redoStack, onUndo, onRedo, }: { tick: number; undoStack: UndoEntry[]; redo
apps/web/src/components/SceneEditor.tsx:3573
FunctionWebPlayPane
({ projectPath }: { projectPath: string })
apps/web/src/components/PlayPane.tsx:430
FunctionaddRow
()
apps/web/src/components/TableEditor.tsx:243
FunctionappendMessage
( conversationId: string, role: 'user' | 'agent', content: string, eventsJson?: unknown, )
apps/daemon/src/conversations.ts:103
FunctionapplyJsonArrayEntryRemoveByIndex
( rootAbs: string, ref: ColliderRef & { backend: 'json' }, )
apps/daemon/src/colliders.ts:629
FunctionapplyPack
(req: import('@ogf/contracts').ApplyPackRequest)
apps/web/src/lib/api.ts:266
FunctionapplyPackFromHere
Apply the pack this file belongs to. Calls the same /apply-pack * endpoint the modal uses, with a confirm prompt — this is a * multi-file dest
apps/web/src/components/FileEditor.tsx:324
FunctionautoSuggest
()
apps/web/src/components/RegenerateOptionsModal.tsx:235
FunctionbuildEnemyInstance
(spawn)
apps/daemon/src/templates/foundation/side-scroll/seed/src/entities/enemy.js:3
FunctionchooseCurrent
()
apps/web/src/components/FolderPickerModal.tsx:54
Methodcleanup
()
apps/daemon/src/runs.ts:154
Methodcleanup
()
apps/daemon/src/godot.ts:321
Functionclear
()
apps/web/src/components/PlayPane.tsx:247
Functionclose
(e: MouseEvent)
apps/web/src/App.tsx:2412
Functionclose
(e: MouseEvent)
apps/web/src/components/Header.tsx:121
Functionclose
(e: MouseEvent)
apps/web/src/components/Sidebar.tsx:298
Methodconstructor
()
apps/daemon/src/runs.ts:64
Methodconstructor
( message: string, public readonly provider: GenImageProvider | 'router', public readonly status?:
apps/daemon/src/gen-image.ts:60
FunctioncreateThread
(opts: { projectAbs: string; scene: string; anchor: CommentAnchor; text: string; author?: CommentAut
apps/daemon/src/comments.ts:54
FunctiondeleteRow
(rowIndex: number)
apps/web/src/components/TableEditor.tsx:252
FunctiondeleteThread
(opts: { projectAbs: string; threadId: string })
apps/daemon/src/comments.ts:124
FunctiondiscardPack
(req: import('@ogf/contracts').DiscardPackRequest)
apps/web/src/lib/api.ts:272
FunctiondiscardPackFromHere
()
apps/web/src/components/FileEditor.tsx:358
FunctiondoApply
()
apps/web/src/components/PackReviewModal.tsx:81
FunctiondoDiscard
()
apps/web/src/components/PackReviewModal.tsx:119
FunctionenemyTurn
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:252
FunctionextractImagePaths
(item: ToolItem)
apps/web/src/lib/blocks.ts:247
Functionfeed
(chunk: Buffer | string)
apps/daemon/src/claude-code.ts:546
Functionfeed
(chunk: Buffer | string)
apps/daemon/src/codex.ts:436
FunctionfetchPendingPacks
(projectPath: string)
apps/web/src/lib/api.ts:262
FunctionfitToView
()
apps/web/src/components/SceneEditor.tsx:2249
Functionflush
()
apps/daemon/src/claude-code.ts:554
Functionflush
()
apps/daemon/src/codex.ts:444
FunctionformatNumber
(n: number)
apps/daemon/src/paths.ts:147
Functionframe
(nowMs)
apps/daemon/src/templates/foundation/side-scroll/seed/src/game.js:14
FunctiongetCachedImage
(path)
apps/daemon/src/templates/foundation/side-scroll/seed/src/assets.js:81
Functionhandler
(e: KeyboardEvent)
apps/web/src/components/FileEditor.tsx:401
FunctionhasParallaxLayers
(level: OgfLevel)
packages/contracts/src/ogf-schema.ts:400
FunctionhasSingleBackground
(level: OgfLevel)
packages/contracts/src/ogf-schema.ts:404
FunctionisHeld
(action)
apps/daemon/src/templates/foundation/side-scroll/seed/src/input.js:68
Functionis_known_target_mode
(target: str, mode: str)
apps/daemon/src/templates/skills/generate2dsprite/scripts/generate2dsprite.py:186
FunctionlinkedPlatform
(level, collider)
apps/daemon/src/templates/foundation/side-scroll/seed/src/platforms.js:12
FunctionlistThreads
(projectAbs: string, scene?: string)
apps/daemon/src/comments.ts:47
Functionloop
(now)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/game.js:20
Functionmove
(ev: MouseEvent)
apps/web/src/components/TableEditor.tsx:617
FunctionmoveRow
(rowIndex: number, dir: -1 | 1)
apps/web/src/components/TableEditor.tsx:257
FunctionnativePickerSupported
()
apps/web/src/lib/api.ts:573
FunctionnavBack
()
apps/web/src/App.tsx:342
FunctionnavForward
()
apps/web/src/App.tsx:347
FunctiononDoc
(e: MouseEvent)
apps/web/src/App.tsx:2693
FunctiononDragEnter
(e: React.DragEvent)
apps/web/src/App.tsx:2110
FunctiononDragLeave
(e: React.DragEvent)
apps/web/src/App.tsx:2121
FunctiononDragOver
(e: React.DragEvent)
apps/web/src/App.tsx:2116
FunctiononDrop
(e: React.DragEvent)
apps/web/src/App.tsx:2126
FunctiononKey
(e: React.KeyboardEvent<HTMLTextAreaElement>)
apps/web/src/App.tsx:1127
FunctiononKey
(e: KeyboardEvent)
apps/web/src/components/SceneEditor.tsx:1621
FunctiononKey
(e: KeyboardEvent)
apps/web/src/components/Sidebar.tsx:87
FunctiononKey
(e: KeyboardEvent)
apps/web/src/lib/dialog.tsx:94
FunctiononMouseDown
(e: React.MouseEvent)
apps/web/src/components/SceneEditor.tsx:933
FunctiononMouseMove
(ev: MouseEvent)
apps/web/src/components/SceneEditor.tsx:1239
FunctiononMouseUp
(e: React.MouseEvent)
apps/web/src/App.tsx:2344
FunctiononMouseUp
()
apps/web/src/components/SceneEditor.tsx:1372
FunctiononMove
(ev: MouseEvent)
apps/web/src/App.tsx:460
FunctiononResize
()
apps/web/src/components/SceneEditor.tsx:686
FunctiononScroll
()
apps/web/src/components/PlayPane.tsx:252
FunctiononSidebarDragStart
(e: React.MouseEvent)
apps/web/src/App.tsx:455
FunctiononSplitDragStart
(e: React.MouseEvent)
apps/web/src/App.tsx:1135
FunctiononSubmitForm
(answers: QuestionFormAnswers)
apps/web/src/App.tsx:948
FunctiononSwitch
(e: Event)
apps/web/src/App.tsx:135
FunctiononUp
()
apps/web/src/App.tsx:464
FunctiononWheel
(e: React.WheelEvent)
apps/web/src/components/SceneEditor.tsx:2234
FunctionopenMoveMenu
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:138
FunctionopenRegenerateOptions
()
apps/web/src/components/FileEditor.tsx:437
FunctionparseConsoleLine
(text: string, channel: 'stdout' | 'stderr')
apps/daemon/src/godot.ts:407
FunctionperformAttack
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:158
FunctionperformBind
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:211
FunctionperformSkill
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:177
FunctionpickFolderHint
()
apps/web/src/lib/api.ts:577
FunctionpreloadSpriteAnimation
(anim)
apps/daemon/src/templates/foundation/side-scroll/seed/src/assets.js:70
FunctionquoteForCmdShell
(arg: string)
apps/daemon/src/claude-code.ts:275
FunctionquoteForCmdShell
Quote a single arg for Windows `cmd.exe /c "..."` invocation * (which is what Node uses internally when `shell: true` on win32). * Args without wh
apps/daemon/src/codex.ts:114
FunctionrefactorCopy
(req: { sourcePath: string; destPath?: string })
apps/web/src/lib/api.ts:110
FunctionrenderAnswersAsPrompt
( formId: string, answers: Record<string, string | string[]>, )
apps/daemon/src/question-form.ts:99
FunctionresolveAllSecrets
()
apps/daemon/src/secrets.ts:113
FunctionrowToMessage
(r: { id: number; conversation_id: string; role: 'user' | 'agent'; content: string; events_json: str
apps/daemon/src/server.ts:2386
FunctionrunBattle
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/battle.js:274
Functionsanitize_slug
(text: str)
apps/daemon/src/templates/skills/generate2dsprite/scripts/generate2dsprite.py:784
Functionstop
(e: React.SyntheticEvent)
apps/web/src/components/SceneEditor.tsx:3670
FunctionstopTouchJoystick
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/touch.js:60
Functionsubmit
()
apps/web/src/components/RegenerateOptionsModal.tsx:241
Functionsubmit
()
apps/web/src/components/QuestionFormCard.tsx:73
FunctionsubmitRegenerate
( opts: RegenerateOptions, references: string[], packCtx: PackContext, )
apps/web/src/components/FileEditor.tsx:442
FunctiontoggleLock
(nodePath: string)
apps/web/src/components/SceneEditor.tsx:129
Functionup
()
apps/web/src/components/TableEditor.tsx:624
FunctionupdateCell
(rowIndex: number, key: string, value: unknown)
apps/web/src/components/TableEditor.tsx:236
FunctionupdateThread
(opts: { projectAbs: string; threadId: string; status?: 'open' | 'resolved'; anchor?: CommentAnchor; }
apps/daemon/src/comments.ts:107
← previous901–996 of 996, ranked by callers