| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | OS additions and fixes for WebAssembly/asm.js | eska | 2016-11-30 | 4 | -57/+49 |
| | | | | | | | | - Implement alert, shell_open, set_window_title - Add locale lookup, fixes #2477 - Print without color control sequences - Move get_executable_path implementation to OS_JavaScript | ||||
| * | Merge pull request #7109 from volzhs/emit-signal-from-set | George Marques | 2016-11-14 | 3 | -1/+3 |
| |\ | | | | | Emit "*_changed" signal in set_* | ||||
| | * | Emit "*_changed" signal in set_* | volzhs | 2016-11-14 | 3 | -1/+3 |
| | | | |||||
| * | | Merge pull request #7111 from volzhs/crash-import-scene | Rémi Verschelde | 2016-11-14 | 2 | -2/+2 |
| |\ \ | | | | | | | Fix crash when select target path on import 3d scene window | ||||
| | * | | Fix crash when select target path on import 3d scene window | volzhs | 2016-11-14 | 2 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #7110 from RandomShaper/patch-2 | Rémi Verschelde | 2016-11-14 | 1 | -7/+7 |
| |\ \ | | | | | | | Update/fix Android build | ||||
| | * | | Update/fix Android build | Pedro J. Estébanez | 2016-11-13 | 1 | -7/+7 |
| | |/ | | | | | | | | | Fix wrong path for 32-bit Windows, which fixes #7084 Exclude 32-bit Windows from multi-threaded linking because it's not supported by the NDK Remove 32-bit Linux as there is no NDK variant for it | ||||
| * | | Merge pull request #7107 from eska014/wasm | Rémi Verschelde | 2016-11-14 | 2 | -2/+8 |
| |\ \ | | | | | | | Some WebAssembly stuff | ||||
| | * | | Remove explicit BINARYEN_METHOD for WebAssembly build | eska | 2016-11-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | This option is the default since Binaryen version 21. | ||||
| | * | | Enable memory growth in WebAssembly builds | eska | 2016-11-13 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | This allows setting TOTAL_MEMORY during runtime at the cost of reserving a bit more memory. | ||||
| | * | | Clarify a NULL comparison | eska | 2016-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 'TreeItem::get_children()' does not return the child count, but rather a pointer to the children. This comparison caused an error during WebAssembly builds using the LLVM backend path. | ||||
| * | | | Merge pull request #7101 from volzhs/fix-box-selection | Rémi Verschelde | 2016-11-14 | 1 | -7/+14 |
| |\ \ \ | |_|/ |/| | | Prevent to select children if selection lock or instanced scene | ||||
| | * | | Prevent to select children if selection lock or instanced scene | volzhs | 2016-11-12 | 1 | -7/+14 |
| | | | | | | | | | | | | | Fix #7086 | ||||
| * | | | Merge pull request #6968 from neikeq/pr-register-trnglmesh | Ignacio Etcheverry | 2016-11-12 | 1 | -0/+2 |
| |\ \ \ | | | | | | | | | Core: Register TriangleMesh type | ||||
| | * | | | Core: Register TriangleMesh type | Ignacio Etcheverry | 2016-10-30 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Merge pull request #7100 from vnen/visualscript-positive | Rémi Verschelde | 2016-11-12 | 1 | -1/+6 |
| |\ \ \ \ | |_|/ / |/| | | | Add "Positive" operator to VisualScript | ||||
| | * | | | Add "Positive" operator to VisualScript | George Marques | 2016-11-11 | 1 | -1/+6 |
| |/ / / | |||||
| * | | | Merge pull request #6998 from volzhs/fix-editor-settings | Rémi Verschelde | 2016-11-11 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | Fix resetting to default value in EditorSettings | ||||
| | * | | | Fix resetting to default value in EditorSettings | volzhs | 2016-11-01 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Merge pull request #6802 from henriquelalves/master | Rémi Verschelde | 2016-11-11 | 4 | -4/+59 |
| |\ \ \ \ | | | | | | | | | | | Added small modification on gdscript parser to allow users insert '+' before variables | ||||
| | * | | | | Added small modification on parser for '+' | Henrique L. Alves | 2016-10-22 | 4 | -4/+59 |
| | | | | | | |||||
| * | | | | | Merge pull request #7082 from volzhs/attach-script | Rémi Verschelde | 2016-11-11 | 4 | -106/+100 |
| |\ \ \ \ \ | | | | | | | | | | | | | Can create or load script on Attach script dialog | ||||
| | * | | | | | Can create or load script on Attach script dialog | volzhs | 2016-11-11 | 4 | -106/+100 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #7079 from RandomShaper/quicker-android-export | Rémi Verschelde | 2016-11-11 | 1 | -19/+19 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Make Android export quicker (especially on Windows) | ||||
| | * | | | | | | Make Android export quicker (especially on Windows) | Pedro J. Estébanez | 2016-11-08 | 1 | -19/+19 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #7078 from pkowal1982/export_button | Rémi Verschelde | 2016-11-11 | 1 | -6/+17 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Export immediately if only one device present | ||||
| | * | | | | | | | Export immediately if only one device present | Pawel Kowal | 2016-11-08 | 1 | -6/+17 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #6862 from Faless/fix_6388 | Rémi Verschelde | 2016-11-11 | 4 | -12/+12 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix Keyboard Input Hangs when using modifiers | ||||
| | * | | | | | | | Fix Keyboard Input Hangs when using modifiers | Fabio Alessandrelli | 2016-10-19 | 4 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main input parsing loop only update actions for keyboard if the state has changed. `InputMap::event_is_action` now ignores keyboard modifiers if the event is not pressed. Clarify difference between `InputMap::action_has_event` and `InputMap::event_is_action` in docs. Fixes #6388. | ||||
| * | | | | | | | | Merge pull request #6833 from Elinvention/master | Rémi Verschelde | 2016-11-11 | 1 | -4/+13 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Make the step property useful for sliders | ||||
| | * | | | | | | | Make the step property useful for sliders as described in #5773 | Elia Argentieri | 2016-10-15 | 1 | -4/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde | 2016-11-09 | 5 | -36/+13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Made background and symbol color follow the color API | ||||
| | * | | | | | | | | Made background and symbol color follow the color API | Paulb23 | 2016-11-06 | 5 | -36/+13 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #7039 from RandomShaper/fix-triangulation | Rémi Verschelde | 2016-11-09 | 2 | -13/+5 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | Clean/fix triangulation internals | ||||
| | * | | | | | | | | Clean/fix triangulation internals | Pedro J. Estébanez | 2016-11-05 | 2 | -13/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop unused variable Remove commented-out code Fix leak by using Vector instead of raw memory | ||||
| * | | | | | | | | | Merge pull request #7030 from volzhs/fix-dir-access-android | Rémi Verschelde | 2016-11-09 | 2 | -2/+7 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | ||||
| | * | | | | | | | | | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2016-11-09 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7014 | ||||
| * | | | | | | | | | | Merge pull request #7027 from Keetz/master | Rémi Verschelde | 2016-11-09 | 1 | -31/+4 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix scene tree drag & drop places node as child (#6912) | ||||
| | * | | | | | | | | | | Fix scene tree drag & drop places node as child (#6912) | Keetz | 2016-11-03 | 1 | -31/+4 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #7070 from ISylvox/vsnc-to-vsync | Rémi Verschelde | 2016-11-09 | 9 | -11/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Renames vsnc to vsync | ||||
| | * | | | | | | | | | | | vsnc --> vsync | ISylvox | 2016-11-08 | 9 | -11/+11 |
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #7068 from volzhs/fix-project-name | Rémi Verschelde | 2016-11-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Set project name as directory name instead of '.' | ||||
| | * | | | | | | | | | | | Set project name as directory name instead of '.' | volzhs | 2016-11-08 | 1 | -2/+2 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #7063 from volzhs/pm-auto-select | Rémi Verschelde | 2016-11-09 | 2 | -2/+45 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Select newly created or imported project automatically | ||||
| | * | | | | | | | | | | | Select newly created or imported project automatically | volzhs | 2016-11-08 | 2 | -2/+45 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #7060 from volzhs/label-valign | Rémi Verschelde | 2016-11-09 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix Label valign position | ||||
| | * | | | | | | | | | | | Fix Label valign position | volzhs | 2016-11-07 | 1 | -3/+3 |
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7055 | ||||
| * | | | | | | | | | | | Merge pull request #7058 from SPTelur/Add-Missing-License | Rémi Verschelde | 2016-11-09 | 2 | -0/+59 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Add License Notice for Two Files (A_Star) | ||||
| | * | | | | | | | | | | Some missing License notice has been added | SPTelur | 2016-11-07 | 2 | -0/+59 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #7053 from Paulb23/caret_blink_redraw_issue_6167 | George Marques | 2016-11-06 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Caret blink will no longer cause redraw without focus, issue 6167 | ||||
