Age | Commit message (Collapse) | Author |
|
Fix the class docs for the rst-syntax errors.
[ci skip]
|
|
- Generate a correkt rst-syntax for the [/code] inline markup.
(http://www.sphinx-doc.org/en/1.6.5/rest.html#inline-markup)
- Fix xml souce bugs
for the sphinx's rst syntax werrors:
class_area.rst:319: WARNING: Inline literal start-string without end-string.
class_area2d.rst:287: WARNING: Inline literal start-string without end-string.
class_audioserver.rst:287: WARNING: Inline literal start-string without end-string.
class_control.rst:509: WARNING: Inline literal start-string without end-string.
class_image.rst:422: WARNING: Inline literal start-string without end-string.
class_image.rst:434: WARNING: Inline literal start-string without end-string.
class_inputevent.rst:74: WARNING: Inline literal start-string without end-string.
class_inputeventaction.rst:45: WARNING: Inline literal start-string without end-string.
class_inputmap.rst:47: WARNING: Inline literal start-string without end-string.
class_kinematicbody.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string.
class_kinematicbody2d.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string.
class_line2d.rst:182: WARNING: Inline literal start-string without end-string.
class_thread.rst:51: WARNING: Inline literal start-string without end-string.
class_treeitem.rst:160: WARNING: Inline literal start-string without end-string.
|
|
Some Bullet bug fix
|
|
Change HTML5 start-up API
|
|
Restore post_import function
|
|
Fix duplication of signals
|
|
Fixed issues with clicking animation keys that are on frame 0
|
|
|
|
Editor canvas item api rework
|
|
Add currency code to iOS product details response
|
|
Added a label to the Dock Positioner
|
|
|
|
|
|
|
|
Suppress progress messages in Visual Studio output pane
[ci skip]
|
|
Mono: Fix compiler error with Variant::operator AABB()
|
|
fix set_current_tab: Indexp_current=-1 out of size
|
|
Facilitate documenting platform-exclusive classes
|
|
|
|
Rename engine.start() to startGame(), new start() takes string arguments
handed directly to main(). Rename Engine.loadEngine() to load().
Add setLocale(), setResizeCanvasOnStart(), setExecutableName() and
preloadFile().
|
|
Drop HTML5 asm.js support
|
|
- Partially revert 6496b53549aca7b1be57c3be55815f32a4842201, adding a comment about why duplications of signals must happen as a second phase.
- Add fallback logic for connections to nodes not in the duplicated hierarchy.
- Remove redundant call to `Node::_duplicate_signals()`.
Fixes #12951.
|
|
|
|
|
|
|
|
Fix class docs, improve error handling of the rst generator.
|
|
Editor: Drop files to copy them to project.
|
|
|
|
|
|
Allow LineEdit's expand_to_len be set via inspector
|
|
AnimationEditor keys button fix
|
|
expand_to_text_length and shift window on expand to see all text
|
|
|
|
|
|
click, mainly the add key button. This was due to an error in the offsets
|
|
Since WebGL 2.0 is required, requiring WebAssembly support as well has
little impact on compatibility.
|
|
This makes the interfaces available, without implementation, in other
platforms and the editor, which facilitates documenting platform-exclusive
classes.
Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp.
Provide noop method-implementations where necessary.
Also setup and document the HTML5 platform's JavaScript singleton.
|
|
some fixes
|
|
The rst-generator gives you now a hint what's going on:
Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml
grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml
Contains the results of a single regex match returned by [method RegEx.search]
and [method.RegEx.search_all]. It can be used to find the position and range of the match
and its capturing groups, and it can extract its sub-string for you.
|
|
a lot more cpu. Fixes #11030
|
|
|
|
|
|
Make tool scripts print on the editor Output panel
|
|
Rename Rect3 to AABB.
|
|
Enable light shaders when light variables are used
|
|
Add manual overrides for focus_next and focus_previous
|
|
Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue #11416
|
|
Make resources edited by plugins be sent as reference
|
|
Fixes #12973.
|
|
This ensures that a plugin can save a resource using the ResourceSaver.
|