| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-26 | Merge pull request #18415 from HoratioZEDU/patch-2 | Max Hilbrunner | |
| Fixed (minor) typo in CapsuleShape2D doc page | |||
| 2018-04-25 | Merge pull request #18427 from neikeq/mono-static-link-win | Ignacio Etcheverry | |
| Add option to link mono statically on Windows | |||
| 2018-04-25 | Add option to link mono statically on Windows | Ignacio Etcheverry | |
| 2018-04-25 | Fixed (minor) typo in CapsuleShape2D doc page | HoratioZEDU | |
| 2018-04-24 | Merge pull request #18399 from neikeq/u | Ignacio Etcheverry | |
| Mono fixes | |||
| 2018-04-24 | Mono: Fix '!t' error messages when generating bindings | Ignacio Etcheverry | |
| This error wasn't affecting the bindings generation process. | |||
| 2018-04-24 | Mono: Do not spam script class not found error | Ignacio Etcheverry | |
| Print this error only when trying to instantiate the script. This way we prevent errors being printed for source files which are not meant to be used as scripts. | |||
| 2018-04-24 | Mono: Fix crash on script load if the scripts domain isn't loaded | Ignacio Etcheverry | |
| 2018-04-24 | Merge pull request #18385 from flashyincceo/animation-save-bug | Gilles Roudière | |
| Fix AnimationPlayer edited scene bug | |||
| 2018-04-24 | Merge pull request #18391 from endragor/fix-global-position-type | Gilles Roudière | |
| Fix Node2D::global_position to have Vector2 type | |||
| 2018-04-24 | Fix Node2D::global_position to have Vector2 type | Ruslan Mustakov | |
| 2018-04-23 | Fix AnimationPlayer edited scene bug | Peter Folkins | |
| 2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
| 2018-04-22 | Merge pull request #18176 from nikibobi/string-trim | George Marques | |
| Add string trim_prefix, trim_suffix, lstrip and rstrip methods | |||
| 2018-04-22 | Add detail to doc for add_surface_from_arrays (#17911) | GaryO | |
| Includes review comments from #17911 from @cbscribe and @Noshyaar | |||
| 2018-04-22 | Merge pull request #18336 from PJB3005/18-04-21-command's | Max Hilbrunner | |
| Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. | |||
| 2018-04-22 | [DOCS] Add note that Pool*Arrays are passed by value (#18340) | krogank9 | |
| 2018-04-21 | Merge pull request #18343 from homer666/docs-popup-exclusive | Max Hilbrunner | |
| [DOCS] Popup.popup_exclusive description | |||
| 2018-04-22 | [DOCS] Popup.popup_exclusive description | homer666 | |
| 2018-04-21 | Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. | Pieter-Jan Briers | |
| 2018-04-20 | Merge pull request #18316 from Noshyaar/http | Max Hilbrunner | |
| [DOCS] add HTTPRequest.request return values | |||
| 2018-04-20 | [DOCS] add HTTPRequest.request return values | Poommetee Ketson | |
| 2018-04-19 | Merge pull request #18119 from sheepandshepherd/nativescript_property_list | Rémi Verschelde | |
| Fix NativeScript property list order | |||
| 2018-04-19 | Docs update for several classes | Craigory V Coppola | |
| Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer | |||
| 2018-04-19 | Merge pull request #18280 from groud/fix_input | Rémi Verschelde | |
| Fixes left/up axis not mappable as actions | |||
| 2018-04-19 | Merge pull request #18285 from Calinou/enable-dynamicfont-oversampling | Rémi Verschelde | |
| Enable DynamicFont oversampling by default | |||
| 2018-04-19 | Merge pull request #18295 from endragor/purchase-errors | Rémi Verschelde | |
| Provide error details when in-app purchase fails | |||
| 2018-04-19 | Provide error details when in-app purchase fails | Ruslan Mustakov | |
| 2018-04-19 | Merge pull request #18281 from akien-mga/coverity-string | Rémi Verschelde | |
| Fix some Coverity warnings in String API | |||
| 2018-04-19 | Merge pull request #18289 from sersoong/master-contextmenu | Rémi Verschelde | |
| Fixed context menu TTR bugs | |||
| 2018-04-19 | Fixed context menu TTR bugs | sersoong | |
| 2018-04-19 | Enable DynamicFont oversampling by default | Hugo Locurcio | |
| This results in a better DynamicFont appearance when scaled, which is especially noticeable when using the `2d` scaling mode. | |||
| 2018-04-18 | Fix some Coverity warnings in String API | Rémi Verschelde | |
| - StringName::StringName(const StringName &p_name) Non-static class member _data is not initialized in this constructor nor in any functions that it calls. - StringName::_Data() Non-static class member idx is not initialized in this constructor nor in any functions that it calls. - String::num_uint64(...) This less-than-zero comparison of an unsigned value is never true. n % base < 0UL. - String::hex_to_int(...) and String::hex_to_int64(...) Execution cannot reach this statement (deadcode) | |||
| 2018-04-18 | Fixes left/up axis not mappable as actions | Gilles Roudiere | |
| 2018-04-18 | Merge pull request #18261 from flashyincceo/export-project-default-filename | Rémi Verschelde | |
| Set default file name for exported projects | |||
| 2018-04-18 | Merge pull request #18172 from Chaosus/fix_notification | Rémi Verschelde | |
| Prevent visibility notification from being called twice in object creation | |||
| 2018-04-18 | Merge pull request #18168 from Chaosus/fixcrash | Rémi Verschelde | |
| Fix possible crash when clicking on Skeleton2D or Sprite editor options | |||
| 2018-04-18 | Set default file name for exported projects | Peter Folkins | |
| 2018-04-18 | Fix possible crash when clicking on Skeleton2D or Sprite editor options | Chaosus | |
| 2018-04-18 | Merge pull request #18270 from akien-mga/windows-case-test | Rémi Verschelde | |
| Fix case mismatch check on Windows | |||
| 2018-04-18 | Merge pull request #18161 from flashyincceo/fixing-bug-#18128 | Rémi Verschelde | |
| Add popup_closed signal for ColorPickerButton | |||
| 2018-04-18 | Fix case mismatch check on Windows | Rémi Verschelde | |
| @reduz pushed the old 44989bc95754b40f4c00f10db43ed91f64a3e475 commit today which he had forgotten in his local clone, and apparently it does not compile. Also fixed style. | |||
| 2018-04-18 | Add a macro to deprecate methods | Juan Linietsky | |
| 2018-04-18 | Test and warn of case mismatch on Windows | Juan Linietsky | |
| Will throw a warning when a file is opened with a different case than what is stored on the Windows filesystem. | |||
| 2018-04-18 | Merge pull request #18204 from tagcup/quat_scale | Rémi Verschelde | |
| Avoid converting Quat to Euler angles when not necessary. | |||
| 2018-04-18 | Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shaders | Rémi Verschelde | |
| Fixes canvas light shaders. | |||
| 2018-04-18 | Merge pull request #18227 from bojidar-bg/fix-date-unix-crash | Rémi Verschelde | |
| Fix crash resulting from bad month check in core_bind.cpp | |||
| 2018-04-18 | Merge pull request #18230 from volzhs/fix-image-error | Rémi Verschelde | |
| Fix index out of size error on Image | |||
| 2018-04-18 | Merge pull request #18236 from bncastle/add_call_flags_description | Rémi Verschelde | |
| Add descriptions for GroupCall flags | |||
| 2018-04-18 | Merge pull request #18247 from volzhs/path-color | Rémi Verschelde | |
| Ability to change path color with self modulate | |||