Age | Commit message (Collapse) | Author |
|
|
|
Added search box in Class List dialog (Script Editor)
|
|
|
|
|
|
Not all APIs are provided yet, please request whathever you are missing.
Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings.
Have fun!
|
|
It allows to define a multiline space-indented code block that will be properly parsed by the reST converter for the online docs.
The in-editor help understand the [codeblock] tag as it supposedly understand [code] already (i.e. it just seems to discard it, though the code was supposed to switch it to a monospace font, but that's likely another issue.
|
|
|
|
-Made help more readable, closes #2851
|
|
|
|
Put 2D, 3D and Script editor table indexes in enum
|
|
To avoid invalid index out of bounds mistakes.
|
|
Fix bugs caused by merged Script and Help tabs
|
|
|
|
|
|
|
|
-fixed theora so it can compile theoralib but not theora
-fixed generation of windows icon in .rc, which didn't previously work in 32 bits
|
|
|
|
|
|
-Help tabs can be opened many at the same time
-Color temperatures for opened scripts
-Dominant script opening when switching scene tab
|
|
|
|
#2393 (text spacing and top/left padding for the text area, respectively).
|
|
and resources.
A general speedup should be apparent, with even more peformance increase when compiling optimized.
WARNING: Tested and it seems to work, but if something breaks, please report.
|
|
|
|
|
|
This fixes issue #332 by using the "text_editor/background_color" editor
setting as background color for the EditorHelp.
|
|
|
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-
*YOUR SOURCE MIGHT NOT WORK*
For mor information on fix:
https://github.com/okamstudio/godot/wiki/devel_scene_tree
Other stuff:
-Shower of bullets demo
-Fixes all around
|
|
|
|
Fix bug help history overwrote by tree item selected call back
|
|
-=-=-=-=-
-Documentation now shows overridable theme values (though this needs to be documented).
-Detect when object transform is flipped and flip normals too.
-TileMap can specify bounce and friction for collision.
-Removed limit of 4 lights per object
-Added is_hovered() to buttons.
|
|
|
|
dialog
|
|
EditorHelpSearch dialog popup with search results
|
|
|
|
-Made a few demos using Viewport to show it's true power!
-Fixed some start-up error messages.
|
|
-add search docs dialog that returns places string was found
-added flash
|
|
-load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D
-fix how documentation is generated, built in doc browser should be always up to date
-copypaste, scrolling, etc in builtin doc
-built-in scripts get saved now (though debugger may not always work on them)
-Theme can be set to controls as a property
|
|
|