Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-27 | doc: Fix scoped hyperlinks to same-class enums/methods | Rémi Verschelde | |
The class name does not need to be specified when it is the current class. | |||
2019-06-27 | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others | |||
2019-06-26 | Fixed parser treating compound assignment the same as assignment which gave ↵ | unknown | |
wrong argument usage count | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-25 | Merge pull request #30067 from GlaceGwyneth/gridmap-fix | Rémi Verschelde | |
Fix GridMap transform problems | |||
2019-06-25 | Extends wrapi/wrapf docs | Chaosus | |
2019-06-25 | Fix GridMap transform problems | Gwyneth Lowe | |
2019-06-24 | Merge pull request #29938 from jonri/fix-collisionshape-scale | Rémi Verschelde | |
Fix updating of collision shape when the transform is set | |||
2019-06-24 | Add NULL check in SSL connect_to_stream | Fabio Alessandrelli | |
2019-06-21 | Fix some editor crashes | qarmin | |
2019-06-20 | Fix updating of collision shape when the transform is set | Jon Ring | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-20 | Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 | Rémi Verschelde | |
Deprecate support for Android armv6 architecture | |||
2019-06-19 | Merge pull request #27188 from samH-FIT/MacroUpdate | Rémi Verschelde | |
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing. | |||
2019-06-19 | Deprecate armv6 support for Android | fhuya | |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-06-19 | Fixed navigation schemes Modo/Maya when used with grid map tile placement | Zach Young | |
2019-06-19 | Merge pull request #28759 from aqnuep/bc6h_fix | Rémi Verschelde | |
Enable BC6H compression for all HDR formats | |||
2019-06-19 | Merge pull request #29866 from ↵ | Rémi Verschelde | |
akien-mga/nothing-that-surrounds-us-is-object-all-is-subject GDScript: Improve error on Object to Object invalid argument calls | |||
2019-06-18 | doc: Improve docs for Resource* classes | Rémi Verschelde | |
Also move module-specific classes to their own module's `doc_classes` folder. | |||
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | |
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden to add support for different formats in ResourceLoader and ResourceSaver. Those should be exposed as they can be overridden in plugins. On the other hand, all predefined subclasses of those two base classes are only meant to register support for new file and resource types, but should not and cannot be used directly from script, so they should not be exposed. Also unexposed ResourceImporterOGGVorbis (and thus its base class ResourceImporter) which are editor-only. | |||
2019-06-18 | Merge pull request #29840 from Anutrix/master | Rémi Verschelde | |
Added description in TranslationServer and OpenSimplexNoise | |||
2019-06-18 | GDScript: Improve error on Object to Object invalid argument calls | Rémi Verschelde | |
Fixes #27804. | |||
2019-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde | |
Changing method signature in other class in not recognized in working… | |||
2019-06-17 | Merge pull request #29781 from Faless/ws/set_buffers_internal | Rémi Verschelde | |
Allow setting websocket buffers sizes internally. | |||
2019-06-17 | Added description to get_noise_1d() in OpenSimplexNoise | unknown | |
2019-06-16 | Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_support | Rémi Verschelde | |
Setup Godot to support the Oculus Mobile SDK. | |||
2019-06-16 | Merge pull request #10643 from BastiaanOlij/camera_server | Rémi Verschelde | |
CameraServer class | |||
2019-06-15 | Merge pull request #29797 from akien-mga/fix-warnings | Rémi Verschelde | |
Fix compilation warnings in JS and Windows builds | |||
2019-06-15 | Mono: Fix -Wduplicated-branches warning | Rémi Verschelde | |
2019-06-15 | Expose WebSocket set_buffers and document it. | Fabio Alessandrelli | |
2019-06-15 | Allow setting websocket buffers sizes internally. | Fabio Alessandrelli | |
Needed by LSP. | |||
2019-06-15 | Fix compilation warnings in JS and Windows builds | Rémi Verschelde | |
Warnings raised by Emscripten 1.38.0 and MinGW64 5.0.4 / GCC 8.3.0. JS can now build with `werror=yes warnings=extra`. MinGW64 still has a few warnings to resolve with `warnings=extra`, and only one with `warnings=all`. Part of #29033 and #29801. | |||
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij | |
This is a new singleton where camera sources such as webcams or cameras on a mobile phone can register themselves with the Server. Other parts of Godot can interact with this to obtain images from the camera as textures. This work includes additions to the Visual Server to use this functionality to present the camera image in the background. This is specifically targetted at AR applications. | |||
2019-06-15 | Merge pull request #29793 from Faless/enet/bind | Rémi Verschelde | |
Fix ENet incorrectly binding to wildcard. | |||
2019-06-15 | Fix ENet incorrectly binding to wildcard. | Fabio Alessandrelli | |
Values were not properly initialized, and wildcard would evaluate to true in most cases. | |||
2019-06-15 | doc: Fix formatting, typos and some descriptions in new docstrings | Rémi Verschelde | |
2019-06-14 | Merge pull request #29755 from Faless/webrtc/multiplayer_server_pr | Rémi Verschelde | |
WebRTC Multiplayer peer, documentation | |||
2019-06-14 | Add documentation for WebRTC classes. | Fabio Alessandrelli | |
2019-06-13 | Take CSG into account for nav-mesh generation | jfons | |
2019-06-12 | Merge pull request #28735 from aqnuep/dss_loader_fixes | Rémi Verschelde | |
Fixes to the DDS loader | |||
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | |
Small fixes to unrechable code, possibly overflows, using NULL pointers | |||
2019-06-11 | Merge pull request #29678 from akien-mga/err-macros-semicolon | Rémi Verschelde | |
Fix error macro calls not ending with semicolon | |||
2019-06-11 | Merge pull request #29578 from mrcdk/export_layers_gdscript | Rémi Verschelde | |
Added export hint to 2D and 3D physics and render layers. | |||
2019-06-11 | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde | |
Automatically add new line to scripts | |||
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-11 | bullet: Sync with current upstream master branch | Rémi Verschelde | |
This updates our local copy to commit 5ec8339b6fc491e3f09a34a4516e82787f053fcc. We need a recent master commit for some new features that we use in Godot (see #25543 and #28909). To avoid warnings generated by Bullet headers included in our own module, we include those headers with -isystem on GCC and Clang. Fixes #29503. | |||
2019-06-08 | Merge pull request #29606 from neikeq/remove-unneeded-mono-patches | Ignacio Roldán Etcheverry | |
Remove obsolete mono patch for pthread_mutexattr_setprotocol |