summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update RayCast class refChris Bradfield2017-09-111-14/+35
* Removed camera interpolation in orthogonal mode (I have no idea how to fix th...Juan Linietsky2017-09-071-1/+1
* Merge pull request #11027 from hpvb/fix-11022Juan Linietsky2017-09-071-4/+2
|\
| * Fix EOF in wav file importerHein-Pieter van Braam2017-09-071-4/+2
* | Mono vorbis support fixed, closes #10787Juan Linietsky2017-09-061-0/+6
* | Force redraw when HDR auto exposure is enable in all frames, fixes #10784Juan Linietsky2017-09-061-0/+2
* | Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky2017-09-063-7/+11
* | -Fix folow surface in subsurface scattering, closes #10696Juan Linietsky2017-09-061-56/+57
* | Check whether stuff is visible before baking it, closes #10525Juan Linietsky2017-09-061-14/+17
* | -Fixed changes to default input actions not working, closes #10502Juan Linietsky2017-09-064-4/+19
|/
* Remove dead ButtonGroup codeRémi Verschelde2017-09-0613-247/+0
* Fix frame selection in 2D particles, closes #10668Juan Linietsky2017-09-061-1/+1
* Merge pull request #11011 from supagu/symlink4Juan Linietsky2017-09-061-16/+26
|\
| * Further symlink fixessupagu2017-09-061-16/+26
* | Merge pull request #10976 from saltares/issue-907Rémi Verschelde2017-09-062-0/+20
|\ \
| * | Setting visibility on GridMap now works. Closes #907.David Saltares2017-09-052-0/+20
* | | doc: Sync classref with current sourceRémi Verschelde2017-09-061-115/+176
| |/ |/|
* | Merge pull request #11009 from neikeq/whateverrIgnacio Etcheverry2017-09-061-2/+1
|\ \
| * | Fixes ERR_EXPLAIN being overwrittenIgnacio Etcheverry2017-09-061-2/+1
* | | hide next pass for material types that make it pointless, closes #10686Juan Linietsky2017-09-052-0/+17
* | | Added a warning for when a PC compression is not found for the project, close...Juan Linietsky2017-09-051-1/+8
|/ /
* | Fix directional vertex shaded light which was using normal instead of light c...Juan Linietsky2017-09-051-1/+1
* | Merge pull request #11005 from neikeq/doc-xml-escapeRémi Verschelde2017-09-051-1/+1
|\ \
| * | Escape special character in classes.xmlIgnacio Etcheverry2017-09-051-1/+1
* | | Added support for for, break and continue. Closes #10560, closes #10661Juan Linietsky2017-09-053-22/+183
* | | Merge pull request #10990 from MednauN/unshaded-fixRémi Verschelde2017-09-051-8/+5
|\ \ \
| * | | Fix unshaded materials renderEvgeny Zuev2017-09-051-8/+5
* | | | Merge pull request #10993 from endragor/nativescript-property-orderThomas Herzog2017-09-053-31/+77
|\ \ \ \
| * | | | Provide NativeScript properties in definition orderRuslan Mustakov2017-09-053-31/+77
| |/ / /
* | | | Merge pull request #10844 from MednauN/masterRémi Verschelde2017-09-053-10/+196
|\ \ \ \
| * | | | Optimize memory allocations in VariantParser::get_tokenEvgeny Zuev2017-09-051-10/+12
| * | | | Add StringBuffer classEvgeny Zuev2017-09-052-0/+184
* | | | | Merge pull request #10985 from toger5/log_color_fixRémi Verschelde2017-09-052-4/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fixed log colorstoger52017-09-052-4/+1
* | | | | Automatically redraw when shaders using TIME are visible, fixes #10554Juan Linietsky2017-09-055-0/+14
| |/ / / |/| | |
* | | | Fix opaque pre pass, closes #10472Juan Linietsky2017-09-043-40/+41
| |/ / |/| |
* | | Merge pull request #10986 from hpvb/fix-unix-file-openRémi Verschelde2017-09-051-9/+8
|\ \ \ | |/ / |/| |
| * | Fix UNIX file openHein-Pieter van Braam2017-09-051-9/+8
* | | Merge pull request #10973 from hpvb/fix-file-access-unixRémi Verschelde2017-09-051-23/+65
|\| |
| * | Make UNIX file access more correctHein-Pieter van Braam2017-09-041-23/+65
* | | Merge pull request #10978 from Noshyaar/pr-meshlibRémi Verschelde2017-09-051-1/+0
|\ \ \
| * | | MeshLibrary: remove duplicated linePoommetee Ketson2017-09-051-1/+0
* | | | Merge pull request #10975 from hpvb/remove-null-check-from-cast-toRémi Verschelde2017-09-051-12/+0
|\ \ \ \
| * | | | Remove NULL check from Object::cast_to()Hein-Pieter van Braam2017-09-041-12/+0
| | |/ / | |/| |
* | | | Merge pull request #10822 from hoelzl/toggle-buttonRémi Verschelde2017-09-051-5/+5
|\ \ \ \
| * | | | Fix inconsistent toggle button behaviorMatthias Hoelzl2017-08-311-5/+5
* | | | | Merge pull request #10974 from henkz1/gles-10963Rémi Verschelde2017-09-051-1/+1
|\ \ \ \ \
| * | | | | Don't compare float to intHenrik Andersson2017-09-041-1/+1
| | |/ / / | |/| | |
* | | | | Fix ETC2 import for luminance/lumalpha textures, fixes #10421Juan Linietsky2017-09-041-2/+1
* | | | | Merge pull request #10860 from karroffel/bob-the-string-builderThomas Herzog2017-09-042-0/+173
|\ \ \ \ \