Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMcShaffry/gamecode4
/ functions
Functions
1,630 in github.com/MikeMcShaffry/gamecode4
⨍
Functions
1,630
◇
Types & classes
353
↓ 1 callers
Method
AddErrorMessenger
------------------------------------------------------------------------------------------------------------------------------------ Adds an error mes
Source/GCC4/Debugging/Logger.cpp:237
↓ 1 callers
Method
AddListener
--------------------------------------------------------------------------------------------------------------------- Adds a new listener ------------
Source/GCC4/LUAScripting/ScriptExports.cpp:150
↓ 1 callers
Method
AddNode
Source/GCC4/AI/Pathing.cpp:143
↓ 1 callers
Method
AddToInbound
Source/GCC4/Network/Network.h:248
↓ 1 callers
Method
AddToOutbound
Source/GCC4/Network/Network.h:247
↓ 1 callers
Method
Alpha
Source/GCC4/Graphics3D/SceneNodes.h:112
↓ 1 callers
Method
AlphaType
Source/GCC4/Graphics3D/SceneNodes.h:113
↓ 1 callers
Method
ApplyAcceleration
Source/GCC4/Actors/PhysicsComponent.cpp:283
↓ 1 callers
Method
ApplyAngularAcceleration
Source/GCC4/Actors/PhysicsComponent.cpp:293
↓ 1 callers
Method
AttachAsClient
Source/GCC4/GameCode4/GameCode.cpp:1277
↓ 1 callers
Method
AttachRemotePlayer
NetworkGameView::AttachRemotePlayer - Chapter 19, page 692
Source/GCC4/Network/Network.cpp:1017
↓ 1 callers
Function
BarycentricToVec3
Source/GCC4/Graphics3D/Geometry.cpp:212
↓ 1 callers
Method
BottomRight
Source/GCC4/Utilities/types.h:160
↓ 1 callers
Method
BuildCppDataFromScript
Source/GCC4/LUAScripting/ScriptProcess.cpp:59
↓ 1 callers
Method
BuildTestGraph
Source/GCC4/AI/Pathing.cpp:512
↓ 1 callers
Method
CanRunLua
[mrmike] CanRunLua() is a bit of a hack - but I can't have Lua scripts running on the clients. They should belong to the logic. FUTURE WORK - Perhaps
Source/GCC4/GameCode4/BaseGameLogic.h:121
↓ 1 callers
Function
CheckForJoystick
bool CheckForJoystick - Chapter 9, page 245
Source/GCC4/Mainloop/Initialization.cpp:320
↓ 1 callers
Function
CheckStorage
CheckStorage - Chapter 5, page 139
Source/GCC4/Mainloop/Initialization.cpp:51
↓ 1 callers
Method
Connect
NetSocket::Connect - Chapter 19, page 669
Source/GCC4/Network/Network.cpp:194
↓ 1 callers
Method
ConvertTableToVec3
Source/GCC4/LUAScripting/LuaStateManager.cpp:205
↓ 1 callers
Method
CreateActor
Source/GCC4/Actors/ActorFactory.cpp:77
↓ 1 callers
Method
CreateActor
([MarshalAs(UnmanagedType.BStr)] string lactorResource)
Source/GCC4Editor/EditorApp/NativeMethods.cs:89
↓ 1 callers
Function
CreateDDSResourceLoader
Source/GCC4/Graphics3D/Material.cpp:100
↓ 1 callers
Function
CreateGamePhysics
//////////////////////////////////////////////////////////////////////// CreateGamePhysics The free function that creates an object that implements t
Source/GCC4/Physics/Physics.cpp:1125
↓ 1 callers
Function
CreateJPGResourceLoader
Source/GCC4/Graphics3D/Material.cpp:114
↓ 1 callers
Function
CreateOGGResourceLoader
Source/GCC4/Audio/SoundResource.cpp:373
↓ 1 callers
Method
CreatePath
Source/GCC4/LUAScripting/LuaStateManager.cpp:155
↓ 1 callers
Function
CreatePathingGraph
-------------------------------------------------------------------------------------------------------- Global functions ----------------------------
Source/GCC4/AI/Pathing.cpp:563
↓ 1 callers
Function
CreateScriptResourceLoader
Source/GCC4/LUAScripting/ScriptResource.cpp:56
↓ 1 callers
Function
CreateSdkMeshResourceLoader
Source/GCC4/Graphics3D/Mesh.cpp:52
↓ 1 callers
Function
CreateWAVResourceLoader
Source/GCC4/Audio/SoundResource.cpp:368
↓ 1 callers
Function
CreateXmlResourceLoader
Source/GCC4/ResourceCache/XmlResource.cpp:62
↓ 1 callers
Method
D3DUse9
Source/GCC4/Graphics3D/Material.cpp:85
↓ 1 callers
Method
DestroyListener
--------------------------------------------------------------------------------------------------------------------- Destroys a listener ------------
Source/GCC4/LUAScripting/ScriptExports.cpp:158
↓ 1 callers
Method
DoSelect
BaseSocketManager::DoSelect - Chapter 19, page 679
Source/GCC4/Network/Network.cpp:668
↓ 1 callers
Method
Dot
Source/GCC4/Graphics3D/Geometry.h:75
↓ 1 callers
Method
DrawLine
Source/GCC4/Graphics3D/D3DRenderer.cpp:359
↓ 1 callers
Method
EnableLights
Source/GCC4/Graphics3D/Shaders.h:64
↓ 1 callers
Method
Error
------------------------------------------------------------------------------------------------------------------------------------ Helper for ErrorM
Source/GCC4/Debugging/Logger.cpp:248
↓ 1 callers
Method
FindActor
Scene::FindActor - Chapter 16, page 542
Source/GCC4/Graphics3D/Scene.cpp:274
↓ 1 callers
Function
GameCode4
Source/GCC4/GameCode4/GameCode4.cpp:95
↓ 1 callers
Method
GetActorList
()
Source/GCC4Editor/EditorApp/EditorForm.cs:231
↓ 1 callers
Method
GetAlpha
Source/GCC4/Graphics3D/SceneNodes.h:178
↓ 1 callers
Method
GetDelegate
Source/GCC4/LUAScripting/ScriptExports.cpp:64
↓ 1 callers
Method
GetEventData
--------------------------------------------------------------------------------------------------------------------- Returns the event data after bui
Source/GCC4/LUAScripting/ScriptEvent.cpp:49
↓ 1 callers
Method
GetFitness
Source/GCC4/AI/Pathing.h:145
↓ 1 callers
Method
GetHeight
FontHandler::GetHeight - Chapter 10, page 334
Source/GCC4/Graphics2D/Font.cpp:190
↓ 1 callers
Method
GetHumanView
EditorLogic::GetHumanView - Chapter 20, page 751
Source/GCC4Editor/GCC4EditorDLL/Editor.cpp:190
↓ 1 callers
Method
GetInitialTransform
Source/GCC4/EventManager/Events.h:828
↓ 1 callers
Method
GetLevelManager
Level management
Source/GCC4/GameCode4/BaseGameLogic.h:145
↓ 1 callers
Function
GetLevelScriptAdditionsXml
GetActorXml - Chapter 22, page 758
Source/GCC4Editor/GCC4EditorDLL/EditorGlobalFunctions.cpp:390
↓ 1 callers
Method
GetLevelScriptAdditionsXmlSize
()
Source/GCC4Editor/EditorApp/NativeMethods.cs:96
↓ 1 callers
Method
GetLightAmbient
Source/GCC4/Graphics3D/Lights.h:120
↓ 1 callers
Method
GetLightCount
Source/GCC4/Graphics3D/Lights.h:119
↓ 1 callers
Method
GetLightDiffuse
Source/GCC4/Graphics3D/Lights.h:122
↓ 1 callers
Method
GetLightDirection
Source/GCC4/Graphics3D/Lights.h:121
↓ 1 callers
Method
GetLookAt
Source/GCC4/Actors/BaseScriptComponent.cpp:275
↓ 1 callers
Method
GetMessageHandler
()
Source/GCC4Editor/EditorApp/EditorForm.cs:109
↓ 1 callers
Method
GetName
Source/GCC4/ResourceCache/ZipFile.cpp:137
↓ 1 callers
Method
GetNeighbors
Source/GCC4/AI/Pathing.cpp:56
↓ 1 callers
Method
GetNum
Source/TeapotWars/TeapotEvents.h:640
↓ 1 callers
Method
GetNumActors
We need to expose this information so that the C# app can know how big of an array to allocate to hold the list of actors
Source/GCC4Editor/GCC4EditorDLL/Editor.h:88
↓ 1 callers
Method
GetPrev
Source/GCC4/AI/Pathing.h:140
↓ 1 callers
Method
GetProcessManager
Source/GCC4/UserInterface/HumanView.h:104
↓ 1 callers
Method
GetProgress
SoundProcess::GetProgress - Chapter 13, page 431
Source/GCC4/Audio/SoundProcess.cpp:213
↓ 1 callers
Method
GetRoot
Source/GCC4/ResourceCache/XmlResource.h:52
↓ 1 callers
Function
GetSaveGameDirectory
GetSaveGameDirectory - Chapter 5, page 146
Source/GCC4/Mainloop/Initialization.cpp:290
↓ 1 callers
Method
GetScene
Source/GCC4Editor/GCC4EditorDLL/EditorHumanView.h:61
↓ 1 callers
Method
GetSceneNode
Source/GCC4/EventManager/Events.h:290
↓ 1 callers
Method
GetServerActorId
Source/GCC4/EventManager/Events.h:829
↓ 1 callers
Method
GetSoundType
Source/GCC4/Audio/SoundResource.h:60
↓ 1 callers
Method
GetSpecular
Source/GCC4/Graphics3D/Material.h:60
↓ 1 callers
Method
GetState
Source/GCC4/GameCode4/BaseGameLogic.h:154
↓ 1 callers
Method
GetSurface
Source/GCC4/Graphics2D/Sprite.h:100
↓ 1 callers
Method
GetTolerance
Source/GCC4/AI/Pathing.h:71
↓ 1 callers
Method
GetTop
accessors for Lua
Source/GCC4/Utilities/types.h:146
↓ 1 callers
Method
GetUp
Source/GCC4/Graphics3D/Geometry.h:299
↓ 1 callers
Function
GetVectorFromYRotation
------------------------------------------------------------------------------------------------------------------- This function returns the look-at
Source/GCC4/Utilities/Math.cpp:687
↓ 1 callers
Method
GetViewId
Source/GCC4/EventManager/Events.h:113
↓ 1 callers
Method
GetVolume
SoundProcess::GetVolume - Chapter 13, page 430
Source/GCC4/Audio/SoundProcess.cpp:163
↓ 1 callers
Method
GetWeight
Source/GCC4/AI/Pathing.h:93
↓ 1 callers
Method
HandleException
Source/GCC4/Network/Network.h:167
↓ 1 callers
Method
HandleKeyboardInput
Source/GCC4/UserInterface/HumanView.cpp:572
↓ 1 callers
Method
HasModalDialog
Source/GCC4/GameCode4/GameCode.h:100
↓ 1 callers
Method
HasRemotePlayerAttached
Source/GCC4/Network/Network.h:379
↓ 1 callers
Method
Init
Source/GCC4/Memory/MemoryPool.cpp:57
↓ 1 callers
Method
Init
------------------------------------------------------------------------------------------------------------------------------------ Initializes the l
Source/GCC4/Debugging/Logger.cpp:154
↓ 1 callers
Method
Init
ResCache::Init - Chapter 8, page 227
Source/GCC4/ResourceCache/ResCache.cpp:325
↓ 1 callers
Function
InitInstance
FUNCTION: InitInstance(HINSTANCE, int) PURPOSE: Saves instance handle and creates main window COMMENTS: In this function, we save the instance hand
Source/GCC4/Msvc/GameCode4_2015.cpp:104
↓ 1 callers
Function
InitInstance
FUNCTION: InitInstance(HINSTANCE, int) PURPOSE: Saves instance handle and creates main window COMMENTS: In this function, we save the instance hand
Source/TeapotWars/Msvc/TeapotWars_2015.cpp:104
↓ 1 callers
Method
Initialize
Source/GCC4/GameCode4/BaseGameLogic.cpp:63
↓ 1 callers
Method
Inside
Source/GCC4/Graphics3D/Geometry.cpp:60
↓ 1 callers
Function
Interpolate
void Interpolate - Chapter 9, page 258
Source/GCC4/Utilities/Math.cpp:617
↓ 1 callers
Function
IntersectTriangle
-------------------------------------------------------------------------------------- Given a ray origin (orig) and direction (dir), and three vertic
Source/GCC4/Graphics3D/Geometry.cpp:225
↓ 1 callers
Method
IsAlive
Source/GCC4/Mainloop/Process.h:106
↓ 1 callers
Method
IsBetterChoiceThan
Source/GCC4/AI/Pathing.h:150
↓ 1 callers
Method
IsClosed
Source/GCC4/AI/Pathing.h:142
↓ 1 callers
Method
IsEditorRunning
Source/GCC4/GameCode4/GameCode.h:167
↓ 1 callers
Method
IsInternal
BaseSocketManager::IsInternal - Chapter 19, page 682
Source/GCC4/Network/Network.cpp:785
↓ 1 callers
Function
IsOnlyInstance
IsOnlyInstance - Chapter 5, page 137
Source/GCC4/Mainloop/Initialization.cpp:263
← previous
next →
201–300 of 1,630, ranked by callers