|
99621357a0
|
File copyright header updates pt4.
|
2023-12-17 22:50:00 +01:00 |
|
|
88e9ad04f2
|
Moved back the servers and resources from core.
|
2023-12-10 23:11:07 +01:00 |
|
|
238bf1b331
|
Moved the RenderingServer to core.
|
2023-12-10 19:04:24 +01:00 |
|
|
9df5649c1b
|
Moved CanvasItem, Control, Node2D and Spatial under scene/main.
|
2023-12-10 15:50:54 +01:00 |
|
|
763f662263
|
Moved meshes to a new subfolder.
|
2023-12-10 15:22:09 +01:00 |
|
|
0a9c9ca15e
|
Ported godot pr: [3.x] Allow exporting custom resources from/to any scripting language (GDScript, VisualScript, C#, NativeScript, PluginScript)
- willnationsdev
https://github.com/godotengine/godot/pull/44879
Using the rebased version from 02d1f70ee5 by Atlinx
|
2023-09-06 01:45:29 +02:00 |
|
|
6026725f3b
|
Renamed ScriptEditor to EditorScriptEditor.
|
2023-02-18 16:52:26 +01:00 |
|
|
990f8aaecd
|
Prefix filenames in the editor_script_editor module with editor_ .
|
2023-02-18 16:22:59 +01:00 |
|
|
6e88ad5bae
|
Moved the editor_code_editor module to the editor_modules folder.
|
2023-02-18 15:45:50 +01:00 |
|
|
a14821587f
|
Renamed the code_editor module to editor_code_editor.
|
2023-02-18 15:31:58 +01:00 |
|
|
65c91c6899
|
Moved ScriptEditorPlugin and ScriptEditor out from the editor folder.
|
2023-02-18 15:08:56 +01:00 |
|
|
e32e63242b
|
Moved ScriptEditor and ScriptEditorPlugin to a new editor subfolder.
|
2023-02-18 14:36:51 +01:00 |
|
|
4dd84847eb
|
Moved ScriptEditor to it's own file.
|
2023-02-18 13:22:43 +01:00 |
|
|
8d7090241a
|
Make sure that the editor can be built even when the new code_editor module is disabled.
|
2023-02-17 23:20:10 +01:00 |
|
|
9cd2927fcc
|
Move the editor's script text editor into the new code_editor module.
|
2023-02-17 20:57:16 +01:00 |
|
|
48d50bed1d
|
Now menu items can be added to the convert menu in the editor.
|
2022-10-08 22:32:52 +02:00 |
|
|
98acdf8270
|
Now full screen editor plugins have the ability to hide their tab button in the top bar.
|
2022-08-20 17:20:34 +02:00 |
|
|
bafd6d1d8d
|
Renamed AFTER_GUI_INPUT_DESELECT to AFTER_GUI_INPUT_NO_DESELECT.
|
2022-08-20 01:01:18 +02:00 |
|
|
e2d42db711
|
Also renamed the files.
|
2022-08-19 21:24:36 +02:00 |
|
|
cffe742085
|
Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files.
|
2022-08-19 20:50:20 +02:00 |
|
|
9757c39f05
|
Moved a few more core classes.
|
2022-08-17 17:43:49 +02:00 |
|
|
99e94b08c4
|
Moved base input related classes to core/input.
|
2022-08-17 17:02:24 +02:00 |
|
|
686663d3e4
|
Moved around more classes in core.
|
2022-08-17 16:01:01 +02:00 |
|
|
dc9cc716c7
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
|
|
388b88678e
|
Moved container related classes in core under a new containers directory.
|
2022-08-17 12:53:49 +02:00 |
|
|
0d2fc2e9f2
|
Moved color to core/math.
|
2022-08-17 11:38:15 +02:00 |
|
|
b6eb2db442
|
Backported returning AfterGUIInput from forward_spatial_gui_input from Godot4. Also removed the first index parameter. This fully broke the skeleton editor, it will be fixed soon.
|
2022-08-11 02:24:30 +02:00 |
|
|
d740ef5d18
|
Finished cleaning up includes for the classes under the editor folder. I skipped removing a few that needed more changes to the headers / cpp files for now.
|
2022-03-19 04:08:34 +01:00 |
|
|
2ce53f2b9e
|
Ran include-what-you-use on the classes in the editor/ floder.
|
2022-03-19 00:01:30 +01:00 |
|
|
49f8e8c398
|
Added godot with all my currently used engine modules.
|
2022-03-15 13:29:32 +01:00 |
|