Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | |
Rename editor plugins to match the new node names. | |||
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | |
Fixes #30736. | |||
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky | |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky | |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | |
2020-03-19 | stop game process with KEY_F8 crash fixed | Thakee Nathees | |
Fix: #37121 | |||
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | |
For us, it practically only changes the fact that `A<A<int>>` is now used instead of the C++03 compatible `A<A<int> >`. Note: clang-format 10+ changed the `Standard` arguments to fully specified `c++11`, `c++14`, etc. versions, but we can't use `c++17` now if we want to preserve compatibility with clang-format 8 and 9. `Cpp11` is still supported as deprecated alias for `Latest`. | |||
2020-03-11 | Fix various typos | luz.paz | |
Found via `codespell` | |||
2020-03-08 | Update editor debugger to new remote debugger. | Fabio Alessandrelli | |
Shared RemoteDebuggerPeer code between client and server. Move editor profilers inside editor/debugger folder. | |||
2020-03-08 | Threaded networking for editor debugger. | Fabio Alessandrelli | |
2020-03-05 | Fix some bugs spotted by asan in editor debugger. | Fabio Alessandrelli | |
EditorDebuggerInspector is in tree, so it gets automatically deleted, when clearing errors the debugger should not fake a process notification. | |||
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde | |
Remove now unnecessary bindings of signal callbacks in the public API. There might be some false positives that need rebinding if they were meant to be public. No regular expressions were harmed in the making of this commit. (Nah, just kidding.) | |||
2020-02-24 | Remove this signal call that was mistakenly added in #36244 | nathanwfranke | |
The original change was in #36340 | |||
2020-02-23 | Fix Breakpoint compare in new Debugger. | Fabio Alessandrelli | |
Only used to keep the hashmap, but clearly bogus. | |||
2020-02-22 | Fix visuals of the new debugger editor | Michael Alexsander | |
2020-02-21 | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli | |