MCPcopy Create free account

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

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

↓ 1 callersFunctionupdatePickups
()
apps/daemon/src/templates/foundation/side-scroll/seed/src/scene.js:102
↓ 1 callersFunctionupdatePlayer
(dt)
apps/daemon/src/templates/foundation/side-scroll/seed/src/entities/player.js:29
↓ 1 callersFunctionupdateProjectiles
(dt)
apps/daemon/src/templates/foundation/side-scroll/seed/src/entities/projectiles.js:20
↓ 1 callersFunctionupdateScene
(dt)
apps/daemon/src/templates/foundation/side-scroll/seed/src/scene.js:72
↓ 1 callersFunctionupdateShapeCircle
( s: SceneModel | null, bucket: 'colliders' | 'zones', uid: string, position: Vec2, r: number, )
apps/web/src/components/SceneEditor.tsx:4583
↓ 1 callersFunctionupdateShapePosition
( s: SceneModel | null, bucket: 'colliders' | 'zones', uid: string, position: Vec2, )
apps/web/src/components/SceneEditor.tsx:4535
↓ 1 callersFunctionupdateShapeRect
( s: SceneModel | null, bucket: 'colliders' | 'zones', uid: string, position: Vec2, w: number, h:
apps/web/src/components/SceneEditor.tsx:4554
↓ 1 callersFunctionupdateStoryZones
()
apps/daemon/src/templates/foundation/side-scroll/seed/src/scene.js:135
↓ 1 callersFunctionupdateTransition
(dt)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/transition.js:12
↓ 1 callersFunctionuploadRef
(req: UploadRefRequest)
apps/web/src/lib/api.ts:444
↓ 1 callersFunctionuseSelectedItem
()
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/menu.js:193
↓ 1 callersFunctionvalidateCollisionMap
(map)
apps/daemon/src/templates/foundation/top-down-rpg/seed/src/collision.js:9
↓ 1 callersFunctionvendoredFoundationSeedFiles
Walk every foundation/<genre>/seed/ tree and produce ScaffoldFile * entries rooted at .ogf/foundation-seeds/<genre>/seed/ — preserving * the inner
apps/daemon/src/templates/bootstrap.ts:124
↓ 1 callersFunctionwalk
(dirAbs: string)
apps/daemon/src/usages.ts:53
↓ 1 callersFunctionwalk
(dirAbs: string)
apps/daemon/src/analyze.ts:55
↓ 1 callersFunctionwalk
(node: FileNode)
apps/web/src/components/RegenerateOptionsModal.tsx:193
↓ 1 callersFunctionwalk
(n: FileNode)
apps/web/src/components/SceneEditor.tsx:3853
↓ 1 callersFunctionwalk
(n: FileNode)
apps/web/src/components/AssetLanes.tsx:32
↓ 1 callersFunctionwalk
(n: FileNode, ancestors: string[])
apps/web/src/components/FileTree.tsx:145
↓ 1 callersFunctionwalkProject
(rootAbs: string)
apps/daemon/src/files.ts:70
↓ 1 callersFunctionwebFiles
(name: string, conventions: string)
apps/daemon/src/templates/bootstrap.ts:574
↓ 1 callersFunctionwrapText
(ctx, text, x, y, maxWidth, lineHeight)
apps/daemon/src/templates/foundation/side-scroll/seed/src/hud.js:58
↓ 1 callersFunctionwriteFile
(contents: Partial<Record<SecretKey, string>>)
apps/daemon/src/secrets.ts:89
↓ 1 callersFunctionwriteIfMissing
(rootAbs: string, files: ScaffoldFile[])
apps/daemon/src/templates/bootstrap.ts:225
↓ 1 callersFunctionwriteOgfSystemPromptFile
Write the OGF system addendum to a stable file under ~/.ogf and return * its path. We use a file (`--append-system-prompt-file`) instead of * pass
apps/daemon/src/claude-code.ts:197
↓ 1 callersFunctionwritePng
(outputPath: string, bytes: Uint8Array)
apps/daemon/src/gen-image.ts:101
↓ 1 callersFunctionwritePreferences
(prefs: Preferences)
apps/daemon/src/prefs.ts:75
↓ 1 callersFunctionwriteProjectFile
( rootAbs: string, relPath: string, content: string, )
apps/daemon/src/files.ts:166
↓ 1 callersFunctionwriteSse
(res: Response, rec: RunEventRecord)
apps/daemon/src/runs.ts:244
↓ 1 callersFunctionwriteSse
(res: Response, rec: GodotEvent)
apps/daemon/src/godot.ts:367
↓ 1 callersFunctionwriteTscnMoveCollider
( parsed: ParsedTscn, ref: ColliderRef & { backend: 'tscn' }, position: Vec2, )
apps/daemon/src/colliders.ts:161
↓ 1 callersFunctionwriteTscnMovePathPoint
( parsed: ParsedTscn, ref: ColliderRef & { backend: 'tscn' }, index: number, position: Vec2, )
apps/daemon/src/paths.ts:117
↓ 1 callersFunctionwriteTscnResizeCircle
( parsed: ParsedTscn, ref: ColliderRef & { backend: 'tscn' }, r: number, )
apps/daemon/src/colliders.ts:200
↓ 1 callersFunctionwriteTscnResizeRect
( parsed: ParsedTscn, ref: ColliderRef & { backend: 'tscn' }, w: number, h: number, )
apps/daemon/src/colliders.ts:173
↓ 1 callersFunctionzoneColor
(kind: ZoneKind, active: boolean)
apps/web/src/components/SceneEditor.tsx:4790
↓ 1 callersFunctionzoneIcon
(kind: ZoneKind)
apps/web/src/components/SceneEditor.tsx:3565
FunctionAgentPane
(props: { conversations: Conversation[]; conversationId: string | null; onSelectConversation: (id: strin
apps/web/src/App.tsx:2059
FunctionApp
()
apps/web/src/App.tsx:109
FunctionAssetLanes
(props: Props)
apps/web/src/components/AssetLanes.tsx:98
FunctionBlockView
({ block, streaming, submittedForms, onSubmitForm, projectPath, }: { block: Block; streaming: bo
apps/web/src/components/Turn.tsx:88
FunctionCellEditor
({ type, value, onChange, projectPath, }: { type: ColumnType; value: unknown; onChange: (v: unkn
apps/web/src/components/TableEditor.tsx:442
FunctionCommentPopover
({ anchor, screenPos, onCancel, onSubmit, }: { anchor: CommentAnchor; screenPos: { x: number; y: n
apps/web/src/components/SceneEditor.tsx:2983
FunctionCommentThreadPanel
({ thread, onBack, onAppend, onResolve, onDelete, onAskCodex, }: { thread: CommentThread; onBa
apps/web/src/components/SceneEditor.tsx:3097
FunctionComposerTextarea
(props: { value: string; onChange: (v: string) => void; onKeyDown: (e: React.KeyboardEvent<HTMLTextAreaE
apps/web/src/App.tsx:2323
FunctionConfirmDialog
({ opts, onClose }: { opts: ConfirmOptions; onClose: (v: boolean) => void })
apps/web/src/lib/dialog.tsx:127
FunctionDialogProvider
({ children }: { children: ReactNode })
apps/web/src/lib/dialog.tsx:52
FunctionEditorPane
(props: { tab: Tab; setTab: (t: Tab) => void; project: Project; tree: FileNode | null; selectedFile:
apps/web/src/App.tsx:1508
FunctionEmptyEditor
({ onOpen }: { onOpen: () => void })
apps/web/src/App.tsx:2030
FunctionEngineRadio
({ value, label, sub, checked, onSelect, disabled, }: { value: string; label: string; sub: s
apps/web/src/components/FolderPickerModal.tsx:302
FunctionEntityInspector
(props: Props)
apps/web/src/components/EntityInspector.tsx:174
FunctionFileEditor
(props: Props)
apps/web/src/components/FileEditor.tsx:64
FunctionFileTree
(props: Props)
apps/web/src/components/FileTree.tsx:37
FunctionFolderPickerModal
(props: Props)
apps/web/src/components/FolderPickerModal.tsx:17
FunctionFormFieldRow
({ field, value, locked, onChange, }: { field: QuestionForm['fields'][number]; value: string | str
apps/web/src/components/QuestionFormCard.tsx:190
FunctionFormSubmitPill
({ formId, entries, }: { formId: string; entries: { key: string; value: string }[]; })
apps/web/src/components/Turn.tsx:473
FunctionHeader
(props: Props)
apps/web/src/components/Header.tsx:25
FunctionHistoryDropdown
(props: { open: boolean; setOpen: (v: boolean) => void; conversations: Conversation[]; currentId: stri
apps/web/src/App.tsx:2374
FunctionImageCell
({ value, onChange, projectPath, }: { value: string; onChange: (v: unknown) => void; projectPath:
apps/web/src/components/TableEditor.tsx:526
FunctionImageGenDetail
({ item, projectPath }: { item: ToolItem; projectPath?: string })
apps/web/src/components/Turn.tsx:205
FunctionImagePreview
({ path, projectPath }: { path: string; projectPath?: string })
apps/web/src/components/Turn.tsx:262
FunctionImportCodexSessionModal
(props: Props)
apps/web/src/components/ImportCodexSessionModal.tsx:14
FunctionLane
({ title, count, scopeKey, laneId, children, defaultOpen = true, }: { title: string; count: nu
apps/web/src/components/AssetLanes.tsx:61
FunctionLayoutRow
({ label, live, stage, suffix = '', isString = false, }: { label: string; live: number | string
apps/web/src/components/PackReviewModal.tsx:278
FunctionMenuPicker
Custom dropdown to replace native <select> in the composer. * The native dropdown popup is unstyleable across browsers, so we * render our own but
apps/web/src/App.tsx:2682
FunctionModeToggle
({ mode, setMode }: { mode: EditMode; setMode: (m: EditMode) => void })
apps/web/src/components/SceneEditor.tsx:3997
FunctionNewFileModal
(props: { onCancel: () => void; onSubmit: (relPath: string) => void })
apps/web/src/App.tsx:2533
FunctionNode
(props: { node: FileNode; depth: number; selected: string | null; onSelect: (rel: string, fileKind: Fi
apps/web/src/components/FileTree.tsx:231
FunctionPackReviewModal
(props: Props)
apps/web/src/components/PackReviewModal.tsx:29
FunctionPendingChangesModal
(props: Props)
apps/web/src/components/PendingChangesModal.tsx:16
FunctionPlaceholderView
({ title, hint }: { title: string; hint: string })
apps/web/src/App.tsx:2016
FunctionPlayLine
({ line, onJumpTo, }: { line: ConsoleLine; onJumpTo?: (relPath: string, line: number) => void; })
apps/web/src/components/PlayPane.tsx:398
FunctionPlayPane
(props: Props)
apps/web/src/components/PlayPane.tsx:56
FunctionProjectSwitcher
(props: { project: Project | null; projects: Project[]; onSelect: (p: Project) => void; onOpen: () =>
apps/web/src/components/Header.tsx:105
FunctionProjectSwitcher
(props: { project: Project | null; projects: Project[]; onSelect: (p: Project) => void; onOpen: () =>
apps/web/src/components/Sidebar.tsx:285
FunctionProjectWelcome
({ project, onAskCodex, onSwitchToProject, }: { project: Project; onAskCodex?: (text: string) => voi
apps/web/src/App.tsx:1696
FunctionPropPickerModal
({ projectPath, onClose, onPick, }: { projectPath: string; onClose: () => void; onPick: (image: st
apps/web/src/components/SceneEditor.tsx:3834
FunctionQuestionFormCard
(props: Props)
apps/web/src/components/QuestionFormCard.tsx:34
FunctionRefImageEl
({ projectPath, relPath }: { projectPath: string; relPath: string })
apps/web/src/components/Dropzone.tsx:210
FunctionRegenerateOptionsModal
(props: Props)
apps/web/src/components/RegenerateOptionsModal.tsx:148
FunctionSaveBadge
({ state, error, }: { state: 'idle' | 'saving' | 'error' | 'saved'; error: string | null; })
apps/web/src/components/SceneEditor.tsx:2509
FunctionSceneEditor
(props: Props)
apps/web/src/components/SceneEditor.tsx:79
FunctionScenePalette
({ mode, relPath, scene, addShapeKind, setAddShapeKind, pathDraft, polygonDraft, hasPropSelect
apps/web/src/components/SceneEditor.tsx:3623
FunctionScenePanel
({ scene, mode, selectedProp, selectedCollider, selectedZone, selectedPath, threads, resolvedC
apps/web/src/components/SceneEditor.tsx:2534
FunctionScenePicker
({ tree, onPick, project, usedAssets, mainScene, webLevelFiles, }: { tree: FileNode | null; on
apps/web/src/App.tsx:1853
FunctionSettingsModal
({ onClose }: { onClose: () => void })
apps/web/src/components/SettingsModal.tsx:92
FunctionSidebar
(props: Props)
apps/web/src/components/Sidebar.tsx:54
FunctionSpecProgressCard
(props: Props)
apps/web/src/components/SpecProgressCard.tsx:55
FunctionSpecViewer
Inline viewer for `.ogf/spec.md` — shown inside the spec-approval form so * the user can scan what they're approving without leaving the chat. Start
apps/web/src/components/QuestionFormCard.tsx:313
FunctionSpritePreview
({ imageUrl, natW, natH, slice, }: { imageUrl: string; natW: number; natH: number; slice: Slic
apps/web/src/components/FileEditor.tsx:995
FunctionSpriteSlicerModal
(props: Props)
apps/web/src/components/SpriteSlicerModal.tsx:33
FunctionSpriteThumb
Animated sprite thumbnail. Reads sibling pipeline-meta.json for the * grid + frame timing; cycles frames on a canvas. Falls back to a static * ima
apps/web/src/components/EntityInspector.tsx:44
FunctionStatusBar
(props: Props)
apps/web/src/components/StatusBar.tsx:11
FunctionTableEditor
(props: Props)
apps/web/src/components/TableEditor.tsx:203
FunctionTableView
({ rows, columns, selectedRow, onSelectRow, onUpdateCell, onDeleteRow, onMoveRow, projectPath,
apps/web/src/components/TableEditor.tsx:346
FunctionTimelineView
({ rows, columns, timeKey, selectedRow, onSelectRow, onUpdateCell, }: { rows: Record<string, unk
apps/web/src/components/TableEditor.tsx:576
FunctionToastStack
({ toasts, onDismiss, }: { toasts: ActiveToast[]; onDismiss: (id: number) => void; })
apps/web/src/lib/dialog.tsx:160
FunctionToolDetail
({ item, projectPath }: { item: ToolItem; projectPath?: string })
apps/web/src/components/Turn.tsx:318
FunctionToolGroup
({ family, items, streaming, projectPath, }: { family: ToolFamily; items: ToolItem[]; streaming:
apps/web/src/components/Turn.tsx:162
FunctionTurn
(props: TurnProps)
apps/web/src/components/Turn.tsx:29
FunctionTurnFooter
(props: { status: TurnStatus; elapsed: string; usage?: { input?: number; output?: number; cachedRead?: n
apps/web/src/components/Turn.tsx:379
← previousnext →801–900 of 996, ranked by callers