summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-03Merge pull request #17935 from Rubonnek/remove-unneeded-sortRémi Verschelde
Removed unneeded sort from SpriteFramesEditor plugin
2018-04-03Merge pull request #17933 from Rubonnek/comment-debugging-messagesRémi Verschelde
Comment out some debugging messages when playing Theora files
2018-04-03Merge pull request #17918 from Alexander-Alekseev/shape_bullet_memory_leak_fixRémi Verschelde
Fix of a possible memory leak in ConcavePolygonShapeBullet::setup
2018-04-03Merge pull request #17902 from Noshyaar/outlineRémi Verschelde
Mesh: fix crash when creating mesh outline from QuadMesh
2018-04-03Merge pull request #17880 from litdeviant/masterRémi Verschelde
Fix UpdatePowerInfo method implementation in PowerIphone class
2018-04-03Merge pull request #17876 from YeldhamDev/brief_desc_end_pointsRémi Verschelde
Added missing end points for brief descriptions in the docs
2018-04-03Merge pull request #17867 from beniwtv/tilemap-navigation-debugRémi Verschelde
Implement missing navigation polygon debugging in tilemap
2018-04-03Merge pull request #17857 from marcelofg55/wasapi_rate_adjustRémi Verschelde
WASAPI driver will now resample when the device rate != audio/mix_rate
2018-04-03Merge pull request #17836 from eska014/detect-emconfigRémi Verschelde
Detect and configure JavaScript build per Emscripten configuration file
2018-04-02Removed unneeded sort from SpriteFramesEditor pluginWilson E. Alvarez
2018-04-02Comment out some debugging messages when playing Theora filesWilson E. Alvarez
2018-04-02Merge pull request #17844 from Faless/uwp_fixRémi Verschelde
Fix UWP build after #17194
2018-04-02Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to ↵Alexander Alekseev
exit without releasing the 'shapeInterface' pointer.
2018-04-01Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson
Since create_outline can only make outline for PRIMITIVE_TRIANGLES, when QuadMesh (which is PRIMITIVE_TRIANGLE_FAN) is used to create outline, will leave `arrays` empty, and crash when it is being indexed for "indices" subarray. This PR shows error when there's only one surface and it is not TRIANGLES. Also prevent the crash if it has more than one surface and none of them are TRIANGLES (and any other cases that could leave `arrays` empty) by checking the size of `arrays` == 8 before indexing it, since the method seems to expect `arrays` to be of that size.
2018-03-31Merge pull request #17878 from karroffel/nativescript-1.1-bughuntThomas Herzog
[GDNative] fixed issue with library unloading order and header update
2018-03-31Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus
2018-03-31[GDNative] fixed issue with library unloading orderkarroffel
2018-03-31[GDNative] added GDCALLINGCONV to instance binding functionskarroffel
2018-03-30Added missing end points for brief descriptions in the docs.Michael Alexsander Silva Dias
2018-03-31Merge pull request #17772 from Chaosus/monowrapIgnacio Etcheverry
Add wrap functions to C#
2018-03-30README: Use HTTPS URL for image. (#17851)Maxwell Paul Brickner
Updated links to use https when possible to avoid redirects.
2018-03-30Merge pull request #17871 from romlok/interpolated-docsMax Hilbrunner
[DOCS] Some content for InterpolatedCamera
2018-03-30[DOCS] Some content for InterpolatedCameraMel Collins
2018-03-30Implement missing navgiation polygon debugging in tilemapBenedikt Bär
2018-03-30Merge pull request #17866 from mhilbrunner/docs-collisionshapeMax Hilbrunner
[DOCS] Typo fix for CollisionShape[2D]
2018-03-30[DOCS] Typo fix for CollisionShape[2D]mhilbrunner
2018-03-30Merge pull request #17861 from Faless/fix_js_httpLeon Krause
Fix bug in HTML5 HTTPClient.
2018-03-30Fix bug in HTML5 HTTPClient.Fabio Alessandrelli
The URL parameter already has a slash, adding an extra one results in an invalid resource path
2018-03-29WASAPI driver will now resample when the device rate != audio/mix_rateMarcelo Fernandez
2018-03-29Merge pull request #17831 from YeldhamDev/terminal_gles2Rémi Verschelde
Added the "GLES2" option for the video-driver in the terminal help
2018-03-29Merge pull request #17825 from Faless/osxcross_fixRémi Verschelde
Fix IPhone and OSX cross compilation
2018-03-29Fix UWP build after #17194Fabio Alessandrelli
`uwp/detect.py` was not setting the `env.msvc` variable to true causing scons to pass wrong arguments to `msvc` (using `clang/gcc` options) which in turn break the build due to `-Werror=return-type` not being recognized by ms compiler.
2018-03-29Merge pull request #17839 from Noshyaar/1Poommetee Ketson
[Docs] Control, VehicleWheel: fix typos [ci skip]
2018-03-29[Docs] fix typosPoommetee Ketson
2018-03-29Detect and configure JavaScript build per Emscripten configuration fileLeon Krause
2018-03-28[DOCS] Node & PackedScene (#17833)Max Hilbrunner
* [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO
2018-03-28[DOCS] Generic6DOFJoint fixesMax Hilbrunner
2018-03-28Fix IPhone and OSX cross compilationFabio Alessandrelli
2018-03-28Merge pull request #17785 from Rubonnek/simplify-canvas-item-logicGilles Roudiere
Simplify CanvasItemEditor anchor drag logic
2018-03-28Merge pull request #17803 from Chaosus/snap2dGilles Roudiere
Enable snapping in 2D when control key pressed
2018-03-28Enable snapping in 2D when control key pressedChaosus
2018-03-26Merge pull request #17760 from eska014/html5-refactorRémi Verschelde
Refactor HTML5 platform build script
2018-03-26Simplify CanvasItemEditor anchor drag logicWilson E. Alvarez
2018-03-26Refactor JavaScript platform build scriptLeon Krause
2018-03-26Added wrap functions to C#Chaosus
2018-03-25Added the "GLES2" option for the video-driver in the terminal help.Michael Alexsander Silva Dias
2018-03-24Merge pull request #17360 from cart/mono-basis-fixIgnacio Etcheverry
Fix mono basis GetEuler bug and marshalling/unmarshalling
2018-03-24Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson
2018-03-24Merge pull request #17134 from aaronfranke/masterIgnacio Etcheverry
[Mono] Replace float with real_t, other misc C# improvements
2018-03-24Merge pull request #17747 from robfram/fix-PR-17589Rémi Verschelde
Fix bug added in PR #17589. Resources couldn't be saved to files