Age | Commit message (Expand) | Author |
2017-09-03 | -Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem | Juan Linietsky |
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam |
2017-08-31 | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky |
2017-08-29 | Fix constant reimport on broken files, closes #9930 | Juan Linietsky |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde |
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-21 | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-21 | Fix binary object marshalling, closes #9472 | Juan Linietsky |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-20 | Added support for SVG | Daniel J. Ramirez |
2017-08-18 | -Properly check limits to objects sent (regarding to size), fixes #9034 | Juan Linietsky |
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-16 | Merge pull request #10264 from Rubonnek/use-const-reference | Rémi Verschelde |
2017-08-15 | Merge pull request #10334 from Faless/fix_spbuffer_utf8 | kubecz3k |
2017-08-15 | Removing a Resource also deletes imported files. | Andreas Haas |
2017-08-14 | Use const reference where favorable | Wilson E. Alvarez |
2017-08-14 | Ability to save objects to binary format | Juan Linietsky |
2017-08-14 | Fix StreamPeer put_utf8_string not working | Fabio Alessandrelli |
2017-08-12 | Fix broken stream reading in StreamPeerBuffer | Raymoo |
2017-08-11 | Merge pull request #10163 from ISylvox/resoucre-to-resource | Rémi Verschelde |
2017-08-11 | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-08 | Moved member variables from constructor to initialization list | Wilson E. Alvarez |
2017-08-08 | Set some reasonable limits for sending information to the debugger, closes #5848 | Juan Linietsky |
2017-08-08 | core/io: fix typo 'resoucre' to 'resource' | Indah Sylvia |
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde |
2017-07-26 | Fix various property not found errors | Poommetee Ketson |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky |
2017-07-17 | Merge pull request #9634 from vnen/gzip-compression | Rémi Verschelde |
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky |
2017-07-13 | Add GZIP compression support | George Marques |
2017-07-12 | Ignore fuzzy translations | Poommetee Ketson |
2017-06-28 | Reworked translation system | Juan Linietsky |
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky |
2017-06-13 | Don't append standard ports to the request header. | Martin Capitanio |
2017-06-11 | Expose zstd and zlib compression levels as global config. | Ferenc Arn |
2017-06-11 | Merge pull request #9104 from tagcup/zstd | Juan Linietsky |
2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly |