summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-4/+3
* Rename SSL certificate bundle setting to clarify the "overriding" aspectHugo Locurcio2020-05-121-1/+1
* New lightmapperJuan Linietsky2020-05-101-3/+5
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-0/+12
* Rename InputFilter back to InputRémi Verschelde2020-04-281-5/+5
* DocData: Keep Mono properties on non-Mono buildsRémi Verschelde2020-04-201-0/+14
* DocData: Skip unexposed classesRémi Verschelde2020-04-201-2/+4
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+12
* Merge pull request #36868 from Calinou/improve-cli-script-error-messageRémi Verschelde2020-04-161-2/+2
|\
| * Tweak the error message when trying to run an invalid script from CLIHugo Locurcio2020-03-061-2/+2
* | Ignore process serial number (`-psn_...`) command line argument passed by mac...bruvzg2020-04-101-0/+8
* | Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-6/+6
* | Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde2020-04-041-1/+9
|\ \
| * | Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński2020-04-031-1/+9
* | | Replace NULL with nullptrlupoDharkael2020-04-021-27/+27
|/ /
* | Renaming of servers for coherency.Juan Linietsky2020-03-271-42/+42
* | DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde2020-03-271-9/+17
* | Add macOS DisplayServer implementation.bruvzg2020-03-261-1/+1
* | Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* | Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-0/+8
* | Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-1/+1
* | Refactored input, goes all via windows now.Juan Linietsky2020-03-261-6/+5
* | Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-14/+15
* | Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-84/+183
* | Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-3/+3
* | Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-2/+2
* | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-64/+24
* | ScriptDebuggerRemote use threadsFabio Alessandrelli2020-03-081-14/+3
|/
* Merge pull request #36551 from AndreaCatania/navigation_destruction_flushRémi Verschelde2020-02-261-2/+4
|\
| * Flushes commands just before the navigation server is destroyedAndrea Catania2020-02-261-2/+4
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
|/
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-7/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-3/+1
* More GIProbe work and fixesJuan Linietsky2020-02-111-0/+4
* Rewrote large part of rendering, omni and spot shadows now work.Juan Linietsky2020-02-111-0/+6
* Yay very basic 3D (only white) finally shows.Juan Linietsky2020-02-111-0/+1
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-4/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-2/+2
* Add static Vulkan loader.bruvzg2020-02-111-1/+1
* Moved the shader source compilation code outside RenderingDevice and VulkanJuan Linietsky2020-02-111-0/+2
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-0/+10
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-111-1/+0
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+21
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Merge pull request #35418 from Calinou/project-manager-viewport-usage-2dRémi Verschelde2020-01-311-0/+2
|\
| * Use a cheaper viewport usage mode in the project managerHugo Locurcio2020-01-211-0/+2
* | Improve the error message displayed when the PCK file can't be foundHugo Locurcio2020-01-281-1/+1
|/