aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge pull request #12038 from Hinsbart/argument_namesRémi Verschelde2017-10-112-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix argument names in method bindings. [ci skip]
| * | | | | | | | | | | | | | | Fix argument names in method bindings.Andreas Haas2017-10-112-4/+4
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a couple of missing argument names.
* | | | | | | | | | | | | | | Merge pull request #12029 from godotengine/visualserver-sync-bindRémi Verschelde2017-10-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind VisualServer.sync() method to GDScript
| * | | | | | | | | | | | | | | Bind VisualServer.sync() method to GDScriptJulian Murgia2017-10-111-0/+1
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function is needed in Escoria's resource queue (https://github.com/godotengine/escoria/blob/master/device/globals/resource_queue.gd#L94)
* | | | | | | | | | | | | | | Merge pull request #12026 from hickop/default-theme-slidersRémi Verschelde2017-10-111-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added grabber_area to default_theme sliders. Fixes #11261
| * | | | | | | | | | | | | | | Added grabber_area to default_theme sliders. Fixes #11261hickop2017-10-111-0/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #12017 from jagt/fix_clear_recent_scripts_crashRémi Verschelde2017-10-111-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix script editor clear recent scripts crash
| * | | | | | | | | | | | | | | | fix script editor clear recent scripts crashjagt2017-10-111-1/+4
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #12010 from eska014/jsevalRémi Verschelde2017-10-111-29/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve JavaScript calls, allow passing byte arrays to GDScript
| * | | | | | | | | | | | | | | | | Improve JavaScript callsLeon Krause2017-10-111-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow returning ArrayBuffer and views as PoolByteArray - Return real_t for integral numbers - Read all color channels as 0.0 - 1.0 floating point numbers
* | | | | | | | | | | | | | | | | | Merge pull request #11998 from ↵Rémi Verschelde2017-10-111-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DmitryKrutskikh/filter-input-events-in-project-manager-3-0 Skip unhandled input events on asset library tab. (3.0) [ci skip]
| * | | | | | | | | | | | | | | | | | Skip unhandled input events on asset library tab.DmitryKrutskikh2017-10-101-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #11966 from BastiaanOlij/stereo_skyRémi Verschelde2017-10-112-27/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues when rendering panoramic sky in stereoscopic
| * | | | | | | | | | | | | | | | | | Fix issues when rendering panoramic sky in stereoscopicBastiaan Olij2017-10-102-27/+64
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #11951 from hungrymonkey/fix_issue11873Rémi Verschelde2017-10-111-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix issue 11873. AudioStreamSample get_data() seems to be misaligned.
| * | | | | | | | | | | | | | | | | | Fix data alignment issues in get_data() in AudioStreamSamplehungrymonkey2017-10-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am fixing the issue by adding DATA_PAD to the return pointer as suggested by hi-ogawa When using set_data in AudioStreamSample in PoolByteArray, the data is set using a DATA_PAD to pad the pointer to the correct place as such uint8_t *dataptr = (uint8_t *)data; copymem(dataptr + DATA_PAD, r.ptr(), datalen); data_bytes = datalen; godot/scene/resources/audio_stream_sample.cpp#L473 All I am doing is adding a DATA_PAD to the return pointer to get_data() in AudioStreamSample to change godot/scene/resources/audio_stream_sample.cpp#L48 PoolVector<uint8_t>::Write w = pv.write(); copymem(w.ptr(), data, data_bytes); to PoolVector<uint8_t>::Write w = pv.write(); uint8_t *dataptr = (uint8_t *)data; copymem(w.ptr(), dataptr + DATA_PAD, data_bytes); Please review whether or not set or get is correct. Because this issue seems to be fixable by removing DATA_PAD in set_data() instead of adding DATA_PAD to get_data(). I have not tested the latter fix Fixes #issue, 11873
* | | | | | | | | | | | | | | | | | | Merge pull request #11875 from endragor/fix-export-loopRémi Verschelde2017-10-111-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix command-line export looping infinitely
| * | | | | | | | | | | | | | | | | | | Fix command-line export looping infinitelyRuslan Mustakov2017-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorProgress calls Main::iteration which calls MessageQueue::flush which may result in _fs_changed being called again. This fixes the loop Godot enters in such case. Fixes #11189
* | | | | | | | | | | | | | | | | | | | Merge pull request #11818 from tagcup/anisotropic_ggxRémi Verschelde2017-10-111-18/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix anisotropic GGX D function, and introduce and use anistropic GGX …
| * | | | | | | | | | | | | | | | | | | Fix anisotropic GGX D function, and introduce and use anistropic GGX G function.Ferenc Arn2017-10-091-18/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed isotropic GGX G function with Schlick approximation, and added a commented out version without the approximation. Added references.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12018 from ↵Gilles Roudiere2017-10-111-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hi-ogawa/fix-animated-sprite-frame-property-slider Fix AnimatedSprite frame property slider in editor
| * | | | | | | | | | | | | | | | | | | Fix AnimatedSprite frame property slider in editorHiroshi Ogawa2017-10-111-3/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-119-15/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 'exposed' field to ClassInfo for registered classes
| * | | | | | | | | | | | | | | | | | | Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-092-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
| * | | | | | | | | | | | | | | | | | | Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-097-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed.
* | | | | | | | | | | | | | | | | | | | Merge pull request #11958 from hi-ogawa/fix-shadow-map-front-faceGilles Roudiere2017-10-111-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix front face definition
| * | | | | | | | | | | | | | | | | | | Fix front face definitionHiroshi Ogawa2017-10-091-1/+2
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #11999 from Grosskopf/AudioServerAndStream-docsChris Bradfield2017-10-106-6/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | [DOCS] Updated AudioStream docs and added AudioServer docs
| * | | | | | | | | | | | | | | | | | | updated AudioStream docs and added AudioServer docsGrosskopf2017-10-116-6/+55
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #11945 from saltares/docs-osChris Bradfield2017-10-101-28/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] - Completes the docs for the OS class
| * | | | | | | | | | | | | | | | | | | [DOCS] - Completes the docs for the OS classDavid Saltares2017-10-101-28/+56
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #11942 from saltares/docs-engineChris Bradfield2017-10-101-5/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | [DOCS] - Complete Engine docs
| * | | | | | | | | | | | | | | | | | | [DOCS] - Complete Engine docsDavid Saltares2017-10-101-5/+14
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #11959 from hi-ogawa/fix-shadow-atlas-invalidationAndreas Haas2017-10-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track LightInstance::shadow_atlases so that it will be freed properly
| * | | | | | | | | | | | | | | | | | | Track LightInstance::shadow_atlases so that it will be freed properlyHiroshi Ogawa2017-10-091-0/+2
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #11971 from volzhs/freetype-2.8.1Andreas Haas2017-10-1079-1118/+2091
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update freetype to 2.8.1
| * | | | | | | | | | | | | | | | | | | Update freetype to 2.8.1volzhs2017-10-1079-1118/+2091
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #11919 from Toizi/array_sort_refAndreas Haas2017-10-103-10/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Array::sort/invert now return reference to Array
| * | | | | | | | | | | | | | | | | | | | Array::sort, sort_custom and invert now return reference to Array to allow ↵Marius Guggenmos2017-10-093-10/+19
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chaining of operations
* | | | | | | | | | | | | | | | | | | | Merge pull request #11775 from endragor/android-keyboard-inputAndreas Haas2017-10-102-106/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve input handling on Android
| * | | | | | | | | | | | | | | | | | | | Improve input handling on AndroidRuslan Mustakov2017-10-042-106/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dispatch input immediately as it comes, instead of delaying it to the next step(). - Fix text box input handling when caret is at the middle of the text. - Minimize queueEvent calls on Java side.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12000 from neikeq/fIgnacio Etcheverry2017-10-101-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong array index
| * | | | | | | | | | | | | | | | | | | | | Fix wrong array indexIgnacio Etcheverry2017-10-101-6/+6
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11987 from endragor/define-va-copyIgnacio Etcheverry2017-10-101-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Define va_copy with --std=c++03 (fixes #11979)
| * | | | | | | | | | | | | | | | | | | | Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Fix getting struct elements from MonoArray (#11978)Ignacio Etcheverry2017-10-102-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix getting struct elements from MonoArray * Revert undesired change
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11921 from mhilbrunner/docs-tree-treeitemChris Bradfield2017-10-092-31/+100
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Document Tree & TreeItem
| * | | | | | | | | | | | | | | | | | | | | [DOCS] Document Treemhilbrunner2017-10-092-31/+100
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11019 from poke1024/refactor-polygon-v2Gilles Roudiere2017-10-098-1378/+877
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Refactoring of polygon editors to a common code base (v2)
| * | | | | | | | | | | | | | | | | | | | Refactoring of polygon editors to a common code baseBernhard Liebl2017-10-038-1378/+877
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes rebase and manual application 67a706fc1b9721f3f06eef8be7312f175e2041ce and 4537977d6dd2a76580d9ab611a18634efab55c74