| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 36 | -4832/+54 |
| * | | | | | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde | 2017-01-15 | 1 | -1/+1 |
| * | | | | | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky | 2017-01-14 | 2 | -11/+5 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #6519 from RandomShaper/enhance-tileset | Juan Linietsky | 2017-01-14 | 3 | -2/+29 |
| |\ \ \ \ |
|
| | * | | | | Add modulate (color) to TileSet tiles | Pedro J. Estébanez | 2016-11-30 | 3 | -2/+29 |
| * | | | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 18 | -91/+54 |
| * | | | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 64 | -228/+300 |
| * | | | | | Renamed call_group to call_group_flags, made call_group without flags the def... | Juan Linietsky | 2017-01-14 | 7 | -34/+91 |
| * | | | | | Finish renaming *Frame GUI classes to *Rect | Rémi Verschelde | 2017-01-14 | 12 | -31/+84 |
| * | | | | | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 5 | -6/+6 |
| * | | | | | rename monitoring functions | Juan Linietsky | 2017-01-13 | 4 | -16/+16 |
| * | | | | | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na... | Juan Linietsky | 2017-01-13 | 2 | -11/+11 |
| * | | | | | renamed tween animationplayer scale functions to speed_scale | Juan Linietsky | 2017-01-13 | 4 | -14/+14 |
| * | | | | | Node name casing: fix mistake from previous commit | Rémi Verschelde | 2017-01-13 | 1 | -1/+1 |
| * | | | | | Reenable node name case setting + code cleanups | Rémi Verschelde | 2017-01-13 | 1 | -7/+4 |
| * | | | | | Tween: Rename times_in_sec (sic) param to duration | Rémi Verschelde | 2017-01-13 | 2 | -58/+58 |
| * | | | | | Renamed button functions to be more verboes, same with Range unit value -> ratio | Juan Linietsky | 2017-01-13 | 10 | -57/+71 |
| * | | | | | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky | 2017-01-13 | 4 | -4/+4 |
| * | | | | | Rename collision layer as suggested in #5696 | Juan Linietsky | 2017-01-13 | 4 | -40/+42 |
| * | | | | | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 39 | -170/+130 |
| * | | | | | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C... | Juan Linietsky | 2017-01-12 | 25 | -7/+64 |
| * | | | | | some class renames | Juan Linietsky | 2017-01-12 | 9 | -64/+64 |
| * | | | | | Project setting to control node name casing | Ray Koopa | 2017-01-12 | 2 | -1/+19 |
| | |_|_|/
|/| | | |
|
| * | | | | Unify naming of blendshape / morphtarget into just "Blend Shape" | Juan Linietsky | 2017-01-12 | 4 | -74/+74 |
| * | | | | Added a list of signals to rename, this should become a header eventually | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
| * | | | | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 19 | -211/+211 |
| * | | | | Proper inheritance checking when requesting theem resources | Juan Linietsky | 2017-01-11 | 1 | -24/+113 |
| * | | | | Added a BACK notification besides QUIT, so they go in separate channels. | Juan Linietsky | 2017-01-11 | 2 | -0/+17 |
| * | | | | Type renames: | Juan Linietsky | 2017-01-11 | 86 | -406/+406 |
| * | | | | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Fixed inertia tensor computation and center of mass | m4nu3lf | 2017-01-09 | 1 | -1/+1 |
| * | | | | | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky | 2017-01-10 | 1 | -5/+7 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix the order in which additional transformations are applied in Matrix3 and ... | Ferenc Arn | 2017-01-08 | 1 | -5/+7 |
| * | | | | | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 15 | -23/+28 |
| * | | | | | | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky | 2017-01-10 | 15 | -57/+167 |
| * | | | | | | Merge pull request #7491 from BastiaanOlij/tools-no-fixes | Rémi Verschelde | 2017-01-10 | 3 | -2/+10 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Few small fixes so tools=no and target=release compiles | BastiaanOlij | 2017-01-10 | 3 | -2/+10 |
| * | | | | | | | Merge pull request #7482 from volzhs/modulate-color | Rémi Verschelde | 2017-01-10 | 1 | -2/+2 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Fix modulate property bind to Color | volzhs | 2017-01-09 | 1 | -2/+2 |
| * | | | | | | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 5 | -38/+32 |
| * | | | | | | | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky | 2017-01-10 | 10 | -59/+292 |
| * | | | | | | | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky | 2017-01-09 | 8 | -31/+67 |
| * | | | | | | | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 10 | -14/+55 |
| |/ / / / / / |
|
| * | | | | | | Add clamp and wrap loop modes for animation tracks. | Juan Linietsky | 2017-01-09 | 2 | -11/+29 |
| * | | | | | | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | | | | | | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 2017-01-08 | 15 | -50/+46 |
| * | | | | | | Removed ratio anchoring (will have to fix multiple 3D views later..) | Juan Linietsky | 2017-01-08 | 2 | -99/+19 |
| * | | | | | | Swapped expand and fill flag bits, so scenes don't save this property by default | Juan Linietsky | 2017-01-08 | 2 | -4/+4 |
| * | | | | | | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 5 | -6/+8 |
| * | | | | | | Renamed finished to animation_finished, also passes the animation name when f... | Juan Linietsky | 2017-01-08 | 4 | -4/+6 |