Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Catch NSException in macOS run loop to prevent crashs | Bernhard Liebl | |
2018-01-14 | Merge pull request #15684 from karroffel/nativescript-windows-editor-crash | Thomas Herzog | |
[GDNative] fix editor crash with NativeScript | |||
2018-01-14 | [GDNative] fix editor crash with NativeScript | karroffel | |
2018-01-13 | Merge pull request #15679 from bruvzg/fix_itos_on_int64_min | Rémi Verschelde | |
Fix String::itos/String::num_int64(INT64_MIN) output. | |||
2018-01-13 | Merge pull request #15680 from karroffel/gdnative-api-hash-cache | Rémi Verschelde | |
[GDNative] cache API hashes | |||
2018-01-13 | [GDNative] cache API hashes | karroffel | |
2018-01-13 | Fix String::itos/String::num_int64(INT64_MIN) output. | bruvzg | |
2018-01-13 | Merge pull request #15676 from eska014/html5-enginewrap | Rémi Verschelde | |
Wrap Emscripten module into JS Engine singleton per SCons | |||
2018-01-13 | Wrap Emscripten module into JS Engine singleton per SCons | Leon Krause | |
Emscripten's meta DCE changes in 1.37.27(/28?) make it impossible to keep using --pre-js for this | |||
2018-01-13 | Merge pull request #15670 from poke1024/fix15588 | Rémi Verschelde | |
Fixes hangs with Tree in multi selection mode (issue 15588) | |||
2018-01-13 | Fixes hangs with Tree in multi selection mode (issue 15588) | Bernhard Liebl | |
2018-01-13 | Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selection | Rémi Verschelde | |
TextEdit: Fix selection issue with undo/redo | |||
2018-01-13 | Merge pull request #15655 from endragor/fix-get-parent-range | Rémi Verschelde | |
Fix get_parent_range to return 0 when there is no parent | |||
2018-01-13 | Merge pull request #15665 from endragor/fix-android-gdnative | Rémi Verschelde | |
Fix open_dynamic_library for Android | |||
2018-01-13 | Merge pull request #15669 from poke1024/fix-dep-files-size | Rémi Verschelde | |
Fix files section size in dependency error dialog | |||
2018-01-13 | Fix files section size in dependency error dialog | Bernhard Liebl | |
2018-01-13 | SCons: Allow unbundling bullet on Linux (only 2.87+) | Rémi Verschelde | |
2018-01-13 | COPYRIGHT: Update with recently added thirdparty libraries | Rémi Verschelde | |
Also various updates to thirdparty/README.md. | |||
2018-01-13 | Merge pull request #15664 from akien-mga/thirdparty | Rémi Verschelde | |
Bugfix updates to various thirdparty libraries | |||
2018-01-13 | Fix open_dynamic_library for Android | Ruslan Mustakov | |
2018-01-13 | bullet: Streamline bundling, remove extraneous src/ folder | Rémi Verschelde | |
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one. | |||
2018-01-13 | zstd: Update to pristine 1.3.3 | Rémi Verschelde | |
2018-01-13 | tinyexr: Update to pristine commit e385dad (security update) | Rémi Verschelde | |
2018-01-13 | openssl: Update to pristine 1.0.2n (security update) | Rémi Verschelde | |
2018-01-13 | libogg: Update to pristine version 1.3.3 | Rémi Verschelde | |
2018-01-13 | Deselect on undo/redo in TextEdit | Paul Joannon | |
2018-01-13 | doc: Sync with current source | Rémi Verschelde | |
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2018-01-13 | Fix get_parent_range to return 0 when there is no parent | Ruslan Mustakov | |
Fixes #15635 | |||
2018-01-13 | Merge pull request #15653 from letheed/has-shader-override | Rémi Verschelde | |
Small fix for Control bindings | |||
2018-01-13 | Merge pull request #15654 from binbitten/fix-subres-click | Rémi Verschelde | |
Fix clicking on sub-resources in a node's right-click menu | |||
2018-01-13 | Small fix for Control bindings | letheed | |
2018-01-13 | Fix clicking on sub-resources in a node's right-click menu | binbitten | |
2018-01-13 | Bump version to 3.0-rc1 | Rémi Verschelde | |
Nothing to see here.. ;) | |||
2018-01-13 | Merge pull request #15636 from mrcdk/fix_canvas_light | Rémi Verschelde | |
Set correct types on a couple variables inside light_compute in canvas.glsl | |||
2018-01-13 | Merge pull request #15633 from binbitten/fix-mat2-align | Rémi Verschelde | |
Fix mat2 alignment | |||
2018-01-12 | Fix mat2 alignment | binbitten | |
2018-01-12 | Set correct types on a couple variables inside the canvas.glsl | MrCdK | |
2018-01-12 | Properly save the new save safe setting, avoid crash. | Juan Linietsky | |
2018-01-12 | Attempt renaming multiple times on safe file save, and make the behavior ↵ | Juan Linietsky | |
optional. Fixes #14339. | |||
2018-01-12 | Merge pull request #15630 from neikeq/issue-15454 | Rémi Verschelde | |
Mono: StackFrame and MonoDevelop crash fixes | |||
2018-01-12 | Mono: Some StackTrace to StackInfo[] fixes | Ignacio Etcheverry | |
- Sometimes `StackFrame.GetMethod()` returns null (e.g.: latest frame of a `MissingMethodException`). Still not sure what to do with that frame (maybe skip it), but at least it no longer fails. - Skip `CSharpLanguage::debug_get_current_stack_info()` if an error is printed from `GDMonoUtils::update_corlib_cache()`. - Fix crash when calling `GDMonoUtils::print_unhandled_exception(exc)` if there is no ScriptDebugger attached. | |||
2018-01-12 | Added some explanations that should make it easier to use the ↵ | Grosskopf | |
AnimationTreePlayer | |||
2018-01-12 | Mono: Fix starting MonoDevelop process from the wrong appdomain | Ignacio Etcheverry | |
2018-01-12 | Merge pull request #15623 from kubecz3k/param-name-rename | Rémi Verschelde | |
modify default param names in couple of signals | |||
2018-01-12 | Merge pull request #15628 from endragor/fix-gdnative-charstrings | Rémi Verschelde | |
Fix GDNative procedures returning godot_char_string | |||
2018-01-12 | Merge pull request #15629 from endragor/fix-shader-property | Rémi Verschelde | |
Fix Material's shader property binding | |||
2018-01-12 | Fix mat2 alignment | Juan Linietsky | |
2018-01-12 | Fix uniform alignment, closes #14962 | Juan Linietsky | |
2018-01-12 | Fix Material's shader property binding | Ruslan Mustakov | |
ShaderGraph doesn't exist in 3.0. |