| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #19164 from marcelofg55/tilemap_undo2 | Rémi Verschelde | 2018-06-26 | 2 | -0/+7 |
| |\ | | | | | Improve TileMap undo operations, second try | ||||
| | * | Improve TileMap undo operations, second try | Marcelo Fernandez | 2018-05-29 | 2 | -0/+7 |
| | | | |||||
| * | | Optimize _recreate_quadrants | Marcelo Fernandez | 2018-06-26 | 2 | -4/+8 |
| | | | |||||
| * | | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | 2018-06-08 | 1 | -1/+3 |
| |\ \ | | | | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | ||||
| | * | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | 2018-06-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | Fixup #18529 and #12870 | ||||
| * | | | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | 2018-06-08 | 1 | -0/+8 |
| |\ \ \ | | | | | | | | | Added autotile override | ||||
| | * | | | Added autotile override | James Beedie | 2018-06-02 | 1 | -0/+8 |
| | |/ / | |||||
| * / / | Revert "Prevent visibility notification from being called twice in object ↵ | Rémi Verschelde | 2018-06-05 | 1 | -2/+1 |
| |/ / | | | | | | | creation" | ||||
| * | | Revert "Revert "Prevent visibility notification been called twice in object ↵ | Rémi Verschelde | 2018-05-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | creation"" This reverts commit 4d277b96ad581358f63870ae051dc73b69c82cd7. Woops, this wasn't meant to be committed. I just reverted it locally to test something, nothing wrong with the original commit :) | ||||
| * | | Revert "Prevent visibility notification been called twice in object creation" | Rémi Verschelde | 2018-05-31 | 1 | -2/+1 |
| | | | | | | | | | This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872. | ||||
| * | | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | 2018-05-31 | 2 | -25/+24 |
| |/ | |||||
| * | Merge pull request #18960 from isaacremnant/autotile_3x3_minimal | Mariano Javier Suligoy | 2018-05-17 | 1 | -12/+27 |
| |\ | | | | | Restore support for minimal 3x3 autotile sets | ||||
| | * | Restore support for minimal 3x3 autotile sets | isaacremnant | 2018-05-17 | 1 | -12/+27 |
| | | | |||||
| * | | Fix missing return on Navigation2D::get_closest_point_owner | Marcelo Fernandez | 2018-05-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #15909 from authenticate/tilemap_fix | Mariano Javier Suligoy | 2018-05-16 | 1 | -1/+2 |
| |\ | | | | | TileMap Navigation Fixes | ||||
| | * | Fixing a bug where tilemap navigation would not be accurate after a tilemap ↵ | James | 2018-05-15 | 1 | -1/+2 |
| | | | | | | | | | exits and then re-enters the tree. Fixing a bug where deleting a tile and then querying navigation would result in an incorrect path if both happened within the same frame. | ||||
| * | | Add missing copyright headers | Guilherme Felipe | 2018-05-16 | 4 | -0/+120 |
| | | | |||||
| * | | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | 2018-05-16 | 4 | -7/+7 |
| | | | |||||
| * | | Fix Camera2D drag margin property is affected by zoom property #18912 | Anthony Rey | 2018-05-16 | 1 | -4/+4 |
| | | | |||||
| * | | -New inspector. | Juan Linietsky | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | ||||
| * | | Merge pull request #18851 from groud/fix_animatedsprite | Rémi Verschelde | 2018-05-14 | 2 | -11/+19 |
| |\ \ | | | | | | | Updates frame timeout when changing speed scale | ||||
| | * | | Updates frame timeout when changing speed scale | groud | 2018-05-13 | 2 | -11/+19 |
| | | | | |||||
| * | | | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias | 2018-05-14 | 1 | -1/+0 |
| | | | | |||||
| * | | | Revert "Use fake audio playing property in editor" | Hein-Pieter van Braam | 2018-05-13 | 2 | -14/+1 |
| | | | | |||||
| * | | | Merge pull request #17367 from ShyRed/audio_playing_ | Hein-Pieter van Braam | 2018-05-13 | 2 | -1/+14 |
| |\ \ \ | |/ / |/| | | Use fake audio playing property in editor | ||||
| | * | | Use fake audio playing property in editor | ShyRed | 2018-03-16 | 2 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | It appears that some time ago users were supposed to be able to include the playback of sound effects in their animations by placing keys on the "playing" property. Back then the key frame editor took the value of the checkbox in the property_editor. Somewhere / Sometime this behaviour changed and the key frame editor is now reading the actual value from the object instead of relying on the property editor. This commit introduces a fake active field that is returned when reading the playing property in the editor. While the actual active flag is changed when playback is finished the fake one will stay the same thus allowing the user to take their time with setting the key in the animation editor. | ||||
| * | | | Merge pull request #18619 from mateusak/master | Rémi Verschelde | 2018-05-08 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | Add more flexibility to 3X3 autotiles | ||||
| | * | | | Allow uncommon bitmask for autotile - Fixes #16511 | mateusak | 2018-05-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | Removes some conditions that were there to create compatibility from 2X2 to 3X3. Further dissociates 2X2 and 3X3 but adds more flexibility to 3X3. | ||||
| * | | | | Merge pull request #18453 from groud/add_speed_factor | Max Hilbrunner | 2018-05-08 | 2 | -2/+21 |
| |\ \ \ \ | | | | | | | | | | | Adds a speed factor to AnimatedSprite | ||||
| | * | | | | Adds a speed factor to AnimatedSprite | groud | 2018-05-07 | 2 | -2/+21 |
| | | | | | | |||||
| * | | | | | Merge pull request #16122 from ibrahn/sprite-region-with-frames | Juan Linietsky | 2018-05-07 | 1 | -17/+17 |
| |\ \ \ \ \ | | | | | | | | | | | | | Allow use of frames in sprites with texture region enabled. | ||||
| | * | | | | | Allow use of frames in sprites with texture region enabled. | Ibrahn Sahir | 2018-04-08 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If texture region is enabled on a sprite, Hframes and Vframes will now divide the selected region into frames. | ||||
| * | | | | | | Add no-blend canvas item render_mode | Bastiaan Olij | 2018-05-07 | 2 | -2/+6 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Made bone handling for actual Bone2D a special case. Make custom bones ↵ | Juan Linietsky | 2018-05-04 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | appear like a custom (less important) option now. | ||||
| * | | | | | Skeleton for 2D WIP | Juan Linietsky | 2018-05-03 | 4 | -13/+152 |
| | | | | | | |||||
| * | | | | | Merge pull request #18514 from neikeq/api-hash-fixes | Rémi Verschelde | 2018-05-03 | 2 | -6/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | API hash fixes | ||||
| | * | | | | | Fix binding some core API methods only in tools builds | Ignacio Etcheverry | 2018-04-29 | 2 | -6/+2 |
| | | |/ / / | |/| | | | |||||
| * | | | | | WIP Polygon2D weight editing | Juan Linietsky | 2018-05-02 | 3 | -0/+110 |
| | | | | | | |||||
| * | | | | | Adds z-index properties to TileSets. | Pieter-Jan Briers | 2018-05-01 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Fix Node2D::global_scale's PropertyInfo type | Rémi Verschelde | 2018-05-01 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | Was missed in #18391. | ||||
| * | | | | Fix Node2D::global_position to have Vector2 type | Ruslan Mustakov | 2018-04-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #18172 from Chaosus/fix_notification | Rémi Verschelde | 2018-04-18 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | Prevent visibility notification from being called twice in object creation | ||||
| | * | | | | Prevent visibility notification been called twice in object creation | Chaosus | 2018-04-13 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #18230 from volzhs/fix-image-error | Rémi Verschelde | 2018-04-18 | 1 | -0/+24 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix index out of size error on Image | ||||
| | * | | | | | Fix error spam with Sprite has compressed texture | volzhs | 2018-04-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix #18177 | ||||
| | * | | | | | Fix index out of size error on Image | volzhs | 2018-04-16 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix #18229 | ||||
| * | | | | | | Ability to change path color with self modulate | volzhs | 2018-04-17 | 1 | -1/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | Fix #18164 | ||||
| * | | | | | Merge pull request #17502 from groud/2Deditor_rect | Juan Linietsky | 2018-04-13 | 30 | -47/+141 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Remove the rect surrounding 2D nodes in 2D editor when it's not pertinent | ||||
| | * | | | | Remove the selection rect for nodes that do not require it | Gilles Roudiere | 2018-04-03 | 30 | -47/+141 |
| | | | | | | |||||
| * | | | | | Use internal physics processing for Nodes' internal logic | Rémi Verschelde | 2018-04-11 | 1 | -5/+5 |
| | |/ / / |/| | | | |||||
