Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-08 | Merge pull request #16495 from Chaosus/is_point_in_triangle_fix | Juan Linietsky | |
Fix is_point_in_triangle function | |||
2018-04-08 | Merge pull request #16898 from Lerc/master | Juan Linietsky | |
add Image::bumpmap_to_normalmap conversion function | |||
2018-04-08 | Merge pull request #17227 from Faless/multiplayer_api | Juan Linietsky | |
[RFC] MultiplayerAPI refactor | |||
2018-04-08 | Merge pull request #17232 from playster000/master | Juan Linietsky | |
enhance mipmaps, non power of 2 textures | |||
2018-04-08 | Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved | Juan Linietsky | |
Duplicate Arrays and Dictionaries when instancing scene in editor | |||
2018-04-08 | Merge pull request #17967 from Nibodhika/all-device-mode | Juan Linietsky | |
Allows to map an action to all devices. | |||
2018-04-07 | Allows to map an action to all devices. | Nibodhika | |
This is accomplished by setting a special value (-1) to the device variable in the InputEvent that's being used to compare with the one received from the OS. This special value is invalid for a regular input, so it should be safe. Implements #17942 | |||
2018-04-07 | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | |
Enhance uri utils | |||
2018-04-07 | Merge pull request #17636 from rainerdeyke/fix_issue_17585 | Juan Linietsky | |
Fixes moving files causes scene corruption | |||
2018-04-06 | Fixed signal input variable name | Andrea Catania | |
2018-04-05 | Fix buggy percent-encoding | Pedro J. Estébanez | |
Fixes #17875. | |||
2018-04-05 | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fix | Rémi Verschelde | |
[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | |||
2018-04-03 | Merge pull request #17847 from Faless/lws_update | Rémi Verschelde | |
LWS v2.4.2, mbedTLS v2.8.0, Websocket SSL support | |||
2018-04-03 | Ctrl+Clicking a enum now scrolls down to it in the docs. | Felix Yang | |
2018-04-03 | Generalize SSL cert reading from file | Fabio Alessandrelli | |
2018-03-28 | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | bruvzg | |
2018-03-27 | Enhance HTTPClient.query_string_from_dict() | Pedro J. Estébanez | |
2018-03-27 | Unify http- and percent- encode/decode | Pedro J. Estébanez | |
There was a percent-prefixed version, which was exposed, and a http-prefixed version which was not (only to GDNative). This commit keeps the percent-prefixed versions, but with the http-prefixed implementations. | |||
2018-03-24 | Fixes scene corruption when updating dependencies. | Rainer Deyke | |
This commit fixes issue #17585: renaming/moving resources can corrupt scene files. The corruption was caused by 'ResourceFormatLoaderBinary::rename_dependencies' updating the file format version field of the affected scene file to the latest version without actually updating the content of the file to that version, resulting in a file whose content does not match its file format version field. The fix preserves the file format version field and the engine version fields when renaming dependencies. | |||
2018-03-22 | Fix for clang warning at distance_to | Marcelo Fernandez | |
2018-03-22 | Fix several in-class initialization clang warning | Marcelo Fernandez | |
2018-03-21 | Merge pull request #17653 from eska014/rwlock-dummy | Rémi Verschelde | |
Add RWLockDummy for NO_THREADS builds | |||
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause | |
2018-03-18 | Fix listing files inside directory in pack file | Pedro J. Estébanez | |
When adding a directory path to the inventory of the pack, an empty file name was being added to the file list. That made `Directory.get_ntext()` signal end-of-list too early so that files in a subdirectory were missed. Fixes #15801. Helps with #16798. | |||
2018-03-16 | Merge pull request #16947 from Faless/ui_actions | Fabio Alessandrelli | |
GUI elements ui_action usage, improvements | |||
2018-03-15 | Merge pull request #17237 from RandomShaper/fix-ssl-handshake | Fabio Alessandrelli | |
Fix HTTPClient SNI support when verify is off | |||
2018-03-16 | change bumpmap_to_normalmap range from [1...255] to [0...255] | Neil Graham | |
2018-03-15 | Merge pull request #17376 from marcelofg55/file_get_path | Hein-Pieter van Braam | |
Added File.get_path and File.get_path_absolute functions | |||
2018-03-15 | Merge pull request #17407 from poke1024/fix-hsv-mismatch | Hein-Pieter van Braam | |
Fix mismatch between Color.h and Color.from_hsv() | |||
2018-03-15 | Merge pull request #17388 from Hinsbart/mono_class_name | Rémi Verschelde | |
Mono: Avoid invalid class names. | |||
2018-03-15 | Mono: Avoid invalid class names. | Andreas Haas | |
Disallow reserved keywords as class names and prefix base class with the Godot namespace if it's the same as the class name. Fixes #12483 | |||
2018-03-14 | Fix mismatch between Color.h and Color.from_hsv() | Bernhard Liebl | |
2018-03-13 | Merge pull request #17486 from bojidar-bg/x-fix-clang-negation-warn | Rémi Verschelde | |
Fix a potential bug hinted by clang | |||
2018-03-13 | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov | |
Also, add deep (=false) parameter to Array.duplicate and Dictionary.duplicate Fixes #13971 | |||
2018-03-13 | Fix a potential bug hinted by clang | Bojidar Marinov | |
2018-03-13 | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez | |
2018-03-13 | Merge pull request #17254 from Chaosus/updatewrap | Rémi Verschelde | |
Update wrap functions | |||
2018-03-13 | Merge pull request #17257 from and3rson/master | Rémi Verschelde | |
Fix garbage in string padding. | |||
2018-03-13 | Merge pull request #17311 from marcelofg55/export_err_checks | Rémi Verschelde | |
Improved error checking at EditorExportPlatformPC::export_project | |||
2018-03-13 | Merge pull request #17440 from viktor-ferenczi/issue-5042 | Rémi Verschelde | |
Properly closing all files in Python build code | |||
2018-03-13 | Merge pull request #17319 from eska014/polyclipper-toolsonly | Rémi Verschelde | |
Build polygon clipper only in tools builds | |||
2018-03-12 | Fix non working action names containing whitespaces | robfram | |
Now the action name is quoted if it contains spaces. Also, quotation mark (") is added to the forbidden character list for action names, as it was also a bug. Fix #17322 | |||
2018-03-11 | Properly closing all files in Python code | Viktor Ferenczi | |
2018-03-08 | Merge pull request #16485 from poke1024/vector2-cross | Rémi Verschelde | |
Bring back Vector2.cross() | |||
2018-03-07 | Bring back Vector2.cross() | Bernhard Liebl | |
2018-03-07 | Reinstate WebGL 1.0 driver in HTML5 platform | Leon Krause | |
2018-03-06 | Build polygon clipper only in tools builds | Leon Krause | |
2018-03-06 | Improved error checking at EditorExportPlatformPC::export_project | Marcelo Fernandez | |
2018-03-06 | Update wrap functions | Chaosus | |
2018-03-04 | Fix garbage in string padding. | Andrew Dunai | |