Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Merge pull request #14666 from henriquelalves/slider_issue | Rémi Verschelde | |
Fix slider ticks offset | |||
2017-12-15 | Fixes slider node tick offset | Henrique L Alves | |
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637 | |||
2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | |
test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||
2017-12-15 | Merge pull request #14604 from mhilbrunner/http-defaults | Rémi Verschelde | |
HTTP cleanup & better defaults | |||
2017-12-14 | fix for compiling the new lightmapper | Michele Valente | |
also changed two calls that were ambiguous | |||
2017-12-14 | -Add lightmapper | Juan Linietsky | |
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||
2017-12-14 | HTTP cleanup & better defaults | mhilbrunner | |
2017-12-14 | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" | Rémi Verschelde | |
This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602. | |||
2017-12-13 | Fix crash (and bug) in RichTextLabel | poke1024 | |
2017-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | |
2017-12-12 | Merge pull request #14474 from toger5/fixSliderNan | Noshyaar | |
added missing NaN check fixes: #13255 | |||
2017-12-12 | Change statable to multistate, remove extra separator | Poommetee Ketson | |
2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs | |
2017-12-11 | Merge pull request #14534 from AndreaCatania/patch-2 | Rémi Verschelde | |
Fixed bad bindings | |||
2017-12-11 | Merge pull request #14543 from volzhs/checkbox-checkbutton-center | Rémi Verschelde | |
Fix align=center info is not saved with CheckBox & CheckButton | |||
2017-12-11 | Fix align=center info is not saved with CheckBox & CheckButton | volzhs | |
2017-12-11 | Fix CheckBox minimum size | volzhs | |
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-11 | Fixed bad bindings | AndreaCatania | |
2017-12-11 | Merge pull request #14511 from akien-mga/drop_tilemap_center_xy | Rémi Verschelde | |
TileMap: Drop unused center_x/center_y booleans | |||
2017-12-11 | Merge pull request #14516 from AndreaCatania/patch-2 | Rémi Verschelde | |
Implemented physics linear and angular lock | |||
2017-12-11 | Merge pull request #14520 from Smjert/fix/11247/skybox | Rémi Verschelde | |
Fix skybox generation imprecision with Clang | |||
2017-12-10 | Merge pull request #14505 from akien-mga/bind_vmethod_return | Rémi Verschelde | |
Fix wrong return value in some virtual method bindings | |||
2017-12-10 | Fix skybox generation imprecision with Clang | Stefano Bonicatti | |
The bug generated a "blue circle" at the bottom end of the y axis, and probably one too at the other end. This is caused by a normalization of a vector which results in its y component to be sometimes > 1.0 or < -1.0 in Clang. This value is then used with acos(), which returns NaN. Fixes #11247 | |||
2017-12-10 | Implemented physics linear and angular lock | AndreaCatania | |
2017-12-10 | TileMap: Drop unused center_x/center_y booleans | Rémi Verschelde | |
Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513. | |||
2017-12-10 | Merge pull request #14509 from poke1024/fix_selection_copy_crash | Rémi Verschelde | |
Fix crash in RichTextLabel::selection_copy() | |||
2017-12-10 | Fix crash in RichTextLabel::selection_copy() | Bernhard Liebl | |
2017-12-10 | Fix wrong return value in some virtual method bindings | Rémi Verschelde | |
2017-12-10 | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | |
Added skeleton x-ray | |||
2017-12-10 | Merge pull request #13351 from poke1024/fix12451_2 | Rémi Verschelde | |
Make click on arrow properly open and close property editor modals | |||
2017-12-10 | fix certain popup close clicks with popup buttons | Bernhard Liebl | |
2017-12-10 | Implemented skeleton visibility | AndreaCatania | |
Removed code visibility code from popup menu | |||
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | |
2017-12-10 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-10 | Fix mouse position in viewport | volzhs | |
2017-12-09 | added missing NaN check fixes: #13255 | toger5 | |
2017-12-09 | Fix build in ArrayMesh | Rémi Verschelde | |
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a. | |||
2017-12-09 | Merge pull request #13371 from RayKoopa/mute_animation_tracks | Rémi Verschelde | |
Add feature to disable animation tracks | |||
2017-12-09 | Merge pull request #14454 from CyanBlob/TileMap | Rémi Verschelde | |
Convert tilemap format in get_tile_data() | |||
2017-12-09 | Update GIProbe data instead of creating a new one on bake | Marc Gilleron | |
2017-12-09 | Add feature to disable animation tracks | Ray Koopa | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-09 | Convert tilemap format in get_tile_data() | Andrew Thomas | |
2017-12-09 | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde | |
Added "mode_overrides_title" property to FileDialog | |||
2017-12-09 | Merge pull request #14315 from willnationsdev/animationtreeplayer-docs | Rémi Verschelde | |
[DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods | |||
2017-12-09 | Merge pull request #14321 from ibrahn/path2d-two-style | Rémi Verschelde | |
Reworked PathFollow2D behaviour, based on such in version 2.1. | |||
2017-12-09 | Merge pull request #14420 from MattUV/fold-shortcut | Rémi Verschelde | |
Modify shortcuts and menus to fold/unfold code | |||
2017-12-09 | Merge pull request #12756 from Stratos695/master | Rémi Verschelde | |
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500) | |||
2017-12-09 | Merge pull request #14384 from willnationsdev/docs-api-fix | Rémi Verschelde | |
[DOCS] AnimationPlayer prop API fixed |