| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | 2016-06-19 | 1 | -3/+0 |
| |\ | | | | | Removed lots of prints | ||||
| | * | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 1 | -3/+0 |
| | | | |||||
| * | | Merge pull request #5281 from J08nY/useless-preprocessor | Rémi Verschelde | 2016-06-19 | 4 | -25/+5 |
| |\ \ | | | | | | | Fix #5263: Useless preprocessor condition | ||||
| | * | | Remove USE_QUAD_VECTORS unused check | J08nY | 2016-06-19 | 2 | -17/+0 |
| | | | | |||||
| | * | | Remove CHARTYPE_16BITS unused checks | J08nY | 2016-06-19 | 3 | -8/+5 |
| | | | | | | | | | | | | | fix #5263 | ||||
| * | | | -Added trigger mode to tracks, useful for properties that work as triggers, ↵ | Juan Linietsky | 2016-06-19 | 1 | -0/+1 |
| | |/ |/| | | | | | | | | | such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417 | ||||
| * | | corrently parse utf8 from zip_io open, closes #1708 | Juan Linietsky | 2016-06-18 | 1 | -2/+5 |
| |/ | | | | this probably failed when exporting or opening android apk files too, should fix that too. | ||||
| * | Drop fully commented-out files | Rémi Verschelde | 2016-06-18 | 2 | -153/+0 |
| | | | | | Part of #5272 | ||||
| * | Drop empty .cpp files for header-only classes | Rémi Verschelde | 2016-06-18 | 4 | -117/+0 |
| | | | | | Part of #5272 | ||||
| * | Drop empty files that are not used anywhere | Rémi Verschelde | 2016-06-18 | 8 | -265/+0 |
| | | | | | Part of #5272 | ||||
| * | -Changed how Dir works so it's more user friendly, closes #4705 | Juan Linietsky | 2016-06-18 | 1 | -1/+36 |
| | | |||||
| * | -made get_space_left() return values more homogenous, also for script, ↵ | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
| | | | | | converted to mb, closes #4617 | ||||
| * | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 3 | -105/+37 |
| | | |||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 15 | -2/+393 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | Merge pull request #5250 from bojidar-bg/add-sha256 | Juan Linietsky | 2016-06-17 | 10 | -7/+366 |
| |\ | | | | | Add sha256 to String and File/FileAccess. | ||||
| | * | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 10 | -7/+366 |
| | | | | | | | | | Probably does #4166 | ||||
| * | | -added missing .inc files | Juan Linietsky | 2016-06-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | -Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme | ||||
| * | | Fixed PacketPeer.get_var() return type in docs | J08nY | 2016-06-16 | 1 | -1/+1 |
| |/ | |||||
| * | Classref: Added docs for StreamPeer* (#5216) | J08nY | 2016-06-15 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde | 2016-06-15 | 1 | -3/+3 |
| |\ | | | | | Dictionary: rename param in .has() .has_all() .erase() | ||||
| | * | Dictionary: rename param in .has() .has_all() .erase() | J08nY | 2016-06-13 | 1 | -3/+3 |
| | | | | | | | | | fixes #5190, param should be named key, not value | ||||
| * | | Merge pull request #5210 from J08nY/issue-5189 | Rémi Verschelde | 2016-06-15 | 1 | -1/+1 |
| |\ \ | | | | | | | String documentation: .ord_at() returns int not String | ||||
| | * | | String documentation: .ord_at() returns int not String | J08nY | 2016-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | fixes #5189 | ||||
| * | | | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | 2016-06-15 | 2 | -0/+9 |
| |/ / | |||||
| * | | Merge pull request #5179 from RandomShaper/better-android-export | Juan Linietsky | 2016-06-13 | 1 | -4/+13 |
| |\ \ | |/ |/| | Enhanced Android export | ||||
| | * | Zip-align exported APK | Pedro J. Estébanez | 2016-06-13 | 1 | -4/+13 |
| | | | |||||
| * | | Merge pull request #5177 from vnen/string-subsequence | Juan Linietsky | 2016-06-13 | 3 | -0/+51 |
| |\ \ | | | | | | | Add subsequence search to tools | ||||
| | * | | Add 'is_subsequence_of' function to String | George Marques | 2016-06-12 | 3 | -0/+51 |
| | | | | |||||
| * | | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to ↵ | Juan Linietsky | 2016-06-13 | 3 | -2/+17 |
| | | | | | | | | | | | | | use and also fixes #4756 | ||||
| * | | | -Avoid negative zero from being saved to config files o resource files, ↵ | Juan Linietsky | 2016-06-13 | 1 | -16/+23 |
| | | | | | | | | | | | | | fixes #4758 | ||||
| * | | | -Add visible IO errors when closing a file fails due to it being locked ↵ | Juan Linietsky | 2016-06-13 | 2 | -1/+9 |
| | | | | | | | | | | | | | (most likely on windows), closes #4760 | ||||
| * | | | Made error when signal calls a method with the wrong number of parameters ↵ | Juan Linietsky | 2016-06-12 | 1 | -2/+2 |
| |/ / | | | | | | | more detailed, closes #4893 | ||||
| * | | -All variables from script are visible through get_property_list(), not just ↵ | Juan Linietsky | 2016-06-11 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | those with export() -Added PROPERTY_USAGE_SCRIPT_VARIABLE to identify what comes from script -closes #5146 | ||||
| * | | Add 'rfind' function to Array | George Marques | 2016-06-10 | 3 | -3/+20 |
| | | | |||||
| * | | Add 'from' argument to Array.find() | George Marques | 2016-06-10 | 4 | -10/+10 |
| |/ | |||||
| * | -Ability to reload (and soft reload) tool scripts. Please test! | Juan Linietsky | 2016-06-08 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #4861 from brakhane/negative-indexing | Juan Linietsky | 2016-06-07 | 1 | -248/+71 |
| |\ | | | | | Add support for Python-like negative indexing | ||||
| | * | Add support for Python-like negative indexing | Dennis Brakhane | 2016-06-05 | 1 | -5/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Negative indexing is a useful feature in Python, especially when combined with array slicing. Array slicing will hopefully be implemented later, but negative indexing is useful in its own right. A negative index is indexing from the end of an array, "array[-1] == array[array.size()-1]", using a negative index larger/smaller than the length of the array is still an error. While primarily useful for arrays and strings, support is also added to "array like" structures like Vector3 and Color. This is done just to be consistent; vector3[2] is much clearer than vector3[-1], but disallowing it while allowing it for an array with 3 elements seems confusing. | ||||
| | * | Move repetitive code to macros | Dennis Brakhane | 2016-06-05 | 1 | -243/+38 |
| | | | | | | | | | | | | | | | | | In preparation for the following "allow negative indexing" commit, replace the repetitive array "set index" and "get index" code with macros. no functional changes were made, the resulting machine code is unchanged. | ||||
| * | | Exposed Image.INTERPOLATE_* | J08nY | 2016-06-07 | 1 | -0/+3 |
| | | | |||||
| * | | Fix indentation issues in last commits | Rémi Verschelde | 2016-06-07 | 2 | -4/+4 |
| | | | | | | | | | Ping @reduz. | ||||
| * | | Merge pull request #4693 from kjohnson0451/dvector_invert | Juan Linietsky | 2016-06-06 | 1 | -0/+13 |
| |\ \ | | | | | | | Adds invert() method DVector | ||||
| | * | | Adds the invert() method to DVector. | kjohnson0451 | 2016-05-16 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | This effectively allows invert() to be used on the following types: ByteArray, IntArray, RealArray, StringArray, Vector2Array, Vector3Array, ColorArray | ||||
| * | | | Merge pull request #4895 from TheoXD/_fix_interactive_loader_cache | Juan Linietsky | 2016-06-06 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | fixed interactive_loader() not returning a cached scene | ||||
| | * | | | fixed interactive_loader() not returning a cached scene | TheoXD | 2016-05-30 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | 2016-06-06 | 2 | -2/+18 |
| |\ \ \ \ | | | | | | | | | | | Expose extra methods and constants to scripts | ||||
| | * | | | | Expose Vector2 abs method to scripts | Saracen | 2016-06-01 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Exposed remaining PROPERTY_USAGE constants to script | Saracen | 2016-06-01 | 1 | -0/+14 |
| | | | | | | |||||
| | * | | | | Expose string 'erase' method to script | Saracen | 2016-06-01 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #5026 from Geequlim/patch9frame-extension | Juan Linietsky | 2016-06-06 | 1 | -0/+126 |
| |\ \ \ \ \ | | | | | | | | | | | | | Enhanced Patch9Frame | ||||
