index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
Age
Commit message (
Expand
)
Author
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-09
Remove unused GDNative code
Rémi Verschelde
2022-02-28
Reorder native extension types initialization, initializing editor last
Gilles Roudière
2022-02-23
Implementing OpenXR driver
Bastiaan Olij
2022-02-20
Fix extension registration order.
Paulo Poiati
2022-02-18
Revert "Fix extension registration order."
Rémi Verschelde
2022-02-16
Fix extension registration order.
Paulo Poiati
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-14
Cleanup of preprocessor directives in main.cpp
TechnicalSoup
2022-02-12
Fix Project Manager crash on exit.
bruvzg
2022-02-12
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-09
Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_servers
Rémi Verschelde
2022-02-09
Core: Move generated `VERSION_HASH` to a `.cpp` file
Rémi Verschelde
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-06
[Debugger] Move most profilers to ServersDebugger.
Fabio Alessandrelli
2022-02-03
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-02-03
EditorProperty: Fix range hint parsing with optional step
Rémi Verschelde
2022-02-01
Minor fixes/refactoring of project and editor setting dialogs
Hendrik Brucker
2022-01-19
Revert "Add new scaling modes for splash screen"
Rémi Verschelde
2022-01-18
Add new scaling modes for splash screen
Samuel Pedrajas
2022-01-18
Merge pull request #47522 from madmiraal/rename-test_width-test_height
Rémi Verschelde
2022-01-18
Doctool: Add error checks and exit code handling
Max Hilbrunner
2022-01-17
Merge pull request #55020 from bruvzg/vlk_device_surface_check
Rémi Verschelde
2022-01-17
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
Remove property hints referencing unsupported svgz extension
Rémi Verschelde
2022-01-13
Merge pull request #56311 from Calinou/default-allow-hidpi
Rémi Verschelde
2022-01-04
Rename Project Window width and height settings to match their function
Marcel Admiraal
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Add a shader warning when the uniform buffer limit is exceeded
Yuri Roubinsky
2021-12-30
Enable "Allow Hidpi" by default
Hugo Locurcio
2021-12-20
Print requested V-Sync mode when Print Fps is enabled
Hugo Locurcio
2021-12-18
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-17
add 2d scale factor property
Ansraer
2021-12-16
Make `--doctool` locale aware
Haoyu Qiu
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-02
Merge pull request #55483 from pycbouh/theme-load-and-order
Rémi Verschelde
2021-11-30
Make default/project theme wait for modules before initializing
Yuri Sizov
2021-11-30
Remove editor splash screen with sponsors logo
Rémi Verschelde
2021-11-23
Fix `strip_edges()` call that was removed in boot splash image change
Hugo Locurcio
2021-11-23
Add a project setting to disable the boot splash image
Hugo Locurcio
2021-11-22
[Vulkan] Check each device capabilities before selecting it.
bruvzg
2021-11-22
Ignore override.cfg when in editor
kobewi
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-10
Move Mono unhandled exception setting to be located within a subsection
Hugo Locurcio
2021-11-09
Display 2 decimals instead of 1 in editor frametime labels
Hugo Locurcio
2021-11-09
Enable mono editor build in CI
qarmin
2021-11-01
Fix new projects always being created with OpenGL
Hugo Locurcio
2021-11-01
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-10-31
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
[next]