MCPcopy Create free account

hub / github.com/YGYOOO/WorldX / functions

Functions1,010 in github.com/YGYOOO/WorldX

↓ 4 callersFunctiongetTicksPerScene
(config?: SceneTimeConfig)
server/src/utils/time-helpers.ts:196
↓ 4 callersMethodgetTimelineDbPath
(worldDir: string, timelineId: string)
server/src/services/timeline-manager.ts:207
↓ 4 callersMethodhasMainAreaPointGraph
()
server/src/core/world-manager.ts:213
↓ 4 callersFunctionidx
(x, y)
generators/character/src/utils/chromakey.mjs:38
↓ 4 callersMethodlogResult
( options: LLMCallOptions, model: string, promptTokens: number, completionTokens: number,
server/src/llm/llm-client.ts:275
↓ 4 callersFunctionnormalizeInteraction
(interaction, fallbackId, fallbackName)
orchestrator/src/world-design-utils.mjs:34
↓ 4 callersMethodrebuildRuntime
()
server/src/services/app-context.ts:155
↓ 4 callersFunctionreloadConfigs
()
server/src/utils/config-loader.ts:115
↓ 4 callersFunctionrequestJSON
( path: string, init?: RequestInit, )
client/src/ui/services/api-client.ts:20
↓ 4 callersMethodsamePoint
(a: GridPoint, b: GridPoint)
client/src/systems/PathfindingManager.ts:395
↓ 4 callersMethodsessionKey
(sessionId: string)
server/src/core/world-manager.ts:577
↓ 4 callersFunctionshutdown
(exitCode)
scripts/dev.mjs:62
↓ 4 callersMethodstopRecording
()
server/src/services/timeline-manager.ts:147
↓ 4 callersFunctionsummarize
(text)
scripts/compare-models.mjs:149
↓ 4 callersMethodswitchWorld
(worldDirPath: string)
server/src/services/app-context.ts:58
↓ 4 callersMethodsyncSceneClock
(sceneDay: number)
server/src/core/world-manager.ts:360
↓ 4 callersMethodtrackPlaybackAsync
(promise: Promise<T>)
client/src/scenes/WorldScene.ts:618
↓ 4 callersMethodupdateOsBubblePosition
()
client/src/objects/CharacterSprite.ts:682
↓ 3 callersFunctionattachAdjacency
(points, collisionData, gridWidth, gridHeight, tileSize, spacingPx)
orchestrator/src/main-area-points.mjs:216
↓ 3 callersFunctionbroadcast
(data: unknown)
server/src/api/websocket.ts:8
↓ 3 callersMethodbuildDialoguePersistencePatch
( initiator: CharacterSprite, responder: CharacterSprite, )
client/src/systems/CharacterMovement.ts:340
↓ 3 callersFunctionbuildIconicCuesText
(profile: CharacterProfile)
server/src/llm/prompt-builder.ts:473
↓ 3 callersFunctionbuildLocationNameMap
(locations: LocationInfo[])
client/src/ui/utils/event-format.ts:53
↓ 3 callersFunctionclampByte
(v)
generators/character/src/utils/chromakey.mjs:178
↓ 3 callersMethodcreate
()
client/src/scenes/BootScene.ts:64
↓ 3 callersFunctiondeleteJSON
(path: string)
client/src/ui/services/api-client.ts:50
↓ 3 callersMethoddialogueCompleteToEvent
( session: DialogueSession, dialogue: DialogueResult, gameTime: GameTime, )
server/src/simulation/simulation-engine.ts:980
↓ 3 callersMethodemitState
()
client/src/systems/CameraController.ts:125
↓ 3 callersMethodfinalizeDialogueSession
(params: { session: DialogueSession; gameTime: GameTime; })
server/src/simulation/dialogue-generator.ts:103
↓ 3 callersFunctionfindMatchingLocation
(regionId, regionProps, designedLocations)
orchestrator/src/config-generator.mjs:541
↓ 3 callersFunctionfindWorldById
(worldId: string)
server/src/utils/world-directories.ts:43
↓ 3 callersMethodfinishDialogueSession
(session: DialogueSession, absNow: number)
server/src/simulation/simulation-engine.ts:903
↓ 3 callersFunctionformatEventSummary
( event: SimulationEvent, context: EventFormatContext = {}, )
client/src/ui/utils/event-format.ts:62
↓ 3 callersFunctionformatEventType
(type: string)
client/src/ui/utils/event-format.ts:57
↓ 3 callersFunctiongeminiProVision
(text, imageBuffers, { temperature = 0.3, logStep = "gemini-pro-vision", requestTimeoutMs, timeoutEnvKey } = {
generators/map/src/models/gemini-pro.mjs:100
↓ 3 callersFunctiongetActiveSimulationTicks
()
server/src/services/simulation-activity.ts:14
↓ 3 callersFunctiongetBatchTicksForOneCycle
(config?: SceneTimeConfig)
server/src/utils/time-helpers.ts:79
↓ 3 callersMethodgetBubbleAnchorOffsetY
()
client/src/objects/CharacterSprite.ts:678
↓ 3 callersFunctiongetDbPath
()
server/src/store/db.ts:169
↓ 3 callersFunctiongetEmotionLabel
(valence: number, arousal: number)
server/src/core/emotion-manager.ts:25
↓ 3 callersMethodgetJob
(jobId: string)
server/src/core/create-job-manager.ts:75
↓ 3 callersFunctiongetLargestRawMainAreaPointComponent
(points: MainAreaPointConfig[])
server/src/core/world-manager.ts:991
↓ 3 callersMethodgetMainAreaPointZone
(pointId: string | null | undefined)
server/src/core/world-manager.ts:221
↓ 3 callersFunctiongetMapImageSizeLabel
()
generators/map/src/utils/generation-config.mjs:14
↓ 3 callersMethodgetMemoriesByDay
(characterId: string, gameDay: number)
server/src/core/memory-manager.ts:170
↓ 3 callersFunctiongetNaturalDayTicks
(config?: SceneTimeConfig)
server/src/utils/time-helpers.ts:66
↓ 3 callersMethodgetPreferredComponentForBounds
( cacheKey: string, bounds: Pick<LocationRect, "x" | "y" | "width" | "height">, )
client/src/systems/MapManager.ts:485
↓ 3 callersMethodgetRandomWalkablePoint
()
client/src/systems/MapManager.ts:449
↓ 3 callersMethodgetRandomWalkablePointInBounds
( bounds: Pick<LocationRect, "x" | "y" | "width" | "height">, preferredComponent?: Set<string> | null,
client/src/systems/MapManager.ts:458
↓ 3 callersFunctiongetRegionArea
(region)
orchestrator/src/config-generator.mjs:520
↓ 3 callersFunctiongetSessionLabel
(s: DialogueSession)
client/src/ui/panels/DialoguePanel.tsx:140
↓ 3 callersFunctiongetSimulationBusyMessage
()
server/src/services/simulation-activity.ts:22
↓ 3 callersMethodgetSnapshot
(jobId: string)
server/src/core/create-job-manager.ts:84
↓ 3 callersFunctiongetStructuredOutputAttemptModes
(mode, capabilityHint)
shared/structured-output.mjs:19
↓ 3 callersMethodgetWalkablePlacementPreference
(gx: number, gy: number)
client/src/systems/MapManager.ts:560
↓ 3 callersMethodgetWorldBodyHeight
()
client/src/objects/CharacterSprite.ts:416
↓ 3 callersMethodgetWorldSocialContext
()
server/src/core/world-manager.ts:109
↓ 3 callersMethodisAxisAlignedCorridorClear
(from: GridPoint, to: GridPoint)
client/src/systems/PathfindingManager.ts:210
↓ 3 callersFunctionisBoundedScene
(config?: SceneTimeConfig)
server/src/utils/time-helpers.ts:61
↓ 3 callersFunctionisLegalDirectTalkTarget
( initiatorLocation: string, targetLocation: string, )
server/src/simulation/action-menu-builder.ts:233
↓ 3 callersMethodisPointInsideBounds
( px: number, py: number, bounds: Pick<LocationRect, "x" | "y" | "width" | "height">, )
client/src/systems/MapManager.ts:674
↓ 3 callersFunctionisSimulationBusy
()
server/src/services/simulation-activity.ts:18
↓ 3 callersFunctionisUnsupportedJsonModeError
(error)
shared/structured-output.mjs:32
↓ 3 callersFunctionisWalkableTile
( gx: number, gy: number, collisionData: number[], gridWidth: number, gridHeight: number, )
server/src/core/world-manager.ts:873
↓ 3 callersFunctionlistAllWorlds
()
server/src/utils/world-directories.ts:37
↓ 3 callersFunctionloadData
()
client/src/ui/panels/TimelineManagerModal.tsx:15
↓ 3 callersFunctionlogModelResponse
(step, model, responseText)
generators/map/src/utils/logger.mjs:57
↓ 3 callersMethodmoveSpriteToDialoguePoint
( sprite: CharacterSprite, path: { x: number; y: number }[], )
client/src/systems/CharacterMovement.ts:383
↓ 3 callersFunctionpad
(n: number)
client/src/ui/pages/CreateWorldPage.tsx:685
↓ 3 callersFunctionparsePossiblyMalformedJSON
(raw)
shared/structured-output.mjs:139
↓ 3 callersMethodpickDistantMainAreaPointId
(currentPointId: string | null | undefined, seed: string)
server/src/core/world-manager.ts:313
↓ 3 callersFunctionrandRange
(min: number, max: number)
client/src/ui/pages/CreateWorldBackground.tsx:184
↓ 3 callersFunctionresolveActionLabel
(params: { actionId?: string | null; targetId?: string | null; locationId?: string | null; getWorldAct
server/src/utils/action-labels.ts:36
↓ 3 callersMethodresolveId
(raw: string)
server/src/simulation/simulation-engine.ts:431
↓ 3 callersFunctionrunGuardedSimulationTick
()
server/src/api/routes/simulation.ts:72
↓ 3 callersMethodsetAutoPlay
(enabled: boolean)
client/src/systems/PlaybackController.ts:268
↓ 3 callersMethodsetGlobal
(key: string, value: string)
server/src/core/world-manager.ts:515
↓ 3 callersMethodsetIdleFrame
(direction: FacingDirection)
client/src/objects/CharacterSprite.ts:285
↓ 3 callersMethodsetReplayAutoPlay
(enabled: boolean)
client/src/systems/PlaybackController.ts:147
↓ 3 callersMethodsetZoom
(zoom: number)
client/src/systems/CameraController.ts:145
↓ 3 callersMethodsimulateTick
()
server/src/simulation/simulation-engine.ts:79
↓ 3 callersFunctionsortLibraryWorldsForLocale
( worlds: GeneratedWorldSummary[], language: string, )
client/src/ui/utils/library-world-sort.ts:12
↓ 3 callersMethodsyncCharactersFromServer
()
client/src/scenes/WorldScene.ts:274
↓ 3 callersMethodsyncOverlayZoom
(cameraZoom: number)
client/src/objects/CharacterSprite.ts:559
↓ 3 callersFunctiontickToSceneTime
( tick: number, config?: SceneTimeConfig, )
server/src/utils/time-helpers.ts:110
↓ 3 callersFunctionunique
(values)
orchestrator/src/config-generator.mjs:620
↓ 3 callersMethodupdateDialogueBubbleStyle
()
client/src/objects/CharacterSprite.ts:597
↓ 3 callersMethodupdateMetaField
(patch: Partial<TimelineMeta>)
server/src/services/timeline-manager.ts:250
↓ 3 callersMethodzoomKeepingViewCenter
( cam: Phaser.Cameras.Scene2D.Camera, zoom: number, )
client/src/systems/CameraController.ts:184
↓ 2 callersFunctionaddDialogueTurnRecords
( target: Map<string, DialogueTurnRecord>, event: SimulationEvent, sortIndex: number, onlyFillMissing
client/src/ui/panels/CharacterDetail.tsx:345
↓ 2 callersMethodappendPersistedLogEntry
( logPath: string, stream: "stdout" | "stderr", line: string, )
server/src/core/create-job-manager.ts:453
↓ 2 callersMethodapplyCharacterSnapshotToSprite
( sprite: CharacterSprite, char: CharacterInfo, pos: { x: number; y: number }, zoom: number,
client/src/scenes/WorldScene.ts:334
↓ 2 callersMethodapplyCoverView
(cam: Phaser.Cameras.Scene2D.Camera)
client/src/systems/CameraController.ts:176
↓ 2 callersFunctionapplyEffect
( effect: { type: string; target: string; value: any }, charId: string, characterManager: CharacterManag
server/src/simulation/action-executor.ts:426
↓ 2 callersMethodapplyFinalization
(params: { session: DialogueSession; gameTime: GameTime; locationName: string; profileA: { id:
server/src/simulation/dialogue-generator.ts:226
↓ 2 callersMethodapplyMainAreaLanding
( sprite: CharacterSprite, pointId: string, target: { x: number; y: number }, )
client/src/systems/CharacterMovement.ts:440
↓ 2 callersMethodareMainAreaPointsCloseEnoughForDialogueStart
( pointA: string | null | undefined, pointB: string | null | undefined, )
server/src/core/world-manager.ts:241
↓ 2 callersMethodareStatesDialogueCompatible
( stateA: { location: string; mainAreaPointId?: string | null }, stateB: { location: string; mainAreaP
server/src/simulation/simulation-engine.ts:674
↓ 2 callersMethodbuildDialogueContext
( session: DialogueSession, gameTime: GameTime, )
server/src/simulation/dialogue-generator.ts:157
↓ 2 callersFunctionbuildElementApproachPoints
(elementObjects, collisionData, gridWidth, gridHeight, tileSize)
orchestrator/src/main-area-points.mjs:78
← previousnext →101–200 of 1,010, ranked by callers