summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-27Implemented capture device selection for CoreAudioMarcelo Fernandez
2018-07-27Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez
2018-07-27Fixes for microphone clipping and latency (marcelofg55)Saracen
2018-07-27Experimental microphone support.Saracen
2018-07-27Merge pull request #20516 from BastiaanOlij/fix_nativescript_getsetRémi Verschelde
Fixed nativescript getter and setter logic
2018-07-27Merge pull request #20515 from akien-mga/physicsbody-deprecatedRémi Verschelde
Fix PhysicsBody build with deprecated=no
2018-07-27Merge pull request #20512 from karroffel/gles2-prThomas Herzog
add initial GLES2 3D renderer
2018-07-27Fixed nativescript getter and setter logicBastiaan Olij
2018-07-27Fix PhysicsBody build with deprecated=noRémi Verschelde
Fixes #20483.
2018-07-27add initial GLES2 3D rendererkarroffel
2018-07-27Do conversion of scene preview icon at the end, improves save performance a ↵Juan Linietsky
bit. Closes #14387
2018-07-27Rename flag to better nameJuan Linietsky
2018-07-27Merge pull request #20509 from BastiaanOlij/fixup_mobile_vr_interfaceRémi Verschelde
Reenabled module and fixed missing const
2018-07-27Reenabled module and fixed missing constBastiaan Olij
2018-07-27Merge pull request #20508 from Gamblify/FixAudioRecordingCrashRémi Verschelde
Fix of AudioRecordingEffect property
2018-07-27Fix of AudioRecordingEffect propertyGustav Lund
For debug purposes the boolean whether the recording is active or not were an editor property. It has been removed to avoid users leaving it on true on close, causing it to be saved in the default_bus_layout It was also renamed to better describe its functionality related to issue: 20487
2018-07-27Merge pull request #20506 from akien-mga/check-only-pairedRémi Verschelde
Main: Fix --check-only option implemented as paired
2018-07-27Merge pull request #20498 from Calinou/caret-width-hidpiRémi Verschelde
Make the caret thicker in TextEdit and scale it with the editor scale
2018-07-27Merge pull request #20497 from Calinou/textedit-hidpi-line-spacingRémi Verschelde
Multiply TextEdit line spacing by the editor scale
2018-07-27Main: Fix --check-only option implemented as pairedRémi Verschelde
Fixes #20503. Also added the option to the Linux manpage.
2018-07-27Merge pull request #15310 from remorse107/Cinema-ModeRémi Verschelde
Added "Cinema Mode" so that the spatial editor can actively track the...
2018-07-26Add "Cinematic Preview" to the Spatial Plugin Editor.Robert Morse
2018-07-26Multiply TextEdit line spacing by the editor scaleHugo Locurcio
This makes sure the default line spacing in the script editor is consistent with the editor scale in use.
2018-07-26Make the caret thicker in TextEdit and scale it with the editor scaleHugo Locurcio
The caret in LineEdit is still 1 pixel thick, but it will become 2 pixels thick at editor scales higher than or equal to 150%.
2018-07-26Merge pull request #20233 from willnationsdev/gsc-editorJuan Linietsky
Add script class hierarchies & add-script button permanence/auto-derivation
2018-07-26Merge pull request #20022 from EIREXE/snap_to_floorMax Hilbrunner
Add snap to floor functionality to the editor
2018-07-26Add check to clang 6.0 compiler bug workaroundRémi Verschelde
Extending on b68222e4e75d6cbe23c533f140733248df046c7e to ensure that it still has the exact same behaviour as the previous code, as discussed with @hpvb.
2018-07-26GDScript: Fix parse error in string formattingGeorge Marques
2018-07-26Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde
Audio Recording from godot
2018-07-26Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde
Expose PhysicsDirectBodyState.get_contact_impulse
2018-07-26AudioStreamSample can now be saved to a WAV fileGustav Lund
8 and 16 bit sample saving has been implemented.
2018-07-26Audio Recording moduleGustav Lund
Implements an Audio bus effect that outputs the audio from the bus into a wav file Now channels audio recording into an AudioStreamSample instead of saving to wav
2018-07-26Merge pull request #20468 from vnen/typed-gds-fixesRémi Verschelde
General GDScript fixes
2018-07-26Merge pull request #20478 from mattiascibien/main_Scene_filterRémi Verschelde
Fix main scene file filter
2018-07-26Merge pull request #20477 from swarnimarun/vs_duplicate_fixRémi Verschelde
Fix Visual Script duplicate issue
2018-07-26doc: Sync classref with current sourceRémi Verschelde
Fix various missing arguments in bindings.
2018-07-26Fix main scene file filterMattias Cibien
2018-07-26i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 5c6c88ef15219d491fcf63e44da186dee6f8cda4)
2018-07-26Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde
[Core] [Mono] Fix Color missing int export methods, added 64-bit
2018-07-26Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde
Removed incorrect Basis::set_scale().
2018-07-26Merge pull request #19257 from volzhs/edit-visual-scriptRémi Verschelde
Open internal visual script editor while use external editor is on
2018-07-26Fix Visual Script duplicate issueSwarnim Arun
2018-07-26Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handlingRémi Verschelde
Fix bug in animationplayer editor not using subproperties properly
2018-07-26Merge pull request #18365 from JFonS/fix_billboard_scaleRémi Verschelde
Added keep scale flag to billboard materials
2018-07-26Added keep scale flag to billboard materialsJFonS
2018-07-26Merge pull request #20466 from TigerCaldwell/layer_toggle_fixRémi Verschelde
Layer editor shouldn't close each time one is toggled (#20399)
2018-07-26Add snap to floor functionality to the editorAlex Roman
2018-07-26Merge pull request #19758 from kyledayton/feature/spatial-viewport-lock-rotationRémi Verschelde
Add lock rotation feature to spatial editor viewport
2018-07-25Add lock rotation feature to spatial editor viewportKyle Dayton
2018-07-25GDScript: Add type inference syntax for function argumentsGeorge Marques