Rémi Verschelde
89bf19804b
Merge pull request #10006 from djrm/pr_theme_fixes
...
Some theme and usability improvements
2017-08-01 22:25:35 +02:00
Rémi Verschelde
edd69de1fd
Merge pull request #9838 from RandomShaper/android-arm64
...
Add support for ARMv8 (64-bit) on Android
2017-08-01 22:24:31 +02:00
Rémi Verschelde
7c860a7d4f
Merge pull request #9832 from RandomShaper/port-physics-fixes
...
Port physics fixes
2017-08-01 22:23:59 +02:00
Poommetee Ketson
bff9518483
Tree: fix index error with expanded column
2017-08-02 03:12:02 +07:00
Juan Linietsky
083705c45d
Merge pull request #9828 from RandomShaper/improve-mem-stats
...
Improve reliability of memory stats
2017-08-01 16:52:56 -03:00
Poommetee Ketson
49ec6c4380
MenuButton: defer grab_click_focus until button_up
2017-08-02 00:43:25 +07:00
Paulb23
0018894456
made delete next and prev consistent to other editors,issue 6546
2017-08-01 18:40:43 +01:00
Marcelo Fernandez
c09428e950
Implement 32 bit IEEE float WAVE format
2017-08-01 12:48:10 -03:00
Rémi Verschelde
daad16b7c7
Merge pull request #10009 from marcelofg55/master
...
Fix possible division by zero crashes on the wav importer
2017-08-01 09:45:50 +02:00
George Marques
168cb8c94b
Merge pull request #10008 from RandomShaper/fix-misplaced-operator
...
Fix equality when assignment intended
2017-08-01 00:40:43 -03:00
Marcelo Fernandez
af6f222b79
Fix possible division by zero crashes on the wav importer
2017-07-31 21:57:58 -03:00
Pedro J. Estébanez
c082f4134f
Fix equality when assignment intended
2017-08-01 01:58:14 +02:00
Pedro J. Estébanez
02607b3103
Use atomics for memory use tracking
...
Plus:
- An allocation is counted only after checking its success.
- Max usage is updated after growing reallocs as well.
- Drop unused header.
- Changed the 0xFFF.. at get_mem_available() to -1 with a comment telling it's the same, but more universal.
2017-08-01 01:50:56 +02:00
Pedro J. Estébanez
3ad68c282e
Make memory monitors query the right counters
2017-08-01 01:50:56 +02:00
Pedro J. Estébanez
7264716e86
Improve cleanup of physics constraints
...
Don't abort the loop when one is already released
Remove warning on already-released constraint
Clean up area's contraints as well
Clear the constraint data as well
Do the cleanup as soon as the space changes
2017-08-01 01:39:40 +02:00
Rémi Verschelde
85088275c5
Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync
...
Texture region now updates when changing an Atlas region rect
2017-08-01 00:15:37 +02:00
Rémi Verschelde
597ffa03b3
Merge pull request #9826 from RandomShaper/improve-atomics
...
Improve/add atomics
2017-07-31 23:30:07 +02:00
Rémi Verschelde
878f34d1e1
Merge pull request #9886 from bruvzg/3.0-win-num-enter-fix
...
Fix Numpad Enter key on Windows (3.0)
2017-07-31 22:59:24 +02:00
Rémi Verschelde
7348fbbea2
Merge pull request #9909 from kubecz3k/docs-collobject-collshapes
...
firsts docs for CollisionObject -> collision shape api
2017-07-31 22:44:36 +02:00
Rémi Verschelde
8d3932a74c
Merge pull request #9993 from Xrayez/surface-tool-bind
...
Bind some useful methods in SurfaceTool to GDScript
2017-07-31 22:21:26 +02:00
Rémi Verschelde
f290013e8e
Merge pull request #9999 from Noshyaar/pr-xformdialog
...
SpatialEditor: fix transform dialog
2017-07-31 22:19:52 +02:00
Daniel J. Ramirez
cd8feed0df
Some theme and usability improvements
...
Fixed create script editor dialog not changing extension
Options menu for inspector element is bigger
2017-07-31 13:19:45 -05:00
Poommetee Ketson
6dde105be7
SpatialEditor: fix transform dialog
2017-07-31 20:00:02 +07:00
Andrii Doroshenko (Xrayez)
aa1165a3f5
Bind some useful methods in SurfaceTool to GDScript
...
These include:
* generate_tangents()
* add_to_format()
* create_from()
* append_from()
Reordered and grouped the bindings to match the header for improved readability.
Removed commented out `generate_flat_normals()` method which wasn't present
in the header.
Fixes #9946
2017-07-31 15:50:37 +03:00
Rémi Verschelde
3a3915b726
Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio
...
Fix errors with stretch ratio
2017-07-31 14:05:56 +02:00
Rémi Verschelde
62464839ad
Merge pull request #8567 from BastiaanOlij/ar_vr_server
...
AR/VR base classes and position tracker support
2017-07-31 13:29:18 +02:00
Geequlim
0b11062d93
Fix property type expose of Control.stretch_ratio.
...
Fix set integer value from inspector to round instead of floor.
2017-07-31 14:15:38 +08:00
Rémi Verschelde
76005a8e75
Style: Apply clang-format on all files
...
Thus fixing some invalid changes that had still made it to the master branch.
2017-07-30 22:53:40 +02:00
Rémi Verschelde
5549407308
Revert "PropertyEditor: display "Off" if property is false"
...
This reverts commit 5adb94e726
.
It was actually not a bug, see discussion on #9898 .
2017-07-30 22:08:26 +02:00
Rémi Verschelde
389bed6fa9
Merge pull request #9985 from marcelofg55/master
...
Fix mutex initialisation in OS X Audio Driver
2017-07-30 21:45:24 +02:00
Marcelo Fernandez
76821bbb47
Fix mutex initialisation in OS X Audio Driver
2017-07-30 16:35:08 -03:00
Rémi Verschelde
93c226f7a3
Merge pull request #9964 from supagu/audio_fix
...
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in in…
2017-07-30 20:59:45 +02:00
Rémi Verschelde
263452ee91
Merge pull request #9960 from marcelofg55/master
...
Fix get_screen_* funcs returning old values after resolution changes on OS X
2017-07-30 20:59:04 +02:00
Rémi Verschelde
db06808964
Merge pull request #9953 from bruvzg/3.0-hidpi-window-moving
...
Change display scale when moving the window from monitor to monitor [macOS]
2017-07-30 20:58:02 +02:00
Thomas Herzog
f1fe2cd90e
Merge pull request #9980 from karroffel/nativescript-baseclass-signal-fix
...
[NativeScript] fix signals from base class not being accessible
2017-07-30 15:55:35 +02:00
Karroffel
fc9f5d59b5
[NativeScript] fix signals from base class not being accessible
...
https://github.com/GodotNativeTools/cpp_bindings/issues/26
2017-07-30 15:04:00 +02:00
ISylvox
0d8556a7f0
update gradle-android buildtool for master
2017-07-30 11:30:20 +07:00
George Marques
597e5ebedf
Merge pull request #9968 from kubecz3k/edit-plugin-hint
...
ScriptEditor -> 'script_close' signal hint correction
2017-07-29 13:59:07 -03:00
George Marques
8bd792d7bb
Merge pull request #9966 from Noshyaar/pr-fixcurve
...
PropertyEditor: Fix easing_curve blocking popup input
2017-07-29 13:55:29 -03:00
George Marques
6cd2bcad2a
Merge pull request #9963 from ISylvox/fix-SCsub-in-servers
...
Update SCsub file in /servers/ folder
2017-07-29 13:43:49 -03:00
Thomas Herzog
d28e9c3c08
Merge pull request #9951 from endragor/ref-ptrcall
...
Fix passing Refs via ptrcall
2017-07-29 17:59:17 +02:00
Thomas Herzog
fc611f4b4c
Merge pull request #9952 from endragor/pass-gdnative-library
...
Pass GDNativeLibrary pointer to library init
2017-07-29 17:58:14 +02:00
Jakub Grzesik
ff5ffeafeb
ScriptEditor -> 'script_close' signal hint correction
2017-07-29 14:22:06 +02:00
Poommetee Ketson
93f0177737
PropertyEditor: Fix easing_curve blocking popup input
2017-07-29 17:38:16 +07:00
Fabian Mathews
207f596e69
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite loop causing audio to freeze
2017-07-29 18:59:51 +09:30
ISylvox
357bcfcc97
Update SCsub file for /servers/ folder
2017-07-29 15:11:11 +07:00
Juan Linietsky
b276d92c8a
Few small GI Probe fixes
2017-07-29 00:04:29 -03:00
Marcelo Fernandez
abbf821ddf
Fix get_screen_* funcs returning old values after resolution changes on OS X
2017-07-28 18:08:57 -03:00
bruvzg
d18922a56e
Change display scale when moving the window from monitor to monitor
2017-07-28 20:17:19 +03:00
Ruslan Mustakov
5804308c57
Fix passing Refs via ptrcall
...
There was no constructor for Ref from const pointer, so compiler decided
to construct Variant from pointer and then construct Ref from Variant
which turned it into NULL, because the Variant had null ref field.
2017-07-28 22:51:17 +07:00