Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | Fix command-line export looping infinitely | Ruslan Mustakov | |
EditorProgress calls Main::iteration which calls MessageQueue::flush which may result in _fs_changed being called again. This fixes the loop Godot enters in such case. Fixes #11189 | |||
2017-10-05 | Merge pull request #11840 from djrm/pr_fix_drive_selection | Gilles Roudiere | |
Match file dialog drive with the current folder. | |||
2017-10-05 | Merge pull request #11828 from Jerome67000/regexmatch_doc | Poommetee Ketson | |
[DOCS] Adds RegExMatch doc and fix RegEx typo [ci skip] | |||
2017-10-04 | Match file dialog drive with the current folder. | Daniel J. Ramirez | |
2017-10-04 | Merge pull request #11812 from NathanWarden/fix_validate_ssl | Gilles Roudiere | |
Fixed a bug where ssl would force validation even though you told it not to. | |||
2017-10-04 | [DOCS] Adds RegExMatch doc and RegEx fix typo | Jerome67000 | |
2017-10-04 | Merge pull request #11823 from endragor/virtual-keyboard-height | Gilles Roudiere | |
Allow to obtain virtual keyboard height | |||
2017-10-04 | Merge pull request #11816 from terahxluna/video_player_set_stream_position | Hein-Pieter van Braam | |
Add function set_stream_position to VideoPlayer. Closes #8727 | |||
2017-10-04 | Restored normal bias as default bias in GIProbe | Juan Linietsky | |
2017-10-04 | Merge pull request #11825 from hi-ogawa/fix-giprobe-light-visibility | Gilles Roudiere | |
Fix GIProbe light visibility | |||
2017-10-04 | Allow to obtain virtual keyboard height | Ruslan Mustakov | |
On mobile platforms virtual keyboards take up significant amount of screen space and UI containing a text box may need to be adjusted after the keyboard appears to keep the text box visible to user. This commit adds a way to obtain virtual keyabord height so that controls are aware of how much they need to move. | |||
2017-10-04 | Fix GIProbe light visibility | Hiroshi Ogawa | |
- Fix https://github.com/godotengine/godot/issues/10535 | |||
2017-10-04 | Merge pull request #11806 from touilleMan/gdnative-version-field | Thomas Herzog | |
[GDnative] add api version field to godot_gdnative_api_struct | |||
2017-10-04 | Merge pull request #11802 from mhilbrunner/docstatus-todo-filter | Julian Murgia | |
doc_status.py: Add -t (--todo) option, show only non-empty items | |||
2017-10-04 | Add function set_stream_position to VideoPlayer | Terah | |
Also add docucmentation for set_stream_position in VideoPlayer | |||
2017-10-04 | [GDnative] add future-proof next field to godot_gdnative_api_struct (a la ↵ | Emmanuel Leblond | |
Vulkan) | |||
2017-10-03 | Merge pull request #11815 from karroffel/gdnative-s-o-p-wrapper | Thomas Herzog | |
[GDNative] added API struct wrapper generator | |||
2017-10-03 | [GDNative] added API struct wrapper generator | Karroffel | |
Previously functions of the GDNative API were accessed by letting the loader at load-time resolve the symbols. This causes troubles on Windows (...sigh...), so now the GDNative API isn't exported anymore. This means, that a library that wants to call a GDNative function needs to access it via a struct of pointers that's passed to it at right after the library was loaded. To make the usage easier, those function pointers in the struct can be wrapped in actual function in the global scope. This commit adds a generator for that wrapper code. | |||
2017-10-03 | Avoid failed viewport when size is too smal, fixes #9891 | Juan Linietsky | |
2017-10-03 | fixed the OS.has_feature() API, and added support for 32 and 64. | Juan Linietsky | |
2017-10-03 | doc_status.py: Add -e (--empty) option to hide items with nothing left to do | mhilbrunner | |
2017-10-03 | Fixed a bug where ssl would force validation even though you told it not to. | Nathan Warden | |
2017-10-03 | Merge pull request #11789 from djrm/pr_visual_improvements | Andreas Haas | |
Added correct initialization for script editor theme. | |||
2017-10-03 | Merge pull request #11793 from NathanWarden/updated_os_doc | Nathan Lovato | |
Updated some documentation for the OS class. | |||
2017-10-03 | [GDnative] add api version field to godot_gdnative_api_struct | Emmanuel Leblond | |
2017-10-03 | Merge pull request #11790 from tagcup/shader_cleanup | Juan Linietsky | |
Various clean ups and cosmetic changes in scene.glsl. | |||
2017-10-03 | Various clean ups and cosmetic changes in scene.glsl. | Ferenc Arn | |
Use self-documenting names for variables which are otherwise confusing. Also avoid recalculating certain terms. | |||
2017-10-03 | Updated some documentation for the OS class. | Nathan Warden | |
2017-10-03 | Merge pull request #11792 from touilleMan/gdnative-json-api | Thomas Herzog | |
[GDnative] autogenerate gdnative_api_struct.h from a json | |||
2017-10-03 | Merge pull request #11791 from djrm/pr_update_gitignore | Hein-Pieter van Braam | |
Added logs to .gitignore | |||
2017-10-03 | Merge pull request #11782 from eska014/persistent-userfs-test | Hein-Pieter van Braam | |
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode | |||
2017-10-03 | Merge pull request #11653 from bojidar-bg/doc-vscript-1 | Nathan Lovato | |
[DOCS] Document some of the VisualScript classes | |||
2017-10-03 | Document some of the VisualScript classes. | Bojidar Marinov | |
2017-10-03 | [GDnative] replace gdnative_api_struct.h by a json-based autogenerated system | Emmanuel Leblond | |
2017-10-02 | Added logs to .gitignore | Daniel J. Ramirez | |
[ciskip] | |||
2017-10-02 | VS now supports white themes. | Daniel J. Ramirez | |
2017-10-02 | Added correct initialization for script editor theme. | Daniel J. Ramirez | |
Some style fixes for VS interface. | |||
2017-10-03 | Merge pull request #11660 from toger5/additional_spacing_1_as_default | Andreas Haas | |
add spacing to tabs. | |||
2017-10-03 | added spacing to tabs | toger5 | |
2017-10-03 | Merge pull request #11770 from Noshyaar/pr-๓ | Andreas Haas | |
CurveEditor: fix can't edit right tangent | |||
2017-10-03 | Merge pull request #11739 from neikeq/tengo-el-mono | Andreas Haas | |
Moved mono module here | |||
2017-10-03 | Merge pull request #11478 from n-pigeon/scale_gizmo | Andreas Haas | |
Scale editing Gizmo for Spatial Editor | |||
2017-10-03 | Fix SConstruct check for config.is_enabled() | Ignacio Etcheverry | |
2017-10-03 | Added mono module | Ignacio Etcheverry | |
2017-10-02 | Merge pull request #11568 from endragor/loggers | Andreas Haas | |
Extract logging logic | |||
2017-10-02 | Merge pull request #11592 from SaracenOne/header_generator_fix | Andreas Haas | |
Python header generator now generates strings with escape characters. | |||
2017-10-02 | Merge pull request #11658 from BastiaanOlij/mobile_vr | Andreas Haas | |
Reintroduce generic mobile vr interface | |||
2017-10-02 | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | |
Renamed fixed_process to physics_process | |||
2017-10-02 | Merge pull request #11700 from tagcup/clearcoat_fix | Andreas Haas | |
Fix clearcoat without Schlick-GGX specular. | |||
2017-10-02 | Merge pull request #11706 from toger5/create_node_preferred_logic | Andreas Haas | |
added smart searching with preferrence to root node |