Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | Rename flag to better name | Juan Linietsky | |
2018-07-27 | Merge pull request #20509 from BastiaanOlij/fixup_mobile_vr_interface | Rémi Verschelde | |
Reenabled module and fixed missing const | |||
2018-07-27 | Reenabled module and fixed missing const | Bastiaan Olij | |
2018-07-27 | Merge pull request #20508 from Gamblify/FixAudioRecordingCrash | Rémi Verschelde | |
Fix of AudioRecordingEffect property | |||
2018-07-27 | Fix of AudioRecordingEffect property | Gustav 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-27 | Merge pull request #20506 from akien-mga/check-only-paired | Rémi Verschelde | |
Main: Fix --check-only option implemented as paired | |||
2018-07-27 | Merge pull request #20498 from Calinou/caret-width-hidpi | Rémi Verschelde | |
Make the caret thicker in TextEdit and scale it with the editor scale | |||
2018-07-27 | Merge pull request #20497 from Calinou/textedit-hidpi-line-spacing | Rémi Verschelde | |
Multiply TextEdit line spacing by the editor scale | |||
2018-07-27 | Main: Fix --check-only option implemented as paired | Rémi Verschelde | |
Fixes #20503. Also added the option to the Linux manpage. | |||
2018-07-27 | Merge pull request #15310 from remorse107/Cinema-Mode | Rémi Verschelde | |
Added "Cinema Mode" so that the spatial editor can actively track the... | |||
2018-07-26 | Add "Cinematic Preview" to the Spatial Plugin Editor. | Robert Morse | |
2018-07-26 | Multiply TextEdit line spacing by the editor scale | Hugo Locurcio | |
This makes sure the default line spacing in the script editor is consistent with the editor scale in use. | |||
2018-07-26 | Make the caret thicker in TextEdit and scale it with the editor scale | Hugo 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-26 | Merge pull request #20233 from willnationsdev/gsc-editor | Juan Linietsky | |
Add script class hierarchies & add-script button permanence/auto-derivation | |||
2018-07-26 | Merge pull request #20022 from EIREXE/snap_to_floor | Max Hilbrunner | |
Add snap to floor functionality to the editor | |||
2018-07-26 | Add check to clang 6.0 compiler bug workaround | Ré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-26 | GDScript: Fix parse error in string formatting | George Marques | |
2018-07-26 | Merge pull request #15967 from Gamblify/AudioRecordingModule | Rémi Verschelde | |
Audio Recording from godot | |||
2018-07-26 | Merge pull request #15643 from organicpencil/bullet_contact_impulse | Rémi Verschelde | |
Expose PhysicsDirectBodyState.get_contact_impulse | |||
2018-07-26 | AudioStreamSample can now be saved to a WAV file | Gustav Lund | |
8 and 16 bit sample saving has been implemented. | |||
2018-07-26 | Audio Recording module | Gustav 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-26 | Merge pull request #20468 from vnen/typed-gds-fixes | Rémi Verschelde | |
General GDScript fixes | |||
2018-07-26 | Merge pull request #20478 from mattiascibien/main_Scene_filter | Rémi Verschelde | |
Fix main scene file filter | |||
2018-07-26 | Merge pull request #20477 from swarnimarun/vs_duplicate_fix | Rémi Verschelde | |
Fix Visual Script duplicate issue | |||
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various missing arguments in bindings. | |||
2018-07-26 | Fix main scene file filter | Mattias Cibien | |
2018-07-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 5c6c88ef15219d491fcf63e44da186dee6f8cda4) | |||
2018-07-26 | Merge pull request #18282 from aaronfranke/better-mathf | Rémi Verschelde | |
[Core] [Mono] Fix Color missing int export methods, added 64-bit | |||
2018-07-26 | Merge pull request #18955 from tagcup/fix_set_scale | Rémi Verschelde | |
Removed incorrect Basis::set_scale(). | |||
2018-07-26 | Merge pull request #19257 from volzhs/edit-visual-script | Rémi Verschelde | |
Open internal visual script editor while use external editor is on | |||
2018-07-26 | Fix Visual Script duplicate issue | Swarnim Arun | |
2018-07-26 | Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handling | Rémi Verschelde | |
Fix bug in animationplayer editor not using subproperties properly | |||
2018-07-26 | Merge pull request #18365 from JFonS/fix_billboard_scale | Rémi Verschelde | |
Added keep scale flag to billboard materials | |||
2018-07-26 | Added keep scale flag to billboard materials | JFonS | |
2018-07-26 | Merge pull request #20466 from TigerCaldwell/layer_toggle_fix | Rémi Verschelde | |
Layer editor shouldn't close each time one is toggled (#20399) | |||
2018-07-26 | Add snap to floor functionality to the editor | Alex Roman | |
2018-07-26 | Merge pull request #19758 from kyledayton/feature/spatial-viewport-lock-rotation | Rémi Verschelde | |
Add lock rotation feature to spatial editor viewport | |||
2018-07-25 | Add lock rotation feature to spatial editor viewport | Kyle Dayton | |
2018-07-25 | GDScript: Add type inference syntax for function arguments | George Marques | |
2018-07-25 | GDScript: Fix type detection for String formatting operator | George Marques | |
2018-07-25 | GDScript: Fix type detection on Object typed assign | George Marques | |
Also make typed assigns a debug-only thing, so release builds are more lenient on errors. | |||
2018-07-25 | GDScript: Allow accessing constants of outer classes | George Marques | |
2018-07-25 | GDScript: Enable built-in function introspection in non-tools | George Marques | |
Only for debug builds. Fix problems in non-tools targets. | |||
2018-07-25 | GDScript: Fix bogus error when a cursor token is found on class | George Marques | |
2018-07-25 | GDScript: Allow strict conversion when assigning typed variables | George Marques | |
2018-07-25 | GDScript: Fix mismatching between export hint and type hint | George Marques | |
2018-07-25 | GDScript: Allow inherited method to add optional arguments | George Marques | |
Also show the parent method signature in the error message. | |||
2018-07-25 | GDScript: Fix returned value of get_default_argument_count() | George Marques | |
2018-07-25 | GDScript: Fix main script detection | George Marques | |
2018-07-25 | GDScript: Look up local scope first for detecting type | George Marques | |