| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-06-30 | 5 | -1/+15 |
| |\ \ |
|
| | * | | -some changes by okam | Juan Linietsky | 2015-06-30 | 5 | -1/+15 |
| * | | | small fixes | Juan Linietsky | 2015-06-30 | 1 | -3/+6 |
| |/ / |
|
| * | | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky | 2015-06-29 | 20 | -86/+223 |
| * | | improved get_node(), connect(), etc code completion. | Juan Linietsky | 2015-06-26 | 2 | -0/+21 |
| * | | added ability to define signals in script | Juan Linietsky | 2015-06-24 | 2 | -0/+13 |
| * | | Added helper methods to InputEvent | Jaguar | 2015-06-23 | 3 | -0/+16 |
| * | | Merge pull request #2072 from jrimclean/master | Juan Linietsky | 2015-06-22 | 2 | -2/+39 |
| |\ \ |
|
| | * | | 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 (Matrix32::interpolate_w... | James McLean | 2015-06-11 | 1 | -2/+34 |
| | * | | Added rot/pos constructor for Matrix32 variant. | James McLean | 2015-06-09 | 1 | -0/+7 |
| * | | | small in place fixes | Juan Linietsky | 2015-06-22 | 1 | -5/+5 |
| * | | | Merge pull request #2144 from Krzycho666/UndoRedo_fix | Juan Linietsky | 2015-06-22 | 2 | -0/+130 |
| |\ \ \ |
|
| | * | | | added some missing biddings | krzycho | 2015-06-22 | 1 | -0/+3 |
| | * | | | - added GDscript bidings for UndoRedo class mechanizm | krzycho | 2015-06-21 | 2 | -0/+127 |
| * | | | | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 9 | -18/+168 |
| |/ / / |
|
| * | | | missing changes | Juan Linietsky | 2015-06-14 | 1 | -0/+3 |
| * | | | some optimizations in godot memory handling | Juan Linietsky | 2015-06-12 | 2 | -12/+12 |
| |/ / |
|
| * | | Fixed get_packet/put_packet bindings in PacketPeer. | James McLean | 2015-06-08 | 1 | -2/+2 |
| * | | Merge pull request #2037 from est31/use-local-win | Juan Linietsky | 2015-06-07 | 3 | -11/+28 |
| |\ \ |
|
| | * | | Add OS.get_time_zone_info function | est31 | 2015-06-06 | 3 | -1/+18 |
| | * | | Add utc param to get_time and get_date methods | est31 | 2015-06-06 | 3 | -10/+10 |
| * | | | Merge pull request #2029 from est31/rawarray | Juan Linietsky | 2015-06-07 | 1 | -1/+36 |
| |\ \ \ |
|
| | * | | | Add String.to_utf8() and String.to_ascii() | est31 | 2015-06-04 | 1 | -1/+36 |
| | |/ / |
|
| * | | | Merge pull request #1977 from choikwa/master | Juan Linietsky | 2015-06-07 | 1 | -1/+1 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #2 from okamstudio/master | Kevin Choi | 2015-05-31 | 8 | -12/+46 |
| | |\ \ \ |
|
| | * \ \ \ | Merge pull request #1 from okamstudio/master | Kevin Choi | 2015-05-25 | 3 | -6/+56 |
| | |\ \ \ \ |
|
| | * | | | | | fix typo error in Color::invert | choikwa | 2015-05-24 | 1 | -1/+1 |
| * | | | | | | -fixed many memory initialization issues | Juan Linietsky | 2015-06-06 | 4 | -9/+19 |
| * | | | | | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2015-06-06 | 2 | -0/+78 |
| |\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | 2015-06-01 | 2 | -0/+78 |
| | | |_|/ /
| |/| | | |
|
| * / | | | | new file dialog! | Juan Linietsky | 2015-06-06 | 4 | -1/+58 |
| |/ / / / |
|
| * | | | | work in progress, resource previews | Juan Linietsky | 2015-05-31 | 5 | -6/+20 |
| * | | | | added conversion from int, string to color | Juan Linietsky | 2015-05-27 | 1 | -2/+6 |
| * | | | | ability to run 2D physics in a thread | Juan Linietsky | 2015-05-26 | 1 | -0/+1 |
| * | | | | opening data.pcz | Ariel Manzur | 2015-05-25 | 1 | -1/+1 |
| * | | | | fixed support for zip packages | Ariel Manzur | 2015-05-25 | 1 | -3/+18 |
| | |/ /
|/| | |
|
| * | | | improved animation editor | Juan Linietsky | 2015-05-25 | 3 | -6/+56 |
| |/ / |
|
| * | | fixes on sample importing | Juan Linietsky | 2015-05-19 | 1 | -1/+1 |
| * | | more fixes | Juan Linietsky | 2015-05-19 | 4 | -3/+15 |
| * | | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | 2015-05-18 | 1 | -2/+9 |
| * | | fix a compile error | Juan Linietsky | 2015-05-18 | 2 | -4/+4 |
| * | | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky | 2015-05-18 | 4 | -6/+24 |
| * | | properly save external resources, fixes #1924 | Juan Linietsky | 2015-05-17 | 2 | -1/+23 |
| * | | -Integers and Float should interpolate on animation, maybe fixes #1891, pleas... | Juan Linietsky | 2015-05-16 | 1 | -1/+9 |
| * | | Fixes problem parsing config files using ConfigFile | Juan Linietsky | 2015-05-12 | 1 | -0/+2 |
| * | | -shadergraph now saved when on external file and modified, fixes #1832 | Juan Linietsky | 2015-05-11 | 1 | -1/+7 |
| * | | -convert to subscene keeps signal connections, fixes #1863 | Juan Linietsky | 2015-05-10 | 2 | -0/+18 |
| * | | Merge pull request #1844 from daltomi/SIGSEGV | Juan Linietsky | 2015-05-07 | 1 | -1/+3 |
| |\ \ |
|