summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-29Merge pull request #30152 from Chaosus/vs_conversionRémi Verschelde
Added convertor from VisualShader to Shader
2019-06-29Merge pull request #30187 from bojidar-bg/30184-null-valuesRémi Verschelde
Remove bogus nulls from generated default values
2019-06-29Merge pull request #30154 from bojidar-bg/30149-export-flag-editorRémi Verschelde
Ensure --export implies --editor
2019-06-29Merge pull request #30182 from hbina/pylint_anomalous_backlashRémi Verschelde
"Anomalous backslash in string: '-'" in extract.py
2019-06-29Merge pull request #30156 from qarmin/fix_memory_leak_in_tilemapRémi Verschelde
Fix memory leak in Tilemaps
2019-06-29Merge pull request #30185 from hbina/fix_issue_30111Rémi Verschelde
use vformat for duplicate strings
2019-06-29Merge pull request #25649 from bojidar-bg/4454-promote-tilemap-shapesRémi Verschelde
Allow CollisionObject2D to get shapes from tilemaps
2019-06-29Merge pull request #24156 from AnaDenisa/masterRémi Verschelde
Add option to input value in EditorPropertyEasing. Fixes #8449
2019-06-29Merge pull request #30178 from hbina/removed_unnecessary_variablesRémi Verschelde
some variables in methods.py are not used
2019-06-29Merge pull request #30186 from Anutrix/os-doc-updRémi Verschelde
Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()
2019-06-29Remove bogus nulls from generated default valuesBojidar Marinov
Also, fix crash in PluginScript destructor.
2019-06-29use vformat for duplicate stringshbina085
many strings in visual_shader_editor_plugin.cpp does not use vformat for duplicate strings making it harder to translate
2019-06-29Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()unknown
2019-06-29Merge pull request #30183 from Andrettin/Variant-Pointer-FixesRémi Verschelde
Fixed cases of unsupported pointers being used to construct variants
2019-06-29Merge pull request #30112 from AgentEnder/masterRémi Verschelde
AStar get_current_point enabled consideration
2019-06-29some variables in methods.py are not usedhbina085
Thus they can be safely ignored
2019-06-29Merge pull request #29380 from bojidar-bg/16086-docs-default-valueRémi Verschelde
Add default values to the editor help, docs, and generated RST
2019-06-29doc: Sync classref with current sourceRémi Verschelde
2019-06-29Merge pull request #30174 from ↵Rémi Verschelde
LikeLakers2/resourcepropertyeditor-selection-bugfix Fix an EditorPropertyResource bug where clicking on the flat buttons …
2019-06-29 Fixed cases of unsupported pointers being used to construct variantsAndrettin
2019-06-29Merge pull request #30158 from Faless/net/no_sigpipeRémi Verschelde
Properly disable SIGPIPE on OSX/iOS network sockets.
2019-06-29Merge pull request #30157 from Chaosus/color_picker_fixRémi Verschelde
Fix some bugs inside ColorPicker
2019-06-29Merge pull request #29923 from zaksnet/Document-SpinboxRémi Verschelde
Document SpinBox Node
2019-06-29Pylint warning for extract.pyhbina085
pylint is complaining that an "Anomalous backslash in string: '\-'" The string constant might be missing an 'r' prefix.
2019-06-29Merge pull request #30162 from KoBeWi/doc-readyRémi Verschelde
Clarify docs for _ready and request_ready
2019-06-29Document SpinBox nodeZak
2019-06-29Merge pull request #29911 from zaksnet/document-popupRémi Verschelde
Document PopupMenu node.
2019-06-29AStar get_closest_point/get_closest_position_in_segment enabled considerationCraigory V Coppola
2019-06-28Fix an EditorPropertyResource bug where clicking on the flat buttons would ↵LikeLakers2
not select the property in the inspector
2019-06-28Clarify docs for _ready and request_readyTomasz Chabora
2019-06-28Added convertor from VisualShader to ShaderChaosus
2019-06-28Fix ip_unix.cpp inclusion order for OpenBSD.Fabio Alessandrelli
2019-06-28Properly disable SIGPIPE on OSX network sockets.Fabio Alessandrelli
Disable SO_NOSIGPIPE socket option when avaiable. Use MSG_NOSIGNAL send flag on systems that support it.
2019-06-28Fix some bugs inside ColorPickerChaosus
2019-06-28Fix memory leak in Tilemapsqarmin
2019-06-28Ensure --export implies --editorBojidar Marinov
Fixes #30149
2019-06-28Document PopupMenu node.Zak
2019-06-28Merge pull request #30134 from Calinou/doc-proofreadRémi Verschelde
Proofread and improve the whole class reference
2019-06-28Add option to input value manually in EditorPropertyEasingAnaDenisa
Double-clicking on the EditorPropertyEasing widget (e.g. for the Light Attenuation parameter) shows an EditorSpinSlider to set the value manually. Fixes #8449. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2019-06-28Merge pull request #30131 from Anutrix/correct-arg-fixRémi Verschelde
Fixed regression bug caused in #30095 and actually fix the issue it was supposed to fix(#26850).
2019-06-28Merge pull request #30130 from Anutrix/search_highlightRémi Verschelde
Fixed search highlight when search text not found or empty
2019-06-28Merge pull request #30121 from DrMoriarty/encrypted_configfileRémi Verschelde
Add encrypted files support to ConfigFile
2019-06-28Fixed regression bug caused in #30095 and actually fix the issue it was ↵unknown
supposed to fix(#26850)
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
2019-06-27Merge pull request #30135 from qarmin/fix_memory_leak_osRémi Verschelde
Fix small memory leak in OS.cpp
2019-06-27Fix small memory leak in OS.cppqarmin
2019-06-27Allow ColisionObject2D to get shapes from tilemapsBojidar Marinov
Fixes #4454 and likely resolves #22285
2019-06-27Fixed search highlight when search text not found or emptyunknown
2019-06-27Merge pull request #29937 from clayjohn/particles-one-shot-bugRémi Verschelde
Update emitting status on one-shot particles
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
Also, make spacing of "=" in the editor help a bit more consistent. Closes #16086