| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Fixed bug that prevented creating polygons. | redtoorange | 2017-07-17 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 5 | -353/+305 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | |||||
| * | | | | Some more typo fixes for "threshold" | Rémi Verschelde | 2017-07-15 | 2 | -9/+9 | |
| | |/ / |/| | | | | | | | | Looks like @reduz really does not like that word. | |||||
| * | | | Ability to toggle script panel visibility | Jakub Grzesik | 2017-07-10 | 2 | -0/+6 | |
| | | | | ||||||
| * | | | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 2017-07-08 | 5 | -23/+23 | |
| |/ / | ||||||
| * | | Fix wrong cast to Node2D instead of Control | Rémi Verschelde | 2017-07-08 | 1 | -1/+1 | |
| | | | | | | | | | As reported by @sanikoyes. | |||||
| * | | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito | 2017-07-07 | 3 | -7/+7 | |
| | | | ||||||
| * | | Ability to set rotation and scaling pivot for controls. | Juan Linietsky | 2017-07-06 | 2 | -4/+55 | |
| | | | ||||||
| * | | ItemList: expose methods, in-editor items editing support | Poommetee Ketson | 2017-07-04 | 2 | -0/+69 | |
| | | | ||||||
| * | | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | 2017-07-03 | 2 | -2/+2 | |
| |\ \ | | | | | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | |||||
| | * | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | 2017-07-03 | 2 | -2/+2 | |
| | |/ | ||||||
| * | | Merge pull request #9465 from Zylann/curve_preview | Rémi Verschelde | 2017-07-03 | 2 | -0/+80 | |
| |\ \ | | | | | | | Added Curve preview thumbnail | |||||
| | * | | Added Curve preview thumbnail | Marc Gilleron | 2017-07-02 | 2 | -0/+80 | |
| | | | | ||||||
| * | | | Script editor help: Prevent loading empty instances from layout | Rémi Verschelde | 2017-07-02 | 1 | -0/+3 | |
| |/ / | ||||||
| * | | Merge pull request #9463 from bojidar-bg/9461-fix-backcompat | Rémi Verschelde | 2017-07-01 | 1 | -4/+19 | |
| |\ \ | | | | | | | Readd tilemap's shape_transform and bugfixes | |||||
| | * | | Readd tilemap's shape_transform and bugfixes | Bojidar Marinov | 2017-07-01 | 1 | -4/+19 | |
| | | | | | | | | | | | | | This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717. | |||||
| * | | | Animation Editor: Fix trying to stop playback without player. | Andreas Haas | 2017-07-01 | 1 | -0/+4 | |
| |/ / | | | | | | | Fixes #9280 | |||||
| * | | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵ | Juan Linietsky | 2017-07-01 | 1 | -19/+4 | |
| | | | | | | | | | collisions to them" | |||||
| * | | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 4 | -7/+15 | |
| | | | | | | | | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | |||||
| * | | Fix #9409, fixup #9370; tileset now has shape transform instead of offset | Bojidar Marinov | 2017-06-30 | 1 | -4/+19 | |
| |/ | | | | | | Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370) | |||||
| * | Fix curve saving, refined undo/redo | Marc Gilleron | 2017-06-28 | 2 | -31/+53 | |
| | | ||||||
| * | Merge pull request #9404 from Zylann/curve_improvement | Juan Linietsky | 2017-06-27 | 2 | -44/+149 | |
| |\ | | | | | Curve improvement | |||||
| | * | Curve features | Marc Gilleron | 2017-06-26 | 2 | -44/+149 | |
| | | | | | | | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore | |||||
| * | | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-check | Rémi Verschelde | 2017-06-27 | 3 | -7/+20 | |
| |\ \ | |/ |/| | Better user experience with external text editors. | |||||
| | * | Better user expirence with external text editors. | geequlim | 2017-06-27 | 3 | -7/+20 | |
| | | | | | | | | | | | Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor. | |||||
| * | | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemaps | Rémi Verschelde | 2017-06-26 | 1 | -9/+4 | |
| |\ \ | | | | | | | Add one-way collisions and individual shape offsets for tilesets | |||||
| | * | | Add one-way collisions and individual shape offsets for tilesets | Bojidar Marinov | 2017-06-25 | 1 | -9/+4 | |
| | |/ | | | | | | | | | As requested in #9318 Accidentially fixes #2231 as well | |||||
| * | | Merge pull request #9318 from bojidar-bg/readd-normal-tilemap | Rémi Verschelde | 2017-06-26 | 1 | -0/+2 | |
| |\ \ | |/ |/| | Add normal map to tilemaps and tilesets | |||||
| | * | Add normal map to tilemaps and tilesets | Bojidar Marinov | 2017-06-22 | 1 | -0/+2 | |
| | | | | | | | | | Fixes #9310 | |||||
| * | | Merge pull request #9345 from nunodonato/animproperties | Rémi Verschelde | 2017-06-24 | 1 | -10/+12 | |
| |\ \ | | | | | | | Update some property names for animation keys. | |||||
| | * | | Update some property names for animation keys. | Nuno Donato | 2017-06-24 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | Added rect_rotation too. Fixes #9337 | |||||
| * | | | Merge pull request #9353 from Zylann/gradient_refactor | Juan Linietsky | 2017-06-24 | 4 | -640/+1 | |
| |\ \ \ | | | | | | | | | GradientTexture now uses a Gradient | |||||
| | * | | | GradientTexture now uses a Gradient | Marc Gilleron | 2017-06-24 | 4 | -640/+1 | |
| | |/ / | | | | | | | | | | | | | - Added gradient property - Deleted duplicate code | |||||
| * | | | Merge pull request #9281 from Zylann/fix_freelook_keyboard | Rémi Verschelde | 2017-06-24 | 1 | -0/+5 | |
| |\ \ \ | |/ / |/| | | Fixed freelook conflict with text inputs | |||||
| | * | | Fixed freelook conflict with text inputs | Marc Gilleron | 2017-06-20 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | -Trigger shapes removed in 2D, they became obsolete long ago when areas ↵ | Juan Linietsky | 2017-06-23 | 1 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could detect their own overlap -Added ability to disable individual collisionshape/polygon -Moved One Way Collision to shape, allowing more flexibility -Changed internals of CollisionObject, shapes are generated from child nodes on the fly, not stored inside any longer. -Modifying a CollisionPolygon2D on the fly now works, it can even be animated. Will port this to 3D once well tested. Have fun! | |||||
| * | | | Added Curve resource | Marc Gilleron | 2017-06-24 | 3 | -411/+640 | |
| | | | | | | | | | | | | | | | | | | | - New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor | |||||
| * | | | Merge pull request #9307 from nunodonato/shadererrorline | Thomas Herzog | 2017-06-23 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | highlight the correct error line in shader editor | |||||
| | * | | | highlight the correct error line in shader editor | Nuno Donato | 2017-06-21 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #9293 from MarianoGnu/master | Mariano Javier Suligoy | 2017-06-22 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | Fix regresion on Texture Region Editor Plugin. Fixes #9282 | |||||
| | * | | Fix regresion on Texture Region Editor Plugin. Fixes#9282 | Mariano Suligoy | 2017-06-20 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | 2D GPU Particles working.. | Juan Linietsky | 2017-06-21 | 2 | -41/+280 | |
| |/ | ||||||
| * | Merge pull request #8407 from Jylhis/popup_item_select_hide | Thomas Herzog | 2017-06-20 | 2 | -0/+3 | |
| |\ | | | | | Update PopupMenu hiding | |||||
| | * | Fix #7262 | Jylhis | 2017-04-14 | 2 | -0/+3 | |
| | | | | | | | | | | | Disable PopupMenu hiding in snap settings of the TextureRegion editor and Edit menu of the scene | |||||
| * | | Merge pull request #9099 from kubecz3k/plugin-camera-expose | Thomas Herzog | 2017-06-19 | 1 | -3/+10 | |
| |\ \ | | | | | | | EditorPlugin can request user inputs from editor 3d view | |||||
| | * | | EditorPlugin can request user inputs from editor 3d view | Unknown | 2017-06-12 | 1 | -3/+10 | |
| | | | | ||||||
| * | | | Fix image lock on preview image generating | Konrad Nowakowski | 2017-06-19 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fixed ‘CreateNewAnimation’ window wrong size. | ageazrael | 2017-06-16 | 1 | -8/+7 | |
| | | | | ||||||
| * | | | Increase the default perspective camera FOV | Hugo Locurcio | 2017-06-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | This does not affect existing projects, but will affect newly-created editor settings and Camera nodes. | |||||
| * | | | renamed occurances of ColorRamp with Gradient | Karroffel | 2017-06-14 | 2 | -33/+33 | |
| | | | | | | | | | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though. | |||||
