aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-305-1/+15
|\ \
| * | -some changes by okamJuan Linietsky2015-06-305-1/+15
* | | small fixesJuan Linietsky2015-06-301-3/+6
|/ /
* | Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-2920-86/+223
* | improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-262-0/+21
* | added ability to define signals in scriptJuan Linietsky2015-06-242-0/+13
* | Added helper methods to InputEventJaguar2015-06-233-0/+16
* | Merge pull request #2072 from jrimclean/masterJuan Linietsky2015-06-222-2/+39
|\ \
| * | Changed floats to 'real_t'.James McLean2015-06-111-11/+9
| * | Changed 'scale' to 'scale_basis' in 'interpolate_with'.James McLean2015-06-111-1/+1
| * | Implemented interpolation for affine transformations (Matrix32::interpolate_w...James McLean2015-06-111-2/+34
| * | Added rot/pos constructor for Matrix32 variant.James McLean2015-06-091-0/+7
* | | small in place fixesJuan Linietsky2015-06-221-5/+5
* | | Merge pull request #2144 from Krzycho666/UndoRedo_fixJuan Linietsky2015-06-222-0/+130
|\ \ \
| * | | added some missing biddingskrzycho2015-06-221-0/+3
| * | | - added GDscript bidings for UndoRedo class mechanizmkrzycho2015-06-212-0/+127
* | | | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-229-18/+168
|/ / /
* | | missing changesJuan Linietsky2015-06-141-0/+3
* | | some optimizations in godot memory handlingJuan Linietsky2015-06-122-12/+12
|/ /
* | Fixed get_packet/put_packet bindings in PacketPeer.James McLean2015-06-081-2/+2
* | Merge pull request #2037 from est31/use-local-winJuan Linietsky2015-06-073-11/+28
|\ \
| * | Add OS.get_time_zone_info functionest312015-06-063-1/+18
| * | Add utc param to get_time and get_date methodsest312015-06-063-10/+10
* | | Merge pull request #2029 from est31/rawarrayJuan Linietsky2015-06-071-1/+36
|\ \ \
| * | | Add String.to_utf8() and String.to_ascii()est312015-06-041-1/+36
| |/ /
* | | Merge pull request #1977 from choikwa/masterJuan Linietsky2015-06-071-1/+1
|\ \ \
| * \ \ Merge pull request #2 from okamstudio/masterKevin Choi2015-05-318-12/+46
| |\ \ \
| * \ \ \ Merge pull request #1 from okamstudio/masterKevin Choi2015-05-253-6/+56
| |\ \ \ \
| * | | | | fix typo error in Color::invertchoikwa2015-05-241-1/+1
* | | | | | -fixed many memory initialization issuesJuan Linietsky2015-06-064-9/+19
* | | | | | Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-062-0/+78
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-012-0/+78
| | |_|/ / | |/| | |
* / | | | new file dialog!Juan Linietsky2015-06-064-1/+58
|/ / / /
* | | | work in progress, resource previewsJuan Linietsky2015-05-315-6/+20
* | | | added conversion from int, string to colorJuan Linietsky2015-05-271-2/+6
* | | | ability to run 2D physics in a threadJuan Linietsky2015-05-261-0/+1
* | | | opening data.pczAriel Manzur2015-05-251-1/+1
* | | | fixed support for zip packagesAriel Manzur2015-05-251-3/+18
| |/ / |/| |
* | | improved animation editorJuan Linietsky2015-05-253-6/+56
|/ /
* | fixes on sample importingJuan Linietsky2015-05-191-1/+1
* | more fixesJuan Linietsky2015-05-194-3/+15
* | fix a crash situation when starting a thread and other small fixesJuan Linietsky2015-05-181-2/+9
* | fix a compile errorJuan Linietsky2015-05-182-4/+4
* | -Rename unexisting by nonexistant, closes #1940Juan Linietsky2015-05-184-6/+24
* | properly save external resources, fixes #1924Juan Linietsky2015-05-172-1/+23
* | -Integers and Float should interpolate on animation, maybe fixes #1891, pleas...Juan Linietsky2015-05-161-1/+9
* | Fixes problem parsing config files using ConfigFileJuan Linietsky2015-05-121-0/+2
* | -shadergraph now saved when on external file and modified, fixes #1832Juan Linietsky2015-05-111-1/+7
* | -convert to subscene keeps signal connections, fixes #1863Juan Linietsky2015-05-102-0/+18
* | Merge pull request #1844 from daltomi/SIGSEGVJuan Linietsky2015-05-071-1/+3
|\ \