Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ functions
Functions
1,656 in github.com/REGoth-project/REGoth
⨍
Functions
1,656
◇
Types & classes
441
↓ 2 callers
Method
setOpen
src/logic/Console.cpp:329
↓ 2 callers
Method
setPhysicsEnabled
* Enables/Disables physics on this NPC */
src/logic/PlayerController.h:393
↓ 2 callers
Method
setPlayerEntity
* Sets the entity of the NPC the player is currently playing as */
src/logic/ScriptEngine.h:126
↓ 2 callers
Method
setPosition
* Sets the starting-position of this stream * @param x Startring x * @param y Starting y */
src/ui/zFont.h:44
↓ 2 callers
Method
setRefuseTalkTime
* set timer for certain dialog options to be disabled * @param time in seconds */
src/logic/PlayerController.h:351
↓ 2 callers
Method
setTargetMovementState
src/logic/NpcAIHandler.cpp:445
↓ 2 callers
Method
setTransient
* @param value Whether to save this visual when exporting a world */
src/logic/VisualController.h:66
↓ 2 callers
Method
setUsedMob
* Sets the mob this playercontroller is currently using */
src/logic/PlayerController.h:388
↓ 2 callers
Method
setWorld
* Access to the world this resides in */
src/components/AnimHandler.h:37
↓ 2 callers
Method
set_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
lib/json/json.hpp:6811
↓ 2 callers
Method
shouldExport
* @return Classes which want to get exported on save should return true here */
src/logic/Controller.h:90
↓ 2 callers
Function
sinusEase
src/math/mathlib.h:25
↓ 2 callers
Method
startAIState
src/logic/NpcScriptState.cpp:49
↓ 2 callers
Function
stringViewless
src/utils/naturalcompare.h:28
↓ 2 callers
Method
teleportToPosition
src/logic/PlayerController.cpp:194
↓ 2 callers
Method
timeInRange
* @return Whether the given hours/minutes match to this state */
src/logic/NpcScriptState.h:247
↓ 2 callers
Method
toString
src/math/mathlib.h:735
↓ 2 callers
Method
top
lib/json/json.hpp:9540
↓ 2 callers
Function
trunc
* Truncate a floating-point number (Remove everything after the decimal-point)) * @param f Float to truncate * @return f, but only the integ
src/math/mathlib.h:58
↓ 2 callers
Method
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
lib/json/json.hpp:6142
↓ 2 callers
Method
useMobIncState
src/logic/MobController.cpp:522
↓ 2 callers
Function
utf8_to_iso8859_1
src/utils/Utils.h:223
↓ 2 callers
Method
waitForMessage
src/logic/messages/EventManager.cpp:136
↓ 1 callers
Function
DirectoryOfThisScript
()
.ycm_extra_conf.py:110
↓ 1 callers
Function
GetCompilationInfoForFile
( filename )
.ycm_extra_conf.py:148
↓ 1 callers
Function
IsHeaderFile
( filename )
.ycm_extra_conf.py:143
↓ 1 callers
Method
Left
src/math/mathlib.h:564
↓ 1 callers
Method
Transpose
src/math/mathlib.h:604
↓ 1 callers
Function
_internal_for_each
src/utils/tuple.h:30
↓ 1 callers
Method
addEntry
src/logic/LogManager.cpp:27
↓ 1 callers
Method
addRigidBody
src/physics/PhysicsSystem.cpp:99
↓ 1 callers
Function
adpcm_converter
lib/adpcm/adpcm-xq.c:182
↓ 1 callers
Function
adpcm_create_context
lib/adpcm/adpcm-lib.cpp:69
↓ 1 callers
Function
adpcm_decode_data
lib/adpcm/adpcm-xq.c:529
↓ 1 callers
Function
adpcm_encode_block
lib/adpcm/adpcm-lib.cpp:287
↓ 1 callers
Function
adpcm_encode_data
lib/adpcm/adpcm-xq.c:592
↓ 1 callers
Function
adpcm_free_context
lib/adpcm/adpcm-lib.cpp:94
↓ 1 callers
Function
androidSetWindow
src/engine/PlatformAndroid.cpp:39
↓ 1 callers
Function
animationAddEventTag
src/content/AnimationLibrary.cpp:210
↓ 1 callers
Function
appendGlyph
src/ui/zFont.cpp:15
↓ 1 callers
Method
appendGlyph
src/ui/zFont.cpp:102
↓ 1 callers
Function
applyAlphaFadeToDomeColorPart
* Sets the alpha-values of the lowest vertices in the mesh to do some fading. * * Gothic does this after loading the mesh. A better way would have b
src/content/Sky.cpp:527
↓ 1 callers
Function
applyAlphaFadeToLowerPart
* Sets the alpha-values of the lowest vertices in the mesh to do some fading. * * Gothic does this after loading the mesh. A better way would have b
src/content/Sky.cpp:495
↓ 1 callers
Method
applyRotationY
src/logic/PlayerController.cpp:1139
↓ 1 callers
Function
applySkyColor
src/content/Sky.cpp:70
↓ 1 callers
Function
arraySize
src/utils/Utils.h:314
↓ 1 callers
Method
assessTalk
src/logic/DialogManager.cpp:276
↓ 1 callers
Function
assign
src/utils/Utils.h:277
↓ 1 callers
Function
barycentric
src/math/mathlib.h:788
↓ 1 callers
Function
bboxClassifyToPlaneSides
* Quick check on which sides of a plane the bbox is */
src/utils/Utils.h:149
↓ 1 callers
Function
billboardQuad
* Generates a billboard * @param target Target data * @param center Center position of the quad * @param right Right direction and leng
src/utils/Utils.h:66
↓ 1 callers
Method
canBeRemoved
* Returns whether pfx visual is finished and can be removed (one shot) */
src/logic/visuals/PfxVisual.h:43
↓ 1 callers
Method
changeAttribute
src/logic/PlayerController.cpp:1379
↓ 1 callers
Method
changeRoutine
src/logic/PlayerController.cpp:1255
↓ 1 callers
Method
checkInfo
src/logic/DialogManager.cpp:54
↓ 1 callers
Method
checkUnconscious
src/logic/PlayerController.cpp:1644
↓ 1 callers
Method
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
lib/json/json.hpp:4798
↓ 1 callers
Method
clearChoices
src/logic/DialogManager.cpp:423
↓ 1 callers
Method
clearRoutine
src/logic/NpcScriptState.cpp:562
↓ 1 callers
Method
count
! @brief returns the number of occurrences of a key in a JSON object Returns the number of elements with key @a key. If ObjectType is the
lib/json/json.hpp:4240
↓ 1 callers
Method
createCamera
src/engine/World.cpp:1045
↓ 1 callers
Method
createContents
src/logic/mobs/Container.cpp:19
↓ 1 callers
Method
createDefaultPlayer
src/logic/ScriptEngine.cpp:511
↓ 1 callers
Function
createSkyPlaneMesh
src/content/Sky.cpp:665
↓ 1 callers
Method
createTopic
src/logic/LogManager.cpp:17
↓ 1 callers
Method
debugDraw
src/engine/BspTree.cpp:144
↓ 1 callers
Method
die
src/logic/PlayerController.cpp:1605
↓ 1 callers
Method
displaySubtitle
src/logic/DialogManager.cpp:401
↓ 1 callers
Method
doAIState
src/logic/NpcScriptState.cpp:161
↓ 1 callers
Method
documentConfigText
src/utils/cli.cpp:184
↓ 1 callers
Method
downloadData
(Uri uri, View v)
REGoth-Android/app/src/main/java/com/regothproject/regoth/StartupActivity.java:54
↓ 1 callers
Function
drawDomeCloudsLayerOf
src/render/SkyRendering.cpp:91
↓ 1 callers
Function
drawDomeColorLayerOf
src/render/SkyRendering.cpp:46
↓ 1 callers
Function
drawSkyDomeOf
src/render/SkyRendering.cpp:38
↓ 1 callers
Function
drawSkyPlaneOf
src/render/SkyRendering.cpp:155
↓ 1 callers
Function
drawWorld
* @brief Draws the main renderpass of the given world */
src/render/WorldRender.cpp:85
↓ 1 callers
Function
encode_chunks
lib/adpcm/adpcm-lib.cpp:245
↓ 1 callers
Method
endDialog
src/logic/DialogManager.cpp:303
↓ 1 callers
Method
enqueueChapterIntroduction
src/ui/IntroduceChapterView.cpp:100
↓ 1 callers
Method
enter
src/utils/Utils.cpp:480
↓ 1 callers
Method
equipItem
src/logic/PlayerController.cpp:287
↓ 1 callers
Method
exportAndRemoveNPC
src/engine/World.cpp:1075
↓ 1 callers
Method
exportCore
src/logic/MobController.cpp:23
↓ 1 callers
Method
exportDialogManager
src/logic/DialogManager.cpp:472
↓ 1 callers
Method
exportInventory
src/logic/Inventory.cpp:123
↓ 1 callers
Method
exportLogManager
src/logic/LogManager.cpp:32
↓ 1 callers
Method
exportNPC
src/engine/World.cpp:1104
↓ 1 callers
Method
exportScriptState
src/logic/NpcScriptState.cpp:503
↓ 1 callers
Method
exportSlots
src/logic/CharacterEquipment.cpp:626
↓ 1 callers
Method
extractFlag
src/utils/cli.cpp:58
↓ 1 callers
Method
extractInstaller
Attempts to extract the given installer file @param installerFile File to extract @return Success
REGoth-Android/app/src/main/java/com/regothproject/regoth/InstallerExtract.java:10
↓ 1 callers
Method
extractInstaller
()
REGoth-Android/app/src/main/java/com/regothproject/regoth/ExtractInstallerAsyncTask.java:131
↓ 1 callers
Method
extractInstallerIfNeeded
()
REGoth-Android/app/src/main/java/com/regothproject/regoth/ExtractInstallerAsyncTask.java:111
↓ 1 callers
Method
finalizeLoad
src/content/Texture.cpp:177
↓ 1 callers
Method
findMenuItem
src/ui/Menu_Log.cpp:97
↓ 1 callers
Method
freeLineOfSight
src/logic/PlayerController.cpp:1215
↓ 1 callers
Function
frustrumContainsSphere
src/render/WorldRender.cpp:601
↓ 1 callers
Method
gatherAvailableSavegames
src/ui/Menu_Load.cpp:29
↓ 1 callers
Method
gatherAvailableSavegames
src/ui/Menu_Save.cpp:40
↓ 1 callers
Method
getAbsoluteSize
src/ui/View.cpp:184
← previous
next →
301–400 of 1,656, ranked by callers