summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-12Rename SSL certificate bundle setting to clarify the "overriding" aspectHugo Locurcio
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-06Allow `.res` and `.tres` extensions in the scene CLI positional argumentHugo Locurcio
2020-05-05[Windows] Add support for the WinTab API for pen input.bruvzg
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-20DocData: Keep Mono properties on non-Mono buildsRémi Verschelde
2020-04-20DocData: Skip unexposed classesRémi Verschelde
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-16Merge pull request #36868 from Calinou/improve-cli-script-error-messageRémi Verschelde
2020-04-10Ignore process serial number (`-psn_...`) command line argument passed by mac...bruvzg
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-04Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde
2020-04-03Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Separate DisplayServer from OS on WindowsJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-24Move DocData and Collada out of their subfoldersRémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-08ScriptDebuggerRemote use threadsFabio Alessandrelli
2020-03-07Fix doctool misleading error messageAndrii Doroshenko (Xrayez)
2020-03-06Tweak the error message when trying to run an invalid script from CLIHugo Locurcio
2020-02-26Merge pull request #36551 from AndreaCatania/navigation_destruction_flushRémi Verschelde
2020-02-26Flushes commands just before the navigation server is destroyedAndrea Catania
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11More GIProbe work and fixesJuan Linietsky
2020-02-11Rewrote large part of rendering, omni and spot shadows now work.Juan Linietsky
2020-02-11Yay very basic 3D (only white) finally shows.Juan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Moved the shader source compilation code outside RenderingDevice and VulkanJuan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-31Merge pull request #35418 from Calinou/project-manager-viewport-usage-2dRémi Verschelde