aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge pull request #11378 from Faless/ipv6_no_linklocalRémi Verschelde2017-09-191-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Do not allow link-local addresses to be used by editor debuggerFabio Alessandrelli2017-09-181-3/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11396 from djrm/pr_fix_metricsRémi Verschelde2017-09-196-19/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-186-19/+23
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11208 from kitsune/hex-color-shortcutsRémi Verschelde2017-09-191-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Adds 3 and 4 digit html shortcuts to ColorDylan Enloe2017-09-121-0/+8
* | | | | | | | | | | | | | | | Merge pull request #10437 from groud/2d_editor_enhancementsRémi Verschelde2017-09-1910-522/+1185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere2017-09-189-98/+383
| * | | | | | | | | | | | | | | Implement smart snapping. Fixes a bug with anchors single-axis move (when the...Gilles Roudiere2017-09-172-109/+189
| * | | | | | | | | | | | | | | Avoid grid step to go below zeroGilles Roudiere2017-09-171-2/+2
| * | | | | | | | | | | | | | | Use shift to move anchors on a single axisGilles Roudiere2017-09-171-26/+42
| * | | | | | | | | | | | | | | Implement shortcuts to multiply/divide the grid stepGilles Roudiere2017-09-172-23/+45
| * | | | | | | | | | | | | | | Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere2017-09-171-0/+31
| * | | | | | | | | | | | | | | Adds keyboards shortcutsGilles Roudiere2017-09-171-4/+4
| * | | | | | | | | | | | | | | Implements rulersGilles Roudiere2017-09-173-58/+203
| * | | | | | | | | | | | | | | Fixes axis badly displayed with high zooming valuesGilles Roudiere2017-09-171-2/+3
| * | | | | | | | | | | | | | | Split some functions to make the code more readable (maybe at the price of a ...Gilles Roudiere2017-09-172-135/+137
| * | | | | | | | | | | | | | | Make the shortcuts for setting the pivot editableGilles Roudiere2017-09-172-7/+12
| * | | | | | | | | | | | | | | Display draggable anchors only if the parent is not a containerGilles Roudiere2017-09-172-117/+103
| * | | | | | | | | | | | | | | Display width and height when dragging a node sideGilles Roudiere2017-09-171-1/+5
| * | | | | | | | | | | | | | | Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere2017-09-171-0/+18
| * | | | | | | | | | | | | | | Displays margins values when moving the nodeGilles Roudiere2017-09-172-23/+91
* | | | | | | | | | | | | | | | Fix mouse button state in HTML5 platformLeon Krause2017-09-191-8/+8
* | | | | | | | | | | | | | | | Merge pull request #11388 from hpvb/fix-missing-return-failRémi Verschelde2017-09-196-172/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Allow booleanization of all typesHein-Pieter van Braam2017-09-196-105/+20
| * | | | | | | | | | | | | | | | Be type-strict checking on equality checksHein-Pieter van Braam2017-09-191-67/+63
* | | | | | | | | | | | | | | | | Merge pull request #11405 from karroffel/new-hashmapRémi Verschelde2017-09-196-33/+770
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | added OAHashMap typeKarroffel2017-09-196-33/+770
* | | | | | | | | | | | | | | | | | Merge pull request #11418 from marcelofg55/fix_ch_compilelinuxRémi Verschelde2017-09-192-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix crash handler not including stdlib.hMarcelo Fernandez2017-09-192-0/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #11402 from hpvb/remove-gdscript-checks-on-releaseRémi Verschelde2017-09-192-63/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Don't call Variant::reference() unnecessarilyHein-Pieter van Braam2017-09-191-30/+131
| * | | | | | | | | | | | | | | | | 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-193-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Change structure order for godot nim compatibilityKonstantin Zaitsev2017-09-191-1/+1
| * | | | | | | | | | | | | | | | | Fix MSVC compilation errorsKonstantin Zaitsev2017-09-192-3/+3
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix accidental cast to Vector3 for Vector2 iterHein-Pieter van Braam2017-09-191-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #11412 from ISylvox/seperate-to-separateRémi Verschelde2017-09-193-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia2017-09-193-11/+11
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #11395 from marcelofg55/fix_crashhandler_winHein-Pieter van Braam2017-09-195-22/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-185-22/+26
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #11375 from FigyTuna/rigid_body_docsRémi Verschelde2017-09-182-19/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Modified/Added documentation for RigidBody and RigidBody2DFigyTuna2017-09-182-19/+43
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #11372 from volzhs/fix-smooth-scrollRémi Verschelde2017-09-181-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix smooth scrolling in ScrollBarvolzhs2017-09-181-4/+4
* | | | | | | | | | | | | | | | Merge pull request #11367 from hpvb/refactor-variant-opRémi Verschelde2017-09-188-671/+950
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-178-671/+950
* | | | | | | | | | | | | | | | | Merge pull request #11376 from RaTi17/gdscript_docRémi Verschelde2017-09-181-75/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Added code tags and corrected some linesRaTi172017-09-181-75/+75
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde2017-09-183-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \