Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-23 | Fixed script and visibility icons's highlight height in tree | unknown | |
2019-06-23 | Merge pull request #29998 from akien-mga/x11-builtin-libpng | Rémi Verschelde | |
SCons: Default to builtin libpng/freetype on Linux | |||
2019-06-23 | SCons: Default to builtin libpng/freetype on Linux | Rémi Verschelde | |
The rationale for keeping those shared by default is that they're typical dependencies found on any Linux system, and it saves compilation time and binary size to link their dynamically. But since official builds default to all-builtin, and Debian/Ubuntu still don't have libpng16 (which we now require) readily available on all their supported releases, it's simpler to bundle all the things. This does not change the fact that those dependencies *can* be unbundled on Linux, it's only the default option changing. | |||
2019-06-21 | Merge pull request #24448 from lukad/toggle-system-console | Rémi Verschelde | |
Add option to toggle console window | |||
2019-06-21 | Merge pull request #29959 from akien-mga/dont-reset-my-curves | Rémi Verschelde | |
Curve: Prevent forcing 1.0 min value to 0.99 | |||
2019-06-21 | Curve: Prevent forcing 1.0 min value to 0.99 | Rémi Verschelde | |
The setters are called when the property is first initialized, and before that its default min and max are 0.0 and 1.0 respectively. If you configured min_value to 1.0 and max_value to e.g. 3.0, since the min_value setter can be called before that of max_value (which thus still defaults to 1.0), the min will be set to 0.99. Same conflict could happen with a configured max_value of 0 if its setter is called before that of a valid, negative min value. | |||
2019-06-21 | Merge pull request #29958 from akien-mga/keep-calm-and-do-particles | Rémi Verschelde | |
Particles: Fix uninitialized angular velocity, fix inconsistency in linear velocity between CPU and GPU Particles | |||
2019-06-21 | Merge pull request #29957 from Calinou/doc-improve-engine-version-info | Max Hilbrunner | |
Improve the `Engine.get_version_info()` documentation | |||
2019-06-21 | CPUParticles: Set linear velocity to 0, like GPU Particles | Rémi Verschelde | |
2019-06-21 | Particles: Properly initialize angular velocity parameter | Rémi Verschelde | |
Right now it would take garbage values when loading scenes, which could end up written to the scene file. | |||
2019-06-21 | Improve the `Engine.get_version_info()` documentation | Hugo Locurcio | |
This documents some keys that were missing and improves formatting. | |||
2019-06-21 | Merge pull request #29947 from qarmin/fix_some_editor_crashes | Rémi Verschelde | |
Fix some editor crashes | |||
2019-06-21 | Fix some editor crashes | qarmin | |
2019-06-21 | Merge pull request #29935 from Faless/net/get_if_multicast_pr | Rémi Verschelde | |
Multicast, more network interfaces info | |||
2019-06-21 | Multicast support in NetSocket/PacketPeerUDP | Fabio Alessandrelli | |
2019-06-21 | Implement IP.get_local_interfaces. | Fabio Alessandrelli | |
Allow getting interfaces names and assigned names. On UWP this is not supported, and the function will return one interface for each local address (with interface name the local address itself). | |||
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Merge pull request #29930 from zaksnet/document-referencerect | Rémi Verschelde | |
Document ReferenceRect Node | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-20 | Add option to toggle console window on Windows | Luka Dornhecker | |
This is an editor setting and its value can also be toggled using an entry in the Editor toolbar. The console will still appear briefly when starting the project manager or editor, as it's still compiled as console application. Does not impact exported games, which will still run without console in release and with console in debug mode. A project setting or export option could be added to disable it in debug mode if there's demand for it, but that would greatly reduce the usefulness of debug builds if Windows users can no longer report error and crash messages. Fixes #17889. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2019-06-20 | Document ReferenceRect Node | Zak | |
Added missing documentation for ReferenceRect Node | |||
2019-06-20 | Merge pull request #24116 from Calinou/editor-theme-improved-checkbuttons | Rémi Verschelde | |
Improve CheckButtons in the default editor theme | |||
2019-06-20 | Merge pull request #24249 from zorbathut/zorbathut/animimmediate | Rémi Verschelde | |
Implement AnimationPlayer call modes as per #23498. | |||
2019-06-20 | Merge pull request #24487 from Meirinha/master | Rémi Verschelde | |
Added UV and UV2 to shader function light() built-in, fixes issue #24120 | |||
2019-06-20 | Merge pull request #29918 from akien-mga/scons-gcc-Wclobbered | Rémi Verschelde | |
SCons: Enable -Wclobbered in warnings=extra for GCC | |||
2019-06-20 | Merge pull request #25573 from nekomatata/button-shortcut-fix | Rémi Verschelde | |
Fixed shortcut events in BaseButton (now acts the same as ui_accept action) | |||
2019-06-20 | Merge pull request #26205 from Calinou/spatialmaterial-use-packed-channels | Rémi Verschelde | |
Tweak SpatialMaterial's default metallic and roughness texture channels | |||
2019-06-20 | Merge pull request #29914 from YeldhamDev/fix_onion_errors | Rémi Verschelde | |
Fix minor onion layering control errors | |||
2019-06-20 | SCons: Enable -Wclobbered in warnings=extra for GCC | Rémi Verschelde | |
2019-06-20 | Merge pull request #29874 from ibrahn/rework-png-loadsave | Rémi Verschelde | |
PNG driver reworked to use libpng 1.6 simplified API | |||
2019-06-20 | Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 | Rémi Verschelde | |
Deprecate support for Android armv6 architecture | |||
2019-06-20 | Fixed shortcut events in BaseButton (now acts the same as ui_accept action) | PouleyKetchoupp | |
2019-06-19 | Fix minor onion layering control errors | Michael Alexsander Silva Dias | |
2019-06-19 | Merge pull request #27188 from samH-FIT/MacroUpdate | Rémi Verschelde | |
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing. | |||
2019-06-19 | Deprecate armv6 support for Android | fhuya | |
2019-06-19 | Merge pull request #29902 from KoBeWi/dem_setters | Rémi Verschelde | |
Fix set_pick_color error | |||
2019-06-19 | Merge pull request #29901 from BastiaanOlij/fix_cameraserver_const | Rémi Verschelde | |
Made constants fully upper case in camera server | |||
2019-06-19 | Merge pull request #29899 from Chaosus/select_all_tracks | Rémi Verschelde | |
Added button to select all tracks in track copy dialog | |||
2019-06-19 | Merge pull request #28295 from zqyoung1/fix-gridmap-nav-schemes | Rémi Verschelde | |
Fixed navigation schemes Modo/Maya when used with grid map tile place… | |||
2019-06-19 | Merge pull request #28906 from Xrayez/fix-28824 | Rémi Verschelde | |
Enforce Unicode encoding in MSVC | |||
2019-06-19 | Merge pull request #29897 from Chaosus/fix_animation_track_selection | Rémi Verschelde | |
Fix animation keys selection with SHIFT/CTRL | |||
2019-06-19 | Merge pull request #26748 from raphael10241024/instance | Rémi Verschelde | |
Fix editor crash when saving a scene containing an inherited scene instance. | |||
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-06-19 | Merge pull request #27237 from Chaosus/astar_2d | Rémi Verschelde | |
Added 2D functions to AStar | |||
2019-06-19 | Merge pull request #27310 from KoBeWi/angular_dank | Rémi Verschelde | |
Make angular_damp of new Area nodes match the global default | |||
2019-06-19 | Fix set_pick_color error | Tomasz Chabora | |
2019-06-19 | Merge pull request #27389 from YeldhamDev/acceptdiag_label_wrap | Rémi Verschelde | |
Add option to enable autowrapping for label inside 'AcceptDialog' | |||
2019-06-19 | Made constants fully upper case in camera server | Bastiaan Olij | |
2019-06-19 | Merge pull request #29878 from Dentrax/fixes | Rémi Verschelde | |
Added ERR_FAIL checks for `Animation::track_set_key_value` and `AnimationNodeStateMachine::remove_node` | |||
2019-06-19 | Added button to select all tracks in track copy dialog | Chaosus | |