| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-11-18 | memory ops implemented as OS functions by default | Ariel Manzur | 2 | -121/+8 | |
| (cherry picked from commit 67f65f66391327b2967a20a89c3627e1dd6e84eb) | |||||
| 2016-11-18 | adding get_stored_values method | Ariel Manzur | 2 | -1/+20 | |
| changed order name (cherry picked from commit dbca4ee3fe283f59a8c9d50aae73b97f48be7b01) | |||||
| 2016-11-16 | Add missing commit title in the log example | Rémi Verschelde | 1 | -0/+2 | |
| 2016-11-16 | Add instructions about git commit log formatting | Rémi Verschelde | 1 | -0/+22 | |
| 2016-11-15 | Blimey! Ye Pirate locale be anchor' a'port! | Rémi Verschelde | 1 | -0/+2 | |
| 2016-11-15 | i18n: Sync template and translations with current code | Rémi Verschelde | 33 | -1844/+3415 | |
| 2016-11-15 | i18n: Sync translations with Weblate | Rémi Verschelde | 14 | -574/+13924 | |
| Adds initial translations for Hungarian and Pirate (yaaaar!) | |||||
| 2016-11-14 | Added snapping to 3D path handles to bring it in line with its 2D counterpart | Ben Hickling | 1 | -0/+6 | |
| 2016-11-14 | Check entered and trimmed path when create, import, install project | volzhs | 1 | -30/+22 | |
| 2016-11-14 | Uncomment debug properties of HTTP Request | khairul169 | 1 | -12/+12 | |
| 2016-11-14 | Fix crash when select target path on import 3d scene window | volzhs | 2 | -2/+2 | |
| 2016-11-13 | Update/fix Android build | Pedro J. Estébanez | 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 | |||||
| 2016-11-14 | Emit "*_changed" signal in set_* | volzhs | 3 | -1/+3 | |
| 2016-11-13 | Remove explicit BINARYEN_METHOD for WebAssembly build | eska | 1 | -1/+0 | |
| This option is the default since Binaryen version 21. | |||||
| 2016-11-13 | Enable memory growth in WebAssembly builds | eska | 1 | -0/+7 | |
| This allows setting TOTAL_MEMORY during runtime at the cost of reserving a bit more memory. | |||||
| 2016-11-13 | Clarify a NULL comparison | eska | 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. | |||||
| 2016-11-12 | Prevent to select children if selection lock or instanced scene | volzhs | 1 | -7/+14 | |
| Fix #7086 | |||||
| 2016-11-11 | Add "Positive" operator to VisualScript | George Marques | 1 | -1/+6 | |
| 2016-11-11 | Can create or load script on Attach script dialog | volzhs | 4 | -106/+100 | |
| 2016-11-08 | Make Android export quicker (especially on Windows) | Pedro J. Estébanez | 1 | -19/+19 | |
| 2016-11-08 | Export immediately if only one device present | Pawel Kowal | 1 | -6/+17 | |
| 2016-11-09 | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2 | -2/+7 | |
| Fix #7014 | |||||
| 2016-11-08 | vsnc --> vsync | ISylvox | 9 | -11/+11 | |
| 2016-11-08 | Set project name as directory name instead of '.' | volzhs | 1 | -2/+2 | |
| 2016-11-08 | Select newly created or imported project automatically | volzhs | 2 | -2/+45 | |
| 2016-11-07 | Fix Label valign position | volzhs | 1 | -3/+3 | |
| Fix #7055 | |||||
| 2016-11-07 | Some missing License notice has been added | SPTelur | 2 | -0/+59 | |
| 2016-11-06 | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 | 2 | -2/+2 | |
| 2016-11-06 | Made background and symbol color follow the color API | Paulb23 | 5 | -36/+13 | |
| 2016-11-06 | Fixed minor typo | DTV96Calibre | 1 | -1/+1 | |
| 2016-11-05 | Fix #7016, add script create icon | Pawel Kowal | 4 | -2/+98 | |
| 2016-11-05 | Core: Add singleton instance to _Marshalls | Ignacio Etcheverry | 3 | -2/+14 | |
| 2016-11-05 | Clean/fix triangulation internals | Pedro J. Estébanez | 2 | -13/+5 | |
| Drop unused variable Remove commented-out code Fix leak by using Vector instead of raw memory | |||||
| 2016-11-05 | Fix updating value of SpinBox with prefix | volzhs | 1 | -1/+4 | |
| 2016-11-05 | Prevent to make UndoRedo for duplicate if no selected node | volzhs | 1 | -0/+2 | |
| 2016-11-03 | server: Allow building against system libraries | Rémi Verschelde | 1 | -0/+45 | |
| 2016-11-03 | opus: Move public headers to match system install | Rémi Verschelde | 10 | -3/+4 | |
| 2016-11-04 | fix a tiny typo | ScotFlux | 1 | -2/+2 | |
| 2016-11-03 | Rewrite the README to be more descriptive | Rémi Verschelde | 1 | -15/+51 | |
| 2016-11-03 | Rename remaining WinRT references to UWP | George Marques | 18 | -169/+169 | |
| 2016-11-03 | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 17 | -30/+30 | |
| 2016-11-03 | Rename WinRT files to UWP | George Marques | 22 | -31/+31 | |
| 2016-11-04 | Fix wrong number for ERR_* on comment | volzhs | 1 | -12/+12 | |
| 2016-11-03 | Fix typos and missing newlines in --help | Tim Roes | 1 | -3/+2 | |
| 2016-11-03 | Fix scene tree drag & drop places node as child (#6912) | Keetz | 1 | -31/+4 | |
| 2016-11-03 | Make GDScript parser ignore floating strings in class definition | Bojidar Marinov | 1 | -1/+10 | |
| Fixes #1320 | |||||
| 2016-11-03 | Fixed flag for importing animation and skipping value tracks. | Saracen | 3 | -44/+51 | |
| 2016-11-03 | scons: Reorder options for clarity | Rémi Verschelde | 21 | -84/+89 | |
| Also prefix all thirdparty-related toggles with `builtin`. | |||||
| 2016-11-03 | Keep groups when replacing nodes | Ignacio Etcheverry | 1 | -0/+6 | |
| 2016-11-02 | libpng: Update to upstream 1.6.26 | Rémi Verschelde | 23 | -1095/+1416 | |
