summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-04Merge pull request #11825 from hi-ogawa/fix-giprobe-light-visibilityGilles Roudiere
Fix GIProbe light visibility
2017-10-04Fix GIProbe light visibilityHiroshi Ogawa
- Fix https://github.com/godotengine/godot/issues/10535
2017-10-04Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog
[GDnative] add api version field to godot_gdnative_api_struct
2017-10-04Merge pull request #11802 from mhilbrunner/docstatus-todo-filterJulian Murgia
doc_status.py: Add -t (--todo) option, show only non-empty items
2017-10-04[GDnative] add future-proof next field to godot_gdnative_api_struct (a la ↵Emmanuel Leblond
Vulkan)
2017-10-03Merge pull request #11815 from karroffel/gdnative-s-o-p-wrapperThomas Herzog
[GDNative] added API struct wrapper generator
2017-10-03[GDNative] added API struct wrapper generatorKarroffel
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-03Avoid failed viewport when size is too smal, fixes #9891Juan Linietsky
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-10-03doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner
2017-10-03Merge pull request #11789 from djrm/pr_visual_improvementsAndreas Haas
Added correct initialization for script editor theme.
2017-10-03Merge pull request #11793 from NathanWarden/updated_os_docNathan Lovato
Updated some documentation for the OS class.
2017-10-03[GDnative] add api version field to godot_gdnative_api_structEmmanuel Leblond
2017-10-03Merge pull request #11790 from tagcup/shader_cleanupJuan Linietsky
Various clean ups and cosmetic changes in scene.glsl.
2017-10-03Various 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-03Updated some documentation for the OS class.Nathan Warden
2017-10-03Merge pull request #11792 from touilleMan/gdnative-json-apiThomas Herzog
[GDnative] autogenerate gdnative_api_struct.h from a json
2017-10-03Merge pull request #11791 from djrm/pr_update_gitignoreHein-Pieter van Braam
Added logs to .gitignore
2017-10-03Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode
2017-10-03Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato
[DOCS] Document some of the VisualScript classes
2017-10-03Document some of the VisualScript classes.Bojidar Marinov
2017-10-03[GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond
2017-10-02Added logs to .gitignoreDaniel J. Ramirez
[ciskip]
2017-10-02VS now supports white themes.Daniel J. Ramirez
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez
Some style fixes for VS interface.
2017-10-03Merge pull request #11660 from toger5/additional_spacing_1_as_defaultAndreas Haas
add spacing to tabs.
2017-10-03added spacing to tabstoger5
2017-10-03Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas
CurveEditor: fix can't edit right tangent
2017-10-03Merge pull request #11739 from neikeq/tengo-el-monoAndreas Haas
Moved mono module here
2017-10-03Merge pull request #11478 from n-pigeon/scale_gizmoAndreas Haas
Scale editing Gizmo for Spatial Editor
2017-10-03Fix SConstruct check for config.is_enabled()Ignacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
Extract logging logic
2017-10-02Merge pull request #11592 from SaracenOne/header_generator_fixAndreas Haas
Python header generator now generates strings with escape characters.
2017-10-02Merge pull request #11658 from BastiaanOlij/mobile_vrAndreas Haas
Reintroduce generic mobile vr interface
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-10-02Merge pull request #11700 from tagcup/clearcoat_fixAndreas Haas
Fix clearcoat without Schlick-GGX specular.
2017-10-02Merge pull request #11706 from toger5/create_node_preferred_logicAndreas Haas
added smart searching with preferrence to root node
2017-10-03CurveEditor: fix can't edit right tangentPoommetee Ketson
2017-10-02Merge pull request #11730 from gabrielformiga/fix-small-png-texture-importAndreas Haas
Change to Image::shrink_x2 function preventing it set a 0 width/height for mipmapped textures
2017-10-02Merge pull request #11747 from Noshyaar/pr-๑Andreas Haas
EditorAudioBus: restore delete option on master bus
2017-10-02Merge pull request #11752 from Listwon/vssconsAndreas Haas
Fix scons: *** No SConstruct file found
2017-10-02Merge pull request #11753 from Listwon/IntellisenseAndreas Haas
Fix IntelliSense
2017-10-02Merge pull request #11754 from magyar123/masterAndreas Haas
Fixed center align in LineEdit
2017-10-02Merge pull request #11757 from mhilbrunner/doc_status_py27Andreas Haas
doc_status.py Python 2.7 backwards compatibility & Windows support
2017-10-02Merge pull request #11767 from Noshyaar/pr-๒Andreas Haas
3DEditorGizmo: fix spotlight and camera gizmo & handle
2017-10-02Merge pull request #11768 from cbscribe/kcc_polygon2d_docAndreas Haas
[DOCS] Update Polygon2D and CollisionPolygon2D
2017-10-02Add OS::is_userfs_persistent to check user:// persistenceLeon Krause
Allows starting HTML5 export when IndexedDB is not available.
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
Several visual improvements.