index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
config
Age
Commit message (
Expand
)
Author
2022-08-06
Only define `keep_screen_on` project setting once
RedMser
2022-08-02
Merge pull request #61315 from lawnjelly/variant_bucket_pools
Rémi Verschelde
2022-07-27
Add a Movie Quit On Finish property to AnimationPlayer
Hugo Locurcio
2022-07-25
Allow loading override.cfg from PCK files
Aaron Franke
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-04
Variant memory pools
lawnjelly
2022-06-21
Merge pull request #62122 from reduz/implement-movie-writer
Rémi Verschelde
2022-06-21
Implement Running Godot as Movie Writer
reduz
2022-06-20
Revert "Disable VRAM compression by default for small textures in Detect 3D"
Juan Linietsky
2022-06-17
Merge pull request #62023 from Calinou/detect-3d-small-textures-no-vram-compress
Rémi Verschelde
2022-06-17
Audio: Expose 2D/3D panning strength parameters
Ellen Poe
2022-06-14
Disable VRAM compression by default for small textures in Detect 3D
Hugo Locurcio
2022-06-07
Add GLOBAL_DEF_INTERNAL to hide specific settings
kobewi
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-17
ProjectSettings: use RBMap again instead of HashMap
Ricardo Buring
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Move Display settings higher in the list
kobewi
2022-05-12
Add a new HashMap implementation
reduz
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-11
Merge pull request #58986 from akien-mga/diraccessref
Rémi Verschelde
2022-03-11
Merge pull request #58751 from bruvzg/loc_str_props
Rémi Verschelde
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-09
Remove unused Bullet module and thirdparty code
Rémi Verschelde
2022-03-07
Revert "Fix ProjectSettings has_setting() when used on a overriden setting wi...
Rémi Verschelde
2022-03-04
Improve app name and system permission message localization.
bruvzg
2022-03-02
Always register the Smooth Trimesh Collision project setting
Hugo Locurcio
2022-02-12
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-11
has_setting now correctly returns true when the setting is present due to a f...
BimDav
2022-02-09
Core: Move generated `VERSION_HASH` to a `.cpp` file
Rémi Verschelde
2022-01-29
Rename the physics server `run_on_thread` project settings
Hugo Locurcio
2022-01-17
Merge pull request #55020 from bruvzg/vlk_device_surface_check
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-25
Don't show errors when getting nonexistent settings
Aaron Franke
2021-11-25
Move logic for saving project features to ProjectSettings save_custom
Aaron Franke
2021-11-24
Project feature warning system
Aaron Franke
2021-11-22
[Vulkan] Check each device capabilities before selecting it.
bruvzg
2021-11-22
Ignore override.cfg when in editor
kobewi
2021-10-18
Restrict the project data directory configuration
ne0fhyk
2021-10-13
Fix character encoding of Engine::get_copyright_info
Nathan Franke
2021-10-11
Make the project data directory customizable.
ne0fhyk
2021-10-05
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-15
Provide a getter for the project data directory.
ne0fhyk
2021-09-10
Fix path with multiple slashes not being corrected on templates
Ricardo Subtil
[next]