aboutsummaryrefslogtreecommitdiff
path: root/misc/scripts/makeargs.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-19Allow booleanization of all typesHein-Pieter van Braam6-105/+20
2017-09-19added OAHashMap typeKarroffel6-33/+770
2017-09-19Fix crash handler not including stdlib.hMarcelo Fernandez2-0/+2
2017-09-19Be type-strict checking on equality checksHein-Pieter van Braam1-67/+63
2017-09-19Don't call Variant::reference() unnecessarilyHein-Pieter van Braam1-30/+131
2017-09-19Fix accidental cast to Vector3 for Vector2 iterHein-Pieter van Braam1-1/+1
2017-09-19Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia3-11/+11
2017-09-19Change structure order for godot nim compatibilityKonstantin Zaitsev1-1/+1
2017-09-19Fix MSVC compilation errorsKonstantin Zaitsev2-3/+3
2017-09-19Remove more GDScript runtime checks on releaseHein-Pieter van Braam1-33/+54
2017-09-18Drag and drop for meshes directly and fix drop restriction for non-Texture ob...SaracenOne2-12/+59
2017-09-18Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere9-98/+383
2017-09-18Fixed a lot of HiDPI metrics.Daniel J. Ramirez6-19/+23
2017-09-18Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez5-22/+26
2017-09-18Modified/Added documentation for RigidBody and RigidBody2DFigyTuna2-19/+43
2017-09-18 Added code tags and corrected some linesRaTi171-75/+75
2017-09-17Fixed metrics.Daniel J. Ramirez3-26/+44
2017-09-18Do not allow link-local addresses to be used by editor debuggerFabio Alessandrelli1-3/+4
2017-09-17Implement smart snapping. Fixes a bug with anchors single-axis move (when the...Gilles Roudiere2-109/+189
2017-09-17Avoid grid step to go below zeroGilles Roudiere1-2/+2
2017-09-17Use shift to move anchors on a single axisGilles Roudiere1-26/+42
2017-09-17Implement shortcuts to multiply/divide the grid stepGilles Roudiere2-23/+45
2017-09-17Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere1-0/+31
2017-09-17Adds keyboards shortcutsGilles Roudiere1-4/+4
2017-09-17Implements rulersGilles Roudiere3-58/+203
2017-09-17Fixes axis badly displayed with high zooming valuesGilles Roudiere1-2/+3
2017-09-17Split some functions to make the code more readable (maybe at the price of a ...Gilles Roudiere2-135/+137
2017-09-17Make the shortcuts for setting the pivot editableGilles Roudiere2-7/+12
2017-09-17Display draggable anchors only if the parent is not a containerGilles Roudiere2-117/+103
2017-09-17Display width and height when dragging a node sideGilles Roudiere1-1/+5
2017-09-17Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere1-0/+18
2017-09-17Displays margins values when moving the nodeGilles Roudiere2-23/+91
2017-09-17Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam8-671/+950
2017-09-18Fix smooth scrolling in ScrollBarvolzhs1-4/+4
2017-09-17Fix crash when using key+u on a line with only a #Marcelo Fernandez1-1/+5
2017-09-17Changed Mononoki font to Hack fontDaniel J. Ramirez7-106/+76
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez8-3/+42
2017-09-17doc: Sync classref and escape comparatorsRémi Verschelde7-13/+153
2017-09-17[GDnative] Use X macro to define godot_gdnative_api_struct and it instantiationEmmanuel Leblond2-1328/+684
2017-09-18Fix set_item_icon error when starting editorvolzhs1-4/+3
2017-09-17[GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...Emmanuel Leblond4-2/+1384
2017-09-17Fixed segfault on loading text editor themePaulb231-1/+2
2017-09-17correction to one way collision codeJuan Linietsky2-4/+4
2017-09-17fixes to one way collision, closes #10971Juan Linietsky2-4/+14
2017-09-17Added Documentation of AudioStreamGrosskopf3-0/+22
2017-09-17Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab2-5/+34
2017-09-17wrote documentation for audio stream player 3DGrosskopf1-0/+32
2017-09-17Added Documentation of AudioStreamPlayerGrosskopf1-0/+11
2017-09-17Added Documentation of AudioStreamPlayer2DGrosskopf1-0/+15
2017-09-16Modified/Added documentation for PhysicsBody and PhysicsBody2DFigyTuna2-5/+16