Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-20 | Merge pull request #12132 from TheSofox/parallax-fixes | Rémi Verschelde | |
Tweaks ParallaxBackground to work better with zoom. [ci skip] | |||
2017-10-20 | update GKScore init function | sersoong | |
(cherry picked from commit 5ed8826dd07eab83b6f6b6b7d3af602926a54ae6) | |||
2017-10-20 | Merge pull request #12247 from endragor/fix-rotated-logger | Rémi Verschelde | |
Fix rotated logger naming and backup deletion [ci skip] | |||
2017-10-20 | Merge pull request #12241 from eska014/vs-binds | Rémi Verschelde | |
Bind more VisualServer functions [ci skip] | |||
2017-10-20 | Fix compilation on Visual Studio 2013 (#10219). | scorched | |
2017-10-20 | Fix window display shrink can't set to float numbers | geequlim | |
2017-10-20 | Merge pull request #12227 from hi-ogawa/fix-depth-draw-alpha-prepass-for-shadow | Rémi Verschelde | |
Fix depth draw alpha prepass for shadow | |||
2017-10-20 | Merge pull request #12206 from SaracenOne/drag_and_drop_fix | Rémi Verschelde | |
Fix drag and drop collision with non-centred origin points. [ci skip] | |||
2017-10-20 | Merge pull request #12195 from groud/fix_snapping | Rémi Verschelde | |
Fix snapping with 2D nodes [ci skip] | |||
2017-10-20 | Merge pull request #12190 from marcelofg55/bsd_fixes | Rémi Verschelde | |
Fix BSD compile issues [ci skip] | |||
2017-10-20 | Merge pull request #12159 from RandomShaper/fix-sticky-slider | Gilles Roudiere | |
Reset slider mouse state on hiding/removing | |||
2017-10-20 | Merge pull request #12246 from ISylvox/editable-warning | Rémi Verschelde | |
Adjust Editable_Warning for "This resource was imported...." Alert [ci skip] | |||
2017-10-20 | Merge pull request #12234 from marcelofg55/color8_fix | Gilles Roudiere | |
Fix Color.r8/g8/b8/a8 being type float instead of type int | |||
2017-10-20 | Fix rotated logger naming and backup deletion | Ruslan Mustakov | |
2017-10-20 | Adjusted editable_warning for "This resource was imported...." alert: | Indah Sylvia | |
- fixed a typo from it's to its - added 'then' to make it clearer | |||
2017-10-20 | Bind some VisualServer functions | Leon Krause | |
2017-10-19 | Fix Color.r8/g8/b8/a8 being type float instead of type int | Marcelo Fernandez | |
2017-10-19 | Merge pull request #12230 from BastiaanOlij/arvr_fix_binand | Rémi Verschelde | |
Fix button signals on ARVRController [ci skip] | |||
2017-10-19 | Merge pull request #12053 from Grosskopf/audiodocs-fix | Rémi Verschelde | |
filtering getters&setters over strings works for AudioStreamPlayer* | |||
2017-10-19 | Merge pull request #12229 from Noshyaar/pr-v | Rémi Verschelde | |
Fix Viewport clear mode is bool instead of int, fixes #12202 [ci skip] | |||
2017-10-20 | Always mixing up binary and and boolean and... | Bastiaan Olij | |
2017-10-19 | Merge pull request #12211 from AlexHolly/fix-itemlist-rmb-pos | Gilles Roudiere | |
Itemlist rmb now provides the same pos as Tree rmb | |||
2017-10-19 | Fix Viewport clear mode is bool instead of int, fixes #12202 | Poommetee Ketson | |
2017-10-19 | Formatting an unformatted hyperlink (#12226) | haugenmitch | |
2017-10-19 | Fix depth draw alpha prepass for shadow | Hiroshi Ogawa | |
2017-10-18 | Itemlist rmb now provides the same pos as Tree rmb | AlexHolly | |
2017-10-18 | Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer ↵ | Sofox | |
with a (1,1) motion scale synchs perfectly with a regular stationary sprite that is outside the ParallaxBackground, regardless of the zoom level and movement of the camera. | |||
2017-10-18 | Merge pull request #12201 from SoWhich/master | Rémi Verschelde | |
Adjust openssl #defines to be libressl compatible [ci skip] | |||
2017-10-18 | Merge pull request #12194 from djrm/pr_visual_improvements | Rémi Verschelde | |
Improved viewport zoom and speed icons [ci skip] | |||
2017-10-18 | Merge pull request #12209 from neikeq/m | Rémi Verschelde | |
Mono: Fix warning about exported static fields | |||
2017-10-18 | Mono: Fix warning about exported static fields | Ignacio Etcheverry | |
2017-10-18 | Merge pull request #12208 from neikeq/l | Rémi Verschelde | |
Mono: Fix build with tools=no or target=release | |||
2017-10-18 | Mono: Fix build with tools=no or target=release | Ignacio Etcheverry | |
2017-10-18 | Fix drag and drop collision with non-centred origin points. | Saracen | |
2017-10-17 | Adjust openssl #defines to be libressl compatible | Matthew Kunjummen | |
Corrected inability to build on systems using libressl instead of openssl (e. g. void linux) by adjusting the #defines in modules/openssl/stream_peer_openssl.cpp and modules/openssl/stream_peer_openssl.h to check if LIBRESSL_VERSION_NUMBER is defined (as done similarly in the following patch in freebsd: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219362 ). | |||
2017-10-17 | Improved viewport zoom and speed icons | Daniel J. Ramirez | |
2017-10-18 | Restored files mode | Gilles Roudiere | |
2017-10-18 | Fixes snapping and replaces the _draw_canvas by forward_canvas_draw | Gilles Roudiere | |
2017-10-17 | Merge pull request #12121 from Paulb23/editor_settings_undo_redo | Rémi Verschelde | |
Separated Editor settings and Scene undo redo stack | |||
2017-10-17 | Merge pull request #12178 from neikeq/k | Rémi Verschelde | |
Export attribute fixes and improvements | |||
2017-10-17 | Fix BSD compile issues | Marcelo Fernandez | |
2017-10-17 | Export attribute fixes and improvements | Ignacio Etcheverry | |
- Allow non-public fields to be exported as well (to avoid confusion). - Set PROPERTY_HINT_RESOURCE_TYPE for resource derived fields. - Support enums and automatically fill PROPERTY_HINT_ENUM's hint_string for enum fields. | |||
2017-10-17 | Merge pull request #12172 from neikeq/j | Ignacio Etcheverry | |
Take self-contained mode into consideration | |||
2017-10-17 | Merge pull request #12128 from Zylann/zoom_speed_icon | Gilles Roudiere | |
Added icon under zoom/speed indicator bar | |||
2017-10-17 | Merge pull request #12173 from homer666/visualscript-variable-list-equals-space | Andreas Haas | |
VisualScript: Add space after "=" sign in variable list | |||
2017-10-17 | Merge pull request #11953 from touilleMan/pluginscript | Thomas Herzog | |
[GDnative] add pluginscript \o/ | |||
2017-10-17 | (VS) Add space after "=" sign in variable list | homer666 | |
2017-10-17 | Take self-contained mode into consideration | Ignacio Etcheverry | |
2017-10-17 | [GDnative] add pluginscript \o/ | Emmanuel Leblond | |
2017-10-17 | Merge pull request #12169 from hi-ogawa/fix-directional-light-specular | Rémi Verschelde | |
Fix directional light specular |