| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #6677 from J08nY/issue-pck-packer | Rémi Verschelde | 2016-10-03 | 3 | -0/+253 | |
| |\ \ | | | | | | | PCKPacker: Move to core from tools, fixes #4129 | |||||
| | * | | PCKPacker: moved from tools into core, fixes #4129 | J08nY | 2016-10-01 | 3 | -0/+253 | |
| | |/ | ||||||
| * | | Merge pull request #6650 from volzhs/resource-path | Rémi Verschelde | 2016-10-03 | 1 | -0/+5 | |
| |\ \ | | | | | | | Fix error when using 2 or more slashes on resource path | |||||
| | * | | Fix error when using 2 or more slashes on resource path | volzhs | 2016-09-30 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #6608 from Hinsbart/signal_err | Rémi Verschelde | 2016-10-03 | 1 | -0/+9 | |
| |\ \ \ | | | | | | | | | Throw error when trying to emit a non-existing signal. | |||||
| | * | | | Throw error when trying to emit a non-existing signal. | Andreas Haas | 2016-09-25 | 1 | -0/+9 | |
| | |/ / | | | | | | | | | | closes #6017 | |||||
| * | | | Merge pull request #6479 from RandomShaper/improve-debug-focus | Rémi Verschelde | 2016-10-03 | 2 | -0/+4 | |
| |\ \ \ | | | | | | | | | Improve debug focus behavior | |||||
| | * | | | Improve debug focus behavior | Pedro J. Estébanez | 2016-09-14 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | Fix focusing debugged game on Windows Add re-focusing editor on continue | |||||
| * | | | | Merge pull request #6304 from razvanc-r/master | Rémi Verschelde | 2016-10-03 | 3 | -9/+19 | |
| |\ \ \ \ | |_|_|/ |/| | | | (Array) .pop_front, .pop_back & .remove return values instead of void | |||||
| | * | | | (Array) pop_front, pop_back return values | Răzvan Cosmin Rădulescu | 2016-09-11 | 3 | -9/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pop_front, pop_back now return values instead of `void`. Things I didn't know how to properly implement: 1. pop_front & pop_back shows in the help menu Object as return value. I know this is incorrect but if not Object than what? Cause it can't be void. It needs to be a generic type that includes all the Array types | |||||
| * | | | | Fix typo for word_wrap | volzhs | 2016-09-30 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Code completion for is_action_just_{pressed, released} | Andreas Haas | 2016-09-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | fixes #6621 | |||||
| * | | | | Merge pull request #6568 from Hinsbart/joy_names | Rémi Verschelde | 2016-09-26 | 2 | -0/+9 | |
| |\ \ \ \ | |_|_|/ |/| | | | Add functions to get readable names for joystick events | |||||
| | * | | | Add function to get readable names for joystick events | Andreas Haas | 2016-09-20 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | | Closes #6476 | |||||
| * | | | | Merge pull request #6557 from anneomcl/master | Ignacio Etcheverry | 2016-09-20 | 2 | -24/+13 | |
| |\ \ \ \ | | | | | | | | | | | Fix for #6158 | |||||
| | * | | | | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | 2016-09-19 | 2 | -24/+13 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #6552 from Hinsbart/vec2_clamped | Rémi Verschelde | 2016-09-20 | 1 | -0/+2 | |
| |\ \ \ \ \ | | |/ / / | |/| | | | Expose Vector2::clamped() to scripts | |||||
| | * | | | | Expose Vector2::clamped() to scripts | Andreas Haas | 2016-09-19 | 1 | -0/+2 | |
| | |/ / / | | | | | | | | | | | | | | | | | Needed this and wondered that there's no built-in function for it. So I wanted to implement it and saw that it's actually already there, just wasn't bound ^^ | |||||
| * | | | | Merge pull request #6504 from Hinsbart/joy_axis | Rémi Verschelde | 2016-09-17 | 3 | -60/+1 | |
| |\ \ \ \ | |/ / / |/| | | | Fix input action pressed state not changing for quick joystick moveme… | |||||
| | * | | | Fix input action pressed state not changing for quick joystick movements. | Andreas Haas | 2016-09-15 | 3 | -60/+1 | |
| | | | | | | | | | | | | | | | | | | | | | fixes #6488 Also removes a bunch of dead code related to checking if a joystick axis is pressed. | |||||
| * | | | | Added API version and hashing to ObjectTypeDB | Juan Linietsky | 2016-09-14 | 2 | -1/+188 | |
| | | | | | ||||||
| * | | | | Added a generic AStar implementation to Godot. | Juan Linietsky | 2016-09-13 | 3 | -0/+506 | |
| |/ / / | | | | | | | | | | It's pretty fast, use it for games where Navigation does not cut it. | |||||
| * / / | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | 2016-09-12 | 1 | -0/+20 | |
| |/ / | ||||||
| * | | Merge pull request #5879 from gau-veldt/subarray_patch | Juan Linietsky | 2016-09-10 | 2 | -0/+30 | |
| |\ \ | | | | | | | Subarray patch | |||||
| | * | | Added slicing operation to DVector via DVector.subarray(int start,int end) ↵ | Gau o fthe Veldt | 2016-07-23 | 2 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | method. Negative indices index from the end of the array. Indices are range checked before attempting and return appropriate error when out of range. Binding for RawArray in gdscript to access DVector.subarray() provided. Documentation of RawArray.subarray() in classes.xml provided. | |||||
| * | | | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 4 | -8/+6 | |
| |\ \ \ | | | | | | | | | Fix some more warnings | |||||
| | * | | | Fix some warnings about misleading indentation | Johan Manuel | 2016-08-13 | 1 | -1/+4 | |
| | | | | | ||||||
| | * | | | Remove some unused variables | Johan Manuel | 2016-08-13 | 1 | -7/+0 | |
| | | | | | ||||||
| | * | | | Fix some warnings about unhandled switch cases | Johan Manuel | 2016-08-13 | 2 | -0/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #6363 from vnen/winrt | Juan Linietsky | 2016-09-10 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Fix the support for WinRT/UWP | |||||
| | * | | | | Fix root path resolution on PCK file | George Marques | 2016-09-03 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Renamed the bind_native functions to bind_vararg, should make it show the ↵ | Juan Linietsky | 2016-09-07 | 5 | -46/+23 | |
| | | | | | | | | | | | | | | | | | | | | | documentation more clearly and also make it easier to bind to C# | |||||
| * | | | | | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2016-09-06 | 1 | -7/+3 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #6408 from supaiku-o/issue-6374 | Rémi Verschelde | 2016-09-06 | 1 | -2/+4 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | Show object string cast instead of object id in debugger | |||||
| | * | | | | Show object string cast instead of object id in debugger | supaiku | 2016-09-06 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #6352 from hurikhan/fix_release_build_II | Rémi Verschelde | 2016-09-05 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix release build. (II) | |||||
| | * | | | | | Fix release build. (II) | Mario Schlack | 2016-09-01 | 1 | -2/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | InputEvent: Fix event comparisons when type is NONE | Rémi Verschelde | 2016-09-02 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Was a regression from 2e5a4cb5ca33576ea81601f949b2e633ff92213c. Fixes #6376. | |||||
| * | | | | | Merge pull request #6365 from akien-mga/pr-locales | Rémi Verschelde | 2016-09-02 | 1 | -24/+414 | |
| |\ \ \ \ \ | | | | | | | | | | | | | i18n: Update list of supported locales based off glibc | |||||
| | * | | | | | i18n: Update list of supported locales based off glibc | Rémi Verschelde | 2016-09-01 | 1 | -24/+414 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5733, fixes #6214. | |||||
| * | | | | | | Basic type constants for visual script | Juan Linietsky | 2016-09-02 | 2 | -3/+11 | |
| | | | | | | | ||||||
| * | | | | | | -Modified Input and added is_action_just_pressed() as well as ↵ | Juan Linietsky | 2016-09-01 | 6 | -11/+32 | |
| |/ / / / / | | | | | | | | | | | | | | | | is_action_just_released() | |||||
| * / / / / | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 2 | -0/+7 | |
| |/ / / / | | | | | | | | | | | | | fixed a bug of not saving when sub-nodes changed. | |||||
| * | | | | Merge pull request #6188 from TheHX/undo-redo | Rémi Verschelde | 2016-08-29 | 2 | -15/+58 | |
| |\ \ \ \ | | | | | | | | | | | Implemented UndoRedo mergeable modes | |||||
| | * | | | | Implemented UndoRedo mergeable modes | Franklin Sobrinho | 2016-08-17 | 2 | -15/+58 | |
| | | | | | | ||||||
| * | | | | | Several all around fixes to visual scripting (in the process of creating demos) | Juan Linietsky | 2016-08-28 | 2 | -6/+8 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #6249 from volzhs/issue-6121 | Rémi Verschelde | 2016-08-28 | 1 | -1/+45 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Show last added action on Input Map | |||||
| | * | | | | | Show last added action on Input Map and implement InputEvent "==" | volzhs | 2016-08-28 | 1 | -1/+45 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #6270 from neikeq/pr-m32-ctor | Rémi Verschelde | 2016-08-27 | 1 | -0/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Matrix32: Add a constructor which takes six real_t params | |||||
| | * | | | | | | Matrix32: Add constructor that takes six real_t params | Ignacio Etcheverry | 2016-08-24 | 1 | -0/+9 | |
| | | | | | | | | ||||||
