aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Reduce gcc lto build time by telling the linker toFelix M. Cobos2017-09-262-2/+8
| | |/ / | |/| | | | | | | | | | use the number of jobs indicated by -j
* | | | Merge pull request #11610 from sbeca/pr-osx-versionRémi Verschelde2017-09-261-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Change OSX version from 2.2-dev to 3.0-dev [ci skip]
| * | | | Change OSX version from 2.2-dev to 3.0-devScott Beca2017-09-261-2/+2
| | | | |
* | | | | Add AppVeyor CI file for MSVC buildsRémi Verschelde2017-09-261-0/+24
| |/ / / |/| | | | | | | This improves our compiler coverage in our CI builds.
* | | | Merge pull request #11600 from volzhs/fix-crash-lineeditRémi Verschelde2017-09-261-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix crash when scene has LineEdit and run from editor
| * | | Fix crash when scene has LineEdit and run from editorvolzhs2017-09-261-1/+1
|/ / /
* | | Merge pull request #11587 from Zylann/directional_light_initRémi Verschelde2017-09-261-0/+6
|\ \ \ | | | | | | | | | | | | | | | | In editor, instance DirectionalLight with an initial orientation [ci skip]
| * | | In editor, instance DirectionalLight with an initial sun-like orientationMarc Gilleron2017-09-251-0/+6
| | | |
* | | | Merge pull request #11598 from djrm/pr_fix_code_editor_closeRémi Verschelde2017-09-261-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix missing code editor find and replace missing hover icon. [ci skip]
| * | | | Fix missing code editor find and replace missing hover icon.Daniel J. Ramirez2017-09-251-2/+2
| | |/ / | |/| |
* | | | Merge pull request #11597 from djrm/pr_interface_colorsRémi Verschelde2017-09-2612-36/+50
|\ \ \ \ | | | | | | | | | | Removed most of the custom colors from the interface.
| * | | | Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-2512-36/+50
| |/ / /
* | | | Merge pull request #11558 from djrm/pr_spatial_gridRémi Verschelde2017-09-262-71/+20
|\ \ \ \ | |/ / / |/| | | Removed transparency from spatial editor grid.
| * | | Removed transparency from spatial editor grid.Daniel J. Ramirez2017-09-252-71/+20
|/ / /
* | | Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-2632-87/+193
|\ \ \ | | | | | | | | Implements set_margins_preset(...)
| * | | Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-2232-75/+58
| | | | | | | | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)
| * | | Implements set_margins_preset(...)Gilles Roudiere2017-09-222-12/+135
| | | |
* | | | Merge pull request #11445 from Cradmon/refactorCoreMapRémi Verschelde2017-09-252-231/+216
|\ \ \ \ | | | | | | | | | | Refactor core/map.h
| * | | | Refactor core/map.h to be similar to core/set.hCradmon2017-09-201-160/+157
| | | | |
| * | | | Refactor core/set.hCradmon2017-09-201-71/+59
| | | | |
* | | | | Merge pull request #11518 from hpvb/gdscript-direct-dispatchRémi Verschelde2017-09-254-443/+432
|\ \ \ \ \ | | | | | | | | | | | | Some more GDScript performance optimizations
| * | | | | Make variant_op jumptable constHein-Pieter van Braam2017-09-251-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | Not doing this was a bit of an oversight
| * | | | | Allow inlining of all parts of safe_refcountHein-Pieter van Braam2017-09-252-304/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differences with this aren't huge but the effort is minimal, in some workloads gain a couple of percent of performance.
| * | | | | Remove several checks on DEBUG_RELEASEHein-Pieter van Braam2017-09-251-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These errors shouldn't be possible on a tested game. Remove the checks on release. Shaves about 10% off of tight loops.
| * | | | | Use computed goto to dispatch next opcodeHein-Pieter van Braam2017-09-251-109/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On compulers that define __GNUC__ use computed goto to directly dispatch the next instruction rather than going through another switch statement. This saves a jump and some comparisons. In tight loops this is is roughly 10% faster than the switch() method.
* | | | | | Merge pull request #11541 from Paulb23/tree_arrow_goto_parentRémi Verschelde2017-09-251-2/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Goto to parent on left arrow in tree with single column [ci skip]
| * | | | | | Goto to parent on left arrow in tree with single columnPaulb232017-09-241-2/+10
| | | | | | |
* | | | | | | Merge pull request #11542 from marcelofg55/bucket_limitRémi Verschelde2017-09-252-11/+32
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bucket fill will now incrementally process the queue on preview mode
| * | | | | | | Bucket fill will now incrementally process the queue on preview modeMarcelo Fernandez2017-09-242-11/+32
| | | | | | | |
* | | | | | | | Merge pull request #11545 from ↵Rémi Verschelde2017-09-252-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paulb23/line_edit_caret_blink_resetting_issue_10764 Fixed caret blink and speed resetting in scenes, issue 10764 [ci skip]
| * | | | | | | | Fixed caret blink and speed resetting in scenes, issue 10764Paulb232017-09-242-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #11546 from Paulb23/scrollbar_jitterRémi Verschelde2017-09-251-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed scrollbar Jitter when clicking [ci skip]
| * | | | | | | | Fixed scrollbar jitter when clickingPaulb232017-09-241-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #11564 from djrm/pr_editor_settings_undoRémi Verschelde2017-09-254-157/+200
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added the ability to revert to initial value in editor settings.
| * | | | | | | | Added the ability to revert to initial value in editor settings.Daniel J. Ramirez2017-09-244-157/+200
| | | | | | | | |
* | | | | | | | | Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde2017-09-2533-196/+197
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Add types to scons command-line options
| * | | | | | | | Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-258-47/+47
| | | | | | | | |
| * | | | | | | | Use BoolVariable for module options.Elliott Sales de Andrade2017-09-257-9/+9
| | | | | | | | |
| * | | | | | | | Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-2519-91/+87
| | | | | | | | |
| * | | | | | | | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-2514-44/+44
| | | | | | | | |
| * | | | | | | | Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-256-10/+15
| | | | | | | | |
* | | | | | | | | Merge pull request #11569 from djrm/pr_audio_buses_fixesRémi Verschelde2017-09-252-22/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Improved audio buses editor
| * | | | | | | | | Improved audio buses editorDaniel J. Ramirez2017-09-252-22/+34
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11576 from volzhs/output-consoleRémi Verschelde2017-09-253-7/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add font size setting for output panel
| * | | | | | | | | | Add font size setting for output panelvolzhs2017-09-253-7/+20
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #11580 from endragor/ios-exportRémi Verschelde2017-09-2552-264/+588
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enhance iOS export
| * | | | | | | | | | | Enhance iOS exportRuslan Mustakov2017-09-2652-264/+588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset.
* | | | | | | | | | | | Fixed constness of variant functions, as well as visual script sequence ↵Juan Linietsky2017-09-253-23/+52
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports. Closes #11258
* | | | | | | | | | | Merge pull request #11577 from ISylvox/AudioEffectChorus-VoiceCountRémi Verschelde2017-09-251-2/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Voice_Count Issues in AudioEffectChorus [ci skip]
| * | | | | | | | | | | Fixed Voice_Count issues in AudioEffectChorus:Indah Sylvia2017-09-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Setting voice_count value to 4 (MAX_VOICES) is now allowed - Fixed slider glitch on setting voice_count value