aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* vsnc --> vsyncISylvox2016-11-154-6/+6
* Some missing License notice has been addedSPTelur2016-11-152-0/+59
* Clean/fix triangulation internalsPedro J. Estébanez2016-11-152-13/+5
* Fix wrong number for ERR_* on commentvolzhs2016-11-151-12/+12
* memory ops implemented as OS functions by defaultAriel Manzur2016-11-082-121/+8
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-021-4/+4
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-1/+0
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-026-101/+101
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-98/+98
* Fix locale for macOS-style localesDamon2016-10-311-6/+12
* Change set_locale to fallback to the global language (#6910)Damon Myers2016-10-311-6/+27
* Fix comparison bug with InputEventvolzhs2016-10-311-1/+2
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-305-0/+10
* Added a generic AStar implementation to Godot.Juan Linietsky2016-10-183-0/+506
* Properly handle absolute paths in Globals::localize_pathFabio Alessandrelli2016-10-171-1/+1
* Fixes hash float negative 0 problemRăzvan Cosmin Rădulescu2016-10-171-1/+4
* Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk2016-10-091-1/+1
* fixes #6331, Variant::can_convertRăzvan Cosmin Rădulescu2016-10-091-11/+3
* Vector3: added angle_to(Vector3 other)J08nY2016-10-092-5/+9
* Vector3: format properly, fix indentsJ08nY2016-10-092-97/+100
* Improve debug focus behaviorPedro J. Estébanez2016-10-092-0/+4
* Properly encode InputEvent of type NONE. Fix #5987Fabio Alessandrelli2016-10-091-1/+15
* PCKPacker: moved from tools into core, fixes #4129J08nY2016-10-093-0/+253
* Fix typo for word_wrapvolzhs2016-10-092-2/+2
* Fix error when using 2 or more slashes on resource pathvolzhs2016-10-091-0/+5
* Throw error when trying to emit a non-existing signal.Andreas Haas2016-10-091-0/+9
* Add function to get readable names for joystick eventsAndreas Haas2016-10-092-0/+9
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-10-092-24/+13
* Expose Vector2::clamped() to scriptsAndreas Haas2016-10-091-0/+2
* Fix input action pressed state not changing for quick joystick movements.Andreas Haas2016-10-093-60/+1
* Show object string cast instead of object id in debuggersupaiku2016-09-181-2/+4
* InputEvent: Fix event comparisons when type is NONERémi Verschelde2016-09-181-0/+4
* i18n: Update list of supported locales based off glibcRémi Verschelde2016-09-181-24/+414
* Show last added action on Input Map and implement InputEvent "=="volzhs2016-09-011-1/+45
* fix string iteratorcaryoscelus2016-09-011-1/+1
* Matrix32: Add constructor that takes six real_t paramsIgnacio Etcheverry2016-09-011-0/+9
* Implemented UndoRedo mergeable modesFranklin Sobrinho2016-09-012-15/+58
* Added add_property_info function to Globals and EditorSettings classesFranklin Sobrinho2016-09-012-0/+22
* Fixed bug in make_dir_recursive, closes #6016Juan Linietsky2016-08-081-0/+7
* Revert documentation of return type for FuncRef::call_func from b80c42eeska2016-08-081-1/+1
* Merge pull request #5976 from allkhor/masterRémi Verschelde2016-07-311-1/+1
|\
| * Fix String::is_valid_integer() for single symbols + and -allkhor2016-07-311-1/+1
* | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
|/
* Fix regression with str() improvements for math typesIgnacio Etcheverry2016-07-286-23/+44
* Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde2016-07-275-10/+17
|\
| * Prettier str() for some math typesIgnacio Etcheverry2016-07-275-10/+17
* | Fix reading of empty StringArray-s in .tscnBojidar Marinov2016-07-271-1/+3
* | Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-262-16/+20
|/
* Merge pull request #5524 from pkowal1982/masterJuan Linietsky2016-07-243-0/+7
|\
| * Array has(var value) functionPawel Kowal2016-07-073-0/+7