| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-04-21 | Adds a remove class item option in the theme editor. | Aren Villanueva | 5 | -3/+75 | |
| I've also added a get_stylebox_types helper function to the theme class in order to figure out exactly what types are available to a theme. | |||||
| 2016-04-20 | manually fix indent | Anarchid | 1 | -1/+1 | |
| 2016-04-20 | Implement GridMap support for navigation meshes | Anarchid | 5 | -15/+181 | |
| 2016-04-20 | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | 1 | -0/+21 | |
| doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | |||||
| 2016-04-19 | Fix Camera2D ignoring zoom when checking limits | Bojidar Marinov | 1 | -1/+1 | |
| Closes #1912 | |||||
| 2016-04-19 | Add fallback to legacy KeyboardEvent in web export | eska | 1 | -1/+21 | |
| Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. | |||||
| 2016-04-19 | Add preview of the Camera2D's screen boundaries | Bojidar Marinov | 1 | -6/+33 | |
| Closes #3365 | |||||
| 2016-04-19 | Reimplement key input events in Emscripten export | eska | 4 | -121/+435 | |
| Scancodes work, but unicode values are now completely broken in some browser/OS combinations. | |||||
| 2016-04-19 | remove unused resources and add korean locale for android | volzhs | 2 | -3/+52 | |
| - remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen | |||||
| 2016-04-18 | Add a add_triangle_fan method to SurfaceTool | Bojidar Marinov | 2 | -0/+33 | |
| Closes #4298 | |||||
| 2016-04-18 | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | 2 | -0/+8 | |
| - 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 | 1 | -4/+10 | |
| 2016-04-18 | tiny fix to loop restart (#4358) | Alex | 1 | -1/+1 | |
| Closes #4355 | |||||
| 2016-04-17 | string ends_with | Alexander Holland | 2 | -0/+194 | |
| 2016-04-17 | Fix 'Quit to Project Manager' not stopping the running application | Ignacio Etcheverry | 1 | -0/+1 | |
| 2016-04-16 | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov | 1 | -1/+3 | |
| Close #1232 | |||||
| 2016-04-15 | Always set default clear color | eska | 1 | -3/+5 | |
| 2016-04-15 | Add openssl=builtin to build command in .travis.yml | mrezai | 1 | -1/+1 | |
| 2016-04-15 | Update OpenSSL to version 1.0.2g | mrezai | 447 | -113853/+32779 | |
| 2016-04-15 | BoneAttachments now position themselves instantly during bind. | Saracen | 1 | -0/+1 | |
| 2016-04-15 | Fixed curve baking, now always start at origin point | Hearto Lazor | 1 | -1/+2 | |
| 2016-04-14 | animation_started signal to AnimationPlayer | Jakub Grzesik | 3 | -0/+5 | |
| 2016-04-14 | correct typo "overwrite" | volzhs | 1 | -2/+2 | |
| 2016-04-12 | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | 3 | -0/+13 | |
| 2016-04-12 | AnimationTreePlayer: fix discrete value tracks. | Josh Grams | 2 | -6/+7 | |
| 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 | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | 1 | -0/+2 | |
| 2016-04-12 | Fix OpenSSL compilation on Windows | mrezai | 1 | -1/+5 | |
| Fixes #4285. | |||||
| 2016-04-12 | Made trackpad behaviour optional in 3D mode (issue #4265) | Marc Gilleron | 2 | -1/+3 | |
| 2016-04-12 | Fixed #4163 (intersect_shape crashes on results limit) | Marc Gilleron | 1 | -1/+1 | |
| 2016-04-11 | AnimationTreePlayer: allow animating resource properties. | Josh Grams | 2 | -10/+11 | |
| e.g. Particles2D config and param values. | |||||
| 2016-04-11 | AnimationTreePlayer: constructor now sets processing mode. | Josh Grams | 1 | -1/+0 | |
| 2016-04-11 | Use non-templated nearest_power_of_2 | punto- | 1 | -2/+3 | |
| Works around #4262 and likely #4190. (cherry picked from commit 3a390e9b44cb196aa4b4843dd8b3a7875bbc3a3f) | |||||
| 2016-04-10 | Update OpenSSL to version 1.0.1s | mrezai | 914 | -209161/+215798 | |
| 2016-04-09 | Port collision and layer masks to 3D, fixes #1759 | Bojidar Marinov | 14 | -3/+283 | |
| Raycasts now have type_mask and layer_mask. Areas - collision_mask and layer_mask. PhysicsBodies needed only collision_mask. | |||||
| 2016-04-09 | Subclasses can now extend from other subclasses contained in scripts derived ↵ | Saracen | 1 | -1/+16 | |
| from relative paths. | |||||
| 2016-04-09 | Fixed undo redo interaction with find replace | Paulb23 | 1 | -1/+2 | |
| 2016-04-08 | Setting to change line number color | Paulb23 | 4 | -3/+5 | |
| 2016-04-08 | Updated nrex to v0.2 | Zher Huei Lee | 3 | -43/+113 | |
| * Fixed capturing groups matching to invalid results * Fixed parents of recursive quantifiers not expanding properly * Fixed LookAhead sometimes adding to result | |||||
| 2016-04-07 | Sync docs with source | Rémi Verschelde | 1 | -36/+388 | |
| 2016-04-07 | Remove duplicate | Rémi Verschelde | 1 | -1/+0 | |
| 2016-04-07 | Fix RayCast not updating when debugging collissions | Ignacio Etcheverry | 2 | -2/+2 | |
| 2016-04-07 | CanvasItemEditorPlugin: Avoid selecting items from instanced scenes | Ignacio Etcheverry | 2 | -2/+11 | |
| - This behaviour is only applied to click selection. Rect selection and List selection can still select these items | |||||
| 2016-04-07 | Doc: fix type of stream object | Rémi Verschelde | 1 | -2/+2 | |
| 2016-04-07 | Fix warn print when hide an control does not inside_tree | sanikoyes | 1 | -2/+5 | |
| 2016-04-07 | Fix crash when tween control object previous freed | sanikoyes | 1 | -0/+13 | |
| 2016-04-06 | AnimationTreePlayer (transition_node_set_current): fix by removing ↵ | Josh Grams | 2 | -19/+16 | |
| copy-paste duplication. | |||||
| 2016-04-06 | AnimationTreePlayer (set_active, reset, constructor): seek all animations to ↵ | Josh Grams | 1 | -2/+3 | |
| start. | |||||
| 2016-04-06 | AnimationTreePlayer (_process_node): more robust oneshot termination condition. | Josh Grams | 1 | -2/+2 | |
| 2016-04-06 | Option to toggle syntax highlighting | Paulb23 | 2 | -1/+4 | |
| 2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 3 | -66/+67 | |
