summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-06-07Merge pull request #1977 from choikwa/masterJuan Linietsky
2015-06-06-fixed many memory initialization issuesJuan Linietsky
2015-06-06Merge remote-tracking branch 'origin/master'Juan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-06-01-fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky
2015-05-31Merge pull request #2 from okamstudio/masterKevin Choi
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-27added conversion from int, string to colorJuan Linietsky
2015-05-26ability to run 2D physics in a threadJuan Linietsky
2015-05-25opening data.pczAriel Manzur
2015-05-25fixed support for zip packagesAriel Manzur
2015-05-25Merge pull request #1 from okamstudio/masterKevin Choi
2015-05-25improved animation editorJuan Linietsky
2015-05-24fix typo error in Color::invertchoikwa
2015-05-19fixes on sample importingJuan Linietsky
2015-05-19more fixesJuan Linietsky
2015-05-18fix a crash situation when starting a thread and other small fixesJuan Linietsky
2015-05-18fix a compile errorJuan Linietsky
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
2015-05-17properly save external resources, fixes #1924Juan Linietsky
2015-05-16-Integers and Float should interpolate on animation, maybe fixes #1891, pleas...Juan Linietsky
2015-05-12Fixes problem parsing config files using ConfigFileJuan Linietsky
2015-05-11-shadergraph now saved when on external file and modified, fixes #1832Juan Linietsky
2015-05-10-convert to subscene keeps signal connections, fixes #1863Juan Linietsky
2015-05-07Merge pull request #1844 from daltomi/SIGSEGVJuan Linietsky
2015-05-07Merge pull request #1826 from eehrich/masterJuan Linietsky
2015-05-06Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli
2015-05-06optional formal changesehriche
2015-05-05Change the order of the filterGuilherme Felipe
2015-05-05Made type-checking for arguments less trict between bool, int real. Fixes #1816Juan Linietsky
2015-05-04Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-04-More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky
2015-05-04fix font import path on windows, closes #1675Juan Linietsky
2015-05-04-invalidated string -> int automatic conversion, fixes #1788Juan Linietsky
2015-05-04-vec3 uniforms should now work, fixes #1773Juan Linietsky
2015-05-04solve invalid pointer, fixes #1793Juan Linietsky
2015-05-03Merge pull request #1792 from swenner/static_analysis_fixesJuan Linietsky
2015-05-03Merge pull request #1798 from ricpelo/ricpelo-patch-1Juan Linietsky
2015-05-03-Make sure properties are exported the way they should in xml, fixes #1799Juan Linietsky
2015-05-03Missing return statementRicardo PĂ©rez
2015-05-03removed unnecessary semicolonsSimon Wenner
2015-05-03fixed uninitialized variable (cppcheck)Simon Wenner
2015-05-01-Fixed android export options (screen sizes, orientation should work)Juan Linietsky
2015-05-01-removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-05-01Sort xml files, so order is constantest31
2015-04-27fixed ColorArray constructor when taking array as parameterromulox_x
2015-04-26Fixed bug in array comparison, fixes #1712Juan Linietsky
2015-04-24Ability to convert from nodes or other non resource with a get_rid() function...Juan Linietsky
2015-04-24Corrected rectangle intersection, fixes #1731Juan Linietsky