MCPcopy Create free account

hub / github.com/Nearcyan/vibecraft / functions

Functions643 in github.com/Nearcyan/vibecraft

↓ 1 callersMethodupdateListener
* Update listener position from camera * @param x - Camera X position in world space * @param z - Camera Z position in world space * @param r
src/audio/SpatialAudioContext.ts:120
↓ 1 callersMethodupdateNotifications
* Update floating notifications (called from render loop)
src/scene/WorkshopScene.ts:3044
↓ 1 callersMethodupdatePendingZones
* Update pending zone animations (called from render loop)
src/scene/WorkshopScene.ts:464
↓ 1 callersFunctionupdatePromptTarget
* Update the prompt target indicator to show which session will receive prompts
src/main.ts:1626
↓ 1 callersFunctionupdateSession
* Update a session
server/index.ts:864
↓ 1 callersFunctionupdateSessionList
* Update session list in UI (for multi-session)
src/main.ts:1653
↓ 1 callersMethodupdateStationPositions
* Update all station world positions for a zone (called when elevation changes)
src/scene/WorkshopScene.ts:991
↓ 1 callersMethodupdateStationPulses
* Update station pulse animations (called from render loop)
src/scene/WorkshopScene.ts:2922
↓ 1 callersMethodupdateTextTile
* Update an existing text tile
src/scene/WorkshopScene.ts:1513
↓ 1 callersMethodupdateZoneElevation
* Update a zone's elevation (for raised zones)
src/scene/ZoneNotifications.ts:125
↓ 1 callersMethodupdateZoneGitStatus
* Update git status display for a zone
src/scene/WorkshopScene.ts:1762
↓ 1 callersFunctionwatchEventsFile
()
server/index.ts:1373
↓ 1 callersMethodwrapText
* Word wrap text to fit within maxWidth
src/scene/WorkshopScene.ts:1700
MethodaddHexGridLines
* Add subtle hex grid lines inside the zone
src/scene/WorkshopScene.ts:1289
Methodanimate
()
src/scene/WorkshopScene.ts:799
MethodapplySessionColor
(icon: HTMLElement)
src/ui/TimelineManager.ts:53
FunctioncheckWorkingTimeout
* Check for stale "working" sessions and transition them to idle * This is a failsafe for missed stop events
server/index.ts:983
Functionclamp
(value: number, min: number, max: number)
src/entities/animations/AnimationTypes.ts:155
Functioncleanup
()
src/main.ts:3028
FunctionclearToasts
()
src/ui/Toast.ts:104
Methodconstructor
(scene: THREE.Scene)
src/scene/ZoneNotifications.ts:101
Methodconstructor
(container: HTMLElement)
src/scene/WorkshopScene.ts:228
Methodconstructor
(scene: THREE.Scene)
src/scene/StationPanels.ts:62
Methodconstructor
(hexRadius = 10, spacing = 1.1)
src/utils/HexGrid.ts:47
Methodconstructor
(callbacks: AttentionCallbacks)
src/systems/AttentionSystem.ts:23
Methodconstructor
(scene: WorkshopScene, options: ClaudeOptions = {})
src/entities/ClaudeMon.ts:65
Methodconstructor
(scene: WorkshopScene)
src/entities/SubagentManager.ts:33
Methodconstructor
(scene: WorkshopScene, options: ClaudeOptions = {})
src/entities/Claude.ts:46
Methodconstructor
(behaviors: IdleBehavior[] = IDLE_BEHAVIORS)
src/entities/animations/IdleBehaviors.ts:734
Methodconstructor
(options: EventClientOptions)
src/events/EventClient.ts:36
Methodconstructor
(options: ContextMenuOptions = {})
src/ui/ContextMenu.ts:38
Methodconstructor
()
src/ui/TimelineManager.ts:25
Methodconstructor
()
src/ui/FeedManager.ts:35
Methodconstructor
()
src/ui/KeybindConfig.ts:96
Methodconstructor
()
server/ProjectsManager.ts:42
Methodconstructor
()
server/GitStatusManager.ts:36
Methodcount
Get count of sessions needing attention
src/systems/AttentionSystem.ts:38
Methodcount
* Get count of active subagents
src/entities/SubagentManager.ts:110
FunctioncreateSession
* Create a new managed session
src/api/SessionAPI.ts:41
FunctiondeleteSession
* Delete a managed session
src/api/SessionAPI.ts:112
Methoddispose
* Dispose all resources
src/scene/ZoneNotifications.ts:230
Methoddispose
()
src/scene/WorkshopScene.ts:3367
Methoddispose
* Dispose all active synths (cleanup)
src/audio/SoundManager.ts:571
Methoddispose
* Dispose resources
src/audio/SpatialAudioContext.ts:246
Methoddispose
()
src/entities/ClaudeMon.ts:772
Methoddispose
* Clean up all subagents
src/entities/SubagentManager.ts:117
Methoddispose
()
src/entities/Claude.ts:351
Methoddispose
* Clean up event listeners and remove element
src/ui/ContextMenu.ts:186
MethoddisposeMesh
(obj: THREE.Object3D)
src/entities/ClaudeMon.ts:781
Methoddistance
* Calculate hex distance between two cells (Manhattan distance in hex space)
src/utils/HexGrid.ts:160
FunctioneaseOutBack
(t: number)
src/entities/animations/AnimationTypes.ts:133
Functionelastic
(t: number)
src/entities/animations/AnimationTypes.ts:125
Methodequals
* Check if two hex coordinates are equal
src/utils/HexGrid.ts:173
FunctionformatKeybinds
(bindings: Keybind[])
src/ui/KeybindConfig.ts:269
MethodgetAction
Get a specific action by ID
src/ui/KeybindConfig.ts:131
MethodgetAll
* Get all active subagents
src/entities/SubagentManager.ts:103
MethodgetAllStatuses
* Get all cached statuses
server/GitStatusManager.ts:72
MethodgetCurrentBehaviorName
* Get current behavior name
src/entities/animations/WorkingBehaviors.ts:501
MethodgetCurrentBehaviorName
Get current behavior name (for debugging)
src/entities/animations/IdleBehaviors.ts:824
MethodgetCurrentStation
* Get current station being animated
src/entities/animations/WorkingBehaviors.ts:494
MethodgetHandlerCount
* Get handler count for debugging
src/events/EventBus.ts:145
MethodgetListenerState
* Get current listener state (for debugging)
src/audio/SpatialAudioContext.ts:239
MethodgetNeighbors
* Get the 6 neighboring hex cells
src/utils/HexGrid.ts:150
MethodgetOccupiedHexes
* Get all occupied hexes (for debugging)
src/utils/HexGrid.ts:406
MethodgetSelectedColorInfo
* Get current color info
src/ui/DrawMode.ts:113
FunctiongetServerInfo
* Fetch server info (cwd, etc.)
src/api/SessionAPI.ts:62
MethodgetSessionHex
* Get the hex occupied by a session
src/utils/HexGrid.ts:233
FunctiongoToNextAttention
Go to the next session needing attention
src/main.ts:523
FunctionhandleAddKeybind
* Handle click on add button
src/ui/KeybindSettings.ts:113
FunctionhandleBlur
()
src/ui/SlashCommands.ts:194
FunctionhandleBlur
(e: FocusEvent)
src/ui/DirectoryAutocomplete.ts:220
FunctionhandleCancel
()
src/main.ts:673
FunctionhandleClick
(e: MouseEvent)
src/ui/SlashCommands.ts:185
FunctionhandleClick
(e: MouseEvent)
src/ui/DirectoryAutocomplete.ts:211
FunctionhandleCloudVoiceMessage
(event: MessageEvent)
src/ui/VoiceControl.ts:252
FunctionhandleContextMenuAction
(action: string, context: ContextMenuContext)
src/main.ts:738
FunctionhandleEnter
(e: KeyboardEvent)
src/main.ts:712
FunctionhandleFocus
()
src/ui/DirectoryAutocomplete.ts:169
FunctionhandleHttpRequest
(req: IncomingMessage, res: ServerResponse)
server/index.ts:1475
FunctionhandleInput
()
src/ui/SlashCommands.ts:134
FunctionhandleKeybindCapture
* Handle keydown event during keybind capture
src/ui/KeybindSettings.ts:142
FunctionhandleKeybindClick
* Handle click on a keybind button to start editing
src/ui/KeybindSettings.ts:88
FunctionhandleKeydown
(e: KeyboardEvent)
src/ui/SlashCommands.ts:155
FunctionhandleKeydown
(e: KeyboardEvent)
src/ui/DirectoryAutocomplete.ts:174
FunctionhandleResetKeybind
* Handle click on reset button
src/ui/KeybindSettings.ts:130
FunctionhideTextLabelModal
()
src/ui/TextLabelModal.ts:134
Functioninit
()
src/main.ts:2557
Methodinit
* Initialize audio context. Must be called from a user gesture (click/keypress).
src/audio/SoundManager.ts:183
Methodinit
* Initialize the panner node * Must be called after Tone.start()
src/audio/SpatialAudioContext.ts:75
FunctioninitAudioOnce
()
src/main.ts:3005
FunctioninterruptSession
* Interrupt (Ctrl+C) the currently selected session * Called from keyboard shortcut handler
src/main.ts:1923
MethodisConnected
()
src/events/EventClient.ts:45
MethodisEnabled
* Check if spatial audio is enabled
src/audio/SpatialAudioContext.ts:110
MethodisPaintedHex
* Check if a hex is painted
src/scene/WorkshopScene.ts:3240
FunctionisPermissionModalVisible
()
src/ui/PermissionModal.ts:158
MethodisPlaying
* Check if currently playing
src/entities/animations/WorkingBehaviors.ts:487
MethodisPlaying
Check if a behavior is currently playing
src/entities/animations/IdleBehaviors.ts:819
FunctionisQuestionModalVisible
()
src/ui/QuestionModal.ts:185
MethodisReady
* Check if audio is ready
src/audio/SoundManager.ts:199
MethodisVisible
* Get visibility state
src/scene/StationPanels.ts:161
← previousnext →501–600 of 643, ranked by callers