| Commit message (Expand) | Author | Age | Files | Lines |
* | Tween: Rename times_in_sec (sic) param to duration | Rémi Verschelde | 2017-01-13 | 1 | -16/+16 |
* | some class renames | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
* | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky | 2017-01-10 | 1 | -1/+35 |
|\ |
|
| * | Fixed inertia tensor computation and center of mass | m4nu3lf | 2017-01-09 | 1 | -1/+35 |
* | | Merge pull request #7438 from tagcup/matrix3_rotate_fix | Juan Linietsky | 2017-01-10 | 1 | -20/+28 |
|\ \ |
|
| * | | Fix the order in which additional transformations are applied in Matrix3 and ... | Ferenc Arn | 2017-01-08 | 1 | -20/+28 |
* | | | Remove deprecated Vector2.floorf method | Emmanuel Leblond | 2017-01-10 | 1 | -7/+0 |
* | | | Fix codeblock tag in classes.xml for EditorSettings | Emmanuel Leblond | 2017-01-08 | 1 | -9/+11 |
|/ / |
|
* / | Use right handed coordinate system for rotation matrices and quaternions. Als... | Ferenc Arn | 2017-01-03 | 1 | -11/+10 |
|/ |
|
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -13/+13 |
|\ |
|
| * | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | 2016-10-27 | 1 | -2/+2 |
| * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -11/+11 |
* | | Merge pull request #7410 from nounoursheureux/master | Rémi Verschelde | 2017-01-02 | 1 | -0/+5 |
|\ \ |
|
| * | | Add the 'finished' signal to AnimatedSprite | Wilhem Barbier | 2017-01-02 | 1 | -0/+5 |
* | | | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 1 | -22/+8 |
|\ \ \ |
|
| * | | | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2016-12-09 | 1 | -22/+8 |
* | | | | Exposing edit_resource method of EditorNode in the EditorPlugin (#7355) | Bruno Ortiz | 2017-01-02 | 1 | -0/+7 |
| |/ /
|/| | |
|
* | | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | | | Merge pull request #7322 from Jerome67000/classref-edit | Rémi Verschelde | 2016-12-23 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | doc improvement for get_colliding_bodies() methods | Jerome67000 | 2016-12-17 | 1 | -2/+2 |
| |/ / |
|
* / / | PopupMenu upgrade: Hide on item selection (#7306) | Ivan P. Skodje | 2016-12-23 | 1 | -0/+14 |
|/ / |
|
* | | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)" | Rémi Verschelde | 2016-11-30 | 1 | -2/+1 |
* | | Merge pull request #7138 from bojidar-bg/ready_guard | Rémi Verschelde | 2016-11-28 | 1 | -1/+2 |
|\ \ |
|
| * | | Do not emit NOTIFICATION_READY more than once (breaking change) | Bojidar Marinov | 2016-11-17 | 1 | -1/+2 |
* | | | Merge pull request #7149 from Kazuo256/array-last | George Marques | 2016-11-22 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | Add Array.front() and Array.back() | Kazuo256 | 2016-11-18 | 1 | -0/+14 |
| |/ / |
|
* / / | Correct description for the return values from get_status. (#7137) | romeojulietthotel | 2016-11-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #6862 from Faless/fix_6388 | Rémi Verschelde | 2016-11-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix Keyboard Input Hangs when using modifiers | Fabio Alessandrelli | 2016-10-19 | 1 | -1/+1 |
* | | | vsnc --> vsync | ISylvox | 2016-11-08 | 1 | -1/+1 |
* | | | Merge pull request #7050 from DTV96Calibre/master | Rémi Verschelde | 2016-11-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fixed minor typo | DTV96Calibre | 2016-11-06 | 1 | -1/+1 |
* | | | | Rename remaining WinRT references to UWP | George Marques | 2016-11-03 | 1 | -1/+1 |
|/ / / |
|
* | | | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-01 | 3 | -30/+30 |
* | | | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 6 | -67/+19 |
* | | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 6 | -696/+696 |
* | | | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 6 | -1939/+1939 |
* | | | Update docs to IPv6 | Fabio Alessandrelli | 2016-10-30 | 1 | -8/+26 |
* | | | Merge pull request #6950 from rdb/master | Rémi Verschelde | 2016-10-30 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add "Never" underline mode to LinkButton | rdb | 2016-10-28 | 1 | -0/+3 |
* | | | | Added global sub and bounds checking to RegEx | Zher Huei Lee | 2016-10-27 | 1 | -6/+8 |
* | | | | RegEx re-implemented as a module | Zher Huei Lee | 2016-10-27 | 1 | -21/+99 |
|/ / / |
|
* | | | Merge pull request #6090 from WalasPrime/raytrace_force | Rémi Verschelde | 2016-10-22 | 1 | -0/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | Added general notes on RayCast[2D] updating behaviour and force_raycast_update() | Karol Walasek | 2016-10-03 | 1 | -0/+14 |
| |/ |
|
* | | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | 2016-10-17 | 7 | -7/+7 |
|\ \ |
|
| * | | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 7 | -7/+7 |
* | | | Merge pull request #6779 from WalasPrime/rpc_docs | Rémi Verschelde | 2016-10-17 | 1 | -0/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Documentation of RPC-related methods and classes | Karol Walasek | 2016-10-13 | 1 | -0/+16 |
* | | | Merge pull request #6821 from akien-mga/pr-bye-speex | Rémi Verschelde | 2016-10-14 | 1 | -12/+0 |
|\ \ \ |
|
| * | | | Remove speex support, it is obsoleted by opus | Rémi Verschelde | 2016-10-13 | 1 | -12/+0 |
| |/ / |
|