| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some missing License notice has been added | SPTelur | 2016-11-15 | 2 | -0/+59 |
| | | | | | (cherry picked from commit df737ebb4675d4fb00fe424ab40ee5c9a65ac888) | ||||
| * | Clean/fix triangulation internals | Pedro J. Estébanez | 2016-11-15 | 2 | -13/+5 |
| | | | | | | | | | Drop unused variable Remove commented-out code Fix leak by using Vector instead of raw memory (cherry picked from commit 0e1972aa5165722e677850bbf799af8ab6751a8d) | ||||
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | ||||
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 1 | -0/+2 |
| | | | | | | | Also switch existing shebangs to "better" /usr/bin/env python. (cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163) | ||||
| * | Added a generic AStar implementation to Godot. | Juan Linietsky | 2016-10-18 | 2 | -0/+504 |
| | | | | | | | It's pretty fast, use it for games where Navigation does not cut it. (cherry picked from commit 827a9aa8294e7e2405f645579cc3e7044f3be079) | ||||
| * | Added simple check to viewport, if matrix32 is invesile ↵ | Mateusz Adamczyk | 2016-10-09 | 1 | -1/+1 |
| | | | | | | | (https://github.com/godotengine/godot/issues/6296). (cherry picked from commit 8671836b76e8723a1d9021f8d7bf56ce5fdcc6f3) | ||||
| * | Vector3: added angle_to(Vector3 other) | J08nY | 2016-10-09 | 1 | -5/+7 |
| | | | | | (cherry picked from commit deb36b44d1a67157a44695ed7519605f431a3d89) | ||||
| * | Vector3: format properly, fix indents | J08nY | 2016-10-09 | 2 | -97/+100 |
| | | | | | (cherry picked from commit f468cfc379ec74b802edf0bc89d3f65225d9250d) | ||||
| * | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | 2016-10-09 | 2 | -24/+13 |
| | | | | | (cherry picked from commit aa5ade834c8646b81e2320089314393c00ee8020) | ||||
| * | Matrix32: Add constructor that takes six real_t params | Ignacio Etcheverry | 2016-09-01 | 1 | -0/+9 |
| | | | | | (cherry picked from commit 3578800230c65a34b1cd3c5bb576a6dc6e4bbbdd) | ||||
| * | Fix regression with str() improvements for math types | Ignacio Etcheverry | 2016-07-28 | 5 | -17/+10 |
| | | |||||
| * | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | 2016-07-27 | 5 | -10/+17 |
| |\ | | | | | Prettier str() for some math types | ||||
| | * | Prettier str() for some math types | Ignacio Etcheverry | 2016-07-27 | 5 | -10/+17 |
| | | | |||||
| * | | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | 2016-07-26 | 2 | -16/+20 |
| |/ | | | | issues. | ||||
| * | Turn some prints to error logs, remove others | Rémi Verschelde | 2016-07-24 | 1 | -7/+7 |
| | | | | | Fixes #5876 in passing. | ||||
| * | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 1 | -14/+0 |
| | | | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | ||||
| * | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | 2016-06-22 | 2 | -1/+28 |
| | | | | | | | statically typed languages, should help in the Mono integration. Disabled by default. | ||||
| * | Remove USE_QUAD_VECTORS unused check | J08nY | 2016-06-19 | 1 | -13/+0 |
| | | |||||
| * | Drop empty .cpp files for header-only classes | Rémi Verschelde | 2016-06-18 | 1 | -30/+0 |
| | | | | | Part of #5272 | ||||
| * | Drop empty files that are not used anywhere | Rémi Verschelde | 2016-06-18 | 2 | -64/+0 |
| | | | | | Part of #5272 | ||||
| * | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -0/+1 |
| | | | | | | It is now possible to profile GDScript as well as some parts of Godot internals. | ||||
| * | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde | 2016-05-01 | 1 | -1/+3 |
| | | | | | Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221. | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 21 | -738/+738 |
| | | |||||
| * | Correct octree's AABB intersect test, fixes #3576 and #3253 | sheepandshepherd | 2016-02-17 | 2 | -6/+24 |
| | | |||||
| * | Fixed the decimals function, it can't be perfect but it should be good ↵ | Juan Linietsky | 2016-01-03 | 1 | -2/+8 |
| | | | | | enough. Closes #1955 | ||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 35 | -35/+35 |
| | | |||||
| * | removed wron return types, fixes #2483 | reduz | 2015-12-29 | 1 | -1/+0 |
| | | | | | removed console, which was obsolete and unused sine long long ago | ||||
| * | implement point cloud function using convex hull for ConvexPolygonShape2D, ↵ | Juan Linietsky | 2015-12-14 | 1 | -0/+31 |
| | | | | | fixes #2848 | ||||
| * | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 2 | -3/+3 |
| | | |||||
| * | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
| |\ | | | | | Cosmetic fixes to SCons buildsystem | ||||
| | * | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
| | | | | | | | | | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | ||||
| * | | Implement Quat multiply operator, and xform method | Franklin Sobrinho | 2015-11-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2266 from MrGreenTea/master | Juan Linietsky | 2015-10-17 | 1 | -9/+21 |
| |\ | | | | | added floor() and ceil() to Vector3 | ||||
| | * | added floor() and ceil() to Vector3 | MrGreenTea | 2015-07-15 | 1 | -9/+21 |
| | | | |||||
| * | | Fix some copy-paste mistakes in linear/db volume functions | Rémi Verschelde | 2015-09-26 | 1 | -2/+2 |
| |/ | |||||
| * | Changed floats to 'real_t'. | James McLean | 2015-06-11 | 1 | -11/+9 |
| | | |||||
| * | Changed 'scale' to 'scale_basis' in 'interpolate_with'. | James McLean | 2015-06-11 | 1 | -1/+1 |
| | | |||||
| * | Implemented interpolation for affine transformations ↵ | James McLean | 2015-06-11 | 1 | -2/+34 |
| | | | | | (Matrix32::interpolate_with) | ||||
| * | new file dialog! | Juan Linietsky | 2015-06-06 | 1 | -0/+23 |
| | | | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories | ||||
| * | optional formal changes | ehriche | 2015-05-06 | 1 | -3/+4 |
| | | |||||
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -2/+2 |
| | | |||||
| * | Corrected rectangle intersection, fixes #1731 | Juan Linietsky | 2015-04-24 | 2 | -10/+10 |
| | | |||||
| * | -try to avoid errors when path using ".." is present in script include, ↵ | Juan Linietsky | 2015-04-18 | 2 | -2/+2 |
| | | | | | fixes #1703 | ||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 33 | -678/+678 |
| | | |||||
| * | -fix vector rotation, fixes #1705 | Juan Linietsky | 2015-04-18 | 1 | -17/+2 |
| | | |||||
| * | -Changed the cubic interpolator, improves situation with PathFollow in #1659 | Juan Linietsky | 2015-04-13 | 1 | -1/+18 |
| | | |||||
| * | Merge pull request #1380 from ElectricSolstice/wparentheses_removal | Juan Linietsky | 2015-03-22 | 1 | -2/+2 |
| |\ | | | | | Changed code to remove gcc -Wparentheses warnings. | ||||
| | * | Changed code to remove gcc -Wparentheses warnings. | ElectricSolstice | 2015-02-16 | 1 | -2/+2 |
| | | | |||||
| * | | support for 2D shadow casters | Juan Linietsky | 2015-03-02 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | Added support for 2D shadow casters. *DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a CanvasItem and pull this, you will lose them. Shaders now work through a 2D material system similar to 3D. If you don't want to lose the 2D shader code, save the shader as a .shd, then create a material in CanvasItem and re-assign the shader. | ||||
| * | | support for light and normal mapping in 2D | Juan Linietsky | 2015-02-18 | 1 | -2/+160 |
| |/ | |||||
