Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde | |
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | |
Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | |||
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | |
ClassDB: Provide the enum name of integer constants | |||
2017-08-21 | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | |
SVG support | |||
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 | |
-Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now | |||
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 | |
Fixes #10244. | |||
2017-08-16 | Merge pull request #10264 from Rubonnek/use-const-reference | Rémi Verschelde | |
Use const reference where favorable | |||
2017-08-15 | Merge pull request #10334 from Faless/fix_spbuffer_utf8 | kubecz3k | |
Fix StreamPeer put_utf8_string not working | |||
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 | |
Core/io: Fix typo in resource_format_binary | |||
2017-08-11 | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde | |
Moved member variables from constructor to initialization list | |||
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 | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
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 | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-17 | Merge pull request #9634 from vnen/gzip-compression | Rémi Verschelde | |
Add GZIP compression support | |||
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | |
-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. | |||
2017-07-13 | Add GZIP compression support | George Marques | |
- Fix a wrong call in PoolByteArray::compress | |||
2017-07-12 | Ignore fuzzy translations | Poommetee Ketson | |
2017-06-28 | Reworked translation system | Juan Linietsky | |
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | |
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality. | |||
2017-06-13 | Don't append standard ports to the request header. | Martin Capitanio | |
Breaks the SSL communication with some servers, do the same that the other curl, wget, firefox & co clients do. Fixes #9146 | |||
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 | |
Add zstd compression support. | |||
2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | |
Allows addons with import extensions to clean up properly on removal. | |||
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly | |
2017-06-08 | Add zstd compression support. | Ferenc Arn | |
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. | |||
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde | |
Also cleanup comments on variant types. | |||
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-08 | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to ↵ | Marcelo Fernandez | |
lock its own thread. | |||
2017-05-05 | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dir | Rémi Verschelde | |
Fix infinite loop in DirAccessPack::get_current_dir() |