aboutsummaryrefslogtreecommitdiff
path: root/core/io (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #10433 from djrm/pr_svg_supportRémi Verschelde2017-08-212-4/+4
|\ \ \ | |_|/ |/| | SVG support
| * | Added support for SVGDaniel J. Ramirez2017-08-202-4/+4
| |/
* / Fix binary object marshalling, closes #9472Juan Linietsky2017-08-211-1/+6
|/
* -Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky2017-08-184-78/+167
| | | | | -Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-172-12/+12
|
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-166-45/+45
| | | | Fixes #10244.
* Merge pull request #10264 from Rubonnek/use-const-referenceRémi Verschelde2017-08-162-2/+2
|\ | | | | Use const reference where favorable
| * Use const reference where favorableWilson E. Alvarez2017-08-142-2/+2
| |
* | Merge pull request #10334 from Faless/fix_spbuffer_utf8kubecz3k2017-08-151-1/+1
|\ \ | | | | | | Fix StreamPeer put_utf8_string not working
| * | Fix StreamPeer put_utf8_string not workingFabio Alessandrelli2017-08-141-1/+1
| |/
* | Removing a Resource also deletes imported files.Andreas Haas2017-08-152-0/+47
| |
* | Ability to save objects to binary formatJuan Linietsky2017-08-144-32/+174
|/
* Fix broken stream reading in StreamPeerBufferRaymoo2017-08-121-1/+2
|
* Merge pull request #10163 from ISylvox/resoucre-to-resourceRémi Verschelde2017-08-112-7/+7
|\ | | | | Core/io: Fix typo in resource_format_binary
| * core/io: fix typo 'resoucre' to 'resource'Indah Sylvia2017-08-082-7/+7
| |
* | Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-112-7/+6
|\ \ | | | | | | Moved member variables from constructor to initialization list
| * | Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-082-7/+6
| | |
* | | Removes type information from method bindsIgnacio Etcheverry2017-08-108-22/+22
|/ /
* / Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky2017-08-082-12/+22
|/
* Style: Apply clang-format on all filesRémi Verschelde2017-07-306-6/+6
| | | | Thus fixing some invalid changes that had still made it to the master branch.
* Fix various property not found errorsPoommetee Ketson2017-07-261-0/+3
|
* Add object type hint for docsPoommetee Ketson2017-07-232-3/+3
|
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-198-25/+28
| | | | -Added system for feature overrides, it's pretty cool :)
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
|
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-173-4/+12
| | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Merge pull request #9634 from vnen/gzip-compressionRémi Verschelde2017-07-172-12/+18
|\ | | | | Add GZIP compression support
| * Add GZIP compression supportGeorge Marques2017-07-132-12/+18
| | | | | | | | - Fix a wrong call in PoolByteArray::compress
* | Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-3/+70
| | | | | | | | | | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
* | Ignore fuzzy translationsPoommetee Ketson2017-07-121-6/+15
|/
* Reworked translation systemJuan Linietsky2017-06-284-24/+158
| | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-2/+2
| | | | -Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
* Don't append standard ports to the request header.Martin Capitanio2017-06-131-2/+12
| | | | | | | Breaks the SSL communication with some servers, do the same that the other curl, wget, firefox & co clients do. Fixes #9146
* Expose zstd and zlib compression levels as global config.Ferenc Arn2017-06-111-5/+5
|
* Merge pull request #9104 from tagcup/zstdJuan Linietsky2017-06-114-6/+23
|\ | | | | Add zstd compression support.
| * Add zstd compression support.Ferenc Arn2017-06-084-6/+23
| | | | | | | | | | zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.
* | Added EditorPlugin.remove_import_plugin()Zher Huei Lee2017-06-111-0/+1
| | | | | | | | | | Allows addons with import extensions to clean up properly on removal.
* | renamed all Rect3.pos to Rect3.positionalexholly2017-06-092-12/+12
|/
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-042-8/+8
|
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-4/+4
|
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-202-151/+0
| | | | this might cause bugs I haven't found yet..
* Fix two typos from previous commitRémi Verschelde2017-05-171-3/+3
| | | | Also cleanup comments on variant types.
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-174-192/+5
|
* Fixed the IP resolver code blocking the main thread, it uses a Mutex now to ↵Marcelo Fernandez2017-05-081-18/+47
| | | | lock its own thread.
* Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde2017-05-051-5/+4
|\ | | | | Fix infinite loop in DirAccessPack::get_current_dir()
| * Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez2017-05-041-5/+4
| |
* | Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-2825-7575/+18
|/
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-1/+1
| | | | | | | | | | "ALL IS GOOD" was a lie. In particular, removes verbose "path not recognized" false positive. The actual logic is to (somewhat naively) check all ResourceFormatLoaders and to pick the first good match, so no need to warn about the formats that do not match the type hint.
* Fix a pesky bug in marshalls.cpp/encode_variantBojidar Marinov2017-04-111-1/+1
| | | | Fixes #7556 running game from editor on LLVM builds.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0860-0/+60
|
* Core: fix possible memory leaks.Andreas Haas2017-04-062-2/+2
|