summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-07SCons: Fix build error on invalid module foldersRémi Verschelde
2018-01-07Merge pull request #15423 from agmcleod/masterRémi Verschelde
Documentation interpolation functions - Indicate what "t" means in interpolation docs
2018-01-07Merge pull request #15438 from endragor/export-after-importRémi Verschelde
Perform export after import is fully complete
2018-01-07Merge pull request #15439 from poke1024/fix-debug-breakRémi Verschelde
Fixes debugger randomly not pausing
2018-01-07Merge pull request #15437 from GodotExplorer/pr-fix-15424Rémi Verschelde
Add null checking for paramaters in UndoRedo
2018-01-07Merge pull request #15382 from mrcdk/poolarrays_neq_fixRémi Verschelde
Fix NEQ operation for Arrays and Pool*Arrays
2018-01-07Fixes debugger randomly not pausingBernhard Liebl
2018-01-07Merge pull request #15429 from poke1024/fix-popup-scroll-correctionRémi Verschelde
Corrects wrong scrolling for short popups broken in 15405
2018-01-07Merge pull request #15396 from volzhs/fix-editor-settingsRémi Verschelde
Fix editor settings weird behavior
2018-01-07Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde
Limit number of errors and messages sent by runner
2018-01-07Add null checking for paramaters in Undoredogeequlim
2018-01-07Corrects wrong scrolling for short popups broken in 15405Bernhard Liebl
2018-01-07doc: Sync classref with current sourceRémi Verschelde
2018-01-07Merge pull request #15425 from bruvzg/osx_runtime_version_checksRémi Verschelde
[macOS] Remove 10.6+ runtime version checks, add 10.12+ runtime version checks
2018-01-07Merge pull request #15421 from ianb96/center_viewport_fixRémi Verschelde
Fix center_viewport_to_cursor out of size error
2018-01-07Merge pull request #15422 from eska014/html5-loggerRémi Verschelde
Print without color control sequences in HTML5 platform
2018-01-06Indicate what "t" means in interpolation docsAaron McLeod
2018-01-07Remove 10.6+ runtime version checks, add 10.12+ runtime version checksbruvzg
2018-01-07Merge pull request #15420 from eska014/html5-internal-callsRémi Verschelde
Fix internal Emscripten JS API calls
2018-01-06fix center viewport out of size error, #15411Ian
2018-01-07HTML5: Print without color control sequencesLeon Krause
2018-01-06properly blend interior and exterior ambient in reflection probes, fixes #14695Juan Linietsky
2018-01-06Properly dispose of instance capture data, fixes #14795Juan Linietsky
2018-01-06Merge pull request #15414 from karroffel/gdnative-reloading-properly-this-timeThomas Herzog
[GDNative] fix reloading of non-reloadable libraries
2018-01-06Use better initialization value for normalmap, fixes #14720Juan Linietsky
2018-01-06Ensure depth reads go via alpha render list, fixes #14759Juan Linietsky
2018-01-06[GDNative] fix reloading of non-reloadable librarieskarroffel
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-06Merge pull request #15412 from poke1024/fix-tree-get-rect-crashRémi Verschelde
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
2018-01-06Merge pull request #15405 from poke1024/fix-popup-scrollRémi Verschelde
Allow popup menu scrolling without mouse wheel
2018-01-06Merge pull request #15401 from bruvzg/osx_10_12_and_depric_fixRémi Verschelde
[macOS] Fix build on pre 10.12 and deprecation warnings on 10.12+
2018-01-06Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl
2018-01-06Allow popup menu scrolling without mouse wheelBernhard Liebl
2018-01-06Fix internal Emscripten JS API callsLeon Krause
Emscripten 1.37.24 no longer exports these by default
2018-01-06Merge pull request #15403 from Noshyaar/typoRémi Verschelde
Fix typo in new strings
2018-01-06Fix typo in new stringsPoommetee Ketson
2018-01-06Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+bruvzg
2018-01-06Merge pull request #15400 from volzhs/fix-android-buildRémi Verschelde
Fix Android build error
2018-01-06Fix Android build errorvolzhs
2018-01-06i18n: Sync translation templates with current sourceRémi Verschelde
2018-01-06i18n: Sync translations with WeblateRémi Verschelde
2018-01-06Merge pull request #15398 from Jerome67000/fix_image_resizeRémi Verschelde
Fix crash when using Image.resize() without calling Image.create() first
2018-01-06Improve detection of variable writing in shader, fixes #15177Juan Linietsky
2018-01-06Fix crash when using Image.resize() without calling Image.create() firstJerome67000
2018-01-06Update DONORS listRémi Verschelde
[ci skip]
2018-01-06Fix editor settings weird behaviorvolzhs
2018-01-06Merge pull request #15395 from karroffel/gdnative-reloadingRémi Verschelde
[GDNative] added reload property
2018-01-06[GDNative] added reload propertykarroffel
2018-01-06Fix build of GDMonoFieldRémi Verschelde
Closes #15385.
2018-01-06Fix NEQ operation between 2 different ArraysMrCdK
it was returning false if it found the same content in both arrays which isn't correct, it should return true when it finds different values