aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Fixed cursor not updating in some circumstances, closes #19430Juan Linietsky2018-06-081-0/+4
|/ / / / /
* | | | | Disallow via add track for animation player to animate itself, fixes #19425Juan Linietsky2018-06-081-0/+5
| | | | |
* | | | | Avoid animation length from ever being completely, fixes #19420Juan Linietsky2018-06-082-2/+8
| | | | |
* | | | | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-082-3/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap
| * | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-032-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixup #18529 and #12870
* | | | | | Merge pull request #19443 from eska014/html5-audio-refactorRémi Verschelde2018-06-082-72/+86
|\ \ \ \ \ \ | | | | | | | | | | | | | | Detect channel count and mix rate in HTML5 audio driver
| * | | | | | Detect channel count, mix rate, and buffer length in HTML5 audio driverLeon Krause2018-06-082-72/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor WebAudio driver.
* | | | | | | Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky2018-06-086-47/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
| * | | | | | | Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-066-47/+25
| | | | | | | |
* | | | | | | | Merge pull request #19340 from BastiaanOlij/particle_docsMax Hilbrunner2018-06-081-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added some documentation to particles
| * | | | | | | | Added some documentation to particlesBastiaan Olij2018-06-081-0/+9
| | | | | | | | |
* | | | | | | | | Merge pull request #19314 from Jellonator/masterRémi Verschelde2018-06-083-8/+133
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added autotile override
| * | | | | | | | | Added autotile overrideJames Beedie2018-06-023-8/+133
| | | | | | | | | |
* | | | | | | | | | Merge pull request #19407 from AndreaCatania/impTriMeshRémi Verschelde2018-06-082-0/+24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added functions to get trimesh info
| * | | | | | | | | | Added functions to get trimesh infoAndrea Catania2018-06-072-0/+24
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #19437 from volzhs/live-edit-reparent-childRémi Verschelde2018-06-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Make same child index as edited scene when using live edit
| * | | | | | | | | | Make same child index as edited scene when using live editvolzhs2018-06-081-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #19428 from Calinou/tweak-scons-help-textsRémi Verschelde2018-06-076-71/+43
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Tweak some help texts in the build system
| * | | | | | | | | | Tweak some help texts in the build systemHugo Locurcio2018-06-076-71/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also removes `unix_global_settings_path` from SConstruct since it is no longer used.
* | | | | | | | | | | Merge pull request #19426 from guilhermefelipecgs/fix_cursor_regressionRémi Verschelde2018-06-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix regression with cursor shape
| * | | | | | | | | | | Fix regression with cursor shapeGuilherme Felipe2018-06-071-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #19413 from Faless/lws_3.0Rémi Verschelde2018-06-0798-17347/+22341
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Update libwebsockets to version 3.0
| * | | | | | | | | | Add libwebsocket 3.0 BSD fixFabio Alessandrelli2018-06-072-1/+4
| | | | | | | | | | |
| * | | | | | | | | | Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-0798-17347/+22338
| | | | | | | | | | |
* | | | | | | | | | | Oops, for some reason gedit used this file as my notebook, though I made a ↵Juan Linietsky2018-06-071-10/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new one.
* | | | | | | | | | | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-0760-5177/+11745
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #19410 from swarnimarun/tween-stoppedMax Hilbrunner2018-06-072-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adding is_stopped method to Tween
| * | | | | | | | | | | Adding is_stopped method to Tweensteincodes2018-06-072-0/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19373 from AlexHolly/filedialog-lineedit-changed-signalMax Hilbrunner2018-06-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Expose lineedit
| * | | | | | | | | | | expose lineeditAlexander Holland2018-06-061-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19399 from guilhermefelipecgs/fix_theme_changeRémi Verschelde2018-06-071-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix theme not updating with changes
| * | | | | | | | | | | | Fix theme not updating with changesGuilherme Felipe2018-06-061-0/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add code owners for specific paths in the codebaseRémi Verschelde2018-06-071-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://blog.github.com/2017-07-06-introducing-code-owners/
* | | | | | | | | | | | | Merge pull request #19408 from akien-mga/3rdparty-copyright-unbundlingRémi Verschelde2018-06-0775-51/+880
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Update COPYRIGHT and allows unbundling libwebsockets and miniupnpc on Linux/BSD
| * | | | | | | | | | | | Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-0772-34/+844
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
| * | | | | | | | | | | | SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-073-17/+36
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli2018-06-0753-0/+9747
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Add UPnP support (port forwarding, querying external IP)
| * | | | | | | | | | | Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-0753-0/+9747
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19397 from Faless/ws_get_ip_portMax Hilbrunner2018-06-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix LWSPeer get_connected_[host/port]
| * | | | | | | | | | | | Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli2018-06-061-2/+2
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19396 from KellyThomas/env-var-checkIgnacio Etcheverry2018-06-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | allow undefined GODOT_DEBUG_MSBUILD environment variable
| * | | | | | | | | | | allow undefined GODOT_DEBUG_MSBUILD environment variableKelly Thomas2018-06-061-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19388 from volzhs/show-filenameRémi Verschelde2018-06-062-4/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Show opened script or help name
| * | | | | | | | | | Show opened script or help namevolzhs2018-06-062-4/+17
| | | | | | | | | | |
* | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-06-0529-3009/+10885
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6)
* | | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2018-06-0548-4059/+4167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
* | | | | | | | | | | Merge pull request #19387 from neikeq/yIgnacio Etcheverry2018-06-057-49/+172
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Mono fixes and improvements
| * | | | | | | | | | | Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry2018-06-055-37/+123
| | | | | | | | | | | |
| * | | | | | | | | | | Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry2018-06-052-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add option to print MSBuild's stdout and stderr instead of redirecting it. This can be enabled by setting the environment variable: Godot_DEBUG_MSBUILD=1
| * | | | | | | | | | | Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry2018-06-051-0/+19
| | | | | | | | | | | |