| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #18428 from groud/fix_input | Rémi Verschelde | 2018-05-01 | 3 | -5/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Fixing input strength and the impossibility to erase action events | groud | 2018-04-25 | 3 | -5/+7 | |
| | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #18355 from ShyRed/fix18344 | Rémi Verschelde | 2018-05-01 | 1 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Keep alpha when changing h, s or v on color | ShyRed | 2018-04-22 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code | Rémi Verschelde | 2018-05-01 | 2 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Fixes logically dead code (Coverity) | Crazy-P | 2018-04-21 | 2 | -2/+6 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #18284 from mhilbrunner/pck-version | Max Hilbrunner | 2018-04-30 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | PCKPacker:pck_start(): Update version | Max Hilbrunner | 2018-04-19 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | Add option to renormalize mipmaps when generating them for normalmaps. | Juan Linietsky | 2018-04-29 | 2 | -13/+37 | |
| | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge pull request #18176 from nikibobi/string-trim | George Marques | 2018-04-22 | 3 | -0/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | add string trim_prefix trim_suffix lstrip and rstrip methods | bosak | 2018-04-17 | 3 | -0/+64 | |
| | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #18280 from groud/fix_input | Rémi Verschelde | 2018-04-19 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Fixes left/up axis not mappable as actions | Gilles Roudiere | 2018-04-18 | 1 | -2/+2 | |
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | Fix some Coverity warnings in String API | Rémi Verschelde | 2018-04-18 | 3 | -29/+13 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Add a macro to deprecate methods | Juan Linietsky | 2018-04-18 | 1 | -0/+10 | |
| * | | | | | | | | | | | | Merge pull request #18204 from tagcup/quat_scale | Rémi Verschelde | 2018-04-18 | 3 | -5/+77 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Avoid converting Quat to Euler angles when not necessary. | tagcup | 2018-04-14 | 3 | -5/+77 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #18227 from bojidar-bg/fix-date-unix-crash | Rémi Verschelde | 2018-04-18 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix crash resulting from bad month check in core_bind.cpp | Bojidar Marinov | 2018-04-17 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | Merge pull request #16902 from groud/analog_action_system | Juan Linietsky | 2018-04-18 | 8 | -52/+154 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Allow actions to provide an analog value | Gilles Roudiere | 2018-04-16 | 8 | -52/+154 | |
| * | | | | | | | | | | | | | | Fix names of Variant operators | George Marques | 2018-04-16 | 1 | -1/+2 | |
| | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #18170 from Chaosus/improvewrapf | Gilles Roudiere | 2018-04-14 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Small performance fix to wrapf | Chaosus | 2018-04-13 | 1 | -2/+2 | |
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez | 2018-04-12 | 3 | -7/+72 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | iPhone X support and iOS-related fixes | Ruslan Mustakov | 2018-04-11 | 3 | -0/+18 | |
| * | | | | | | | | | | | | Update classref and docs, fix missing parameters' name | Poommetee Ketson | 2018-04-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Implement Input.set_default_cursor_shape to change the default shape | Guilherme Felipe | 2018-04-10 | 2 | -0/+3 | |
| | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Resolves Inccorect Quaternion Conversion | Crazy-P | 2018-04-09 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #16495 from Chaosus/is_point_in_triangle_fix | Juan Linietsky | 2018-04-08 | 1 | -7/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix is_point_in_triangle | Chaosus | 2018-02-08 | 1 | -7/+6 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #16898 from Lerc/master | Juan Linietsky | 2018-04-08 | 2 | -0/+43 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | change bumpmap_to_normalmap range from [1...255] to [0...255] | Neil Graham | 2018-03-16 | 1 | -3/+3 | |
| | * | | | | | | | | | | change to clang format | Neil Graham | 2018-02-24 | 2 | -20/+20 | |
| | * | | | | | | | | | | add Image::bumpmap_to_normalmap conversion function | Neil Graham | 2018-02-21 | 2 | -0/+43 | |
| * | | | | | | | | | | | Merge pull request #17227 from Faless/multiplayer_api | Juan Linietsky | 2018-04-08 | 3 | -0/+811 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add new MultiplayerAPI class | Fabio Alessandrelli | 2018-03-03 | 3 | -0/+811 | |
| * | | | | | | | | | | | | Merge pull request #17232 from playster000/master | Juan Linietsky | 2018-04-08 | 1 | -49/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | enhance mipmaps | Mavropoulos Ioannis | 2018-03-03 | 1 | -49/+17 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved | Juan Linietsky | 2018-04-08 | 8 | -13/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov | 2018-03-13 | 8 | -13/+27 | |
| * | | | | | | | | | | | | | Merge pull request #17967 from Nibodhika/all-device-mode | Juan Linietsky | 2018-04-08 | 2 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Allows to map an action to all devices. | Nibodhika | 2018-04-07 | 2 | -4/+11 | |
| * | | | | | | | | | | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | 2018-04-07 | 3 | -74/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Fix buggy percent-encoding | Pedro J. Estébanez | 2018-04-05 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | Enhance HTTPClient.query_string_from_dict() | Pedro J. Estébanez | 2018-03-27 | 1 | -1/+21 | |
| | * | | | | | | | | | | | | | | Unify http- and percent- encode/decode | Pedro J. Estébanez | 2018-03-27 | 3 | -70/+5 | |
| | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #17636 from rainerdeyke/fix_issue_17585 | Juan Linietsky | 2018-04-07 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Fixes scene corruption when updating dependencies. | Rainer Deyke | 2018-03-24 | 1 | -3/+5 | |
| | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
