Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Merge pull request #29474 from YeldhamDev/pick_subtile_fix | Rémi Verschelde | |
Fix subtile picking in TileMap editor | |||
2019-06-12 | Merge pull request #29465 from bruvzg/per_pixel_transp_impr | Rémi Verschelde | |
Removes redundant "splash" setting, improves per pixel transparency documentation. | |||
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | |
Small fixes to unrechable code, possibly overflows, using NULL pointers | |||
2019-06-12 | Merge pull request #29696 from akien-mga/cpuparticles-randomness | Rémi Verschelde | |
CPUParticles: Do randomness ratio computations in phase instead of time | |||
2019-06-12 | Merge pull request #29685 from akien-mga/cpuparticles-tangential-accel | Rémi Verschelde | |
CPUParticles: Fix inconsistent tangential acceleration | |||
2019-06-12 | Merge pull request #29659 from YeldhamDev/script_connections_node_deleted | Rémi Verschelde | |
Fix connection info still appearing on scripts if the node source is deleted | |||
2019-06-12 | Merge pull request #29699 from Calinou/assetlib-add-image-spacing | Rémi Verschelde | |
Add spacing between the icon and details in the assetlib list | |||
2019-06-12 | Add spacing between the icon and details in the assetlib list | Hugo Locurcio | |
This also scales margin and separation values on hiDPI displays. | |||
2019-06-11 | CPUParticles: Do randomness ratio computations in phase instead of time | Rémi Verschelde | |
The original shader code uses a phase (ratio from 0 to 1 for the particle lifetime) for the randomness ratio computations, and this code was ported over but converted to time computations. The seeding/cycle logic was thus invalid, so we're going back to phase for these computations, thus fixing the previous non-working time/emission randomness property. Part of #29692. Follow-up to #26859. | |||
2019-06-11 | Merge pull request #29680 from akien-mga/fix-headers | Rémi Verschelde | |
Add missing license headers | |||
2019-06-11 | Merge pull request #29678 from akien-mga/err-macros-semicolon | Rémi Verschelde | |
Fix error macro calls not ending with semicolon | |||
2019-06-11 | CPUParticles: Fix inconsistent tangential acceleration | Rémi Verschelde | |
The tangential acceleration for both CPUParticles2D and CPUParticles had been badly converted from their GPU counterpart (ParticlesMaterial). This fixes it and ensures that both GPU and CPU particles behave the same with regard to tangential acceleration. | |||
2019-06-11 | Merge pull request #29573 from qarmin/fix_rich_text_process_line | Rémi Verschelde | |
Fix RichLabelText::_process_line crash | |||
2019-06-11 | Merge pull request #29543 from qarmin/fix_arvr_error_spam | Rémi Verschelde | |
Fix ARVRAnchor and ARVRController error spam | |||
2019-06-11 | Add missing license headers | Rémi Verschelde | |
Make `fix_headers.py` script compatible with Python 3. | |||
2019-06-11 | Merge pull request #29565 from YeldhamDev/editor_feature_docs | Rémi Verschelde | |
Make docs search hide nodes disabled by the editor feature profile | |||
2019-06-11 | Merge pull request #29578 from mrcdk/export_layers_gdscript | Rémi Verschelde | |
Added export hint to 2D and 3D physics and render layers. | |||
2019-06-11 | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde | |
Automatically add new line to scripts | |||
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-11 | Merge pull request #29539 from qarmin/fix_crash_with_get_keywords_color | Rémi Verschelde | |
Fix crash with get_keywords_color | |||
2019-06-11 | Merge pull request #29526 from YeldhamDev/connections_dialog_improvements_reborn | Rémi Verschelde | |
Improve conections dialog | |||
2019-06-11 | Merge pull request #29418 from AndreaCatania/upbul | Rémi Verschelde | |
Updated Bullet version to the actual bullet master commit | |||
2019-06-11 | Merge pull request #29467 from zaksnet/patch-1 | Rémi Verschelde | |
replaced "divisor" with "delimiter" for methods split,rsplit and split_floats. | |||
2019-06-11 | bullet: Sync with current upstream master branch | Rémi Verschelde | |
This updates our local copy to commit 5ec8339b6fc491e3f09a34a4516e82787f053fcc. We need a recent master commit for some new features that we use in Godot (see #25543 and #28909). To avoid warnings generated by Bullet headers included in our own module, we include those headers with -isystem on GCC and Clang. Fixes #29503. | |||
2019-06-11 | Improved documentation of rsplit Method for String class. | Zak | |
Improved documentation of rsplit Method for String class. Removed "divisor" (i will also change variants_call.cpp) and added "delimiter" in its place. Also moved the example at the bottom of the description. | |||
2019-06-11 | Merge pull request #29558 from SamSindt/fix-lifetime-reversed-CPUParticles2D | Rémi Verschelde | |
Reversed operator in SortLifetime fixing #29440 | |||
2019-06-11 | Merge pull request #29519 from Ranoller/master | Rémi Verschelde | |
Make tilemap texture origin point top-left. | |||
2019-06-11 | Merge pull request #29515 from Calinou/editor-inspector-checkbox-hseparation | Rémi Verschelde | |
Add a margin to "checkable" property checkboxes in the editor inspector | |||
2019-06-11 | Merge pull request #29508 from Calinou/doc-hex-constant-uppercase | Rémi Verschelde | |
Use uppercase for all hexadecimal constants in the editor help | |||
2019-06-11 | Merge pull request #29498 from bruvzg/fix_line_edit_alt_keys | Rémi Verschelde | |
Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit. | |||
2019-06-11 | Merge pull request #29496 from clayjohn/dlopen-fix-gles2 | Rémi Verschelde | |
Use def ANDROID_ENABLED so android features are not included in web builds | |||
2019-06-11 | Merge pull request #29671 from bruvzg/x11_borderless_fullscreen_fix | Rémi Verschelde | |
Fix borderless state restoration after exiting fullscreen. | |||
2019-06-11 | Merge pull request #29669 from akien-mga/doc-url-format | Rémi Verschelde | |
makerst: Fix format of [url] links in reST | |||
2019-06-11 | Merge pull request #29667 from Ertain/master | Rémi Verschelde | |
Corrected spelling error | |||
2019-06-11 | [X11] Add window borderless state detection, fix borderless state ↵ | bruvzg | |
restoration after exiting fullscreen. | |||
2019-06-11 | makerst: Fix format of [url] links in reST | Rémi Verschelde | |
Moved some logic to make_url in an attempt to reuse it in the parser, but it proved too complex so I ended up not using it. I kept it as a separate method nevertheless. | |||
2019-06-11 | Corrected spelling error | Ertain | |
2019-06-11 | Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit. | bruvzg | |
2019-06-10 | Fix connection info still appearing on scripts if the node source is deleted | Michael Alexsander Silva Dias | |
2019-06-10 | Merge pull request #29546 from hpvb/fix-random-ssl-crash | Rémi Verschelde | |
Fix random ssl crash | |||
2019-06-10 | Merge pull request #29497 from qarmin/fix_memory_leak_in_files | Rémi Verschelde | |
Fix memory leak after closing files | |||
2019-06-10 | Merge pull request #29651 from qarmin/fix_crash_animated_sprite | Gilles Roudière | |
Fix crash when frames are empty | |||
2019-06-10 | Fix crash when frames are empty | qarmin | |
2019-06-09 | Merge pull request #29527 from YeldhamDev/orphan_dialog_dependencies_tooltip | Michael Alexsander Silva Dias | |
Add tooltip for the dependencies buttons in the orphan explorer dialog | |||
2019-06-09 | Merge pull request #29629 from volzhs/editor-file-dialog | Gilles Roudière | |
Fix crash when selecting favorate directory on EditorFileDialog | |||
2019-06-10 | Fix crash when selecting favorate directory on EditorFileDialog | volzhs | |
The problem was that favorite tool button kept to change pressed and unpressed state with toggled event. This is a quick fix for crash. EditorFileDialog might need to be refactor later. | |||
2019-06-08 | Merge pull request #29606 from neikeq/remove-unneeded-mono-patches | Ignacio Roldán Etcheverry | |
Remove obsolete mono patch for pthread_mutexattr_setprotocol | |||
2019-06-08 | Remove obsolete mono patch for pthread_mutexattr_setprotocol | Ignacio Etcheverry | |
This has already been fixed in Mono both master and 2019-06 (no other branch other than the skipped 2019-04 branch uses pthread_mutexattr_setprotocol). | |||
2019-06-07 | Merge pull request #29557 from qarmin/fix_2d_line_crash | Gilles Roudière | |
Fix 2D Line crash | |||
2019-06-07 | Added export hint to 2D and 3D physics and render layers. | MrCdK | |