summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11724 from marcelofg55/visualscript_crashfixPoommetee Ketson2017-10-021-2/+8
|\
| * VisualScript crashfix when returns are too fewMarcelo Fernandez2017-09-301-2/+8
* | [GDnative] Add active_library_path to init options structEmmanuel Leblond2017-10-022-0/+2
* | [GDnative] Add binding to GDNativeLibrary::get_active_library_pathEmmanuel Leblond2017-10-021-0/+1
* | Merge pull request #11719 from toger5/svg_color_convert_alphaGilles Roudiere2017-10-011-1/+1
|\ \
| * | keep alpha when converting svg colors fixes #11289toger52017-09-301-1/+1
* | | Replace a OPCODE_BREAK with break in opcode 31Hein-Pieter van Braam2017-10-011-1/+1
| |/ |/|
* | Properly allow completion on variable initializer arguments, closes #9359Juan Linietsky2017-09-291-2/+1
|/
* Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde2017-09-271-1/+0
|\
| * Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+0
* | Fixed wrong break statement in GDFunction::callScayze2017-09-271-1/+1
|/
* Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-261-1/+1
|\
| * Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* | Merge pull request #11518 from hpvb/gdscript-direct-dispatchRémi Verschelde2017-09-251-113/+196
|\ \
| * | Remove several checks on DEBUG_RELEASEHein-Pieter van Braam2017-09-251-4/+13
| * | Use computed goto to dispatch next opcodeHein-Pieter van Braam2017-09-251-109/+183
* | | Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde2017-09-2516-31/+27
|\ \ \
| * | | Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-1/+1
| * | | Use BoolVariable for module options.Elliott Sales de Andrade2017-09-253-3/+3
| * | | Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-2512-24/+20
| * | | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-253-3/+3
| |/ /
* | | Merge pull request #11580 from endragor/ios-exportRémi Verschelde2017-09-255-6/+12
|\ \ \
| * | | Enhance iOS exportRuslan Mustakov2017-09-265-6/+12
| |/ /
* / / Fixed constness of variant functions, as well as visual script sequence ports...Juan Linietsky2017-09-251-2/+2
|/ /
* | Add support for OpenSSL 1.1.0.Elliott Sales de Andrade2017-09-242-11/+54
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-2310-24/+24
|/
* Merge pull request #11461 from hpvb/add-likely-macrosRémi Verschelde2017-09-221-3/+3
|\
| * Implement Linux-style likely()/unlikely() macrosHein-Pieter van Braam2017-09-211-3/+3
* | Fixed a bunch of typos, including an error code.Ross Hadden2017-09-211-1/+1
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-2016-37/+37
* Do not compile Recast for AndroidRuslan Mustakov2017-09-201-1/+1
* Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde2017-09-191-10/+25
|\
| * Improved VisualScriptEditorDaniel J. Ramirez2017-09-141-10/+25
* | Allow booleanization of all typesHein-Pieter van Braam2017-09-194-29/+7
* | Merge pull request #11402 from hpvb/remove-gdscript-checks-on-releaseRémi Verschelde2017-09-191-33/+54
|\ \
| * | Remove more GDScript runtime checks on releaseHein-Pieter van Braam2017-09-191-33/+54
* | | Merge pull request #11386 from kosz78/fix-msvc-compile-errorsRémi Verschelde2017-09-192-3/+3
|\ \ \ | |/ / |/| |
| * | Change structure order for godot nim compatibilityKonstantin Zaitsev2017-09-191-1/+1
| * | Fix MSVC compilation errorsKonstantin Zaitsev2017-09-191-2/+2
* | | Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-176-8/+8
|/ /
* | Merge pull request #11296 from touilleMan/gdnative-api-structThomas Herzog2017-09-174-2/+740
|\ \
| * | [GDnative] Use X macro to define godot_gdnative_api_struct and it instantiationEmmanuel Leblond2017-09-172-1328/+684
| * | [GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...Emmanuel Leblond2017-09-174-2/+1384
* | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-173-7/+7
|\ \ \
| * | | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-143-7/+7
| | |/ | |/|
* | | Apply clang-format again to recent changesRémi Verschelde2017-09-163-42/+95
* | | Fix compile error on gd_native_library_editor.cpp with tools=noMarcelo Fernandez2017-09-151-0/+2
| |/ |/|
* | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-153-0/+94
|\ \
| * | Fix enums bindingsMaxim Sheronov2017-09-133-0/+94
* | | Merge pull request #11237 from endragor/gdnative-variant-refThomas Herzog2017-09-141-1/+16
|\ \ \