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
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-07-10
Merge pull request #40121 from Calinou/enable-file-logging
Rémi Verschelde
2020-07-09
Keep debug & verbose options after loading project from project manager
PouleyKetchoupp
2020-07-08
Enable file logging by default on desktops to help with troubleshooting
Hugo Locurcio
2020-07-06
Add a map of autoloads to ProjectSettings
George Marques
2020-07-04
Merge pull request #40092 from hinlopen/remove-find-last
Rémi Verschelde
2020-07-03
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-02
Fix content scale mode, closes #37941
Juan Linietsky
2020-07-01
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
Merge pull request #36885 from Xrayez/doctool-err-msg
Rémi Verschelde
2020-06-30
Move frame delaying functions from Main to OS.
Fabio Alessandrelli
2020-06-24
Merge pull request #36052 from Calinou/improve-low-processor-sleep
Rémi Verschelde
2020-06-24
Main::cleanup: Move MessageQueue deletion further down where it's safer
Rémi Verschelde
2020-06-18
Mono: Always define options in main.cpp to keep them in docs
Rémi Verschelde
2020-06-16
Merge pull request #39541 from Ev1lbl0w/feature/disable-rendering
Rémi Verschelde
2020-06-16
Expose disable_render_loop property to GDScript
Ev1lbl0w
2020-06-16
Add a suffix to the window title when running from a debug build
Hugo Locurcio
2020-06-15
Improve the low processor mode sleep precision
Hugo Locurcio
2020-06-15
Main: Ensure existing of user data dir in `setup()`
Rémi Verschelde
2020-06-03
Remove 32-bit String to_int method
Aaron Franke
2020-05-25
Add `custom_modules` build option to compile external user modules
Andrii Doroshenko (Xrayez)
2020-05-22
Fix editor ignoring 'single_window_mode' with no main scene
Ignacio Etcheverry
2020-05-20
Merge pull request #38874 from bruvzg/tab_drv_sel_40
Rémi Verschelde
2020-05-20
Merge pull request #38515 from Calinou/cli-scene-allow-res-tres
Rémi Verschelde
2020-05-20
[Windows] Add tablet driver selection.
bruvzg
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-12
Support multiple debug protocols.
Fabio Alessandrelli
2020-05-12
Rename SSL certificate bundle setting to clarify the "overriding" aspect
Hugo Locurcio
2020-05-10
New lightmapper
Juan Linietsky
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-06
Allow `.res` and `.tres` extensions in the scene CLI positional argument
Hugo Locurcio
2020-05-05
[Windows] Add support for the WinTab API for pen input.
bruvzg
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-20
DocData: Keep Mono properties on non-Mono builds
Rémi Verschelde
2020-04-20
DocData: Skip unexposed classes
Rémi Verschelde
2020-04-17
Implement global and per instance shader uniforms.
Juan Linietsky
2020-04-16
Merge pull request #36868 from Calinou/improve-cli-script-error-message
Rémi Verschelde
2020-04-10
Ignore process serial number (`-psn_...`) command line argument passed by mac...
bruvzg
2020-04-09
Renaming all ARVR nodes to XR
Bastiaan Olij
2020-04-04
Merge pull request #37391 from dreamsComeTrue/embedded-windows-mode
Rémi Verschelde
2020-04-03
Expose 'Embedded Windows Mode' as Editor and Project Settings
Dominik 'dreamsComeTrue' Jasiński
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
DisplayServer: Fix registration of GetRenderingDriversFunction
Rémi Verschelde
2020-03-26
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
[next]