summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2015-12-31Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-31-Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-12-13added binary API to StreamPeer, fixes #2863Juan Linietsky
2015-12-09Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-09-ability to change scripts in external editor and still have properties reloa...Juan Linietsky
2015-12-08updated aes256 implementation to newer version from upstream. Also uses fast...romulox_x
2015-12-06some fixesJuan Linietsky
2015-11-23Merge pull request #1820 from guilhermefelipecgs/masterRémi Verschelde
2015-11-19Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser...Aren Villanueva
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-16Change handling of invalid JSON escape sequences.Bojidar Marinov
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-21-fixed a quite serious scene corruption bug when saving that has been around ...Juan Linietsky
2015-10-21-fixes to ring buffer (fixes network error)Juan Linietsky
2015-10-21-Ability to debug video memory usageJuan Linietsky
2015-10-17Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky
2015-10-09fix parentheses-equality warnings of osx clang近藤 直人
2015-10-08newline fixesreduz
2015-09-16ran cppcheck, found unused variablesfirefly2442
2015-09-03merged some stuff for okamJuan Linietsky
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
2015-06-08Fixed get_packet/put_packet bindings in PacketPeer.James McLean
2015-06-06-fixed many memory initialization issuesJuan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-25fixed support for zip packagesAriel Manzur
2015-05-19more fixesJuan Linietsky
2015-05-18fix a compile errorJuan Linietsky
2015-05-12Fixes problem parsing config files using ConfigFileJuan Linietsky
2015-05-07Merge pull request #1844 from daltomi/SIGSEGVJuan Linietsky
2015-05-06Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli
2015-05-06optional formal changesehriche
2015-05-05Remove duplicated filter, Fix #1795Guilherme Felipe
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-03-Make sure properties are exported the way they should in xml, fixes #1799Juan Linietsky
2015-05-03removed unnecessary semicolonsSimon Wenner
2015-05-03fixed uninitialized variable (cppcheck)Simon Wenner
2015-05-01Sort xml files, so order is constantest31
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
2015-04-18-fixed relative path saving to file, fixes #1694Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-07-fix resolver erase query to avoid running out of slots, fixes #1621Juan Linietsky
2015-03-21New option to show/hide hidden filesrollenrolm