summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-09update icons for animation_player_plugin (top bar)toger5
2017-09-09update for icons on theme change animation editortoger5
2017-09-09removed hardcoded colors in animation editortoger5
2017-09-08Update ColorRect class ref documentationmrawlingst
2017-09-08Update Color class ref documentationmrawlingst
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
2017-09-08Fix various assorted warningsHein-Pieter van Braam
2017-09-08Merge pull request #11064 from Noshyaar/docsRémi Verschelde
2017-09-08ClassRef: fill in the blanksPoommetee Ketson
2017-09-07Ability to use a sky for reflection together with a background color.Juan Linietsky
2017-09-07Fixed orthogonal projection in all effects and post processesJuan Linietsky
2017-09-08Fix serveral recent new clang-format errorsHein-Pieter van Braam
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky
2017-09-07Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst
2017-09-07Added some missing iconsDaniel J. Ramirez
2017-09-07Add get_points method to AStarScayze
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky
2017-09-07Modify inertia implementation for freelook and orbittoger5
2017-09-07Revert "Removed camera interpolation in orthogonal mode (I have no idea how t...toger5
2017-09-07Removed camera interpolation in orthogonal mode (I have no idea how to fix th...Juan Linietsky
2017-09-07Merge pull request #11027 from hpvb/fix-11022Juan Linietsky
2017-09-07Fix using enum as bool valueHein-Pieter van Braam
2017-09-07Fix warnings comparing enums of different typesHein-Pieter van Braam
2017-09-06Mono vorbis support fixed, closes #10787Juan Linietsky
2017-09-06Force redraw when HDR auto exposure is enable in all frames, fixes #10784Juan Linietsky
2017-09-06Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky
2017-09-06-Fix folow surface in subsurface scattering, closes #10696Juan Linietsky
2017-09-06Added an option to reset the bus volume to 0dbMarcelo Fernandez
2017-09-07Fix EOF in wav file importerHein-Pieter van Braam
2017-09-07Fit script editor grid with othersvolzhs
2017-09-06Check whether stuff is visible before baking it, closes #10525Juan Linietsky
2017-09-06-Fixed changes to default input actions not working, closes #10502Juan Linietsky
2017-09-06rtl uses styleBoxEmpty as defualttoger5
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-09-06Fix frame selection in 2D particles, closes #10668Juan Linietsky
2017-09-06Merge pull request #11011 from supagu/symlink4Juan Linietsky
2017-09-06Merge pull request #10976 from saltares/issue-907Rémi Verschelde
2017-09-06doc: Sync classref with current sourceRémi Verschelde
2017-09-06Further symlink fixessupagu
2017-09-06Merge pull request #11009 from neikeq/whateverrIgnacio Etcheverry
2017-09-06Fixes ERR_EXPLAIN being overwrittenIgnacio Etcheverry
2017-09-05hide next pass for material types that make it pointless, closes #10686Juan Linietsky
2017-09-05Added a warning for when a PC compression is not found for the project, close...Juan Linietsky
2017-09-05Setting visibility on GridMap now works. Closes #907.David Saltares
2017-09-05Renames _add_child_below_node() to add_child_below_node(). Closes #9988.David Saltares
2017-09-05Fix directional vertex shaded light which was using normal instead of light c...Juan Linietsky
2017-09-05Merge pull request #11005 from neikeq/doc-xml-escapeRémi Verschelde
2017-09-05Escape special character in classes.xmlIgnacio Etcheverry
2017-09-05Added support for for, break and continue. Closes #10560, closes #10661Juan Linietsky