| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The other subfolders of tools/ had already been moved to either
editor/, misc/ or thirdparty/, so the hiding the editor code that
deep was no longer meaningful.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
TextureFrame -> TextureRect
Patch9Frame -> NinePatchRect
ColorFrame -> ColorRect
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Matrix32 -> Transform2D
Matrix3 -> Basis
AABB -> Rect3
RawArray -> PoolByteArray
IntArray -> PoolIntArray
FloatArray -> PoolFloatArray
Vector2Array -> PoolVector2Array
Vector3Array -> PoolVector3Array
ColorArray -> PoolColorArray
|
| |
|
|
|
|
|
|
| |
Variant.
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
|
| |
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
|
| | |
|
| |\
| |
| | |
Add a Close All files option to script editor
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
-Block switches to 2d/3d editor if editing visual script
-Added cast node in flow control
-Added ability to do RPC in visual script
-Comment nodes
-Fix bug with inverted cable in connecting backwards
-Copy and paste nodes, including from different scripts
|
| |/
|
|
| |
EditorHelpBit
|
| |
|
|
| |
support, but VisualScript should be more or less done!
|
| | |
|
| |\
| |
| | |
Script Editor: adding close all docs menu option
|
| | | |
|
| | |
| |
| |
| | |
- Use ScriptEditor::_update_script_names just once when re-creating the layout
|
| |/ |
|
| |
|
|
| |
loaded, closes #5403
|
| | |
|
| |
|
|
| |
#4456
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
-Merged fileserver & deploy dumb clients option
-Live Script Reloading can now happen automatically on script save
-Changed Live to Mirror term to differentiate from Unity and Unreal, as
what Godot does is not the same thing.
|
| |\
| |
| |
| |
| | |
Paulb23/breakpoints_next_prev_and_remove_issue_1690
Added, goto next and previous breakpoint and remove all, issue 1690
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
confuse you with changed dates.
|
| |
|
|
| |
-Added a bottom menu list
|
| | |
|
| | |
|
| |
|
|
| |
reloaded in godot UI, fixes #3003
|
| |
|
|
|
|
| |
-Help tabs can be opened many at the same time
-Color temperatures for opened scripts
-Dominant script opening when switching scene tab
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
1) press the heart while the game is running
2) select a scene to live edit from the opened scenes
3) edit/add/remove nodes or resources, change their properties, etc.
4) watch changes reflected in running game, in all places this scene is
edited
5) It's not perfect obviously, but the aim of it is to try to reflect
your changes as best as possible in the running game.
|
| |
|
|
|
| |
-properly completes text arguments
-includes the "/root" autoloads
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
-ability to edit multiple scenes at the same time
-resource internal IDs are now persistent, this makes multiple scene
editing possible but maaaaay result in file corruption bugs (tested and
could not find anything but possibility exists because core code
changed, report immediately if you find this).
-properly save settings, layout, etc when edited
-script editing is independent from scene editing now
-show a yellow box when a script belongs to the scene
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-
-Massive improvement to code completion
-Argument hinting for functions
If you manage to out-smart the code-completion in a situation where completion
should be possible to guess, let me know.
Please enter the commit message for your changes. Lines starting
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-Auto indenter in code editor, this makes it much easier to paste external code.
-Zoom in 2D viewport now uses the mouse pointer as reference.
-Obscure hack to see where code/line of GDScript in C++ backtrace.
-Fixed a bug where keys would get stuck on X11 if pressed simultaneously
-Added Api on IP singleton to request local IPs.
-Premultiplied alpha support when importing texture, editing PNGs and as a blend mode.
|
| |
|
|
|
| |
one bug that when jump to help tab first time, the scroll position is
wrong.
|
| | |
|
| |
|
|
|
| |
-add search docs dialog that returns places string was found
-added flash
|
| |
|