Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | Merge pull request #4375 from eska014/fix-web-clear-color | Rémi Verschelde | |
Fix default clear color in web export | |||
2016-04-19 | Merge pull request #4369 from volzhs/res-android | Rémi Verschelde | |
remove unused resources and add korean locale for android | |||
2016-04-19 | remove unused resources and add korean locale for android | volzhs | |
- remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen | |||
2016-04-18 | Merge pull request #4329 from mrezai/openssl-1.0.2g | Rémi Verschelde | |
Update OpenSSL to version 1.0.2g | |||
2016-04-18 | Merge pull request #4364 from leezh/master | Rémi Verschelde | |
Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346 | |||
2016-04-18 | Merge pull request #4345 from mownier/add/getter/http-client-connection | Rémi Verschelde | |
Added getter method for the connection property in HTTPClient. | |||
2016-04-18 | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | |
- Exposed a getter method for the private property named `connection` in HTTPClient class. | |||
2016-04-18 | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | |
2016-04-18 | Merge pull request #4360 from AlexHolly/string-ends_with | Rémi Verschelde | |
string ends_with | |||
2016-04-18 | Merge pull request #4359 from neikeq/pr-issue-4351 | Rémi Verschelde | |
Fix 'Quit to Project Manager' not stopping the running application | |||
2016-04-18 | tiny fix to loop restart (#4358) | Alex | |
Closes #4355 | |||
2016-04-18 | Merge pull request #4319 from kubecz3k/played_signal | Rémi Verschelde | |
animation_started signal for AnimationPlayer | |||
2016-04-18 | Merge pull request #4299 from neikeq/pr-issue-4297 | Rémi Verschelde | |
Keep editable instances data when replacing tree root node | |||
2016-04-17 | string ends_with | Alexander Holland | |
2016-04-17 | Fix 'Quit to Project Manager' not stopping the running application | Ignacio Etcheverry | |
2016-04-16 | Merge pull request #4337 from bojidar-bg/translation-csv-newlines | Rémi Verschelde | |
Fix File.get_csv_line not including quoted newlines in the output | |||
2016-04-16 | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov | |
Close #1232 | |||
2016-04-16 | Merge pull request #4325 from SaracenOne/bone_attachment_reposition | Rémi Verschelde | |
BoneAttachments now position themselves instantly during bind. | |||
2016-04-15 | Always set default clear color | eska | |
2016-04-15 | Merge pull request #4328 from mrezai/travisci | Rémi Verschelde | |
Add openssl=builtin to build command in .travis.yml | |||
2016-04-15 | Add openssl=builtin to build command in .travis.yml | mrezai | |
2016-04-15 | Update OpenSSL to version 1.0.2g | mrezai | |
2016-04-15 | BoneAttachments now position themselves instantly during bind. | Saracen | |
2016-04-15 | Merge pull request #4324 from HeartoLazor/path_2d_fix | Rémi Verschelde | |
Fixed curve baking, now always start at origin point | |||
2016-04-15 | Fixed curve baking, now always start at origin point | Hearto Lazor | |
2016-04-14 | animation_started signal to AnimationPlayer | Jakub Grzesik | |
2016-04-14 | Merge pull request #4317 from volzhs/typo-overwrite | Rémi Verschelde | |
correct typo "overwrite" | |||
2016-04-14 | correct typo "overwrite" | volzhs | |
2016-04-14 | Merge pull request #4308 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: fix discrete value tracks. | |||
2016-04-12 | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | |
2016-04-12 | AnimationTreePlayer: fix discrete value tracks. | Josh Grams | |
Discrete value tracks don't update every frame (only when a new key is reached). So we can't use the actual property value as an accumulator: it will end up being zero most of the time. | |||
2016-04-12 | Merge pull request #4295 from neikeq/pr-issue-2232 | Rémi Verschelde | |
x11: Flush the X output buffer after changing mouse mode | |||
2016-04-12 | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | |
2016-04-12 | Merge pull request #4286 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: allow animating resource properties. | |||
2016-04-12 | Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3d | Rémi Verschelde | |
Port collision and layer masks to 3D | |||
2016-04-12 | Merge pull request #4284 from JoshuaGrams/atp-process-mode | Rémi Verschelde | |
AnimationTreePlayer: constructor now sets processing mode. | |||
2016-04-12 | Merge pull request #4289 from Zylann/issue4265_trackpad_option | Rémi Verschelde | |
Made trackpad behaviour optional in 3D mode (issue #4265) | |||
2016-04-12 | Merge pull request #4287 from Zylann/fix_4163 | Rémi Verschelde | |
Fixed #4163 (intersect_shape crashes on results limit) | |||
2016-04-12 | Fix OpenSSL compilation on Windows | mrezai | |
Fixes #4285. | |||
2016-04-12 | Made trackpad behaviour optional in 3D mode (issue #4265) | Marc Gilleron | |
2016-04-12 | Fixed #4163 (intersect_shape crashes on results limit) | Marc Gilleron | |
2016-04-11 | AnimationTreePlayer: allow animating resource properties. | Josh Grams | |
e.g. Particles2D config and param values. | |||
2016-04-11 | Merge pull request #4275 from mrezai/openssl-1.0.1s | Rémi Verschelde | |
Update OpenSSL to version 1.0.1s | |||
2016-04-11 | Merge pull request #4223 from AlexHolly/dictionary-has-all | Rémi Verschelde | |
dictionary has_all | |||
2016-04-11 | AnimationTreePlayer: constructor now sets processing mode. | Josh Grams | |
2016-04-11 | Merge pull request #4155 from JoshuaGrams/anim_tree_switched | Rémi Verschelde | |
AnimationTreePlayer: Various processing improvements | |||
2016-04-11 | Merge pull request #4264 from leezh/nrex-0.2 | Rémi Verschelde | |
Updated nrex to v0.2 | |||
2016-04-11 | Merge pull request #4266 from Paulb23/line_number_color | Rémi Verschelde | |
Added a setting to change the line number color | |||
2016-04-11 | Merge pull request #4269 from SaracenOne/subclass_extend | Rémi Verschelde | |
Subclasses can now extend from other subclasses in relative scripts. | |||
2016-04-11 | Merge pull request #4268 from Paulb23/find_replace_undo_redo_fix | Rémi Verschelde | |
Fixed undo redo interaction with find replace |