summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-18Merge pull request #4364 from leezh/masterRémi Verschelde
Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346
2016-04-18Merge pull request #4345 from mownier/add/getter/http-client-connectionRémi Verschelde
Added getter method for the connection property in HTTPClient.
2016-04-18Added 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-18Fixed zero-length arrays in nrex. Fixes #4346Zher Huei Lee
2016-04-18Merge pull request #4360 from AlexHolly/string-ends_withRémi Verschelde
string ends_with
2016-04-18Merge pull request #4359 from neikeq/pr-issue-4351Rémi Verschelde
Fix 'Quit to Project Manager' not stopping the running application
2016-04-18tiny fix to loop restart (#4358)Alex
Closes #4355
2016-04-18Merge pull request #4319 from kubecz3k/played_signalRémi Verschelde
animation_started signal for AnimationPlayer
2016-04-18Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde
Keep editable instances data when replacing tree root node
2016-04-17string ends_withAlexander Holland
2016-04-17Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry
2016-04-16Merge pull request #4337 from bojidar-bg/translation-csv-newlinesRémi Verschelde
Fix File.get_csv_line not including quoted newlines in the output
2016-04-16Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov
Close #1232
2016-04-16Merge pull request #4325 from SaracenOne/bone_attachment_repositionRémi Verschelde
BoneAttachments now position themselves instantly during bind.
2016-04-15Merge pull request #4328 from mrezai/travisciRémi Verschelde
Add openssl=builtin to build command in .travis.yml
2016-04-15Add openssl=builtin to build command in .travis.ymlmrezai
2016-04-15BoneAttachments now position themselves instantly during bind.Saracen
2016-04-15Merge pull request #4324 from HeartoLazor/path_2d_fixRémi Verschelde
Fixed curve baking, now always start at origin point
2016-04-15Fixed curve baking, now always start at origin pointHearto Lazor
2016-04-14animation_started signal to AnimationPlayerJakub Grzesik
2016-04-14Merge pull request #4317 from volzhs/typo-overwriteRémi Verschelde
correct typo "overwrite"
2016-04-14correct typo "overwrite"volzhs
2016-04-14Merge pull request #4308 from JoshuaGrams/atp-resourcesRémi Verschelde
AnimationTreePlayer: fix discrete value tracks.
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-04-12AnimationTreePlayer: 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-12Merge pull request #4295 from neikeq/pr-issue-2232Rémi Verschelde
x11: Flush the X output buffer after changing mouse mode
2016-04-12x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry
2016-04-12Merge pull request #4286 from JoshuaGrams/atp-resourcesRémi Verschelde
AnimationTreePlayer: allow animating resource properties.
2016-04-12Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3dRémi Verschelde
Port collision and layer masks to 3D
2016-04-12Merge pull request #4284 from JoshuaGrams/atp-process-modeRémi Verschelde
AnimationTreePlayer: constructor now sets processing mode.
2016-04-12Merge pull request #4289 from Zylann/issue4265_trackpad_optionRémi Verschelde
Made trackpad behaviour optional in 3D mode (issue #4265)
2016-04-12Merge pull request #4287 from Zylann/fix_4163Rémi Verschelde
Fixed #4163 (intersect_shape crashes on results limit)
2016-04-12Fix OpenSSL compilation on Windowsmrezai
Fixes #4285.
2016-04-12Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron
2016-04-12Fixed #4163 (intersect_shape crashes on results limit)Marc Gilleron
2016-04-11AnimationTreePlayer: allow animating resource properties.Josh Grams
e.g. Particles2D config and param values.
2016-04-11Merge pull request #4275 from mrezai/openssl-1.0.1sRémi Verschelde
Update OpenSSL to version 1.0.1s
2016-04-11Merge pull request #4223 from AlexHolly/dictionary-has-allRémi Verschelde
dictionary has_all
2016-04-11AnimationTreePlayer: constructor now sets processing mode.Josh Grams
2016-04-11Merge pull request #4155 from JoshuaGrams/anim_tree_switchedRémi Verschelde
AnimationTreePlayer: Various processing improvements
2016-04-11Merge pull request #4264 from leezh/nrex-0.2Rémi Verschelde
Updated nrex to v0.2
2016-04-11Merge pull request #4266 from Paulb23/line_number_colorRémi Verschelde
Added a setting to change the line number color
2016-04-11Merge pull request #4269 from SaracenOne/subclass_extendRémi Verschelde
Subclasses can now extend from other subclasses in relative scripts.
2016-04-11Merge pull request #4268 from Paulb23/find_replace_undo_redo_fixRémi Verschelde
Fixed undo redo interaction with find replace
2016-04-11Use non-templated nearest_power_of_2punto-
Works around #4262 and likely #4190. (cherry picked from commit 3a390e9b44cb196aa4b4843dd8b3a7875bbc3a3f)
2016-04-10Update OpenSSL to version 1.0.1smrezai
2016-04-09Port collision and layer masks to 3D, fixes #1759Bojidar Marinov
Raycasts now have type_mask and layer_mask. Areas - collision_mask and layer_mask. PhysicsBodies needed only collision_mask.
2016-04-09Subclasses can now extend from other subclasses contained in scripts derived ↵Saracen
from relative paths.
2016-04-09Fixed undo redo interaction with find replacePaulb23
2016-04-08Setting to change line number colorPaulb23