Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-08 | Fix use of execvp, earlier fix was short sighted and only worked | sambler | |
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-07 | Merge pull request #15433 from poke1024/fix13957 | George Marques | |
Fix crash due to stale refs to node selection lists | |||
2018-01-07 | Merge pull request #15447 from eska014/html5-optmode | Rémi Verschelde | |
Build WebAssembly release module with -Os to decrease file size | |||
2018-01-07 | Build WebAssembly module with -Os to decrease file size | Leon Krause | |
2018-01-07 | Merge pull request #15448 from YeldhamDev/geany_ignore | Rémi Verschelde | |
Added Geany/geany_plugins files to the ".gitignore" | |||
2018-01-07 | Added Geany/geany_plugins files to the ".gitignore". | Michael Alexsander Silva Dias | |
2018-01-07 | Merge pull request #15446 from marcelofg55/video_mix_rate | Rémi Verschelde | |
Fix Video Player issue with audio mix_rate when different than 44100 | |||
2018-01-07 | Merge pull request #15445 from poke1024/fix15392 | Rémi Verschelde | |
Fix stale dynamic font reference fetch from cache | |||
2018-01-07 | Fix Video Player issue with audio mix_rate when different than 44100 | Marcelo Fernandez | |
2018-01-07 | Fix stale dynamic font reference fetch from cache | Bernhard Liebl | |
Seems to fix issue 15392 | |||
2018-01-07 | Merge pull request #15443 from eska014/html5-fixcanvas | Rémi Verschelde | |
Fix WebGL context initialization | |||
2018-01-07 | Merge pull request #15357 from damarindra/autotile-behaviour | Rémi Verschelde | |
Fixing unconsistent behaviour on autotile editor | |||
2018-01-07 | SCons: Fix build error on invalid module folders | Rémi Verschelde | |
2018-01-07 | Initialize WebGL context in OS | Leon Krause | |
2018-01-07 | Merge pull request #15423 from agmcleod/master | Rémi Verschelde | |
Documentation interpolation functions - Indicate what "t" means in interpolation docs | |||
2018-01-07 | Merge pull request #15438 from endragor/export-after-import | Rémi Verschelde | |
Perform export after import is fully complete | |||
2018-01-07 | Merge pull request #15439 from poke1024/fix-debug-break | Rémi Verschelde | |
Fixes debugger randomly not pausing | |||
2018-01-07 | Merge pull request #15437 from GodotExplorer/pr-fix-15424 | Rémi Verschelde | |
Add null checking for paramaters in UndoRedo | |||
2018-01-07 | Merge pull request #15382 from mrcdk/poolarrays_neq_fix | Rémi Verschelde | |
Fix NEQ operation for Arrays and Pool*Arrays | |||
2018-01-07 | Fixes debugger randomly not pausing | Bernhard Liebl | |
2018-01-07 | Merge pull request #15429 from poke1024/fix-popup-scroll-correction | Rémi Verschelde | |
Corrects wrong scrolling for short popups broken in 15405 | |||
2018-01-07 | Merge pull request #15396 from volzhs/fix-editor-settings | Rémi Verschelde | |
Fix editor settings weird behavior | |||
2018-01-07 | Merge pull request #15297 from poke1024/runner-limit-errs | Rémi Verschelde | |
Limit number of errors and messages sent by runner | |||
2018-01-07 | Add null checking for paramaters in Undoredo | geequlim | |
2018-01-07 | Fix crash due to stale refs to node selection lists | Bernhard Liebl | |
2018-01-07 | Corrects wrong scrolling for short popups broken in 15405 | Bernhard Liebl | |
2018-01-07 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-07 | Merge pull request #15425 from bruvzg/osx_runtime_version_checks | Rémi Verschelde | |
[macOS] Remove 10.6+ runtime version checks, add 10.12+ runtime version checks | |||
2018-01-07 | Merge pull request #15421 from ianb96/center_viewport_fix | Rémi Verschelde | |
Fix center_viewport_to_cursor out of size error | |||
2018-01-07 | Merge pull request #15422 from eska014/html5-logger | Rémi Verschelde | |
Print without color control sequences in HTML5 platform | |||
2018-01-06 | Indicate what "t" means in interpolation docs | Aaron McLeod | |
2018-01-07 | Remove 10.6+ runtime version checks, add 10.12+ runtime version checks | bruvzg | |
2018-01-07 | Merge pull request #15420 from eska014/html5-internal-calls | Rémi Verschelde | |
Fix internal Emscripten JS API calls | |||
2018-01-06 | fix center viewport out of size error, #15411 | Ian | |
2018-01-07 | HTML5: Print without color control sequences | Leon Krause | |
2018-01-06 | properly blend interior and exterior ambient in reflection probes, fixes #14695 | Juan Linietsky | |
2018-01-06 | Properly dispose of instance capture data, fixes #14795 | Juan Linietsky | |
2018-01-06 | Merge pull request #15414 from karroffel/gdnative-reloading-properly-this-time | Thomas Herzog | |
[GDNative] fix reloading of non-reloadable libraries | |||
2018-01-06 | Use better initialization value for normalmap, fixes #14720 | Juan Linietsky | |
2018-01-06 | Ensure depth reads go via alpha render list, fixes #14759 | Juan Linietsky | |
2018-01-06 | [GDNative] fix reloading of non-reloadable libraries | karroffel | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-06 | Merge pull request #15412 from poke1024/fix-tree-get-rect-crash | Rémi Verschelde | |
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | |||
2018-01-06 | Merge pull request #15405 from poke1024/fix-popup-scroll | Rémi Verschelde | |
Allow popup menu scrolling without mouse wheel | |||
2018-01-06 | Merge pull request #15401 from bruvzg/osx_10_12_and_depric_fix | Rémi Verschelde | |
[macOS] Fix build on pre 10.12 and deprecation warnings on 10.12+ | |||
2018-01-06 | Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | Bernhard Liebl | |
2018-01-06 | Allow popup menu scrolling without mouse wheel | Bernhard Liebl | |
2018-01-06 | Fix internal Emscripten JS API calls | Leon Krause | |
Emscripten 1.37.24 no longer exports these by default | |||
2018-01-06 | Merge pull request #15403 from Noshyaar/typo | Rémi Verschelde | |
Fix typo in new strings | |||
2018-01-06 | Fix typo in new strings | Poommetee Ketson | |