Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Hugo Locurcio
|
7922c262f6
Display a editor gizmo icon for Listener
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
030f0f58a3
Scene: Remove unused `mesh_materials` StringNames
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Juan Linietsky
|
4a24ba6e77
-Fixes to undo redo to avoid crash, closes #24251
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Juan Linietsky
|
c7e4527a88
Massive rewrite to AnimationTree. Many APIs changed in order to:
|
7 years ago |
Juan Linietsky
|
c752c26427
Expose _clips_input as a virtual function, closes #15358
|
7 years ago |
Juan Linietsky
|
0a1c1c660f
-Added AnimationGraphPlayer (still missing features)
|
7 years ago |
Zephilinox
|
a826fb8d8b
Add ready signal to Node
|
7 years ago |
Juan Linietsky
|
a26e6c8215
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out of tree notification.
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
letheed
|
482e07af7e
Unify degree members and properties
|
8 years ago |
AndreaCatania
|
4537977d6d
Renamed fixed_process to physics_process
|
8 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Juan Linietsky
|
7e4970214c
Fixed some string names and animation playback options, closes #9446
|
8 years ago |
Juan Linietsky
|
db3b05d289
Reworked translation system
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Fabian Mathews
|
b541402417
Added ability to change A-star cost function
|
8 years ago |
Karroffel
|
6ab3213a55
fixed ClassDB inconsistencies
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Rémi Verschelde
|
7a9b08f785
Merge pull request #7889 from Hinsbart/fix_autoenable_input
|
8 years ago |
Andreas Haas
|
373e0099cf
Fix auto-enable of _input processing when _input() method is set.
|
8 years ago |
Bojidar Marinov
|
0d6485d919
Add emission_finished signal to Particles2D
|
8 years ago |
Juan Linietsky
|
83cb84753f
Renamed most signals so they refer to:
|
8 years ago |
Juan Linietsky
|
f3f4a11cfb
- _ready() callback only happens once now, if you want to receive it again, use request_ready()
|
8 years ago |