summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-10-04Fix Python 3 buildMatthias Hoelzl
2017-10-04Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog
2017-10-04[GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...Emmanuel Leblond
2017-10-03[GDNative] added API struct wrapper generatorKarroffel
2017-10-03Merge pull request #11789 from djrm/pr_visual_improvementsAndreas Haas
2017-10-03[GDnative] add api version field to godot_gdnative_api_structEmmanuel Leblond
2017-10-03Merge pull request #11792 from touilleMan/gdnative-json-apiThomas Herzog
2017-10-03Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato
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-02VS now supports white themes.Daniel J. Ramirez
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez
2017-10-03Added mono moduleIgnacio Etcheverry
2017-10-02Merge pull request #11658 from BastiaanOlij/mobile_vrAndreas Haas
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
2017-10-02Merge pull request #11724 from marcelofg55/visualscript_crashfixPoommetee Ketson
2017-10-02[GDnative] Add active_library_path to init options structEmmanuel Leblond
2017-10-02[GDnative] Add binding to GDNativeLibrary::get_active_library_pathEmmanuel Leblond
2017-10-01Merge pull request #11719 from toger5/svg_color_convert_alphaGilles Roudiere
2017-10-01Replace a OPCODE_BREAK with break in opcode 31Hein-Pieter van Braam
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-30VisualScript crashfix when returns are too fewMarcelo Fernandez
2017-09-30keep alpha when converting svg colors fixes #11289toger5
2017-09-29Properly allow completion on variable initializer arguments, closes #9359Juan Linietsky
2017-09-28reintroduce generic mobile vr interfaceBastiaanOlij
2017-09-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
2017-09-27Fixed wrong break statement in GDFunction::callScayze
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
2017-09-25Merge pull request #11518 from hpvb/gdscript-direct-dispatchRémi Verschelde
2017-09-25Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde
2017-09-25Merge pull request #11580 from endragor/ios-exportRémi Verschelde
2017-09-25Fixed constness of variant functions, as well as visual script sequence ports...Juan Linietsky
2017-09-25Use BoolVariable in platform-specific options.Elliott Sales de Andrade
2017-09-25Use BoolVariable for module options.Elliott Sales de Andrade
2017-09-25Use BoolVariable for third-party options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-26Enhance iOS exportRuslan Mustakov
2017-09-25Remove several checks on DEBUG_RELEASEHein-Pieter van Braam
2017-09-25Use computed goto to dispatch next opcodeHein-Pieter van Braam
2017-09-24Add support for OpenSSL 1.1.0.Elliott Sales de Andrade
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-22Merge pull request #11461 from hpvb/add-likely-macrosRémi Verschelde
2017-09-21Fixed a bunch of typos, including an error code.Ross Hadden
2017-09-21Implement Linux-style likely()/unlikely() macrosHein-Pieter van Braam
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-20Do not compile Recast for AndroidRuslan Mustakov
2017-09-19Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde
2017-09-19Allow booleanization of all typesHein-Pieter van Braam