Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-11 | Implemented physics material | AndreaCatania | |
Hidden a function Fixed travis static check | |||
2018-05-10 | Merge pull request #18765 from eska014/enginejs-extalt | Rémi Verschelde | |
Facilitate using non-default filename extensions in HTML5 platform | |||
2018-05-10 | Merge pull request #18768 from Faless/server_fix | Rémi Verschelde | |
Implement missing methods in dummy rasterizer | |||
2018-05-10 | Merge pull request #18756 from volzhs/freetype-2.9.1 | Rémi Verschelde | |
Update FreeType to 2.9.1 | |||
2018-05-10 | Merge pull request #18766 from eska014/html5-localcustomshell | Max Hilbrunner | |
Use local path for custom HTML5 shell export | |||
2018-05-10 | Implement missing methods in dummy rasterizer | Fabio Alessandrelli | |
2018-05-10 | Use local path for custom HTML5 shell export | Leon Krause | |
2018-05-10 | Accept non-default main packs in engine.js startGame() | Leon Krause | |
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 | Merge pull request #18753 from eska014/html5-iframefocus | Max Hilbrunner | |
Fix keyboard focus lock-out with HTML5 canvas in iframe | |||
2018-05-10 | Merge pull request #18755 from volzhs/fix-pointing-emulate | Max Hilbrunner | |
Fix setting for pointing emulation | |||
2018-05-10 | Add Engine.setWebAssemblyFilenameExtension() | Leon Krause | |
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 | |
close #15660 | |||
2018-05-10 | Fix setting for pointing emulation | volzhs | |
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 | |
2018-05-10 | Merge pull request #18749 from eska014/html5-mousecapture-rel | Rémi Verschelde | |
Fix relative motion with captured mouse in HTML5 platform | |||
2018-05-10 | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | |
GDScript function definition and get_node shortcut syntax highlighting | |||
2018-05-10 | Fix relative mouse motion when captured in HTML5 platform | Leon Krause | |
2018-05-09 | Merge pull request #18745 from DmitryKrutskikh/minor-fix-project-manager | Rémi Verschelde | |
Disable 'run' button if any project not selected | |||
2018-05-09 | Merge pull request #18716 from ↵ | Rémi Verschelde | |
guilhermefelipecgs/support_for_atlas_tex_on_cursor_2 Add support for atlas texture on set_custom_mouse_cursor | |||
2018-05-09 | Disable 'run' button if any project not selected and tiny refactoring | DmitryKrutskikh | |
2018-05-09 | Merge pull request #18743 from Zouch/master | Max Hilbrunner | |
Consider TextEdit paste operation complex. | |||
2018-05-09 | Add support for atlas texture on set_custom_mouse_cursor | Guilherme Felipe | |
2018-05-09 | Consider TextEdit paste operation complex. | Charly Mourglia | |
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-09 | Merge pull request #18730 from marcelofg55/bind_fix | George Marques | |
canvas_item_add_triangle_array bind fixup | |||
2018-05-08 | Merge pull request #18729 from marcelofg55/bind_enums | George Marques | |
Fix some enums missing its bind | |||
2018-05-08 | canvas_item_add_triangle_array bind fixup | Marcelo Fernandez | |
2018-05-08 | Fix some enums missing its bind | Marcelo Fernandez | |
2018-05-09 | Merge pull request #18709 from Faless/multiplayer_docs | Max Hilbrunner | |
Rename multiplayer_api to multiplayer, add docs | |||
2018-05-09 | Merge pull request #18728 from hpvb/fix-uwp-arch | Max Hilbrunner | |
For uwp the ARM architecture needs to be in lower case | |||
2018-05-09 | For uwp the ARM architecture needs to be in lower case | Hein-Pieter van Braam | |
2018-05-08 | Merge pull request #18726 from volzhs/remove-legacy | Rémi Verschelde | |
Remove android compatibility under API 16 | |||
2018-05-09 | Remove android compatibility under API 16 | volzhs | |
2018-05-08 | Merge pull request #18720 from RandomShaper/fix-gdnative-leak | Rémi Verschelde | |
Fix Variant leak in call_native | |||
2018-05-08 | Fix Variant leak in call_native | Pedro J. Estébanez | |
2018-05-08 | Document websocket module, further document enet | Fabio Alessandrelli | |
2018-05-08 | Document MultiplayerAPI class | Fabio Alessandrelli | |
2018-05-08 | Merge pull request #15286 from guilhermefelipecgs/pr_better_find_doc | Rémi Verschelde | |
Better find in documentation | |||
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam | |
Experimental support for windows with per-pixel transparency. | |||
2018-05-08 | Merge pull request #18374 from JFonS/fix_particles_animation | Juan Linietsky | |
Fix particle animation controls | |||
2018-05-08 | Merge pull request #15549 from SaracenOne/bmp | Juan Linietsky | |
BMP module | |||
2018-05-08 | Merge pull request #15305 from poke1024/checks-peer | Juan Linietsky | |
Checks on input_buffer in PacketPeerStream | |||
2018-05-08 | Merge pull request #15282 from poke1024/check-obj-class | Juan Linietsky | |
Check implicit casts on object classes in bound method calls | |||
2018-05-08 | Merge pull request #17578 from endragor/ft-outlines | Rémi Verschelde | |
Perfect FreeType-based outlines for DynamicFonts | |||
2018-05-08 | Merge pull request #15258 from RyanStein/bugfix-15241 | Juan Linietsky | |
Use exact positioning for the ItemList::get_tooltip method. | |||
2018-05-08 | Merge pull request #18706 from Calinou/fix-3d-grid-color-hint | Rémi Verschelde | |
Fix the 3D grid color setting hints | |||
2018-05-08 | Android: Increase targetSdkVersion to 27 | Rémi Verschelde | |
Matches the change for 2.1 in #18626, and the new requirements from Google for new apps starting with August 2018 (targetSdkVersion 26 or higher): https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html | |||
2018-05-08 | Merge pull request #15119 from poke1024/visible-subwindows | Juan Linietsky | |
More efficient subwindow handling | |||
2018-05-08 | Internal methods in MultiplayerAPI start with _ | Fabio Alessandrelli | |
2018-05-08 | Merge pull request #15074 from ↵ | Juan Linietsky | |
PJB3005/17-12-26-remove_gui_focus_on_visibility_loss Hiding a Control now fires NOTIFICATION_FOCUS_EXIT. | |||
2018-05-08 | Change from "search dialog" to "search bar" on help screen | Guilherme Silva | |