index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main
/
performance.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Make performance monitor names translatable
Haoyu Qiu
2024-05-14
1
-33
/
+33
*
Reorganize some code to have 2D things grouped together
Aaron Franke
2024-04-13
1
-1
/
+3
*
Disable all 3D nodes, physics, and resources when compiling without 3D
Aaron Franke
2024-03-11
1
-1
/
+10
*
[Physics] Fix export with 3D disabled
A Thousand Ships
2024-02-22
1
-0
/
+10
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+0
*
Fix 'Navigation Process' monitor initialization
Pawel Lampe
2023-01-13
1
-0
/
+1
*
Fix duplicate NavigationServer process
smix8
2023-01-13
1
-0
/
+3
*
Add NavigationServer Performance Monitor
smix8
2023-01-08
1
-1
/
+52
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-3
/
+4
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Add a new HashMap implementation
reduz
2022-05-12
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use doubles for time everywhere in Timer/SceneTree
Aaron Franke
2021-07-26
1
-4
/
+4
*
Fix Render Info
reduz
2021-07-03
1
-38
/
+18
*
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-2
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Added Custom Performance Monitor and feature to read intermediate values of M...
simpu
2020-06-29
1
-0
/
+76
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-6
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-27
/
+54
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-19
/
+19
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Add missing enum value to Performance::get_monitor_type
Daw11
2019-04-22
1
-0
/
+1
*
Add a monitor for the orphan nodes
Daw11
2019-04-17
1
-8
/
+13
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+4
*
Added Performance.AUDIO_OUTPUT_LATENCY
Marcelo Fernandez
2018-07-17
1
-0
/
+5
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Improved monitors units and colors.
Daniel J. Ramirez
2017-10-23
1
-0
/
+38
*
Bind unbound enums, rearrange some by value
Poommetee Ketson
2017-10-22
1
-1
/
+1
*
Merge pull request #11659 from AndreaCatania/prephysics
Andreas Haas
2017-10-02
1
-6
/
+6
|
\
|
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-6
/
+6
*
|
Fixed typo: 'texure' to 'texture'
Indah Sylvia
2017-09-29
1
-1
/
+1
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-3
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-29
/
+29
*
Make memory monitors query the right counters
Pedro J. Estébanez
2017-08-01
1
-2
/
+2
*
-Fixed SCREEN_TEXTURE and other related 2D shader parameters.
Juan Linietsky
2017-06-26
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-52
/
+43
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
[next]