| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-09-17 | Fixed segfault on loading text editor theme | Paulb23 | 1 | -1/+2 | |
| 2017-09-17 | correction to one way collision code | Juan Linietsky | 2 | -4/+4 | |
| 2017-09-17 | fixes to one way collision, closes #10971 | Juan Linietsky | 2 | -4/+14 | |
| 2017-09-17 | Added Documentation of AudioStream | Grosskopf | 3 | -0/+22 | |
| 2017-09-17 | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use | Jakob Schwab | 2 | -5/+34 | |
| The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918 | |||||
| 2017-09-17 | wrote documentation for audio stream player 3D | Grosskopf | 1 | -0/+32 | |
| 2017-09-17 | Added Documentation of AudioStreamPlayer | Grosskopf | 1 | -0/+11 | |
| Fixed according to Comments autoplay issue fixed | |||||
| 2017-09-17 | Added Documentation of AudioStreamPlayer2D | Grosskopf | 1 | -0/+15 | |
| Fixxed according to comments Somehow that fix was messed up again Forgot some quotationmarks updated autoplay, tried again | |||||
| 2017-09-16 | Fixed compilation with tools=no | Daniel J. Ramirez | 1 | -1/+8 | |
| 2017-09-16 | [DOCS] Add Light2D member descriptions. | Chris Bradfield | 1 | -0/+21 | |
| 2017-09-16 | [DOCS] CanvasLayer member descriptions | Chris Bradfield | 1 | -2/+6 | |
| 2017-09-17 | Fixed naming of pck file | Bastiaan Olij | 1 | -2/+2 | |
| 2017-09-16 | Modified the descriptions for CollisionPolygon2D and created descriptions ↵ | FigyTuna | 2 | -2/+11 | |
| for CollisionPolygon | |||||
| 2017-09-16 | Document new KinematicCollision2D class | Chris Bradfield | 2 | -1/+16 | |
| 2017-09-16 | Add missing icons in animation tree editor | Guilherme Felipe | 1 | -3/+3 | |
| 2017-09-16 | [DOCS] update VisibilityNotifier2D class ref. | Chris Bradfield | 2 | -8/+10 | |
| 2017-09-16 | Compile fix for clang error on spatial_editor_plugin.cpp | Marcelo Fernandez | 1 | -4/+4 | |
| 2017-09-16 | Write TextureRect, Label and NinePatchRect | Nathan | 3 | -11/+43 | |
| 2017-09-16 | Apply clang-format again to recent changes | Rémi Verschelde | 4 | -42/+94 | |
| Also add missing copyright headers. [ci skip] | |||||
| 2017-09-16 | Implement +,-,/, * and negate operators for Color type. | bncastle | 3 | -5/+141 | |
| 2017-09-16 | [DOCS] Update TextureProgress class ref | Chris Bradfield | 1 | -2/+14 | |
| 2017-09-16 | forgot to set proper default values for new camera interpolation | Juan Linietsky | 1 | -4/+4 | |
| 2017-09-16 | Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵ | Juan Linietsky | 2 | -11/+23 | |
| interpolation. | |||||
| 2017-09-16 | Fixed quick open not showing enties with no search text, issue 11277 | Paulb23 | 1 | -1/+1 | |
| 2017-09-16 | DocData: Fix enums for proxy classes | Ignacio Etcheverry | 1 | -0/+4 | |
| 2017-09-16 | Make doc_status output a bit more markdown-friendly, hide some prints | Bojidar Marinov | 1 | -4/+7 | |
| 2017-09-16 | Adds _OS::PowerState enum | Ignacio Etcheverry | 2 | -8/+17 | |
| 2017-09-16 | Fix possible crash with ctrl-u on script editor | Marcelo Fernandez | 1 | -2/+2 | |
| 2017-09-16 | Rewrite the AcceptDialog class | Roger Smith | 1 | -6/+6 | |
| 2017-09-16 | Fix errors in Python 3 build | Matthias Hoelzl | 2 | -11/+11 | |
| 2017-09-16 | doc: Sync classref with current source | Rémi Verschelde | 30 | -24/+501 | |
| [ci skip] | |||||
| 2017-09-15 | Revert "Don't allow division by false (zero)" | Thomas Herzog | 1 | -28/+1 | |
| 2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | 6 | -74/+271 | |
| 2017-09-15 | Don't allow division by false (zero) | Hein-Pieter van Braam | 1 | -1/+28 | |
| This fixes #10717 | |||||
| 2017-09-16 | Make clickable properly in editor help | volzhs | 1 | -8/+0 | |
| fixes #3671 | |||||
| 2017-09-15 | Update doc status generator. | Daniel J. Ramirez | 1 | -13/+30 | |
| [ciskip] | |||||
| 2017-09-15 | Added type on export file callback, and initial export function. | Juan Linietsky | 2 | -8/+41 | |
| 2017-09-15 | Fix compile error on gd_native_library_editor.cpp with tools=no | Marcelo Fernandez | 1 | -0/+2 | |
| 2017-09-15 | added JSON singleton | karroffel | 3 | -0/+126 | |
| There was no way to access JSON functionality in scripting languages apart from GDScript because the JSON class wasn't exposed to ClassDB. | |||||
| 2017-09-15 | Spatial, Transform and Transform2D documentation tweaks | Przemysław Gołąb (n-pigeon) | 3 | -56/+56 | |
| 2017-09-15 | fix editor/property_editor.cpp missing TTR | sersoong | 1 | -4/+4 | |
| 2017-09-15 | Fix !icon_map.has(p_type) error | volzhs | 1 | -2/+0 | |
| "ResizedFolder" "ResizedFile" icons are removed from 15904d6 | |||||
| 2017-09-15 | joyid is set to -1, not 0 when no joystick entity has been created | BastiaanOlij | 1 | -2/+2 | |
| 2017-09-15 | Added border for tabs + container. | toger5 | 3 | -17/+22 | |
| - moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles. | |||||
| 2017-09-14 | Re-Added export plugins with a more interesting API, as well as the ability ↵ | Juan Linietsky | 5 | -28/+179 | |
| to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build. | |||||
| 2017-09-14 | Only do 'drive' discovery on X11 | Hein-Pieter van Braam | 1 | -4/+5 | |
| As it turns out older versions of the Android NDK have mntent.h but not a complete implementation. If it did work it would most likely give the wrong results on Android anyway. This commit enables the UNIX drive discovery only for X11 We also missed '/run/media' (default for gnome desktops) in the list of places to look for 'drives' on Linux. Add that to the list also. This fixes #11270 | |||||
| 2017-09-14 | X11: Fix gamepads not being added whith udev. | Andreas Haas | 1 | -1/+0 | |
| Seems like this property isn't present on some gamepads... Fixes #10958 | |||||
| 2017-09-14 | Added a menu to enable/disabled GDNative singletons in project settings | Juan Linietsky | 3 | -3/+156 | |
| 2017-09-14 | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | 16 | -27/+27 | |
| implementation | |||||
| 2017-09-14 | Moved class_name and return_val to initializer list | Wilson E. Alvarez | 2 | -8/+9 | |
