Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-15 | Make the replaced results appear in the matches counter | Michael Alexsander | |
2019-11-15 | Merge pull request #33632 from lupoDharkael/ternary-check | Rémi Verschelde | |
Parser: Check all the arguments of the ternary operator | |||
2019-11-15 | Merge pull request #33635 from akien-mga/emscripten-fix-1.39.1-support | Rémi Verschelde | |
HTML5: Fix support for Emscripten 1.39.1+ | |||
2019-11-15 | HTML5: Fix support for Emscripten 1.39.1+ | Rémi Verschelde | |
A change in upstream Emscripten 1.39.1+ made our buildsystem error out where it was previously only issuing a warning: ``` [ 5%] Linking Static Library ==> main/libmain.javascript.opt.bc shared:WARNING: Assuming object file output in the absence of `-c`, based on output filename. Please add with `-c` or `-r` to avoid this warning Ranlib Library ==> main/libmain.javascript.opt.bc /opt/emsdk/upstream/bin/llvm-ranlib: error: unable to load 'main/libmain.javascript.opt.bc': file too small to be an archive ``` As advised on emscripten-core/emscripten#9806, we should be using `emar` here to create the static library and not `emcc`. This was apparently done to workaround Emscripten issues in the past, but evidently this is no longer necessary. The rest of the `env` redefinitions should probably be re-assessed against the current state of Emscripten. Fixes #33374. | |||
2019-11-15 | Parser: Check all the arguments of the ternary operator | lupoDharkael | |
2019-11-14 | Merge pull request #33607 from Calinou/orbit-modifier-always-alt | Rémi Verschelde | |
Always allow Alt as an orbit modifier in the 3D editor | |||
2019-11-14 | Always allow Alt as an orbit modifier in the 3D editor | Hugo Locurcio | |
This makes it easier to navigate in 3D when using a graphics tablet. This fallback modifier will only be available if no other modifier is using Alt. This partially addresses https://github.com/godotengine/godot-proposals/issues/196. | |||
2019-11-14 | Merge pull request #33621 from Calinou/export-runnable-tooltip | Rémi Verschelde | |
Add a tooltip to explain what marking a preset as "runnable" does | |||
2019-11-14 | Add a tooltip to explain what marking a preset as "runnable" does | Hugo Locurcio | |
2019-11-14 | Merge pull request #33617 from Chaosus/fix_theme_element2 | Rémi Verschelde | |
Fix incorrect error/matches label color when switching from light to dark theme | |||
2019-11-14 | EditorNode: Improve tooltip for pause button | Rémi Verschelde | |
Closes #14742. | |||
2019-11-14 | Fix incorrect error label color when switching from light to dark theme | Yuri Roubinsky | |
2019-11-14 | Merge pull request #33614 from Chaosus/fix_theme_element | Rémi Verschelde | |
Fix "matches" label color in light theme | |||
2019-11-14 | Merge pull request #33608 from groud/disable_ok_button_input_settings | Rémi Verschelde | |
Disable ok button if no key is selected when adding event to an action | |||
2019-11-14 | Merge pull request #33601 from willnationsdev/nodepath-docs | Rémi Verschelde | |
Added more in-depth examples of NodePaths in API docs. | |||
2019-11-14 | Fix "matches" label color in light theme | Yuri Roubinsky | |
2019-11-13 | Disable ok button if no key is selected when adding event to an action | Gilles Roudière | |
2019-11-13 | Added more in-depth examples of NodePaths in API docs. | willnationsdev | |
2019-11-13 | Merge pull request #33595 from Faless/fix/explain_msg_strip | Rémi Verschelde | |
Fix explain message not being stripped in release. | |||
2019-11-13 | Merge pull request #33596 from KoBeWi/sell_tile | Rémi Verschelde | |
Make sure tile is selected when selecting TileMap | |||
2019-11-13 | Make sure tile is selected when selecting TileMap | Tomasz Chabora | |
2019-11-13 | Fix explain message not being stripped in release. | Fabio Alessandrelli | |
Messages coming from ERR_EXPLAIN / ERR_*_MSG macros used to strip the error explanation in release builds and was changed in a recent refactoring. This commit restores the old behaviour (fixing release builds). | |||
2019-11-13 | Merge pull request #33591 from zaksnet/fix-string-docs-split | Rémi Verschelde | |
Fix split/rsplit docs | |||
2019-11-13 | Fix split/rsplit docs | Zak | |
2019-11-13 | Merge pull request #33589 from JFonS/fix_scaled_gizmos | Rémi Verschelde | |
Fix broken gizmo interaction when Node is scaled | |||
2019-11-13 | Fix broken gizmo interaction when Node is scaled | JFonS | |
2019-11-13 | Merge pull request #33536 from akien-mga/revert-25474-android-gestures | Rémi Verschelde | |
Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture" | |||
2019-11-12 | Merge pull request #33576 from merumelu/doc-reload-current-scene | Rémi Verschelde | |
Doc: Add return values for SceneTree::reload_current_scene | |||
2019-11-12 | Merge pull request #33575 from KoBeWi/zoomset | Rémi Verschelde | |
Properly handle zoom when opening tileset editor | |||
2019-11-12 | doc: PCKPacker class example code | IlyaStuurFedorov | |
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 | Doc: Add return values for SceneTree::reload_current_scene | merumelu | |
2019-11-12 | Properly handle zoom when opening tileset editor | Tomasz Chabora | |
2019-11-12 | Update AUTHORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @kawa-yoiko, @m4gr3d, @QbieShay, @RevoluPowered, @rxlecky | |||
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 #33571 from KoBeWi/new_crash | Rémi Verschelde | |
Prevent crash when scene has path, but no file | |||
2019-11-12 | Prevent crash when scene has path, but no file | Tomasz Chabora | |
2019-11-12 | Merge pull request #33568 from akien-mga/opus-fixup-33311 | Rémi Verschelde | |
opus: Packaging fixups after #33311 | |||
2019-11-12 | opus: Packaging fixups after #33311 | Rémi Verschelde | |
Removes the custom code for VS2012 support in config.h, and reduces diff with upstream config.h. We still have many custom defines for ARM optimizations which we probably don't use properly, since we don't compile the included asm code, so a thorough review and cleanup would be welcome. | |||
2019-11-12 | Merge pull request #33565 from akien-mga/vhacd-b07958e | Rémi Verschelde | |
vhacd: Sync with upstream b07958e | |||
2019-11-12 | Merge pull request #33563 from akien-mga/tinyexr-656bb61 | Rémi Verschelde | |
tinyexr: Sync with upstream 656bb61 | |||
2019-11-12 | Merge pull request #33562 from akien-mga/nanosvg-25241c5 | Rémi Verschelde | |
nanosvg: Sync with upstream c1f6e20 | |||
2019-11-12 | Merge pull request #33561 from akien-mga/miniupnpc-0ab1d67 | Rémi Verschelde | |
miniupnpc: Sync with upstream master (0ab1d67) | |||
2019-11-12 | Merge pull request #33560 from akien-mga/mbedtls-2.16.3 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.16.3 | |||
2019-11-12 | Merge pull request #33559 from akien-mga/glad-0.1.33 | Rémi Verschelde | |
glad: Sync with upstream 0.1.33 | |||
2019-11-12 | vhacd: Sync with upstream b07958e | Rémi Verschelde | |
Nothing to see here, it is just a cosmetic sync to confirm that we have the latest upstream changes. | |||
2019-11-12 | tinyexr: Sync with upstream 656bb61 | Rémi Verschelde | |
2019-11-12 | nanosvg: Sync with upstream c1f6e20 | Rémi Verschelde | |
Now formally unmaintained, so probably no further sync to expect from this repository. | |||
2019-11-12 | miniupnpc: Sync with upstream master (0ab1d67) | Rémi Verschelde | |