aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use fake audio playing property in editor"Hein-Pieter van Braam2018-05-136-44/+3
|
* Merge pull request #17367 from ShyRed/audio_playing_Hein-Pieter van Braam2018-05-136-3/+44
|\ | | | | Use fake audio playing property in editor
| * Use fake audio playing property in editorShyRed2018-03-166-3/+44
| | | | | | | | | | | | | | | | It appears that some time ago users were supposed to be able to include the playback of sound effects in their animations by placing keys on the "playing" property. Back then the key frame editor took the value of the checkbox in the property_editor. Somewhere / Sometime this behaviour changed and the key frame editor is now reading the actual value from the object instead of relying on the property editor. This commit introduces a fake active field that is returned when reading the playing property in the editor. While the actual active flag is changed when playback is finished the fake one will stay the same thus allowing the user to take their time with setting the key in the animation editor.
* | Merge pull request #18764 from AndreaCatania/ragJuan Linietsky2018-05-133-25/+85
|\ \ | | | | | | Improved API to active / deactive ragdoll
| * | Improved API to active / deactive ragdollAndrea Catania2018-05-103-25/+85
| | |
* | | Merge pull request #18810 from eska014/cmdlineRémi Verschelde2018-05-131-25/+7
|\ \ \ | | | | | | | | Fix command line II
| * | | Change reused variable name in command line parsingLeon Krause2018-05-121-6/+6
| | | |
| * | | Remove dead branch in command line logicLeon Krause2018-05-121-16/+1
| | | |
| * | | Revert "Fix custom resource path look-up per command line"Leon Krause2018-05-121-4/+1
| | | | | | | | | | | | | | | | This reverts commit 942f6dfbd66c1d15a45ef6447fd883103d9678a8.
* | | | Merge pull request #18830 from cbscribe/kcc_api_fixesMax Hilbrunner2018-05-133-64/+69
|\ \ \ \ | | | | | | | | | | [DOCS] Vector2/Vector3/TileMap wording fixes
| * | | | [DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield2018-05-123-64/+69
| | | | |
* | | | | Merge pull request #18832 from capnm/fix-editor-font-boldMax Hilbrunner2018-05-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Editor: make custom bold font config work
| * | | | | Editor: make custom bold font config workingMartin Capitanio2018-05-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | Fixes #18737
* | | | | Merge pull request #18838 from eska014/freetype-buildMax Hilbrunner2018-05-131-3/+0
|\ \ \ \ \ | |/ / / / |/| | | | Fix duplicate definitions with FreeType
| * | | | Fix duplicate definitions with FreeTypeLeon Krause2018-05-131-3/+0
|/ / / /
* | | | Merge pull request #18827 from Faless/enet_channelsMax Hilbrunner2018-05-133-6/+115
|\ \ \ \ | | | | | | | | | | Expose channels and ordered mode in NetworkedMultiplayerENet
| * | | | Expose channels in NetworkedMultiplayerENetFabio Alessandrelli2018-05-123-6/+115
|/ / / /
* | | | Merge pull request #18823 from Faless/multiplayer_rawMax Hilbrunner2018-05-125-11/+72
|\ \ \ \ | | | | | | | | | | Allow sending raw bytes via the Multiplayer API
| * | | | Fix and improve docs, adds send_bytesFabio Alessandrelli2018-05-123-10/+31
| | | | |
| * | | | Allow sending raw bytes through MultiplayerAPIFabio Alessandrelli2018-05-122-1/+41
| | | | |
* | | | | Merge pull request #18807 from Orangestar12/masterRémi Verschelde2018-05-121-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Correctly label vertical scroll position in tooltip as "vertical"
| * | | | Fix Error in the ScrollContainer TooltipsDaniel "Orangestar" O2018-05-121-1/+1
|/ / / /
* | | | Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde2018-05-121-9/+0
|\ \ \ \ | | | | | | | | | | Fix black script previews
| * | | | Fix black script previewsChaosus2018-05-111-9/+0
| | | | |
* | | | | Merge pull request #18800 from dragmz/removefileRémi Verschelde2018-05-121-13/+13
|\ \ \ \ \ | | | | | | | | | | | | fix for removing files
| * | | | | fix for removing filesMarcin Zawiejski2018-05-111-13/+13
| | | | | |
* | | | | | Merge pull request #18802 from bruvzg/fix_x11_arm_buildRémi Verschelde2018-05-122-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix X11 build on ARM Linux
| * | | | | | Fix Linux/X11 build on ARMs.bruvzg2018-05-112-4/+3
| |/ / / / /
* | | | | | Sync classref with current sourceRémi Verschelde2018-05-1248-55/+774
| | | | | |
* | | | | | Merge pull request #18742 from TailyFair/assetlib-fixMax Hilbrunner2018-05-111-5/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix AssetLib icon if remote icon load fails
| * | | | | Fix icon if remote icon load failsKarolis K2018-05-101-5/+6
| | | | | |
* | | | | | Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osxRémi Verschelde2018-05-111-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix custom cursor disappearing on osx
| * | | | | | Fix custom cursor disappearing on osxGuilherme Felipe2018-05-091-5/+8
| | | | | | |
* | | | | | | Merge pull request #18770 from eska014/cmdlineRémi Verschelde2018-05-113-6/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Command line fixes
| * | | | | | | Fix help/man for --export and --export-debugLeon Krause2018-05-102-4/+4
| | | | | | | |
| * | | | | | | Fix custom resource path look-up per command lineLeon Krause2018-05-101-1/+4
| | | | | | | |
| * | | | | | | Allow exporting runnable presets from command lineLeon Krause2018-05-101-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #18771 from karroffel/gdnative-api-json-stuffRémi Verschelde2018-05-112-19/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | changed GDNative API JSON format
| * | | | | | | | changed GDNative API json formatkarroffel2018-05-102-19/+29
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1]Noshyaar2018-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Per changes in #17407
* | | | | | | | Merge pull request #18791 from endragor/fix-ios-lifecycleRémi Verschelde2018-05-111-12/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Proper focus in/out handling on iOS
| * | | | | | | | Proper focus in/out handling on iOSRuslan Mustakov2018-05-111-12/+9
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #18675 (commit 96301e9) revealed a problem with how iOS lifecycle callbacks were handled by Godot. Before that PR it was possible to get NOTIFICATION_WM_FOCUS_IN callback without getting the corresponding NOTIFICATION_WM_FOCUS_OUT. That commit added a flag to ensure they are always coupled, but now there is an issue when, for example, you open a notification panel on iOS without moving the app to background. It resulted in view.stopAnimation being called without the corresponding startAnimation when the app moves to foreground again, so it looked like the game hanged. I changed focus out notification to be sent in applicationWillResignActive, because it makes more sense than to do it in applicationDidEnterBackground, because it is always called in pair with applicationDidBecomeActive, where focus in is sent. applicationDidEnterBackground may not come under circumstances that are now described as a comment in code.
* | | | | | | | Merge pull request #18789 from endragor/fix-oversampled-outline-updateRémi Verschelde2018-05-111-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update oversampling of outlines after window size change
| * | | | | | | Update oversampling of outlines after window size changeRuslan Mustakov2018-05-111-0/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Fixes #18774.
* | | | | | | Merge pull request #18784 from YeldhamDev/ignore_tagsRémi Verschelde2018-05-111-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file
| * | | | | | | Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file.Michael Alexsander Silva Dias2018-05-111-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #18781 from toger5/bold_font_error_messageRémi Verschelde2018-05-111-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fixed bold font error message
| * | | | | | | | fixed bodl font error messagetoger52018-05-111-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #18776 from guilhermefelipecgs/reset_cursorRémi Verschelde2018-05-114-1/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reset the cursor with Input.set_custom_mouse_cursor(null)
| * | | | | | | | Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe2018-05-104-1/+19
| |/ / / / / / /