aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli2015-05-061-1/+3
* | Merge pull request #1826 from eehrich/masterJuan Linietsky2015-05-072-4/+5
|\ \ | |/ |/|
| * optional formal changesehriche2015-05-062-4/+5
* | Change the order of the filterGuilherme Felipe2015-05-051-1/+1
|/
* Made type-checking for arguments less trict between bool, int real. Fixes #1816Juan Linietsky2015-05-051-4/+4
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-05-041-3/+8
|\
| * fix font import path on windows, closes #1675Juan Linietsky2015-05-041-3/+8
* | -More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky2015-05-043-7/+258
|/
* -invalidated string -> int automatic conversion, fixes #1788Juan Linietsky2015-05-041-3/+3
* -vec3 uniforms should now work, fixes #1773Juan Linietsky2015-05-041-8/+36
* solve invalid pointer, fixes #1793Juan Linietsky2015-05-041-0/+1
* Merge pull request #1792 from swenner/static_analysis_fixesJuan Linietsky2015-05-031-21/+21
|\
| * removed unnecessary semicolonsSimon Wenner2015-05-031-20/+20
| * fixed uninitialized variable (cppcheck)Simon Wenner2015-05-031-1/+1
* | Merge pull request #1798 from ricpelo/ricpelo-patch-1Juan Linietsky2015-05-031-1/+1
|\ \
| * | Missing return statementRicardo Pérez2015-05-031-1/+1
| |/
* / -Make sure properties are exported the way they should in xml, fixes #1799Juan Linietsky2015-05-031-1/+1
|/
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-011-1/+1
* -removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky2015-05-011-1/+1