| Commit message (Expand) | Author | Age | Files | Lines |
| * | vsnc --> vsync | ISylvox | 2016-11-15 | 4 | -6/+6 |
| * | Some missing License notice has been added | SPTelur | 2016-11-15 | 2 | -0/+59 |
| * | Clean/fix triangulation internals | Pedro J. Estébanez | 2016-11-15 | 2 | -13/+5 |
| * | Fix wrong number for ERR_* on comment | volzhs | 2016-11-15 | 1 | -12/+12 |
| * | memory ops implemented as OS functions by default | Ariel Manzur | 2016-11-08 | 2 | -121/+8 |
| * | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-02 | 1 | -4/+4 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -1/+0 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 6 | -101/+101 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-02 | 2 | -98/+98 |
| * | Fix locale for macOS-style locales | Damon | 2016-10-31 | 1 | -6/+12 |
| * | Change set_locale to fallback to the global language (#6910) | Damon Myers | 2016-10-31 | 1 | -6/+27 |
| * | Fix comparison bug with InputEvent | volzhs | 2016-10-31 | 1 | -1/+2 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 5 | -0/+10 |
| * | Added a generic AStar implementation to Godot. | Juan Linietsky | 2016-10-18 | 3 | -0/+506 |
| * | Properly handle absolute paths in Globals::localize_path | Fabio Alessandrelli | 2016-10-17 | 1 | -1/+1 |
| * | Fixes hash float negative 0 problem | Răzvan Cosmin Rădulescu | 2016-10-17 | 1 | -1/+4 |
| * | Added simple check to viewport, if matrix32 is invesile (https://github.com/g... | Mateusz Adamczyk | 2016-10-09 | 1 | -1/+1 |
| * | fixes #6331, Variant::can_convert | Răzvan Cosmin Rădulescu | 2016-10-09 | 1 | -11/+3 |
| * | Vector3: added angle_to(Vector3 other) | J08nY | 2016-10-09 | 2 | -5/+9 |
| * | Vector3: format properly, fix indents | J08nY | 2016-10-09 | 2 | -97/+100 |
| * | Improve debug focus behavior | Pedro J. Estébanez | 2016-10-09 | 2 | -0/+4 |
| * | Properly encode InputEvent of type NONE. Fix #5987 | Fabio Alessandrelli | 2016-10-09 | 1 | -1/+15 |
| * | PCKPacker: moved from tools into core, fixes #4129 | J08nY | 2016-10-09 | 3 | -0/+253 |
| * | Fix typo for word_wrap | volzhs | 2016-10-09 | 2 | -2/+2 |
| * | Fix error when using 2 or more slashes on resource path | volzhs | 2016-10-09 | 1 | -0/+5 |
| * | Throw error when trying to emit a non-existing signal. | Andreas Haas | 2016-10-09 | 1 | -0/+9 |
| * | Add function to get readable names for joystick events | Andreas Haas | 2016-10-09 | 2 | -0/+9 |
| * | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | 2016-10-09 | 2 | -24/+13 |
| * | Expose Vector2::clamped() to scripts | Andreas Haas | 2016-10-09 | 1 | -0/+2 |
| * | Fix input action pressed state not changing for quick joystick movements. | Andreas Haas | 2016-10-09 | 3 | -60/+1 |
| * | Show object string cast instead of object id in debugger | supaiku | 2016-09-18 | 1 | -2/+4 |
| * | InputEvent: Fix event comparisons when type is NONE | Rémi Verschelde | 2016-09-18 | 1 | -0/+4 |
| * | i18n: Update list of supported locales based off glibc | Rémi Verschelde | 2016-09-18 | 1 | -24/+414 |
| * | Show last added action on Input Map and implement InputEvent "==" | volzhs | 2016-09-01 | 1 | -1/+45 |
| * | fix string iterator | caryoscelus | 2016-09-01 | 1 | -1/+1 |
| * | Matrix32: Add constructor that takes six real_t params | Ignacio Etcheverry | 2016-09-01 | 1 | -0/+9 |
| * | Implemented UndoRedo mergeable modes | Franklin Sobrinho | 2016-09-01 | 2 | -15/+58 |
| * | Added add_property_info function to Globals and EditorSettings classes | Franklin Sobrinho | 2016-09-01 | 2 | -0/+22 |
| * | Fixed bug in make_dir_recursive, closes #6016 | Juan Linietsky | 2016-08-08 | 1 | -0/+7 |
| * | Revert documentation of return type for FuncRef::call_func from b80c42e | eska | 2016-08-08 | 1 | -1/+1 |
| * | Merge pull request #5976 from allkhor/master | Rémi Verschelde | 2016-07-31 | 1 | -1/+1 |
| |\ |
|
| | * | Fix String::is_valid_integer() for single symbols + and - | allkhor | 2016-07-31 | 1 | -1/+1 |
| * | | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 1 | -1/+1 |
| |/ |
|
| * | Fix regression with str() improvements for math types | Ignacio Etcheverry | 2016-07-28 | 6 | -23/+44 |
| * | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | 2016-07-27 | 5 | -10/+17 |
| |\ |
|
| | * | Prettier str() for some math types | Ignacio Etcheverry | 2016-07-27 | 5 | -10/+17 |
| * | | Fix reading of empty StringArray-s in .tscn | Bojidar Marinov | 2016-07-27 | 1 | -1/+3 |
| * | | Changed the way the step decimals are computed to a safer way, fixes many iss... | Juan Linietsky | 2016-07-26 | 2 | -16/+20 |
| |/ |
|
| * | Merge pull request #5524 from pkowal1982/master | Juan Linietsky | 2016-07-24 | 3 | -0/+7 |
| |\ |
|
| | * | Array has(var value) function | Pawel Kowal | 2016-07-07 | 3 | -0/+7 |