aboutsummaryrefslogtreecommitdiff
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-091-65/+105
|\
| * updated aes256 implementation to newer version from upstream. Also uses fast...romulox_x2015-12-081-65/+105
* | -ability to change scripts in external editor and still have properties reloa...Juan Linietsky2015-12-091-0/+2
|/
* some fixesJuan Linietsky2015-12-061-1/+1
* Merge pull request #1820 from guilhermefelipecgs/masterRémi Verschelde2015-11-231-1/+0
|\
| * Remove duplicated filter, Fix #1795Guilherme Felipe2015-05-051-1/+0
* | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser...Aren Villanueva2015-11-192-2/+15
* | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\ \
| * | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | | Change handling of invalid JSON escape sequences.Bojidar Marinov2015-11-161-6/+6
|/ /
* | -fixed a quite serious scene corruption bug when saving that has been around ...Juan Linietsky2015-10-211-2/+3
* | -fixes to ring buffer (fixes network error)Juan Linietsky2015-10-212-3/+5
* | -Ability to debug video memory usageJuan Linietsky2015-10-211-2/+2
* | Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-172-5/+0
|\ \
| * | ran cppcheck, found unused variablesfirefly24422015-09-162-5/+0
* | | fix parentheses-equality warnings of osx clang近藤 直人2015-10-092-3/+3
* | | newline fixesreduz2015-10-082-405/+405
|/ /
* | merged some stuff for okamJuan Linietsky2015-09-035-5/+14
* | **WARNING BEFORE PULLING**Juan Linietsky2015-08-239-108/+689
* | -some changes by okamJuan Linietsky2015-06-301-1/+3
* | Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-294-39/+42
* | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-224-16/+84
* | Fixed get_packet/put_packet bindings in PacketPeer.James McLean2015-06-081-2/+2
* | -fixed many memory initialization issuesJuan Linietsky2015-06-061-0/+1
* | new file dialog!Juan Linietsky2015-06-062-1/+28
* | work in progress, resource previewsJuan Linietsky2015-05-312-0/+9
* | fixed support for zip packagesAriel Manzur2015-05-251-3/+18
* | more fixesJuan Linietsky2015-05-192-3/+3
* | fix a compile errorJuan Linietsky2015-05-181-2/+2
* | Fixes problem parsing config files using ConfigFileJuan Linietsky2015-05-121-0/+2
* | Merge pull request #1844 from daltomi/SIGSEGVJuan Linietsky2015-05-071-1/+3
|\ \
| * | Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli2015-05-061-1/+3
| |/
* / optional formal changesehriche2015-05-061-1/+1
|/
* -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
* | -Make sure properties are exported the way they should in xml, fixes #1799Juan Linietsky2015-05-031-1/+1
|/
* Sort xml files, so order is constantest312015-05-012-4/+6
* -Changed Godot exit to be clean.Juan Linietsky2015-04-204-1/+21
* -fixed relative path saving to file, fixes #1694Juan Linietsky2015-04-182-4/+4
* Updated copyright year in all headersJuan Linietsky2015-04-1848-146/+146
* -fix resolver erase query to avoid running out of slots, fixes #1621Juan Linietsky2015-04-071-1/+1
* New option to show/hide hidden filesrollenrolm2015-03-212-0/+5
* support for 2D shadow castersJuan Linietsky2015-03-022-0/+15
* fixes to HTTPClientJuan Linietsky2015-02-112-10/+39
* -fixed issue with denormals in half precission, closes #1073Juan Linietsky2015-01-031-1/+1
* change parameter name from ip to portDana Olson2015-01-011-1/+1
* xml_parser: check array length index before accessing the array.orbitcowboy2014-12-161-1/+1