summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-0/+8
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* 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-262-15/+16
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-264-87/+189
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-2610-2998/+3
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-4/+3
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-2/+2
* Remove unused classes and stray headersRémi Verschelde2020-03-246-5/+11
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-173-4/+4
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-64/+24
* ScriptDebuggerRemote use threadsFabio Alessandrelli2020-03-081-14/+3
* Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assertMateo Dev .592020-03-041-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-012-6/+6
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-252-6/+6
* | Renamed PlaneShape to WorldMarginShapeAndrea Catania2020-02-271-3/+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
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-7/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-187-36/+18
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde2020-02-141-0/+3
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-3/+1
* Implementation of 'struct' for shadersYuri Roubinsky2020-02-111-0/+3
* More GIProbe work and fixesJuan Linietsky2020-02-111-0/+4
* Fix Vector3 ambiguities and out of bounds init.bruvzg2020-02-111-2/+2
* 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-112-7/+7
* 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
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-072-7/+12
* 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
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2020-01-261-4/+7
|/
* Sync pending VisualServer commands after ScriptServer finalizationIgnacio Etcheverry2020-01-131-0/+3
* Ignore command line --build-solutions when not editing projectRémi Verschelde2020-01-131-2/+6
* Revert "Enable Vsync via Compositor by default"Rémi Verschelde2020-01-131-1/+1
* Be stricter on what's considered a scene path in CLI argument parsingHugo Locurcio2020-01-101-4/+15
* Merge pull request #34968 from Calinou/enable-vsync-via-compositorRémi Verschelde2020-01-101-1/+1
|\