summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-07Merge pull request #15420 from eska014/html5-internal-callsRémi Verschelde
Fix internal Emscripten JS API calls
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-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-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
2018-01-05Force button release when window focuses out, fixes #15318 and likely many ↵Juan Linietsky
other issues.
2018-01-05Merge pull request #15372 from Faless/fix_themesRémi Verschelde
Fix theme inheritance
2018-01-05Forced set mouse global position always, hopefully will fix #15354, ↵Juan Linietsky
otherwise out of luck.
2018-01-05Fix theme inheritanceFabio Alessandrelli
2018-01-05Add missing method for javascriptGuilherme Silva
2018-01-05Fix dual paraboloid shadow maps, closes #14487Juan Linietsky
2018-01-05Fixed GIProbe blending, closes #15164Juan Linietsky
2018-01-05Fixes to GLTF2 importer skeleton positioning, though vertex bone indices ↵Juan Linietsky
still look broken somehow..
2018-01-05X11: Add missing return in OS_X11::initialize().Andreas Haas
2018-01-05Issue template: Remove checkbox and reword some commentsRémi Verschelde
2018-01-05Merge pull request #15356 from damarindra/tileset-propertiesRémi Verschelde
prevent autotile properties out of bounds
2018-01-05prevent autotile properties out of boundsdamarindra
2018-01-05Merge pull request #15352 from thomaslynge/anim_drag_key_glitchRémi Verschelde
Visual glitch when dragging keyframes #15285
2018-01-05Visual glitch when dragging keyframes #15285. Changed to int cast.Thomas Lynge