aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | 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
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #18775 from yaakuro/master-gltf-image-fixRémi Verschelde2018-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Use mimeType according to glTF spec.
| * | | | | | | | | | | | | | | | | | | | | Use mimetype according to glTF spec.Yaakuro2018-05-101-1/+1
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18772 from akien-mga/travis-serverRémi Verschelde2018-05-101-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis: Add server build with clang
| * | | | | | | | | | | | | | | | | | | | | Travis: Add server build with clangRémi Verschelde2018-05-101-0/+3
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #18765 from eska014/enginejs-extaltRémi Verschelde2018-05-102-4/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Facilitate using non-default filename extensions in HTML5 platform
| * | | | | | | | | | | | | | | | | | | | | Accept non-default main packs in engine.js startGame()Leon Krause2018-05-102-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows using startGame() with main packs exported as .zip, but also any other custom extension, for example if a web game host does not allow the .pck filename extension.
| * | | | | | | | | | | | | | | | | | | | | Add Engine.setWebAssemblyFilenameExtension()Leon Krause2018-05-101-1/+10
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some web game hosts only allow certain filename extensions. If .wasm is not allowed, this function allows overriding the WebAssembly filename extension to work around that restriction.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18768 from Faless/server_fixRémi Verschelde2018-05-101-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement missing methods in dummy rasterizer
| * | | | | | | | | | | | | | | | | | | | | Implement missing methods in dummy rasterizerFabio Alessandrelli2018-05-101-0/+14
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #18756 from volzhs/freetype-2.9.1Rémi Verschelde2018-05-10470-5329/+20290
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Update FreeType to 2.9.1
| * | | | | | | | | | | | | | | | | | | | | Update FreeType to 2.9.1volzhs2018-05-10470-5329/+20290
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | close #15660
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18766 from eska014/html5-localcustomshellMax Hilbrunner2018-05-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Use local path for custom HTML5 shell export
| * | | | | | | | | | | | | | | | | | | | Use local path for custom HTML5 shell exportLeon Krause2018-05-101-1/+1
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #18753 from eska014/html5-iframefocusMax Hilbrunner2018-05-103-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix keyboard focus lock-out with HTML5 canvas in iframe
| * | | | | | | | | | | | | | | | | | | Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause2018-05-103-6/+10
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #18755 from volzhs/fix-pointing-emulateMax Hilbrunner2018-05-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fix setting for pointing emulation
| * | | | | | | | | | | | | | | | | | Fix setting for pointing emulationvolzhs2018-05-101-2/+2
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #18582 GLOBAL_DEF("input/something") is treated as Input Map setting, not as General.
* | | | | | | | | | | | | | | | | | Merge pull request #18749 from eska014/html5-mousecapture-relRémi Verschelde2018-05-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix relative motion with captured mouse in HTML5 platform
| * | | | | | | | | | | | | | | | | | Fix relative mouse motion when captured in HTML5 platformLeon Krause2018-05-101-1/+1
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde2018-05-106-8/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | GDScript function definition and get_node shortcut syntax highlighting
| * | | | | | | | | | | | | | | | | Added GDScript NodePath highlightingPaulb232018-04-204-1/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Added GDScript function definition highlightingPaulb232018-04-204-1/+23
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | GDScript highlighter now remembers previous statePaulb232018-04-202-6/+56
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb232018-04-204-1/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #18745 from DmitryKrutskikh/minor-fix-project-managerRémi Verschelde2018-05-091-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable 'run' button if any project not selected
| * | | | | | | | | | | | | | | | | | Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh2018-05-091-3/+5
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #18716 from ↵Rémi Verschelde2018-05-093-24/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | guilhermefelipecgs/support_for_atlas_tex_on_cursor_2 Add support for atlas texture on set_custom_mouse_cursor
| * | | | | | | | | | | | | | | | | | Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe2018-05-093-24/+123
| | | | | | | | | | | | | | | | | | |