summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-11Implemented physics materialAndreaCatania
Hidden a function Fixed travis static check
2018-05-10Merge pull request #18765 from eska014/enginejs-extaltRémi Verschelde
Facilitate using non-default filename extensions in HTML5 platform
2018-05-10Merge pull request #18768 from Faless/server_fixRémi Verschelde
Implement missing methods in dummy rasterizer
2018-05-10Merge pull request #18756 from volzhs/freetype-2.9.1Rémi Verschelde
Update FreeType to 2.9.1
2018-05-10Merge pull request #18766 from eska014/html5-localcustomshellMax Hilbrunner
Use local path for custom HTML5 shell export
2018-05-10Implement missing methods in dummy rasterizerFabio Alessandrelli
2018-05-10Use local path for custom HTML5 shell exportLeon Krause
2018-05-10Accept 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-10Merge pull request #18753 from eska014/html5-iframefocusMax Hilbrunner
Fix keyboard focus lock-out with HTML5 canvas in iframe
2018-05-10Merge pull request #18755 from volzhs/fix-pointing-emulateMax Hilbrunner
Fix setting for pointing emulation
2018-05-10Add 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-10Update FreeType to 2.9.1volzhs
close #15660
2018-05-10Fix setting for pointing emulationvolzhs
Fix #18582 GLOBAL_DEF("input/something") is treated as Input Map setting, not as General.
2018-05-10Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause
2018-05-10Merge pull request #18749 from eska014/html5-mousecapture-relRémi Verschelde
Fix relative motion with captured mouse in HTML5 platform
2018-05-10Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde
GDScript function definition and get_node shortcut syntax highlighting
2018-05-10Fix relative mouse motion when captured in HTML5 platformLeon Krause
2018-05-09Merge pull request #18745 from DmitryKrutskikh/minor-fix-project-managerRémi Verschelde
Disable 'run' button if any project not selected
2018-05-09Merge 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-09Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh
2018-05-09Merge pull request #18743 from Zouch/masterMax Hilbrunner
Consider TextEdit paste operation complex.
2018-05-09Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe
2018-05-09Consider 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-09Merge pull request #18730 from marcelofg55/bind_fixGeorge Marques
canvas_item_add_triangle_array bind fixup
2018-05-08Merge pull request #18729 from marcelofg55/bind_enumsGeorge Marques
Fix some enums missing its bind
2018-05-08canvas_item_add_triangle_array bind fixupMarcelo Fernandez
2018-05-08Fix some enums missing its bindMarcelo Fernandez
2018-05-09Merge pull request #18709 from Faless/multiplayer_docsMax Hilbrunner
Rename multiplayer_api to multiplayer, add docs
2018-05-09Merge pull request #18728 from hpvb/fix-uwp-archMax Hilbrunner
For uwp the ARM architecture needs to be in lower case
2018-05-09For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam
2018-05-08Merge pull request #18726 from volzhs/remove-legacyRémi Verschelde
Remove android compatibility under API 16
2018-05-09Remove android compatibility under API 16volzhs
2018-05-08Merge pull request #18720 from RandomShaper/fix-gdnative-leakRémi Verschelde
Fix Variant leak in call_native
2018-05-08Fix Variant leak in call_nativePedro J. Estébanez
2018-05-08Document websocket module, further document enetFabio Alessandrelli
2018-05-08Document MultiplayerAPI classFabio Alessandrelli
2018-05-08Merge pull request #15286 from guilhermefelipecgs/pr_better_find_docRémi Verschelde
Better find in documentation
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
Experimental support for windows with per-pixel transparency.
2018-05-08Merge pull request #18374 from JFonS/fix_particles_animationJuan Linietsky
Fix particle animation controls
2018-05-08Merge pull request #15549 from SaracenOne/bmpJuan Linietsky
BMP module
2018-05-08Merge pull request #15305 from poke1024/checks-peerJuan Linietsky
Checks on input_buffer in PacketPeerStream
2018-05-08Merge pull request #15282 from poke1024/check-obj-classJuan Linietsky
Check implicit casts on object classes in bound method calls
2018-05-08Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde
Perfect FreeType-based outlines for DynamicFonts
2018-05-08Merge pull request #15258 from RyanStein/bugfix-15241Juan Linietsky
Use exact positioning for the ItemList::get_tooltip method.
2018-05-08Merge pull request #18706 from Calinou/fix-3d-grid-color-hintRémi Verschelde
Fix the 3D grid color setting hints
2018-05-08Android: Increase targetSdkVersion to 27Ré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-08Merge pull request #15119 from poke1024/visible-subwindowsJuan Linietsky
More efficient subwindow handling
2018-05-08Internal methods in MultiplayerAPI start with _Fabio Alessandrelli
2018-05-08Merge 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-08Change from "search dialog" to "search bar" on help screenGuilherme Silva