Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2019-06-29 | Merge 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 variants | Andrettin | |
2019-06-29 | Merge pull request #30158 from Faless/net/no_sigpipe | Rémi Verschelde | |
Properly disable SIGPIPE on OSX/iOS network sockets. | |||
2019-06-29 | Merge pull request #30157 from Chaosus/color_picker_fix | Rémi Verschelde | |
Fix some bugs inside ColorPicker | |||
2019-06-29 | Merge pull request #29923 from zaksnet/Document-Spinbox | Rémi Verschelde | |
Document SpinBox Node | |||
2019-06-29 | Merge pull request #30162 from KoBeWi/doc-ready | Rémi Verschelde | |
Clarify docs for _ready and request_ready | |||
2019-06-29 | Document SpinBox node | Zak | |
2019-06-29 | Merge pull request #29911 from zaksnet/document-popup | Rémi Verschelde | |
Document PopupMenu node. | |||
2019-06-29 | AStar get_closest_point/get_closest_position_in_segment enabled consideration | Craigory V Coppola | |
2019-06-28 | Fix an EditorPropertyResource bug where clicking on the flat buttons would ↵ | LikeLakers2 | |
not select the property in the inspector | |||
2019-06-28 | Clarify docs for _ready and request_ready | Tomasz Chabora | |
2019-06-28 | Fix ip_unix.cpp inclusion order for OpenBSD. | Fabio Alessandrelli | |
2019-06-28 | Properly 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-28 | Fix some bugs inside ColorPicker | Chaosus | |
2019-06-28 | Document PopupMenu node. | Zak | |
2019-06-28 | Merge pull request #30134 from Calinou/doc-proofread | Rémi Verschelde | |
Proofread and improve the whole class reference | |||
2019-06-28 | Add option to input value manually in EditorPropertyEasing | AnaDenisa | |
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-28 | Merge pull request #30131 from Anutrix/correct-arg-fix | Rémi Verschelde | |
Fixed regression bug caused in #30095 and actually fix the issue it was supposed to fix(#26850). | |||
2019-06-28 | Merge pull request #30130 from Anutrix/search_highlight | Rémi Verschelde | |
Fixed search highlight when search text not found or empty | |||
2019-06-28 | Merge pull request #30121 from DrMoriarty/encrypted_configfile | Rémi Verschelde | |
Add encrypted files support to ConfigFile | |||
2019-06-28 | Fixed regression bug caused in #30095 and actually fix the issue it was ↵ | unknown | |
supposed to fix(#26850) | |||
2019-06-27 | Proofread and improve the whole class reference | Hugo 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-27 | Merge pull request #30135 from qarmin/fix_memory_leak_os | Rémi Verschelde | |
Fix small memory leak in OS.cpp | |||
2019-06-27 | Fix small memory leak in OS.cpp | qarmin | |
2019-06-27 | Allow ColisionObject2D to get shapes from tilemaps | Bojidar Marinov | |
Fixes #4454 and likely resolves #22285 | |||
2019-06-27 | Fixed search highlight when search text not found or empty | unknown | |
2019-06-27 | Merge pull request #29937 from clayjohn/particles-one-shot-bug | Rémi Verschelde | |
Update emitting status on one-shot particles | |||
2019-06-27 | Add default values to the editor help, docs, and generated RST | Bojidar Marinov | |
Also, make spacing of "=" in the editor help a bit more consistent. Closes #16086 | |||
2019-06-27 | Move CODEOWNERS and ISSUE_TEMPLATE.md to .github folder | Rémi Verschelde | |
Keeping CONTRIBUTING.md at the root so that contributors actually find it. Also changed the custom FUNDING.yml link to point to godotengine.org/donate, which also links to PayPal and other options. | |||
2019-06-27 | Merge pull request #30124 from anissen/patch-2 | Rémi Verschelde | |
Add a GitHub "❤️ Sponsor" button | |||
2019-06-27 | doc: UPNP: Add example on how to open/close a port | tree786 | |
I have added a small code sample to show how to automate the process of port forwarding (and closing after you are done). Thanks to @mhilbrunner for explaining how to achieve t0his (see #18780) | |||
2019-06-27 | Add encrypted files support to ConfigFile | Vasiliy Makarov | |
Fix #26477 Add in ConfigFile this methods: load_encrypted(path, key) load_encrypted_pass(path, password) save_encrypted(path, key) save_encrypted_pass(path, password) | |||
2019-06-27 | Setup GitHub "Sponsor" button | Anders Nissen | |
2019-06-27 | Merge pull request #30117 from santouits/mt-pools | Rémi Verschelde | |
Free server id pools directly on closing | |||
2019-06-27 | Merge pull request #30114 from Chaosus/vs_context_menu | Rémi Verschelde | |
Shows menu when dragging connection on empty space in visual shader | |||
2019-06-27 | Merge pull request #30103 from groud/center_2D_editor | Rémi Verschelde | |
Centers the 2D viewport in the editor | |||
2019-06-27 | Merge pull request #30123 from akien-mga/doc-misc-updates | Rémi Verschelde | |
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks, remove @GlobalScope scope when unnecessary | |||
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | |
2019-06-27 | Merge pull request #30120 from akien-mga/error-expose-all-the-things | Rémi Verschelde | |
Properly expose all Error constants to scripting languages |