| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11272 from Rubonnek/move-to-initializer-list | Rémi Verschelde | 2017-09-17 | 2 | -8/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Moved class_name and return_val to initializer list | Wilson E. Alvarez | 2017-09-14 | 2 | -8/+9 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11196 from poke1024/canvas-old-rect | Rémi Verschelde | 2017-09-17 | 2 | -0/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | adds display of old bounding box as suggested by Zephilinox in issue #10936 | poke1024 | 2017-09-14 | 2 | -0/+24 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11176 from bncastle/master | Rémi Verschelde | 2017-09-17 | 3 | -5/+141 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Implement +,-,/, * and negate operators for Color type. | bncastle | 2017-09-16 | 3 | -5/+141 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11075 from ISylvox/fix-main-scene-state | Rémi Verschelde | 2017-09-17 | 1 | -26/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Fixed Tab Switching of Main Scene State. Closes #11045 | Indah Sylvia | 2017-09-14 | 1 | -26/+21 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10998 from MillionOstrich/custom-types-fix-icons | Rémi Verschelde | 2017-09-17 | 2 | -13/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix icons for custom types in the recent & favorites lists in the create dialog. | MillionOstrich | 2017-09-05 | 2 | -13/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde | 2017-09-17 | 3 | -17/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Added border for tabs + container. | toger5 | 2017-09-15 | 3 | -17/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11346 from cbscribe/kcc_light2d_doc | Rémi Verschelde | 2017-09-17 | 1 | -0/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Add Light2D member descriptions. | Chris Bradfield | 2017-09-16 | 1 | -0/+21 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11332 from Grosskopf/audio-stream-player-docs | Rémi Verschelde | 2017-09-17 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Added Documentation of AudioStreamPlayer | Grosskopf | 2017-09-17 | 1 | -0/+11 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11331 from Grosskopf/audio-stream-player-2D-docs | Rémi Verschelde | 2017-09-17 | 1 | -0/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Added Documentation of AudioStreamPlayer2D | Grosskopf | 2017-09-17 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11311 from FigyTuna/collision_polygon_docs | Rémi Verschelde | 2017-09-17 | 2 | -2/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the descriptions for CollisionPolygon2D and created descriptions for... | FigyTuna | 2017-09-16 | 2 | -2/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11227 from willt/@GDScript | Rémi Verschelde | 2017-09-17 | 1 | -48/+215 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix up examples/descriptions based on feedback. Added more content | William Taylor | 2017-09-13 | 1 | -48/+215 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11345 from cbscribe/kcc_canvaslayer_doc | Rémi Verschelde | 2017-09-17 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] CanvasLayer member descriptions | Chris Bradfield | 2017-09-16 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11343 from BastiaanOlij/fix_basename | Rémi Verschelde | 2017-09-17 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed naming of pck file | Bastiaan Olij | 2017-09-17 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277 | Rémi Verschelde | 2017-09-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed quick open not showing enties with no search text, issue 11277 | Paulb23 | 2017-09-16 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11350 from djrm/pr_compilation_fix | Poommetee Ketson | 2017-09-17 | 1 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed compilation with tools=no | Daniel J. Ramirez | 2017-09-16 | 1 | -1/+8 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11282 from djrm/pr_script_editor_auto_theme | Poommetee Ketson | 2017-09-17 | 6 | -74/+271 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | 2017-09-15 | 6 | -74/+271 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11269 from toger5/fix_get_stylebox_parent_class | Poommetee Ketson | 2017-09-17 | 1 | -2/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | also loop for classes if there is no coustom theme fixes #11250 | toger5 | 2017-09-14 | 1 | -2/+10 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11223 from GodotExplorer/pr-undoredo | Poommetee Ketson | 2017-09-17 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Expose more methods for UndoRedo | Geequlim | 2017-09-13 | 1 | -0/+4 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11287 from sersoong/master | Poommetee Ketson | 2017-09-17 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | fix editor/property_editor.cpp missing TTR | sersoong | 2017-09-15 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11279 from cbscribe/kcc_kinematiccollision_doc | Poommetee Ketson | 2017-09-17 | 2 | -1/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Document new KinematicCollision2D class | Chris Bradfield | 2017-09-16 | 2 | -1/+16 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11330 from cbscribe/kcc_textureprogress_doc | Poommetee Ketson | 2017-09-17 | 1 | -2/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Update TextureProgress class ref | Chris Bradfield | 2017-09-16 | 1 | -2/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11329 from cbscribe/kcc_visibilitynotifier2d_doc | Poommetee Ketson | 2017-09-17 | 2 | -8/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] update VisibilityNotifier2D class ref. | Chris Bradfield | 2017-09-16 | 2 | -8/+10 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11324 from GDquest/ui-nodes | Poommetee Ketson | 2017-09-17 | 3 | -11/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Write TextureRect, Label and NinePatchRect | Nathan | 2017-09-16 | 3 | -11/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11320 from bojidar-bg/x-doctool-markdownify | Poommetee Ketson | 2017-09-17 | 1 | -4/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Make doc_status output a bit more markdown-friendly, hide some prints | Bojidar Marinov | 2017-09-16 | 1 | -4/+7 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11312 from deliciousfudge/acceptdialog-docs | Poommetee Ketson | 2017-09-17 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the AcceptDialog class | Roger Smith | 2017-09-16 | 1 | -6/+6 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
