Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-16 | Merge pull request #22548 from fire/visualscript_whitespace | Rémi Verschelde | |
Visualscript search fixes | |||
2018-10-16 | Merge pull request #22970 from marcelofg55/osx_mic_fix | Rémi Verschelde | |
Fixed issues with audio input on some Macs | |||
2018-10-16 | Merge pull request #22944 from fire/visual-script-constructor-21840 | Rémi Verschelde | |
Fixed the problem with vector3 constructor | |||
2018-10-15 | Merge pull request #23029 from AlexHolly/doc-tabs | Max Hilbrunner | |
[DOCS] Tabs | |||
2018-10-15 | Doc Tabs | Alexander Holland | |
2018-10-15 | Merge pull request #23021 from dumitru-stama/fix_android_modules | Rémi Verschelde | |
Fixed initialization of android modules | |||
2018-10-14 | Fixed initialization of android modules | dumitru-stama | |
2018-10-14 | Merge pull request #22942 from AlexHolly/doc-string-filedialog | Max Hilbrunner | |
Filled missing Doc for String and FileDialog | |||
2018-10-14 | Merge pull request #22986 from AlexHolly/doc-lineedit-clear-button | Max Hilbrunner | |
Doc LineEdit MenuRedo and clear_button_enabled | |||
2018-10-14 | Merge pull request #22978 from CakHuri/fix-get_button_count-link | Max Hilbrunner | |
[Docs] Fixed 'get_button_count's link and a typo related to 'button'. | |||
2018-10-14 | Merge pull request #23001 from voithos/contributingdoc | Max Hilbrunner | |
Add useful links for contributors to CONTRIBUTING and README docs. | |||
2018-10-14 | Merge pull request #22924 from clayjohn/doc_MeshDataTool | Max Hilbrunner | |
[DOCS] Added descriptions to MeshDataTool classref | |||
2018-10-13 | Add useful links for contributors to CONTRIBUTING and README docs. | Zaven Muradyan | |
2018-10-13 | Doc LineEdit MenuRedo and clear_button_enabled | Alexander Holland | |
2018-10-13 | [Docs] Fixed 'get_button_count's link and a typo related to 'button'. | M. Huri | |
2018-10-13 | Merge pull request #22975 from CakHuri/shape-typo | Rémi Verschelde | |
Fixed a typo, sahpe to shape. | |||
2018-10-13 | Fixed a typo, sahpe to shape. | M. Huri | |
2018-10-12 | Fixed issues with audio input on some Macs | Marcelo Fernandez | |
2018-10-12 | Merge pull request #22939 from merumelu/tileset-add-texture-fix | Rémi Verschelde | |
TileSetEditor: Don't crash when adding invalid files | |||
2018-10-12 | Merge pull request #22929 from Windfisch/oa_hashmap_test | Thomas Herzog | |
Fix bug and add testcase for OAHashMap losing keys | |||
2018-10-12 | Filled missing Doc for String and FileDialog | Alexander Holland | |
2018-10-11 | Make visualscript search better. | K. S. Ernest (iFire) Lee | |
* There were spaces unequally inside the function definitions. * camelcase_to_underscore() should also work for numbers inside of the camel case. * Removed the builtin concept * Capitalize descriptions from methods too. * Match the visual script functions by removing the empty arguments "( )" * Add some test cases | |||
2018-10-11 | Fixed the problem with vector3 constructor | the 8th mage | |
Whenever there's a port change that may change the inputs, the default inputs will be recalculated. Moving the update port loop into its own function. Signed-off-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | |||
2018-10-11 | added descriptions to MeshDataTool doc | clayjohn | |
2018-10-11 | Merge pull request #22915 from fire/visuals-shader-colour-constant-22906 | Rémi Verschelde | |
Fix for Visual Shader Editor #22906: Cannot change color on Color Con… | |||
2018-10-11 | Merge pull request #22844 from samgreen/fix_gui_dragging_spam | Rémi Verschelde | |
Fix spam when dragging in the editor | |||
2018-10-11 | Merge pull request #22800 from QbieShay/depth_write | Rémi Verschelde | |
Added the ability to write to gl_FragDepth. | |||
2018-10-11 | Merge pull request #22864 from milkowski/master | Rémi Verschelde | |
Fix build with Android NDK r18 | |||
2018-10-11 | Merge pull request #22931 from groud/fix_resource_name_inspector | Rémi Verschelde | |
Fixes resources name not showing in the inspector | |||
2018-10-11 | TileSetEditor: Don't crash when adding invalid files | merumelu | |
2018-10-11 | Fix bug with OAHashMap corruption on insertion | Florian Jung | |
When an item has been inserted into an already-occupied slot, and the original inhabitant of that slot was moved on, it was wrongly moved with the inserted-item's key/value instead of its own. This closes #22928. | |||
2018-10-11 | Fixes resources name not showing in the inspector | groud | |
2018-10-11 | Add testcase whether OAHashMap loses keys | Florian Jung | |
This demonstrates issue #22928. | |||
2018-10-10 | Fix for Visual Shader Editor #22906: Cannot change color on Color Constant | K. S. Ernest (iFire) Lee | |
Revert line from 5f2f1089086ad64636efc2a4096e55e4483c927a | |||
2018-10-09 | Merge pull request #22866 from Calinou/improve-find-in-files | Rémi Verschelde | |
Improve the editor's Find in Files function | |||
2018-10-09 | Merge pull request #22871 from marcelofg55/surr31_enum | Rémi Verschelde | |
Add missing BIND_ENUM for SPEAKER_SURROUND_31 | |||
2018-10-09 | Merge pull request #22872 from clayjohn/SurfaceTool-Doc | Max Hilbrunner | |
[DOC] Update and expand SurfaceTool doc | |||
2018-10-09 | Revert "Added a check in sort_custom thats test wether the given method exists." | Rémi Verschelde | |
This reverts commit 6415454581c3ba0025da6b9bae42e060fa4e1508. That patch was correct but Object::has_method is not a reliable way to check if we can use the given method, as it doesn't support inner classes (#22838). | |||
2018-10-08 | update and expand surfacetool doc | clayjohn | |
2018-10-08 | Add missing BIND_ENUM for SPEAKER_SURROUND_31 | Marcelo Fernandez | |
2018-10-09 | Improve the editor's Find in Files function | Hugo Locurcio | |
- Disable Whole Words and Match Case by default - Hide the Cancel button once the search is completed - Pad line numbers to the right for more readable search results | |||
2018-10-08 | Merge pull request #22865 from neikeq/issue-22854 | Ignacio Etcheverry | |
Check if directory exists before trying to delete it | |||
2018-10-08 | Check if directory exists before trying to delete it | Ignacio Etcheverry | |
2018-10-08 | Fix build with Android NDK r18 | Wojciech Milkowski | |
As a bonus there is no need to use undocumented Gradle API any more. | |||
2018-10-08 | Swap condition to prevent spam in editor. | Sam Green | |
2018-10-08 | Merge pull request #22841 from J08nY/fix/collision-object-macro | Rémi Verschelde | |
Fix multi-statement macro call not being covered. | |||
2018-10-08 | Fix multi-statement macro call not being covered. | J08nY | |
2018-10-08 | Ensure CPU particles do not process if not visible | Juan Linietsky | |
2018-10-08 | Fixes to CPU particles for performance and avoiding NaNs. | Juan Linietsky | |
2018-10-07 | Merge pull request #22808 from KellyThomas/vector-one | Rémi Verschelde | |
Add ONE constants to Vector2 and Vector3 |