summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-01Merge pull request #28563 from DrMoriarty/fix-pvrtc-encoderRémi Verschelde
Fix pvrtc encoder
2019-05-01Merge pull request #28567 from qarmin/fix_remove_missing_projectsRémi Verschelde
Fix Remove Missing Projects on Windows
2019-05-01Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeysRémi Verschelde
Support Mac OS default move cursor hotkeys
2019-05-01Fix Remove Missing Project projects on Windowsqarmin
2019-05-01Merge pull request #25406 from aqnuep/gridmap_improvementsRémi Verschelde
GridMap editor fixes and improvements
2019-05-01Support Mac OS default move cursor hotkeysmegalike
Add missing FALLTHROUGH define
2019-05-01Fix pvrtc encoderVasiliy Makarov
Always resize image to square of power2 Enable mipmaps only if original texture has it enabled Fix #28534, #28541
2019-05-01Merge pull request #25350 from Connall/masterRémi Verschelde
Fix "Auto Brace Complete" inserting extra quotation character sometimes in a string.
2019-05-01Merge pull request #25453 from nekomatata/button-keep-pressed-optionRémi Verschelde
Add option to keep button pressed when moving cursor outside while pressing
2019-05-01Merge pull request #28557 from AndreaCatania/revfixRémi Verschelde
Fixed game crash, regression of #26977
2019-05-01Fixed game crash, regression of #26977Andrea Catania
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2019-05-01Merge pull request #28493 from mitchcurtis/mac-lineRémi Verschelde
Make Command + Left go to first non-whitespace character
2019-05-01Merge pull request #28455 from DrNochi/bugfix/script-dialog-path-with-spacesRémi Verschelde
Handle spaces correctly for base / parent scripts in the "New Script" dialog
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
Small fixes to static analyzer bugs
2019-05-01Merge pull request #21425 from aaronfranke/decimal-functionsRémi Verschelde
Make "decimal" functions more consistent
2019-05-01Merge pull request #28554 from YeldhamDev/popupmenu_minsize_fixRémi Verschelde
Fix regression on 'PopupMenu's minimal size
2019-05-01Fix regression on 'PopupMenu's minimal sizeMichael Alexsander Silva Dias
2019-05-01Merge pull request #28544 from neikeq/issue-28540Rémi Verschelde
Fix missing argument for vsnprintf_s
2019-04-30Fix missing argument for vsnprintf_sIgnacio Etcheverry
2019-04-30Make "decimal" functions more consistentAaron Franke
In GDScript, rename "decimals" to "step_decimals". In C#, add "StepDecimals", but keep the old functionality in a method called "DecimalCount".
2019-04-30Merge pull request #25670 from aqnuep/bake_mode_affect_gi_proveRémi Verschelde
Disable GI probe capturing lights with bake mode disabled
2019-04-30Merge pull request #27021 from MarianoGnu/fontRémi Verschelde
Add and expose to Font a function to get the word-wraped text size
2019-04-30Merge pull request #27187 from IronicallySerious/add-new-folder-buttonRémi Verschelde
Add 'Create Folder' button in Install Project dialog
2019-04-30Merge pull request #28481 from iwek7/issue28446/highlighingOfWhitespacesRémi Verschelde
Disable higlighting all occurences of selection in editor if it contains only whitespaces
2019-04-30Merge pull request #27954 from sketchyfun/bezier_fixesRémi Verschelde
Enhancements and fixes for the bezier animation track editor
2019-04-30Merge pull request #27913 from Amssat221/issue27912Rémi Verschelde
Set a range for line spacing
2019-04-30Merge pull request #28530 from akien-mga/scons-prepend-cpppathRémi Verschelde
SCons: Always use env.Prepend for CPPPATH
2019-04-30Merge pull request #28520 from clayjohn/GLES2-alpha-draw-orderRémi Verschelde
Fixed GLES2 transparency order
2019-04-30Fix script dialog path validation to handle spaces correctlyDrNochi
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
Add settings for single-quotes on completion
2019-04-30GridMap editor fixes and improvementsDaniel Rakos
This change fixes a few outstanding issues and greatly improves the usability of the GridMap editor through the following changes: - Copied mesh now gets displayed during pasting (also renamed the related identifiers accordingly) - Duplication/paste indicator now gets rotated around the correct pivot point (duplication worked properly before, but the indicator was shown misplaced when rotated) - Selected mesh library item cursor is no longer shown during selection and duplication/pasting - Back rotate X/Y/Z is now working during duplication/pasting - Added true cut operation thanks to now having a proper clipboard (clear operation got remapped to the DEL key) - Got rid of some weird workarounds in the duplication code - Fill and clear operations now correctly make the selection marker inactive as this was broken partly due to the workarounds mentioned above (duplication continues to keep the selection marker active to allow subsequent duplications) - Clear current selection on RMB, but treat selection as an action so previous selection can be restored on undo - Separated selection and paste indicator data as it's prone to error and confusion and it's anyway needed now that selection is treated as an action - Added support for cancelling paste, selection, and even unselect the currently selected mesh library item with the ESC key (previously there wasn't a way to unselect) - Changed the key binding of fill/clear/duplicate operations to use Ctrl as a modifier - Changed erase to use RMB instead of Shift+RMB (free look is available through Shift+F anyway, so no need to occupy RMB for it during gridmap editing) - Removed unused area, external connector, and configure menu items (there's also the non-functional clip mode menu items, but I'm not sure whether there are any plans with that, I suppose it's meant to be an editor aid) - Renamed INPUT_COPY to INPUT_PICK to better reflect its purpose - Added support for using Shift+Q and Shift+E to select multiple floors/planes without actually changing the current floor/plane as it happens when using e.g. the mouse wheel Fixes #25373 and #15883
2019-04-30doc: Sync classref with current sourceRémi Verschelde
2019-04-30Merge pull request #28531 from LATRio/fix_phys_server_bindingRémi Verschelde
Properly expose some PhysicsServer methods
2019-04-30Fix sign-compare error from #26051Rémi Verschelde
2019-04-30Merge pull request #28532 from BastiaanOlij/fix_gdnative_notifyRémi Verschelde
Forgot a parameter in the ARVR gdnative bindings for notifications
2019-04-30Merge pull request #25708 from SeleckyErik/issue-25611-script_dialog_cursorRémi Verschelde
Moves cursor to and selects "new_script" in Create Script dialog
2019-04-30Merge pull request #25713 from qarmin/remove_all_missing_projectsRémi Verschelde
Add button in Project Manager to remove all missing projects
2019-04-30Merge pull request #28519 from neikeq/mono-exported-arrays-resource-type-hintIgnacio Roldán Etcheverry
C#: Support resource type hint in exported arrays
2019-04-30Merge pull request #25720 from qarmin/fix_hide_search_project_settingsRémi Verschelde
Clear SearchBox when unclick SearchButton
2019-04-30Merge pull request #25751 from Calinou/faster-script-error-checkingRémi Verschelde
Allow floating-point values in the idle parse delay editor setting
2019-04-30Forgot a parameter in the ARVR gdnative bindings for notificationsBastiaan Olij
2019-04-30Merge pull request #26022 from lupoDharkael/create-scriptRémi Verschelde
Add class tree selection to script inheritance selection
2019-04-30Properly expose PhysicsServer methodsLATRio
2019-04-30Merge pull request #26051 from 20kdc/videofixRémi Verschelde
webm/theora/yuv2rgb/libsimplewebm: Fix colour issues I could find.
2019-04-30Merge pull request #26053 from qarmin/back_scroll_to_startRémi Verschelde
Back scroll bar to start when changing folder
2019-04-30Merge pull request #26224 from hilfazer/autocompleteRémi Verschelde
Working autocomplete for $" and $'
2019-04-30Merge pull request #26252 from ZahFox/colorpickerRémi Verschelde
ColorPicker: Properties to toggle the editability and visibility of presets
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
Include paths are processed from left to right, so we use Prepend to ensure that paths to bundled thirdparty files will have precedence over system paths (e.g. `/usr/include` should have lowest priority).
2019-04-30Fix build error after #27294Rémi Verschelde
2019-04-30Merge pull request #26897 from rodolforg/fix_spatial_look_at_affecting_scaleRémi Verschelde
Spatial::look_at() now preserves its scale values