Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Merge pull request #38891 from bruvzg/fix_doc_const_order | Rémi Verschelde | |
Docs: Fix order of variant constants. | |||
2020-05-21 | Merge pull request #33689 from jbuck3/signal-error | Rémi Verschelde | |
Trigger an error when trying to define a preexisting signal in GDScript | |||
2020-05-21 | Merge pull request #35900 from yamgent/unreachable | Rémi Verschelde | |
Fix false positive "Unreachable code" warning for loops | |||
2020-05-21 | Merge pull request #38907 from cj-dimaggio/rasterizer_dummy_leak | Rémi Verschelde | |
Delete DummyMesh when RasterizerStorageDummy is Freed | |||
2020-05-20 | Delete DummyMesh when RasterizerStorageDummy is freed | CJ DiMaggio | |
2020-05-20 | Docs: Fix order of variant constants. | bruvzg | |
2020-05-20 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-20 | DocData: Fix sorting of arguments and constants | Rémi Verschelde | |
The missing `operator<` definitions caused `Vector::sort()` to fail sorting those alphabetically by name on Windows (not sure why Linux isn't affected, I guess GCC/Clang are cleverer and use the operator from the first struct member). | |||
2020-05-20 | Merge pull request #38876 from paulloz/fix-import-params-error | Rémi Verschelde | |
Fix error with 'params' when import dock doesn't define any parameter | |||
2020-05-20 | Merge pull request #38874 from bruvzg/tab_drv_sel_40 | Rémi Verschelde | |
[Windows] Add tablet driver selection. | |||
2020-05-20 | Merge pull request #38794 from nekomatata/text-edit-search-result | Rémi Verschelde | |
TextEdit search returns Dictionary instead of Vector | |||
2020-05-20 | Merge pull request #38515 from Calinou/cli-scene-allow-res-tres | Rémi Verschelde | |
Allow `.res` and `.tres` extensions in the scene CLI positional argument | |||
2020-05-20 | Merge pull request #38309 from SkyLucilfer/AndroidLineEdit | Rémi Verschelde | |
Fix Android LineEdit editing bugs | |||
2020-05-20 | Merge pull request #38834 from YeldhamDev/change_type_keep_meta | Rémi Verschelde | |
Keep "lock" metadata when changing a Node's type, if applicable | |||
2020-05-20 | [Windows] Add tablet driver selection. | bruvzg | |
2020-05-20 | check the params section exist before erasing it in import_dock | Paul Joannon | |
related #38864 | |||
2020-05-19 | Merge pull request #38863 from neikeq/csharp-no-false-error-objtype-reload | Rémi Verschelde | |
Mono/C#: Remove script load error about not a Godot.Object | |||
2020-05-19 | Merge pull request #38861 from RandomShaper/fix_gdsfs_eager_stack_clear | Rémi Verschelde | |
Fix too eager GDScriptFunctionState stack cleanup | |||
2020-05-19 | Mono/C#: Remove script load error about not a Godot.Object | Ignacio Etcheverry | |
Any C# file can be loaded as script and at load time we don't yet know if it's actually meant to be used as a script. As such, such an check can result in a lot of false errors. If the file is really meant to be used as a script, an error would be printed later when attempting to instantiate it any way. | |||
2020-05-19 | Merge pull request #38857 from ↵ | Rémi Verschelde | |
akien-mga/style-clang-format-unnecessary-semicolons Style: Remove unnecessary semicolons from `core` | |||
2020-05-19 | Fix too eager GDScriptFunctionState stack cleanup | Pedro J. Estébanez | |
2020-05-19 | Merge pull request #38856 from bruvzg/win_os_exec_quotes | Rémi Verschelde | |
[Windows] Add quotes only to the command line arguments with special characters. | |||
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde | |
Semicolons are not necessary after function definitions or control flow blocks, and having some code use them makes things inconsistent (and occasionally can mess up `clang-format`'s formatting). Removing them is tedious work though, I had to do this manually (regex + manual review) as I couldn't find a tool for that. All other code folders would need to get the same treatment. | |||
2020-05-19 | Keep "lock" metadata when changing a Node's type, if applicable | Michael Alexsander | |
2020-05-19 | [Windows] Add quotes only to the command line arguments with special characters. | bruvzg | |
2020-05-19 | Merge pull request #38852 from AndreaCatania/fixed_axis_lock_kinematic | Rémi Verschelde | |
Fixed kinematic body axis lock | |||
2020-05-19 | Fixed kinematic body axis lock | Andrea Catania | |
2020-05-19 | Merge pull request #38850 from ↵ | Rémi Verschelde | |
akien-mga/style-clang-format-unnecessary-semicolons Style: Fix unnecessary semicolons that confused clang-format | |||
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde | |
2020-05-19 | Merge pull request #33447 from bruvzg/macos_zip_sign | Rémi Verschelde | |
macOS add signing of DMG and ZIPed export | |||
2020-05-19 | Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3 | Rémi Verschelde | |
Removed const from OAHashMap iterator value | |||
2020-05-19 | Merge pull request #38843 from m4gr3d/update_oculus_hand_tracking_permission | Rémi Verschelde | |
Update the permission string for Oculus hand tracking | |||
2020-05-18 | Update the permission string for the Oculus hand tracking to match the ↵ | Fredia Huya-Kouadio | |
latest api update | |||
2020-05-18 | Merge pull request #38826 from bruvzg/gdnative_core_types | Rémi Verschelde | |
Add new (and rename changed) core types to GDNative API. | |||
2020-05-18 | Merge pull request #38711 from clayjohn/force-float | Rémi Verschelde | |
Force using floats in cubemap coefficient | |||
2020-05-18 | Merge pull request #38723 from neikeq/initial-classdb-test | Rémi Verschelde | |
Added tests for ClassDB | |||
2020-05-18 | Merge pull request #38791 from clayjohn/physical-sky-update | Rémi Verschelde | |
Add night sky to PhysicalSkyMaterial | |||
2020-05-18 | Merge pull request #38820 from ericrybick/master | Rémi Verschelde | |
Fix certain characters being recognized as special keys on Windows when using the us international layout | |||
2020-05-18 | Merge pull request #38831 from RandomShaper/remove_jpgd_patch | Rémi Verschelde | |
Remove no longer needed patch to jpgd.cpp | |||
2020-05-18 | Merge pull request #38830 from akien-mga/scons-compilationdb-check | Rémi Verschelde | |
SCons: Improve registration of compilation_db tool, check version | |||
2020-05-18 | GDNative add new core types. | bruvzg | |
2020-05-18 | Fix certain characters being recognized as special keys in Windows when ↵ | Eric Rybicki | |
using the us international layout | |||
2020-05-18 | Remove no longer needed patches to jpgd.cpp | Pedro J. Estébanez | |
2020-05-18 | Merge pull request #38827 from RandomShaper/fix_oa_hash_map | Rémi Verschelde | |
Fix leaks and crashes in OAHashMap | |||
2020-05-18 | SCons: Improve registration of compilation_db tool, check version | Rémi Verschelde | |
There's a builtin `toolpath` option we can use for that, so no need to hack around a custom `scons_site` path. The script requires SCons 3.1.1 or later, so we enable it conditionally. Follow-up to #32848. | |||
2020-05-18 | Fix leaks and crashes in OAHashMap | Pedro J. Estébanez | |
This changes the way the lifespan of items is managed to be consistent. Bonus: Simplify cases of destroy-then-emplace. | |||
2020-05-18 | Merge pull request #38816 from Faless/js/fix_audio_driver_4.0 | Rémi Verschelde | |
AudioDriverJavaScript buffer size calculation. | |||
2020-05-18 | Merge pull request #38825 from akien-mga/glsl-clang-format-fixes | Rémi Verschelde | |
GLSL: Change shader type specifier from [vertex] to #[vertex] | |||
2020-05-18 | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli | |
Each driver used to define the (same) project settings values `audio/mix_rate` and `audio/output_latency`, but the setting names are not driver specific. Overriding is still possible via platform tags. | |||
2020-05-18 | AudioDriverJavaScript now compute buffer size. | Fabio Alessandrelli | |
Based on mix rate and expected latency. |