| Commit message (Expand) | Author | Age | Files | Lines |
* | RayCast2D: Fix reporting old collider after collision ended | Rémi Verschelde | 2018-08-30 | 1 | -0/+2 |
* | Add missing copyright headers | Rémi Verschelde | 2018-08-29 | 2 | -0/+60 |
* | Ported CPU particles to 2D | Juan Linietsky | 2018-08-29 | 2 | -0/+1633 |
* | Physics: Properly obsolete friction and bounce properties | Rémi Verschelde | 2018-08-29 | 1 | -23/+13 |
* | Unexpose TileMap set_celld | Marcelo Fernandez | 2018-08-29 | 2 | -3/+3 |
* | Fix operator precedence in PhysicsBody2D::set_weight | Rémi Verschelde | 2018-08-29 | 1 | -2/+2 |
* | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | 2018-08-24 | 1 | -1/+1 |
* | Merge pull request #21110 from natrim/particles2d_editor | Rémi Verschelde | 2018-08-24 | 2 | -9/+9 |
|\ |
|
| * | Particles2D: fix editing Visibility Rect from inspector | Natrim | 2018-08-17 | 2 | -9/+9 |
* | | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 4 | -22/+1 |
* | | Added a function to cache texture opacity at a pixel, and modified editor to ... | Juan Linietsky | 2018-08-23 | 2 | -30/+10 |
* | | Revert "Take CanvasLayer transform into account for 2D physics" | Rémi Verschelde | 2018-08-23 | 4 | -18/+30 |
* | | Fix transform not being applied properly after toggling remote node, fixes #1... | Juan Linietsky | 2018-08-23 | 1 | -1/+4 |
* | | Fix properly keep scale in RemoteTransform2D, fixes #17692, closes #17690 | Juan Linietsky | 2018-08-23 | 1 | -1/+1 |
* | | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus | 2018-08-22 | 1 | -0/+1 |
* | | Merge pull request #21245 from RandomShaper/fix-physics-canvas-xform | Rémi Verschelde | 2018-08-21 | 5 | -46/+23 |
|\ \ |
|
| * | | Optimize CanvasLayer::get_global_transform_with_canvas | Pedro J. Estébanez | 2018-08-21 | 1 | -16/+5 |
| * | | Take CanvasLayer transform into account for 2D physics | Pedro J. Estébanez | 2018-08-21 | 4 | -30/+18 |
* | | | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky | 2018-08-21 | 2 | -1/+42 |
* | | | Deprecate incorrect Color::gray() | Rémi Verschelde | 2018-08-21 | 1 | -1/+1 |
* | | | Fix arg name in docs, some copy-paste errors | Poommetee Ketson | 2018-08-21 | 1 | -1/+1 |
|/ / |
|
* / | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania | 2018-08-19 | 2 | -20/+32 |
|/ |
|
* | Lift 1440 limit in rotation_degrees hint range | Rémi Verschelde | 2018-08-16 | 2 | -2/+4 |
* | Merge pull request #18096 from aaronfranke/master | Juan Linietsky | 2018-08-14 | 1 | -1/+1 |
|\ |
|
| * | [Core] Change math_2d includes to vector2 includes where relevant | Aaron Franke | 2018-08-10 | 1 | -1/+1 |
* | | Merge pull request #20587 from groud/fix_2deditor_scrollable_zone | Rémi Verschelde | 2018-08-13 | 2 | -5/+8 |
|\ \
| |/
|/| |
|
| * | Fixes bugs on the 2D editor scrollable area | groud | 2018-07-30 | 2 | -5/+8 |
* | | apply a threshold for floor angle, fixes #16037, fixes #15632 | Juan Linietsky | 2018-08-10 | 1 | -2/+5 |
* | | New TileSet Editor | MAriano Javier Suligoy | 2018-08-09 | 1 | -4/+4 |
* | | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky | 2018-08-07 | 1 | -18/+12 |
|\ \
| |/
|/| |
|
| * | Removed physics material combination mode. Added rough and absorbent paramete... | Andrea Catania | 2018-08-07 | 1 | -18/+12 |
* | | Fix PhysicsBody build with deprecated=no | Rémi Verschelde | 2018-07-27 | 1 | -2/+11 |
* | | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 1 | -1/+1 |
* | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 11 | -55/+55 |
* | | Merge pull request #20404 from TigerCaldwell/master | Rémi Verschelde | 2018-07-25 | 2 | -0/+24 |
|\ \ |
|
| * | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti... | Tiger Caldwell | 2018-07-24 | 2 | -0/+24 |
| |/ |
|
* | | Merge pull request #20252 from RandomShaper/fix-canvas-search | Rémi Verschelde | 2018-07-24 | 1 | -0/+3 |
|\ \ |
|
| * | | Fix CanvasItem search for a CanvasLayer | Pedro J. Estébanez | 2018-07-18 | 1 | -0/+3 |
* | | | Removed unnecessary assignments | Wilson E. Alvarez | 2018-07-24 | 1 | -2/+0 |
| |/
|/| |
|
* | | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky | 2018-07-23 | 2 | -20/+162 |
|\ \ |
|
| * | | Implemented physics material | AndreaCatania | 2018-05-11 | 2 | -20/+162 |
* | | | Defer TileMap::update_dirty_quadrants once again. | Pieter-Jan Briers | 2018-07-22 | 2 | -6/+7 |
| |/
|/| |
|
* | | Merge pull request #19087 from danvalho/master | Max Hilbrunner | 2018-07-17 | 2 | -0/+13 |
|\ \ |
|
| * | | SpriteFrames: expose method to get array containing animation names | danvalho | 2018-06-05 | 2 | -0/+13 |
* | | | Further fixes to KinematicBody2D API, support for sync motion in moving objects | Juan Linietsky | 2018-07-17 | 5 | -23/+133 |
* | | | Merge pull request #20191 from jvdnbus/line2d-stretch | Max Hilbrunner | 2018-07-17 | 3 | -6/+14 |
|\ \ \ |
|
| * | | | Line2D texture stretch mode | Jorn Van denbussche | 2018-07-16 | 3 | -5/+13 |
| * | | | More accurate UV round begin cap | Jorn Van denbussche | 2018-07-16 | 1 | -1/+1 |
* | | | | Changes to how snap works (I think this makes more sense now) | Juan Linietsky | 2018-07-16 | 2 | -27/+29 |
* | | | | -Added support for raycast in KinematicBody2D | Juan Linietsky | 2018-07-16 | 2 | -43/+118 |
|/ / / |
|