summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-07Merge pull request #15382 from mrcdk/poolarrays_neq_fixRémi Verschelde
Fix NEQ operation for Arrays and Pool*Arrays
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-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-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
2018-01-05Merge pull request #15375 from volzhs/button-groupRémi Verschelde
Remove button from button_group when free
2018-01-05Avoid crashing when dependencies on inherited/instanced scenes cant be ↵Juan Linietsky
satisfied, fixes #15298
2018-01-06Remove button from button_group when freevolzhs
2018-01-05Print error if a resource can't load from script, fixes #15313Juan Linietsky
2018-01-05Make sure .import folder exists before importing, in case user deleted it ↵Juan Linietsky
manually. Fixes #15315
2018-01-05SCons: Fix usage of LD when we meant LINKRémi Verschelde
Also made LINK and CXXFLAGS configurable as command line options. Note that LINK currently expects the *compiler* that will be used for linking and will call its configured linker behind the scenes (so g++, clang++, etc., not ld.gold). See #15364 for details.
2018-01-05Fixed problem with missing uninitialized last byte on waveform trip, closes ↵Juan Linietsky
#15316
2018-01-05Merge pull request #15365 from guilhermefelipecgs/add_unimplemented_methodRémi Verschelde
Add missing method for javascript