| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 264 | -409/+7031 |
* | Merge pull request #5266 from Geequlim/type_exists | Rémi Verschelde | 2016-06-18 | 2 | -0/+16 |
|\ |
|
| * | Add @GDScript.type_exists | Geequlim | 2016-06-18 | 2 | -0/+16 |
|/ |
|
* | reverted to ==, if a line is missing a statement, we'll have to make sure to ... | Juan Linietsky | 2016-06-17 | 1 | -1/+1 |
* | changed == for >= since some statements may not store a line (if line is empty) | Juan Linietsky | 2016-06-17 | 1 | -1/+1 |
* | Merge pull request #5204 from vnen/fix-completion-crash | Juan Linietsky | 2016-06-17 | 1 | -5/+7 |
|\ |
|
| * | Fix crash in code completion | George Marques | 2016-06-13 | 1 | -5/+7 |
* | | Fixed fractional offset not being reset in ringbuffer resamples, closes #4764 | Juan Linietsky | 2016-06-17 | 1 | -0/+1 |
* | | Fix type hint for the seed argument | Rémi Verschelde | 2016-06-18 | 2 | -6/+24 |
* | | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł | 2016-06-18 | 2 | -3/+10 |
* | | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky | 2016-06-17 | 1 | -3/+6 |
* | | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | 2016-06-17 | 2 | -23/+27 |
* | | Fix bug in GridContainer not updating minimumsize when columns changes, fixes... | Juan Linietsky | 2016-06-17 | 2 | -1/+2 |
* | | Keep track of when fonts change, so theme or controls that use fonts as overr... | Juan Linietsky | 2016-06-17 | 4 | -0/+101 |
* | | Merge pull request #5250 from bojidar-bg/add-sha256 | Juan Linietsky | 2016-06-17 | 10 | -7/+366 |
|\ \ |
|
| * | | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 10 | -7/+366 |
* | | | fixes compilation error on visual studio, closes #5249 | Juan Linietsky | 2016-06-17 | 2 | -2/+4 |
* | | | -added missing .inc files | Juan Linietsky | 2016-06-17 | 22 | -164963/+38696 |
* | | | It is now possible to set a default custom theme, whether you want a hidpi de... | Juan Linietsky | 2016-06-16 | 4 | -33/+52 |
* | | | Merge pull request #5239 from J08nY/classref | Rémi Verschelde | 2016-06-16 | 2 | -33/+58 |
|\ \ \ |
|
| * | | | Classref: added PacketPeer* | J08nY | 2016-06-16 | 1 | -2/+20 |
| * | | | Fixed PacketPeer.get_var() return type in docs | J08nY | 2016-06-16 | 1 | -1/+1 |
| * | | | Sync classref | J08nY | 2016-06-16 | 1 | -30/+37 |
|/ / / |
|
* | | | Merge pull request #5233 from UgisBrekis/scene-tree-relationship-lines | Rémi Verschelde | 2016-06-16 | 6 | -8/+45 |
|\ \ \
| |/ /
|/| | |
|
| * | | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis | 2016-06-15 | 6 | -8/+45 |
|/ / |
|
* | | Merge pull request #5230 from Paulb23/fullscreen_distraction_mode_shortcuts | Rémi Verschelde | 2016-06-15 | 1 | -12/+15 |
|\ \ |
|
| * | | Added fullscreen and distraction free mode shorcuts | Paulb23 | 2016-06-15 | 1 | -12/+15 |
|/ / |
|
* | | Merge pull request #5223 from RandomShaper/fix-android-export | Rémi Verschelde | 2016-06-15 | 1 | -9/+4 |
|\ \ |
|
| * | | Handle tmp files properly on Android export | Pedro J. Estébanez | 2016-06-15 | 1 | -9/+4 |
|/ / |
|
* | | Merge pull request #5219 from Geequlim/fix-5215 | Rémi Verschelde | 2016-06-15 | 1 | -0/+1 |
|\ \ |
|
| * | | Fix endless reimporting for LargeTexture close #5215 | Geequlim | 2016-06-15 | 1 | -0/+1 |
* | | | Merge pull request #5218 from djrm/new_icons | Rémi Verschelde | 2016-06-15 | 38 | -126/+1290 |
|\ \ \ |
|
| * | | | Added new svgs to pngs exporter | Daniel J. Ramirez | 2016-06-14 | 1 | -0/+137 |
| * | | | Added zoom icons for graph edit, and removed old exporter | Daniel J. Ramirez | 2016-06-14 | 3 | -99/+191 |
| * | | | Added some theme icons and its sources | Daniel J. Ramirez | 2016-06-14 | 34 | -27/+962 |
| |/ / |
|
* | | | Classref: Added docs for StreamPeer* (#5216) | J08nY | 2016-06-15 | 2 | -1/+47 |
* | | | Merge pull request #5212 from vnen/fix-emscripten-build | Rémi Verschelde | 2016-06-15 | 2 | -3/+9 |
|\ \ \ |
|
| * | | | Fix javascript build in Windows | George Marques | 2016-06-14 | 2 | -3/+9 |
* | | | | Merge pull request #5195 from Ovnuniarchos/Shape2DIcons | Rémi Verschelde | 2016-06-15 | 24 | -0/+231 |
|\ \ \ \ |
|
| * | | | | New Shape2D* icons. | Ovnuniarchos | 2016-06-13 | 24 | -0/+231 |
* | | | | | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde | 2016-06-15 | 2 | -39/+46 |
|\ \ \ \ \ |
|
| * | | | | | Dictionary: rename param in .has() .has_all() .erase() | J08nY | 2016-06-13 | 2 | -6/+6 |
| * | | | | | Sync classref | J08nY | 2016-06-13 | 1 | -33/+40 |
* | | | | | | Merge pull request #5210 from J08nY/issue-5189 | Rémi Verschelde | 2016-06-15 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | String documentation: .ord_at() returns int not String | J08nY | 2016-06-14 | 2 | -2/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #5163 from Paulb23/script_editor_shortcuts | Rémi Verschelde | 2016-06-15 | 2 | -58/+58 |
|\ \ \ \ \ \ |
|
| * | | | | | | Added shader editor shortcuts | Paulb23 | 2016-06-13 | 1 | -11/+11 |
| * | | | | | | Added script editor shortcuts | Paulb23 | 2016-06-13 | 1 | -47/+47 |
* | | | | | | | Merge pull request #5162 from GungnirInd/app_bundle_retina | Rémi Verschelde | 2016-06-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Make .app bundle hidpi aware | GungnirInd | 2016-06-11 | 1 | -1/+1 |