Rémi Verschelde
db49f35ab8
SCons: Fix usage of LD when we meant LINK
...
Also made LINK and CXXFLAGS configurable as command line options.
Note that LINK currently expects the *compiler* that will be used
for linking and will call its configured linker behind the scenes
(so g++, clang++, etc., not ld.gold). See #15364 for details.
2018-01-05 20:37:45 +01:00
Juan Linietsky
380ee87e80
Fixed problem with missing uninitialized last byte on waveform trip, closes #15316
2018-01-05 16:28:08 -03:00
Rémi Verschelde
22cd45b1d5
Merge pull request #15365 from guilhermefelipecgs/add_unimplemented_method
...
Add missing method for javascript
2018-01-05 19:46:27 +01:00
Juan Linietsky
90d47ae23d
Force button release when window focuses out, fixes #15318 and likely many other issues.
2018-01-05 15:40:08 -03:00
Rémi Verschelde
eaa9a98c63
Merge pull request #15372 from Faless/fix_themes
...
Fix theme inheritance
2018-01-05 18:45:27 +01:00
Juan Linietsky
7332da31fc
Forced set mouse global position always, hopefully will fix #15354 , otherwise out of luck.
2018-01-05 14:33:13 -03:00
Fabio Alessandrelli
a63a82d5e5
Fix theme inheritance
2018-01-05 18:30:40 +01:00
Guilherme Silva
ea02c62345
Add missing method for javascript
2018-01-05 13:37:31 -02:00
Juan Linietsky
003f2dab78
Fix dual paraboloid shadow maps, closes #14487
2018-01-05 12:13:52 -03:00
Juan Linietsky
0c86c1ad15
Fixed GIProbe blending, closes #15164
2018-01-05 10:34:31 -03:00
Juan Linietsky
a8a3d5c835
Fixes to GLTF2 importer skeleton positioning, though vertex bone indices still look broken somehow..
2018-01-05 09:53:40 -03:00
Andreas Haas
fab0d53f7e
X11: Add missing return in OS_X11::initialize().
2018-01-05 12:11:45 +01:00
Rémi Verschelde
8ec06de668
Issue template: Remove checkbox and reword some comments
2018-01-05 10:58:04 +01:00
Rémi Verschelde
30cd6643be
Merge pull request #15356 from damarindra/tileset-properties
...
prevent autotile properties out of bounds
2018-01-05 09:38:25 +01:00
damarindra
0ae4ca7066
prevent autotile properties out of bounds
2018-01-05 15:28:36 +07:00
Rémi Verschelde
5322ed05c7
Merge pull request #15352 from thomaslynge/anim_drag_key_glitch
...
Visual glitch when dragging keyframes #15285
2018-01-05 08:00:25 +01:00
Thomas Lynge
509ac1e0b8
Visual glitch when dragging keyframes #15285 . Changed to int cast.
2018-01-05 06:24:17 +01:00
Rémi Verschelde
34c988cfa9
Drop obsolete bitmap doc fonts
2018-01-05 01:23:55 +01:00
Rémi Verschelde
e4213e66b2
Add missing copyright headers and fix formatting
...
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
2018-01-05 01:22:23 +01:00
Rémi Verschelde
eb892cd0f1
Improve script to add/fix copyright headers
...
- The header now always ends with exactly one empty line
- Comments after the header are no longer removed
- Improved readability with clearer file names and comments
2018-01-05 01:22:22 +01:00
Thomas Lynge
251a017447
Visual glitch when dragging keyframes #15285
2018-01-05 00:11:54 +01:00
Rémi Verschelde
3f9f0b3dbb
Merge pull request #15347 from leoddd/leoddd-patch-1
...
(DOCS) forward_canvas_gui_input only takes one parameter
2018-01-04 22:14:17 +01:00
Tim Schellenberg
2f7ab58780
forward_canvas_gui_input only takes one parameter
2018-01-04 22:07:32 +01:00
Rémi Verschelde
0f8ac21592
Merge pull request #15346 from neikeq/properties-are-overrated
...
Mono: Add properties support in scripts
2018-01-04 21:50:04 +01:00
Ignacio Etcheverry
119a910bc6
Mono: Add properties support in scripts
2018-01-04 21:16:22 +01:00
Rémi Verschelde
db3f87d491
Merge pull request #15343 from touilleMan/add-gdnative-wrapper-on-ci
...
[GDnative] Add GDnative wrapper lib on CI build
2018-01-04 21:16:08 +01:00
Rémi Verschelde
1e556173b5
Merge pull request #15338 from touilleMan/disable-lto-gdnative-wrapper
...
[GDnative] Disable lto for gdnative wrapper
2018-01-04 21:15:02 +01:00
Rémi Verschelde
1b79326c0f
Merge pull request #15341 from volzhs/scene-index-error
...
Fix get_edited_scene_root error at starting editor
2018-01-04 20:42:47 +01:00
Rémi Verschelde
67079f0696
Merge pull request #15340 from sudoio/master
...
Clean up \n from end of translation strings
2018-01-04 20:40:18 +01:00
Emmanuel Leblond
e7965b0f8a
Add GDnative wrapper lib on CI build
2018-01-04 20:32:12 +01:00
Emmanuel Leblond
c1eba93cae
Disable lto for gdnative wrapper
2018-01-04 20:29:47 +01:00
Artem Varaksa
928ca10a7b
Clean up \n from end of translation strings
2018-01-04 22:00:39 +03:00
volzhs
1876999b3a
Fix get_edited_scene_root error at starting editor
...
Fix #15300
2018-01-05 03:55:43 +09:00
Rémi Verschelde
92e114edfd
Merge pull request #15335 from volzhs/popup-menu
...
Fix PopupMenu to show & detect properly hover area
2018-01-04 19:54:19 +01:00
Rémi Verschelde
32bb236f24
Merge pull request #15334 from poke1024/textedit-mousepos
...
Fix TextEdit::_get_mouse_pos rounding errors
2018-01-04 19:53:43 +01:00
Rémi Verschelde
1f382ba434
Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docs
...
Document Control.mouse_filter and its constants.
2018-01-04 19:51:41 +01:00
Duy-Nguyen TA
322cb08dd9
Fix macOS and other builds after #15299
...
Commit ammended by @akien-mga to fix more platforms.
2018-01-04 19:48:05 +01:00
Juan Linietsky
6e2ed15ff1
Add support from properly exporting shared objects, needed for GDNative export
2018-01-04 15:43:06 -03:00
volzhs
f2d531bd43
Fix PopupMenu to show & detect properly hover area
...
Fix #15275
2018-01-05 02:37:46 +09:00
Bernhard Liebl
cc64679a20
Fix TextEdit::_get_mouse_pos rounding errors
2018-01-04 18:30:15 +01:00
PJB3005
305ab94431
Document Control.mouse_filter and its constants.
2018-01-04 18:20:19 +01:00
volzhs
7555fdc003
Merge pull request #15330 from sudoio/master
...
Fixed missing parenthesis
2018-01-05 02:14:49 +09:00
Artem Varaksa
76b5f8b0df
Fixed missing parenthesis
2018-01-04 19:31:35 +03:00
Rémi Verschelde
d78335d87f
Add missing translation in Javascript export dialog
...
Also remove newlines from translated strings.
2018-01-04 16:08:24 +01:00
Rémi Verschelde
df04f462fc
Merge pull request #15326 from robfram/issue-15303
...
Fix Issue#15303 FreeBSD compilation error in thekla_atlas
2018-01-04 16:05:25 +01:00
Rémi Verschelde
d9e254b318
Merge pull request #15323 from poke1024/fix-pm-scroll-glitch
...
Project Manager: fix random breaking of scrolling
2018-01-04 15:47:24 +01:00
robfram
f2afddbc52
Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong definition of NV_OS_LINUX instead NV_OS_FREEBSD
2018-01-04 15:31:08 +01:00
Rémi Verschelde
f8b58784bc
Merge pull request #13257 from AndreaCatania/master
...
Fixed kinematic movement stuck, Changed how shape scale works.
2018-01-04 15:26:23 +01:00
Rémi Verschelde
c4c1ca9cb1
Merge pull request #15223 from ibrahn/ogg-data-leak-fix
...
free associated audio data on AudioStreamOGGVorbis destruction
2018-01-04 15:25:20 +01:00
Bernhard Liebl
25c5848e7e
Project Manager: fix random breaking of scrolling
2018-01-04 15:24:20 +01:00