| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-05-13 | Revert "Use fake audio playing property in editor" | Hein-Pieter van Braam | 6 | -44/+3 | |
| 2018-05-13 | [macOS] Fix numeric keys scan-codes remapping. | bruvzg | 1 | -10/+10 | |
| 2018-05-13 | Fix duplicate definitions with FreeType | Leon Krause | 1 | -3/+0 | |
| 2018-05-13 | Editor: make custom bold font config working | Martin Capitanio | 1 | -1/+1 | |
| Fixes #18737 | |||||
| 2018-05-12 | [DOCS] Vector2/Vector3/TileMap wording fixes | Chris Bradfield | 3 | -64/+69 | |
| 2018-05-12 | Expose channels in NetworkedMultiplayerENet | Fabio Alessandrelli | 3 | -6/+115 | |
| 2018-05-12 | Fix and improve docs, adds send_bytes | Fabio Alessandrelli | 3 | -10/+31 | |
| 2018-05-12 | Allow sending raw bytes through MultiplayerAPI | Fabio Alessandrelli | 2 | -1/+41 | |
| 2018-05-12 | Makes doc methods display enums. | Pieter-Jan Briers | 1 | -9/+28 | |
| 2018-05-12 | Change reused variable name in command line parsing | Leon Krause | 1 | -6/+6 | |
| 2018-05-12 | Remove dead branch in command line logic | Leon Krause | 1 | -16/+1 | |
| 2018-05-12 | Revert "Fix custom resource path look-up per command line" | Leon Krause | 1 | -4/+1 | |
| This reverts commit 942f6dfbd66c1d15a45ef6447fd883103d9678a8. | |||||
| 2018-05-12 | Fix Error in the ScrollContainer Tooltips | Daniel "Orangestar" O | 1 | -1/+1 | |
| 2018-05-12 | Sync classref with current source | Rémi Verschelde | 48 | -55/+774 | |
| 2018-05-11 | fix for removing files | Marcin Zawiejski | 1 | -13/+13 | |
| 2018-05-11 | Fix black script previews | Chaosus | 1 | -9/+0 | |
| 2018-05-11 | Fix Linux/X11 build on ARMs. | bruvzg | 2 | -4/+3 | |
| 2018-05-11 | Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1] | Noshyaar | 1 | -2/+2 | |
| Per changes in #17407 | |||||
| 2018-05-11 | Proper focus in/out handling on iOS | Ruslan Mustakov | 1 | -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. | |||||
| 2018-05-11 | Update oversampling of outlines after window size change | Ruslan Mustakov | 1 | -0/+5 | |
| Fixes #18774. | |||||
| 2018-05-11 | Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file. | Michael Alexsander Silva Dias | 1 | -0/+1 | |
| 2018-05-11 | fixed bodl font error message | toger5 | 1 | -1/+1 | |
| 2018-05-10 | Reset the cursor with Input.set_custom_mouse_cursor(null) | Guilherme Felipe | 4 | -1/+19 | |
| 2018-05-10 | Use mimetype according to glTF spec. | Yaakuro | 1 | -1/+1 | |
| 2018-05-10 | Fix help/man for --export and --export-debug | Leon Krause | 2 | -4/+4 | |
| 2018-05-10 | changed GDNative API json format | karroffel | 2 | -19/+29 | |
| 2018-05-10 | Travis: Add server build with clang | Rémi Verschelde | 1 | -0/+3 | |
| 2018-05-10 | Improved API to active / deactive ragdoll | Andrea Catania | 3 | -25/+85 | |
| 2018-05-10 | Fix custom resource path look-up per command line | Leon Krause | 1 | -1/+4 | |
| 2018-05-10 | Allow exporting runnable presets from command line | Leon Krause | 1 | -1/+1 | |
| 2018-05-10 | Fix icon if remote icon load fails | Karolis K | 1 | -5/+6 | |
| 2018-05-10 | Implement missing methods in dummy rasterizer | Fabio Alessandrelli | 1 | -0/+14 | |
| 2018-05-10 | Use local path for custom HTML5 shell export | Leon Krause | 1 | -1/+1 | |
| 2018-05-10 | Accept non-default main packs in engine.js startGame() | Leon Krause | 2 | -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. | |||||
| 2018-05-10 | Add Engine.setWebAssemblyFilenameExtension() | Leon Krause | 1 | -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. | |||||
| 2018-05-10 | Update FreeType to 2.9.1 | volzhs | 470 | -5329/+20290 | |
| close #15660 | |||||
| 2018-05-10 | Fix setting for pointing emulation | volzhs | 1 | -2/+2 | |
| Fix #18582 GLOBAL_DEF("input/something") is treated as Input Map setting, not as General. | |||||
| 2018-05-10 | Fix keyboard focus lock-out with HTML5 canvas in iframe | Leon Krause | 3 | -6/+10 | |
| 2018-05-09 | Fix custom cursor disappearing on osx | Guilherme Felipe | 1 | -5/+8 | |
| 2018-05-10 | Fix relative mouse motion when captured in HTML5 platform | Leon Krause | 1 | -1/+1 | |
| 2018-05-09 | Disable 'run' button if any project not selected and tiny refactoring | DmitryKrutskikh | 1 | -3/+5 | |
| 2018-05-09 | Add support for atlas texture on set_custom_mouse_cursor | Guilherme Felipe | 3 | -24/+123 | |
| 2018-05-09 | Consider TextEdit paste operation complex. | Charly Mourglia | 1 | -0/+3 | |
| Not considering a paste operation as a complex one ends up adding an unneeded extra step when pasting over a selection. This fixes issue #18325 | |||||
| 2018-05-08 | canvas_item_add_triangle_array bind fixup | Marcelo Fernandez | 1 | -1/+1 | |
| 2018-05-08 | Fix some enums missing its bind | Marcelo Fernandez | 2 | -3/+10 | |
| 2018-05-09 | For uwp the ARM architecture needs to be in lower case | Hein-Pieter van Braam | 1 | -2/+2 | |
| 2018-05-09 | Remove android compatibility under API 16 | volzhs | 3 | -12/+7 | |
| 2018-05-08 | Fix Variant leak in call_native | Pedro J. Estébanez | 1 | -1/+3 | |
| 2018-05-08 | Document websocket module, further document enet | Fabio Alessandrelli | 11 | -184/+309 | |
| 2018-05-08 | Document MultiplayerAPI class | Fabio Alessandrelli | 3 | -37/+29 | |
