summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-08Fix use of execvp, earlier fix was short sighted and only workedsambler
when godot could be found in PATH. The correct fix is to use sysctl to get the path to the current executable this also fixes the ability to call external commands.
2018-01-07Merge pull request #15433 from poke1024/fix13957George Marques
Fix crash due to stale refs to node selection lists
2018-01-07Merge pull request #15447 from eska014/html5-optmodeRémi Verschelde
Build WebAssembly release module with -Os to decrease file size
2018-01-07Build WebAssembly module with -Os to decrease file sizeLeon Krause
2018-01-07Merge pull request #15448 from YeldhamDev/geany_ignoreRémi Verschelde
Added Geany/geany_plugins files to the ".gitignore"
2018-01-07Added Geany/geany_plugins files to the ".gitignore".Michael Alexsander Silva Dias
2018-01-07Merge pull request #15446 from marcelofg55/video_mix_rateRémi Verschelde
Fix Video Player issue with audio mix_rate when different than 44100
2018-01-07Merge pull request #15445 from poke1024/fix15392Rémi Verschelde
Fix stale dynamic font reference fetch from cache
2018-01-07Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez
2018-01-07Fix stale dynamic font reference fetch from cacheBernhard Liebl
Seems to fix issue 15392
2018-01-07Merge pull request #15443 from eska014/html5-fixcanvasRémi Verschelde
Fix WebGL context initialization
2018-01-07Merge pull request #15357 from damarindra/autotile-behaviourRémi Verschelde
Fixing unconsistent behaviour on autotile editor
2018-01-07SCons: Fix build error on invalid module foldersRémi Verschelde
2018-01-07Initialize WebGL context in OSLeon Krause
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-07Fix crash due to stale refs to node selection listsBernhard Liebl
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