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-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-26
Rename variable names for some singletons
Aaron Franke
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-04
Improve autoload inheritance error message
Jason Yundt
2022-04-04
Add action map editor for OpenXR
Bastiaan Olij
2022-03-29
Move OpenXR project settings to the main, to make them visible on unsupported...
bruvzg
2022-03-28
Android port of the Godot Editor
Fredy Huya-Kouadio
2022-03-18
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-17
Rename Project setting display/window/stretch/shrink to scale
Markus Sauermann
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-15
Merge pull request #59153 from Calinou/debug-stringnames-improve
Rémi Verschelde
2022-03-15
Improve `--debug-stringnames` to be more useful
Hugo Locurcio
2022-03-13
Make `-q` CLI argument toggle quiet stdout instead of quitting
Hugo Locurcio
2022-03-13
Tweak the display order of CLI arguments in `--help` for consistency
Hugo Locurcio
2022-03-13
Cleanup embed subwindows getters
kobewi
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
[next]