| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-09-15 | Update doc status generator. | Daniel J. Ramirez | 1 | -13/+30 | |
| [ciskip] | |||||
| 2017-09-14 | Fixed typo in editor_node.cpp: 'my' to 'may' | Indah Sylvia | 1 | -1/+1 | |
| 2017-09-14 | Warn the user that changes to resources will be lost when editing imported ↵ | Juan Linietsky | 2 | -0/+56 | |
| or instanced resources from scenes. | |||||
| 2017-09-14 | Fix 2 typos | Jeroen | 2 | -2/+2 | |
| 2017-09-14 | Several fixed to editor doc. | Daniel J. Ramirez | 6 | -147/+218 | |
| Improved style Fixed editor help issues Added editor help index | |||||
| 2017-09-14 | Changed source font to Mononoki. | Daniel J. Ramirez | 6 | -19/+21 | |
| 2017-09-14 | sprite selection rectangle updates again (fixes issue 10936) | poke1024 | 1 | -5/+10 | |
| sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either. | |||||
| 2017-09-13 | Deleted unnecessary print | Nabor Erices | 1 | -1/+0 | |
| 2017-09-13 | Travis: Try enabling ccache to speed up builds | Rémi Verschelde | 1 | -6/+7 | |
| 2017-09-13 | Buildsystem: Windows cross-compilation on Linux defaults to 64-bit | Rémi Verschelde | 1 | -3/+6 | |
| 2017-09-13 | More consistent script color temperatures. | Daniel J. Ramirez | 2 | -4/+4 | |
| 2017-09-13 | doc: Sync classref with current source | Rémi Verschelde | 8 | -104/+418 | |
| [ci skip] | |||||
| 2017-09-13 | Drop unused EventQueue class | Rémi Verschelde | 2 | -221/+0 | |
| Thanks to @Marqin for the notice. | |||||
| 2017-09-13 | Copyright: Document recastnavigation | Rémi Verschelde | 2 | -2/+7 | |
| 2017-09-13 | Added documentation for ClassDB and Marshalls | Daniel J. Ramirez | 2 | -0/+23 | |
| 2017-09-13 | Fix out of bound array indexing (reverb_vol) | Hein-Pieter van Braam | 1 | -1/+1 | |
| Same issue as in a3f9fe52. AudioFrame[3] being indexed at [3] | |||||
| 2017-09-13 | Fix out of bound array indexing | Hein-Pieter van Braam | 1 | -1/+1 | |
| 730d36f350 introduced introduced some code that indexes AudioFrame[3], it is however defined as AudioFrame[3]. This increases the size to [4] | |||||
| 2017-09-13 | fixed border on the right of viewport | toger5 | 1 | -1/+1 | |
| 2017-09-13 | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | 23 | -23/+786 | |
| 2017-09-13 | Renamed play to playing property, but now playing and is_playing is the ↵ | Juan Linietsky | 3 | -4/+4 | |
| same, to avoid confusing. Closes #11211 | |||||
| 2017-09-13 | Documentation for AtlasTexture. | Julian Murgia | 1 | -0/+6 | |
| 2017-09-13 | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | 7 | -39/+36 | |
| [ci skip] | |||||
| 2017-09-13 | doc: Sync classref with current source | Rémi Verschelde | 266 | -1451/+1451 | |
| [ci skip] | |||||
| 2017-09-12 | Implemented DirAccess get_drive and get_drive_count for Linux | Marcelo Fernandez | 2 | -2/+93 | |
| 2017-09-12 | When method or property has no description, a link asks you to create it | Juan Linietsky | 1 | -4/+26 | |
| 2017-09-12 | fixed margin beeing squared | toger5 | 1 | -6/+7 | |
| 2017-09-12 | optimized color conversion for svg generation | toger5 | 3 | -36/+54 | |
| 2017-09-12 | DocData: Drop unused brief description for properties | Rémi Verschelde | 3 | -36/+17 | |
| 2017-09-12 | added highlight area to slider | toger5 | 4 | -16/+12 | |
| 2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 471 | -61313/+63728 | |
| possible to save module files in module directories and the build system will recognize them. | |||||
| 2017-09-12 | Documentation for AtlasTexture. | Julian Murgia | 1 | -20/+27 | |
| 2017-09-12 | Fixed file system dialog icons | Daniel J. Ramirez | 2 | -23/+7 | |
| 2017-09-12 | Fixed some inconsistent styles, plus some cleanup | Daniel J. Ramirez | 5 | -31/+20 | |
| 2017-09-12 | Improved VS node coloring | Daniel J. Ramirez | 3 | -11/+30 | |
| 2017-09-12 | Improved alternative size thumbnail generation | Daniel J. Ramirez | 15 | -55/+138 | |
| 2017-09-12 | Improved theme generation, and other fixes | Daniel J. Ramirez | 7 | -166/+219 | |
| 2017-09-12 | Fixed issues with surround sound on audio server | Marcelo Fernandez | 11 | -262/+363 | |
| 2017-09-12 | Added missing file system display toggle button. | SaracenOne | 2 | -11/+11 | |
| 2017-09-12 | Add option to always show directories in filesystem dock | SaracenOne | 2 | -1/+6 | |
| 2017-09-12 | Added check_c_headers to SCons env to check for the existence of headers | Marcelo Fernandez | 2 | -0/+13 | |
| 2017-09-12 | Merged docs and small correction to lowdpi feature (it supports windows now) | Juan Linietsky | 2 | -124/+180 | |
| 2017-09-12 | HiDPI support on Windows.. yes this is all it took. | Juan Linietsky | 1 | -0/+22 | |
| 2017-09-12 | Fixed conflict in len() function | Juan Linietsky | 1 | -4/+0 | |
| 2017-09-12 | Document AStar (#11056) | Franco Falleti | 1 | -13/+58 | |
| Add code examples | |||||
| 2017-09-12 | Added descriptions to AudioEffect, AudioEffectAmplify, and AudioEffecChorus | aarroz | 1 | -0/+54 | |
| 2017-09-12 | Changed/Added descriptions in @GDScript. Added examples. Fixed return types ↵ | William Taylor | 2 | -36/+245 | |
| of two … (#11146) Doc: Improved descriptions in GDScript docs Added examples and fixed return types of two methods. | |||||
| 2017-09-12 | rewrite the methods and member variables for the Node2D class | Nathan | 1 | -34/+46 | |
| 2017-09-12 | Added documentation for the ARVR server classes | Bastiaan Olij | 1 | -0/+119 | |
| 2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | 7 | -134/+130 | |
| 2017-09-12 | Added Mesh docs | Oliver Dressler | 1 | -3/+12 | |
