aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-253-15/+16
|\
| * Improve .tscn VCSPedro J. Estébanez2017-01-163-15/+16
* | Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-1/+2
* | Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-232-9/+69
* | Merge pull request #7610 from Hinsbart/shape_warningRémi Verschelde2017-01-232-0/+2
|\ \
| * | CollisionShape2D: Fix warning icon not updating.Andreas Haas2017-01-222-0/+2
* | | Merge pull request #7604 from RayKoopa/gui_button_style_pressedRémi Verschelde2017-01-231-5/+10
|\ \ \
| * | | Respect style boxes for Button states other than "normal"Ray Koopa2017-01-211-5/+10
* | | | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-2115-162/+437
|/ / /
* | | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-2011-31/+31
|\ \ \ | |/ / |/| |
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-1611-31/+31
* | | Merge pull request #7574 from RayKoopa/canvas_item_fix_is_hiddenRémi Verschelde2017-01-191-1/+1
|\ \ \
| * | | Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib...Ray Koopa2017-01-181-1/+1
| |/ /
* / / Use property convention introduced in b085c4 (_ rather than / as separator).Ferenc Arn2017-01-181-1/+1
|/ /
* | Working on compile issues for iOSBastiaanOlij2017-01-162-2/+0
* | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-1635-61/+61
* | Style: No break before list braceRémi Verschelde2017-01-161-2/+1
* | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-162-2/+2
* | Oops! Audio engine has vanished :DJuan Linietsky2017-01-1536-4832/+54
* | Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-151-1/+1
* | no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-142-11/+5
* | Merge pull request #6519 from RandomShaper/enhance-tilesetJuan Linietsky2017-01-143-2/+29
|\ \
| * | Add modulate (color) to TileSet tilesPedro J. Estébanez2016-11-303-2/+29
* | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-1418-91/+54
* | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1464-228/+300
* | | Renamed call_group to call_group_flags, made call_group without flags the def...Juan Linietsky2017-01-147-34/+91
* | | Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-1412-31/+84
* | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-145-6/+6
* | | rename monitoring functionsJuan Linietsky2017-01-134-16/+16
* | | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky2017-01-132-11/+11
* | | renamed tween animationplayer scale functions to speed_scaleJuan Linietsky2017-01-134-14/+14
* | | Node name casing: fix mistake from previous commitRémi Verschelde2017-01-131-1/+1
* | | Reenable node name case setting + code cleanupsRémi Verschelde2017-01-131-7/+4
* | | Tween: Rename times_in_sec (sic) param to durationRémi Verschelde2017-01-132-58/+58
* | | Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky2017-01-1310-57/+71
* | | Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-134-4/+4
* | | Rename collision layer as suggested in #5696Juan Linietsky2017-01-134-40/+42
* | | New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-1339-170/+130
* | | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-1225-7/+64
* | | some class renamesJuan Linietsky2017-01-129-64/+64
* | | Project setting to control node name casingRay Koopa2017-01-122-1/+19
* | | Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky2017-01-124-74/+74
* | | Added a list of signals to rename, this should become a header eventuallyJuan Linietsky2017-01-121-1/+1
* | | Renamed most signals so they refer to:Juan Linietsky2017-01-1219-211/+211
* | | Proper inheritance checking when requesting theem resourcesJuan Linietsky2017-01-111-24/+113
* | | Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-112-0/+17
* | | Type renames:Juan Linietsky2017-01-1186-406/+406
* | | Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-101-1/+1
|\ \ \
| * | | Fixed inertia tensor computation and center of massm4nu3lf2017-01-091-1/+1
* | | | Merge pull request #7438 from tagcup/matrix3_rotate_fixJuan Linietsky2017-01-101-5/+7
|\ \ \ \