Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Merge pull request #30218 from Faless/fix/http_request | Rémi Verschelde | |
Fix HTTPRequest status checks. | |||
2019-07-01 | Merge pull request #28572 from lupoDharkael/trace-info | Rémi Verschelde | |
Add godot version in backtrace message | |||
2019-07-01 | Merge pull request #28565 from CedNaru/CurvedWidthLine2D | Rémi Verschelde | |
Added a Width Curve to Line2D + UVs fix | |||
2019-07-01 | Merge pull request #28701 from SonerSound/master | Rémi Verschelde | |
Export paths are now saved as relative paths | |||
2019-07-01 | Merge pull request #30146 from Chaosus/editor_file_dlg_ex | Rémi Verschelde | |
Auto-change file extension in EditorFileDialog when filter changes | |||
2019-07-01 | Fix HTTPRequest status checks. | Fabio Alessandrelli | |
HTTPRequest used to have its own `status` variable but it would never be updated since the status of the client would be used instead. This caused potential crashes in some edge cases. The `status` variable is now removed, and the client status is used in checks instead. | |||
2019-07-01 | Merge pull request #30202 from akien-mga/doc-globalscope | Rémi Verschelde | |
doc: Complete GlobalScope documentation | |||
2019-07-01 | Merge pull request #30161 from Calinou/add-tooltip-mouse-filter-warning | Rémi Verschelde | |
Add a configuration warning when using Ignore mouse filter with tooltip | |||
2019-07-01 | Merge pull request #30213 from Calinou/fix-line-length-guideline-drawing | Rémi Verschelde | |
Draw the script editor's line length guideline below characters | |||
2019-06-30 | Draw the script editor's line length guideline below characters | Hugo Locurcio | |
This prevents characters from looking strange if they cross the line length guideline. | |||
2019-06-30 | Merge pull request #30205 from Faless/upnp/2019_update | Rémi Verschelde | |
Update miniupnpc library | |||
2019-06-30 | Merge pull request #30101 from tree786/patch-1 | Rémi Verschelde | |
Added example on how to use RandomNumberGenerator | |||
2019-06-30 | Export path may now be written as a relative path | SonerSound | |
If the target directory does not exist, it will be recursively created. Export paths are now saved as a relative to the projects base directory Renamed relative_to function to final_path_from_relative which takes a relative path and outputs the final path from a string that represents a directory. Added relative_path_from_final which takes in a final path and outputs a relative path if possible. If not possible it outputs the relative path that represents the current directory. If the target directory does not exist when exporting the project, then it is recursively created. Removed final_path_from_relative function Changed DirAccess into DirAccessRef for automatic object destruction | |||
2019-06-30 | Add a configuration warning when using Ignore mouse filter with tooltip | Hugo Locurcio | |
This closes #30144. | |||
2019-06-30 | Update miniupnpc library to latest master | Fabio Alessandrelli | |
2019-06-30 | Added example on how to use RandomNumberGenerator | tree786 | |
2019-06-30 | doc: Complete GlobalScope documentation | Rémi Verschelde | |
2019-06-30 | Merge pull request #30184 from akien-mga/doc-property-defval | Rémi Verschelde | |
doc: Add default values to all properties | |||
2019-06-30 | doc: Enforce default values for OS properties | Rémi Verschelde | |
Otherwise we end up fetching values from the current OS instance when running doctool, so they would change based on the system or even simply due to changes to the system clipboard. | |||
2019-06-30 | doc: Mark PhysicsBody bounce/friction as deprecated | Rémi Verschelde | |
2019-06-30 | Fix uninitialized variables in Line2D, JSONParseResult and TileMap | Rémi Verschelde | |
2019-06-30 | CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2D | Rémi Verschelde | |
This was likely a typo, 10 times the standard gravity is 98.0665 (ca. 98), not 98.8. | |||
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde | |
Applying #30187. | |||
2019-06-30 | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | |
They are now generated automatically by doctool. | |||
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde | |
Thanks to @bojidar-bg's impressive work in #29380. | |||
2019-06-30 | Merge pull request #30062 from zaksnet/fix-referencerect-node | Rémi Verschelde | |
Adds ReferenceRect an option to be visible inside the game | |||
2019-06-30 | Merge pull request #24227 from BastiaanOlij/arkit31 | Rémi Verschelde | |
ARKit for Godot 3.2 | |||
2019-06-30 | ARKit for Godot 3.2 | BastiaanOlij | |
This PR introduces support for ARKit to the iOS version of Godot. ARKit is Apples Augmented Reality platform. This PR brings in support for ARKit 1.0 and implements a few ARKit 2.0 features. It requires iOS 11 to run but should not prevent Godot from running on older versions as long as ARKit remains unused. | |||
2019-06-29 | Merge pull request #30177 from hbina/use_FALLTHROUGH_macro | Rémi Verschelde | |
Applied some of FALLTHROUGH macro usage from #30122 | |||
2019-06-29 | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the ↵ | hbina085 | |
compiler that this is intended. | |||
2019-06-29 | Merge pull request #30167 from Xrayez/module-editor-icons | Rémi Verschelde | |
Add support for creating editor icons per module | |||
2019-06-29 | Merge pull request #30168 from Calinou/label-font-shadow-use-outline | Rémi Verschelde | |
Draw the outline as part of the Label font shadow | |||
2019-06-29 | Merge pull request #30152 from Chaosus/vs_conversion | Rémi Verschelde | |
Added convertor from VisualShader to Shader | |||
2019-06-29 | Merge pull request #30187 from bojidar-bg/30184-null-values | Rémi Verschelde | |
Remove bogus nulls from generated default values | |||
2019-06-29 | Merge pull request #30154 from bojidar-bg/30149-export-flag-editor | Rémi Verschelde | |
Ensure --export implies --editor | |||
2019-06-29 | Merge pull request #30182 from hbina/pylint_anomalous_backlash | Rémi Verschelde | |
"Anomalous backslash in string: '-'" in extract.py | |||
2019-06-29 | Merge pull request #30156 from qarmin/fix_memory_leak_in_tilemap | Rémi Verschelde | |
Fix memory leak in Tilemaps | |||
2019-06-29 | Merge pull request #30185 from hbina/fix_issue_30111 | Rémi Verschelde | |
use vformat for duplicate strings | |||
2019-06-29 | Merge pull request #25649 from bojidar-bg/4454-promote-tilemap-shapes | Rémi Verschelde | |
Allow CollisionObject2D to get shapes from tilemaps | |||
2019-06-29 | Merge pull request #24156 from AnaDenisa/master | Rémi Verschelde | |
Add option to input value in EditorPropertyEasing. Fixes #8449 | |||
2019-06-29 | Merge pull request #30178 from hbina/removed_unnecessary_variables | Rémi Verschelde | |
some variables in methods.py are not used | |||
2019-06-29 | Merge pull request #30186 from Anutrix/os-doc-upd | Rémi Verschelde | |
Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area() | |||
2019-06-29 | Remove bogus nulls from generated default values | Bojidar Marinov | |
Also, fix crash in PluginScript destructor. | |||
2019-06-29 | use vformat for duplicate strings | hbina085 | |
many strings in visual_shader_editor_plugin.cpp does not use vformat for duplicate strings making it harder to translate | |||
2019-06-29 | Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area() | unknown | |
2019-06-29 | Merge pull request #30183 from Andrettin/Variant-Pointer-Fixes | Rémi Verschelde | |
Fixed cases of unsupported pointers being used to construct variants | |||
2019-06-29 | Merge pull request #30112 from AgentEnder/master | Rémi Verschelde | |
AStar get_current_point enabled consideration | |||
2019-06-29 | some variables in methods.py are not used | hbina085 | |
Thus they can be safely ignored | |||
2019-06-29 | Merge pull request #29380 from bojidar-bg/16086-docs-default-value | Rémi Verschelde | |
Add default values to the editor help, docs, and generated RST | |||
2019-06-29 | doc: Sync classref with current source | Rémi Verschelde | |