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