aboutsummaryrefslogtreecommitdiff
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small batch of fixesJuan Linietsky2014-12-153-1/+5
* More FixesJuan Linietsky2014-12-071-1/+5
* Merge pull request #863 from JIghtuse/masterJuan Linietsky2014-12-012-2/+2
|\
| * Fix CppCheck 'duplicateExpression' warningBoris Egorov2014-11-072-2/+2
* | UDP FixesJuan Linietsky2014-11-133-4/+26
* | oopsJuan Linietsky2014-11-121-1/+1
* | missing bindJuan Linietsky2014-11-121-0/+1
* | 3D Import Import & UDPJuan Linietsky2014-11-123-1/+84
|/
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-2/+5
* Build System ChangesJuan Linietsky2014-10-0710-5706/+0
* Fixed copy process of stream of bytes for HttpClient.Drachenfels2014-08-211-12/+16
* Small Issues & MaintenanceJuan Linietsky2014-08-012-5/+38
* Misc FixesJuan Linietsky2014-06-275-4/+23
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-06-113-0/+7
|\
| * Merge pull request #459 from marynate/PR-diracccess-dir-existsreduz2014-06-112-0/+6
| |\
| | * Add DirAccess:dir_exist apimarynate2014-05-252-0/+6
| * | FIX: forgotten bind to get_available_packet_count to be able to call get_var ...voidplayer2014-06-021-0/+1
| |/
* / Light Baker!Juan Linietsky2014-06-112-3/+8
|/
* Making Godot Easier to Use..Juan Linietsky2014-05-243-0/+21
* -OpenSSL FixesJuan Linietsky2014-05-012-4/+6
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-289-33/+219
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-144-0/+685
* Add Matrix32/Vector2Array support for marshal librarysanikoyes2013-04-101-0/+100
* -HttpClient: ’Content-Length’ is added to httprequest if not provided in ...Juan Linietsky2014-04-051-0/+8
* -Support for changing fontsJuan Linietsky2014-04-051-0/+1
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-03-131-2/+2
|\
| * Fix Compression bug: wrong premature return.marynate2014-03-111-2/+2