Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-30 | Fixed typo in docs for Script and GDScript classes ("exends" -> "extends") | miere43 | |
2019-11-30 | Merge pull request #34009 from flyingpimonster/gridmap-docs | Rémi Verschelde | |
Docs: GridMap and MeshLibrary | |||
2019-11-29 | Docs: GridMap and MeshLibrary | James Westman | |
The only methods left to document are resource_changed, set_clip, and the methods dealing with baked meshes. | |||
2019-11-29 | Merge pull request #33982 from neikeq/issue-29349 | Rémi Verschelde | |
Mono/C#: Add option to export assemblies outside of PCK | |||
2019-11-29 | Mono/C#: Fix crash on exported games that don't use C# | Ignacio Etcheverry | |
2019-11-29 | Mono/C#: Add option to export assemblies outside of PCK | Ignacio Etcheverry | |
When using this options, assemblies will be saved in the Assemblies folder of the data directory: 'data_AppName/Assemblies/'. | |||
2019-11-27 | Document how to bypass the unused argument/variable warning in message | Hugo Locurcio | |
Note that prefixing with an underscore only works with unused arguments and local variables, not class variables and signals. This closes #26056. | |||
2019-11-27 | Merge pull request #33946 from NeoSpark314/remove_exr_dbgprint | Rémi Verschelde | |
Remove .exr saver debug print | |||
2019-11-27 | Remove .exr saver debug print | Holger Dammertz | |
2019-11-27 | VideoStreamGDNative: Fix playing video files without audio stream | marcosjouron | |
2019-11-27 | Merge pull request #33939 from KoBeWi/grideprecatedmap | Rémi Verschelde | |
Remove deprecated theme property from GridMap | |||
2019-11-27 | Remove deprecated theme property from GridMap | Tomasz Chabora | |
2019-11-27 | Merge pull request #33921 from Faless/enet/no_relay | Rémi Verschelde | |
Add ENet option to disable server relaying. | |||
2019-11-27 | Add ENet option to disable server relaying. | Fabio Alessandrelli | |
It's useless when building fully authoritative servers, and prevents various kinds of abuse. | |||
2019-11-26 | Remove type hint from the @GDScript class documentation | Hugo Locurcio | |
The current consensus in the Godot documentation is to avoid using type hints unless they're relevant to the behavior explained. | |||
2019-11-26 | Fix memory leak in NetworkedMultiplayerENet. | Fabio Alessandrelli | |
Dynamically allocated ids of peers where not correctly freed when calling close_connection and disconnect_peer (with now=true). | |||
2019-11-25 | Added missing documentation for yield() | Zak Stam | |
Added some missing documentation about yield() being able to wait for a function also. I cant believe something like that was missing from the docs, it would have saved me so much time (and others i assume). | |||
2019-11-23 | Merge pull request #33828 from neikeq/貴様 | Rémi Verschelde | |
Mono/C#: Prevent SCons from building API solutions in parallel | |||
2019-11-22 | Mono/C#: Prevent SCons from building API solutions in parallel | Ignacio Etcheverry | |
2019-11-22 | Style: Add missing copyright headers | Rémi Verschelde | |
2019-11-22 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-11-21 | Merge pull request #33791 from neikeq/issue-33761 | Ignacio Roldán Etcheverry | |
C#: Fix PathWhich on Windows when name already has extension | |||
2019-11-21 | C#: Fix PathWhich on Windows when name already has extension | Ignacio Etcheverry | |
Also make the Posix version of PathWhich check if the file has executable access. | |||
2019-11-20 | Merge pull request #33759 from bruvzg/arkit_dyn_load | Rémi Verschelde | |
[iOS] Link and load ARKit framework dynamically. | |||
2019-11-20 | 33714 Check if the image is null before use. | K. S. Ernest (iFire) Lee | |
2019-11-20 | Merge pull request #33763 from neikeq/issue-33725 | Rémi Verschelde | |
Fix C# export error dialog showing up when it should not | |||
2019-11-20 | Fix C# export error dialog showing up when it should not | Ignacio Etcheverry | |
2019-11-20 | [iOS] Link and load ARKit framework dynamically. | bruvzg | |
2019-11-20 | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde | |
Third-party platforms (e.g. console ports) need to be able to disable JIT support in the regex module too, so it can't be hardcoded in the module SCsub. This is cleaner this way anyway. Fixes #19316. | |||
2019-11-19 | Mono/C#: Bundle libmono-btls-shared.dll on Windows if it exists | Ignacio Etcheverry | |
2019-11-19 | Merge pull request #33673 from YeldhamDev/script_templates_lines_style | Rémi Verschelde | |
Make the script templates' blank lines conform with the official style guide | |||
2019-11-18 | C#: Throw NullReferenceException for null NodePath/RID params | Ignacio Etcheverry | |
2019-11-18 | Revert "Update opus to 1.3.1 and opusfile to 0.11" | Rémi Verschelde | |
This reverts commit e00426c512a7905f5f925d382c443bab7a0ca693. The way we handle platform-specific intrinsics is not good, so the current state will not compile on armv8. This commit also requires SSE4.1 support, which is likely not a good idea for portable binaries. We'll have to redo this with more caution after 3.2 is released, or we might simply drop opus as we're only using it as dependency for theora right now. Fixes #33606. | |||
2019-11-17 | Make the script templates' blank lines conform with the official style guide | Michael Alexsander | |
2019-11-16 | Merge pull request #33662 from touilleMan/issue-30577 | Rémi Verschelde | |
Add singleton_name field to autogenerated json api | |||
2019-11-16 | Merge pull request #33637 from madmiraal/fix-c4334-warning | Rémi Verschelde | |
Fix Visual Studio throwing C4334 warning. | |||
2019-11-16 | Merge pull request #33643 from Calinou/visual-script-multiply-sign | Rémi Verschelde | |
Use the Unicode "multiply" sign for the "A x B" visual script node | |||
2019-11-16 | Merge pull request #33603 from neikeq/ばか | Rémi Verschelde | |
Mono/C#: WebAssembly and initial AOT support | |||
2019-11-16 | Add singleton_name field to autogenerated json api | Emmanuel Leblond | |
2019-11-15 | Use the Unicode "multiply" sign for the "A x B" visual script node | Hugo Locurcio | |
2019-11-15 | Fix Visual Studio throwing C4334 warning. | Marcel Admiraal | |
2019-11-15 | Make C# internal calls return structs as ref parameters | Ignacio Etcheverry | |
The Mono IL interpreter's WebAssembly to native trampolines don't support passing structs by value, so we need to do it this way. Also now we pass and return long, ulong, float and double as ref parameters as well. This is due to missing trampolines for float and long types. This is likely a temporary workaround that will be reverted in the future. The correct solution would be to patch 'mono/mini/m2n-gen.cs' when building the Mono runtime for WASM in order to generate the trampolines we need. | |||
2019-11-15 | Mono/C#: Initial exporter support for AOT compilation | Ignacio Etcheverry | |
2019-11-15 | Parser: Check all the arguments of the ternary operator | lupoDharkael | |
2019-11-13 | Mono/C#: WebAssembly support | Ignacio Etcheverry | |
2019-11-12 | Merge pull request #32966 from ffaristocrat/fix-hex-parsing | Rémi Verschelde | |
Fix base 16 hex literal parsing | |||
2019-11-12 | Fixes #32963 by correctly parsing bin/hex literals | Micheál Keane | |
2019-11-12 | Merge pull request #33249 from JoshLee0915/MonoHeadlessServer | Ignacio Roldán Etcheverry | |
Added missing server platform checks to template dir and shared lib copy in mono_configure.py | |||
2019-11-12 | Merge pull request #33311 from SneakyFish5/update-opus | Rémi Verschelde | |
Update opus to 1.3.1 and opusfile to 0.11 | |||
2019-11-11 | AudioStreamOGGVorbis: Expose loop and loop_offset as properties | Rémi Verschelde | |
Fixes #11231. |