eska
82addf2ffe
Enable memory growth in WebAssembly builds
...
This allows setting TOTAL_MEMORY during runtime at the cost of reserving
a bit more memory.
2016-11-13 15:29:03 +01:00
eska
31f929caa2
Clarify a NULL comparison
...
'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-13 15:27:17 +01:00
Rémi Verschelde
7d1230a266
Merge pull request #7052 from Paulb23/text_edit_color_uniformation
...
Made background and symbol color follow the color API
2016-11-09 15:47:15 +01:00
Rémi Verschelde
2ba1b58374
Merge pull request #7039 from RandomShaper/fix-triangulation
...
Clean/fix triangulation internals
2016-11-09 15:46:13 +01:00
Rémi Verschelde
22542bc767
Merge pull request #7030 from volzhs/fix-dir-access-android
...
Fix Directory.dir_exist/get_current_dir for 'res://' on Android
2016-11-09 12:54:59 +01:00
Rémi Verschelde
a201fbb751
Merge pull request #7027 from Keetz/master
...
Fix scene tree drag & drop places node as child (#6912 )
2016-11-09 12:53:35 +01:00
Rémi Verschelde
45f0903839
Merge pull request #7070 from ISylvox/vsnc-to-vsync
...
Renames vsnc to vsync
2016-11-09 12:03:04 +01:00
Rémi Verschelde
734e04a0dd
Merge pull request #7068 from volzhs/fix-project-name
...
Set project name as directory name instead of '.'
2016-11-09 12:02:24 +01:00
Rémi Verschelde
9a504b650e
Merge pull request #7063 from volzhs/pm-auto-select
...
Select newly created or imported project automatically
2016-11-09 11:49:28 +01:00
Rémi Verschelde
aa61e9b242
Merge pull request #7060 from volzhs/label-valign
...
Fix Label valign position
2016-11-09 11:45:22 +01:00
Rémi Verschelde
699ac17c53
Merge pull request #7058 from SPTelur/Add-Missing-License
...
Add License Notice for Two Files (A_Star)
2016-11-09 11:40:27 +01:00
volzhs
8d454ed9a7
Fix Directory.dir_exist/get_current_dir for 'res://' on Android
...
Fix #7014
2016-11-09 01:50:00 +09:00
ISylvox
b5c383fd61
vsnc --> vsync
2016-11-08 21:06:57 +07:00
volzhs
571f33f863
Set project name as directory name instead of '.'
2016-11-08 21:39:28 +09:00
volzhs
b8f80e9450
Select newly created or imported project automatically
2016-11-08 03:39:05 +09:00
volzhs
c0e87f2a24
Fix Label valign position
...
Fix #7055
2016-11-07 20:15:21 +09:00
SPTelur
df737ebb46
Some missing License notice has been added
2016-11-07 06:16:18 +06:00
George Marques
cdc4664226
Merge pull request #7053 from Paulb23/caret_blink_redraw_issue_6167
...
Caret blink will no longer cause redraw without focus, issue 6167
2016-11-06 14:16:19 -02:00
George Marques
88b00cb658
Merge pull request #7048 from neikeq/pr-marshals-singleton
...
Add singleton instance to _Marshalls
2016-11-06 13:34:18 -02:00
Paulb23
7b036a94bf
Caret blink will no longer cause redraw without focus, issue 6167
2016-11-06 14:15:59 +00:00
Paulb23
0e2c15e91a
Made background and symbol color follow the color API
2016-11-06 13:50:23 +00:00
Rémi Verschelde
a4570cb461
Merge pull request #7035 from volzhs/undo-redo-duplicate
...
Prevent to make UndoRedo for duplicate if no selected node
2016-11-06 12:09:49 +01:00
Rémi Verschelde
9f7b781657
Merge pull request #7050 from DTV96Calibre/master
...
Fixed minor typo
2016-11-06 12:09:40 +01:00
Rémi Verschelde
c099b32b6c
Merge pull request #7036 from volzhs/spinbox-prefix
...
Fix updating value of SpinBox with prefix
2016-11-06 12:07:54 +01:00
Rémi Verschelde
57cc953cff
Merge pull request #7028 from bojidar-bg/gdscript-multiline-comment-fixup
...
Make GDScript parser ignore floating strings in class definition
2016-11-06 12:07:02 +01:00
Rémi Verschelde
415f5a7cfe
Merge pull request #7026 from SaracenOne/value_track_flag_fix
...
Fixed flag for importing animation and skipping value tracks.
2016-11-06 12:04:04 +01:00
Rémi Verschelde
a3724b596d
Merge pull request #7020 from akien-mga/pr-readme
...
Rewrite the README to be more descriptive
2016-11-06 12:03:28 +01:00
Rémi Verschelde
be4eff1d8b
Merge pull request #7019 from vnen/rename-winrt-uwp
...
Rename WinRT platform to UWP
2016-11-06 12:03:10 +01:00
Rémi Verschelde
20a33e809e
Merge pull request #7009 from volzhs/fix-double-click
...
Fix to focus or rename node by double click
2016-11-06 12:02:51 +01:00
DTV96Calibre
37098419c5
Fixed minor typo
2016-11-06 01:38:41 -05:00
Ignacio Etcheverry
d76f622c92
Merge pull request #7022 from neikeq/pr-issue-7013
...
Keep groups when replacing nodes
2016-11-06 02:00:21 +01:00
George Marques
79e8c7fc0d
Merge pull request #7045 from pkowal1982/script_create_icon
...
Fix #7016 , add script create icon
2016-11-05 17:57:20 -02:00
Pawel Kowal
544194053a
Fix #7016 , add script create icon
2016-11-05 18:20:59 +01:00
Ignacio Etcheverry
6d6d9bc7f9
Core: Add singleton instance to _Marshalls
2016-11-05 17:13:04 +01:00
Pedro J. Estébanez
0e1972aa51
Clean/fix triangulation internals
...
Drop unused variable
Remove commented-out code
Fix leak by using Vector instead of raw memory
2016-11-05 10:16:44 +01:00
volzhs
80b6507071
Fix updating value of SpinBox with prefix
2016-11-05 02:34:19 +09:00
volzhs
d82928eb49
Prevent to make UndoRedo for duplicate if no selected node
2016-11-05 00:52:53 +09:00
Rémi Verschelde
90519b295c
Merge pull request #7033 from akien-mga/pr-server-libs
...
server: Allow building against system libraries
2016-11-04 16:21:43 +01:00
Rémi Verschelde
5e360fe178
server: Allow building against system libraries
2016-11-03 22:53:18 +01:00
Rémi Verschelde
611a94e3a6
opus: Move public headers to match system install
2016-11-03 21:18:23 +01:00
Rémi Verschelde
f0b7162177
Merge pull request #7032 from ScotFlux/fix_tiny_typo
...
Fix a tiny typo on label.cpp
[ci skip]
2016-11-03 20:07:32 +01:00
ScotFlux
8639d6e806
fix a tiny typo
2016-11-04 01:50:21 +06:00
Rémi Verschelde
ab9fa604d1
Rewrite the README to be more descriptive
2016-11-03 19:29:31 +01:00
George Marques
411faaa6f4
Rename remaining WinRT references to UWP
2016-11-03 14:51:08 -02:00
George Marques
b113c7b7a3
Rename WINRT_ENABLED to UWP_ENABLED
2016-11-03 14:51:08 -02:00
George Marques
fb5a73a39f
Rename WinRT files to UWP
2016-11-03 14:51:08 -02:00
Rémi Verschelde
69932149bb
Merge pull request #7031 from volzhs/fix-wrong-index
...
Fix wrong number for ERR_* on comment
2016-11-03 17:03:23 +01:00
volzhs
42f2380190
Fix wrong number for ERR_* on comment
2016-11-04 00:57:34 +09:00
Rémi Verschelde
a262524a43
Merge pull request #7029 from timroes/master
...
Fix typos and missing newlines in --help
2016-11-03 16:31:59 +01:00
Tim Roes
c34aa331ec
Fix typos and missing newlines in --help
2016-11-03 16:27:40 +01:00