aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/export/export.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-06Fixed minor typoDTV96Calibre1-1/+1
2016-11-05Fix #7016, add script create iconPawel Kowal4-2/+98
2016-11-05Fix updating value of SpinBox with prefixvolzhs1-1/+4
2016-11-05Prevent to make UndoRedo for duplicate if no selected nodevolzhs1-0/+2
2016-11-03server: Allow building against system librariesRémi Verschelde1-0/+45
2016-11-03opus: Move public headers to match system installRémi Verschelde10-3/+4
2016-11-04fix a tiny typoScotFlux1-2/+2
2016-11-03Rewrite the README to be more descriptiveRémi Verschelde1-15/+51
2016-11-03Rename remaining WinRT references to UWPGeorge Marques18-169/+169
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques17-30/+30
2016-11-03Rename WinRT files to UWPGeorge Marques22-31/+31
2016-11-04Fix wrong number for ERR_* on commentvolzhs1-12/+12
2016-11-03 Fix typos and missing newlines in --helpTim Roes1-3/+2
2016-11-03Make GDScript parser ignore floating strings in class definitionBojidar Marinov1-1/+10
2016-11-03Fixed flag for importing animation and skipping value tracks.Saracen3-44/+51
2016-11-03scons: Reorder options for clarityRémi Verschelde21-84/+89
2016-11-03Keep groups when replacing nodesIgnacio Etcheverry1-0/+6
2016-11-02libpng: Update to upstream 1.6.26Rémi Verschelde23-1095/+1416
2016-11-02Improve Android build (Clang + tidyness)Pedro J. Estébanez1-87/+100
2016-11-01Option for detaching script from node (#6934).Mateusz Adamczyk2-3/+39
2016-11-01Make regex compilable with RTTI disabledPedro J. Estébanez1-4/+9
2016-11-01Fix to focus or rename node by double clickvolzhs3-37/+4
2016-10-31Fix IPv6 linking for UWPGeorge Marques1-0/+4
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde25-369/+370
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde53-193/+115
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde93-2293/+2293
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde88-6280/+6280
2016-11-01Fix to fit stylebox with ItemListvolzhs1-1/+4
2016-10-31Fixed Mix nodes in Animation Tree Playerm4nu3lf2-17/+4
2016-10-31Fix memory leak with drag & drop on 2D viewportvolzhs1-0/+1
2016-10-31Add option 'wasm' to compile to WebAssembly in web exporteska4-32/+30
2016-10-30Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli1-0/+7
2016-10-31Fix p_index out of size error when closing scriptvolzhs1-1/+1
2016-10-31Fix Accept/ConfirmationDialog UI brokenvolzhs1-5/+8
2016-10-31Revert "Place child control under label in AcceptDialog."volzhs1-25/+10
2016-10-30Update docs to IPv6Fabio Alessandrelli1-8/+26
2016-10-30Set proper ip_type default for listen() and resolve_hostname()Fabio Alessandrelli3-4/+4
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli6-8/+50
2016-10-30Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli4-5/+24
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli7-19/+30
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli4-5/+5
2016-10-30scons: Move lib splitting method to methods.pyRémi Verschelde3-3/+51
2016-10-31Fix 2 search menus are shownvolzhs1-11/+6
2016-10-30Fix bug with saving last select language and remove warningvolzhs1-6/+1
2016-10-30Revert "make `Container` node aware of `Size Flags`"Rémi Verschelde1-12/+0
2016-10-29Won't change editor tabs when using External Editor.Henrique L. Alves1-2/+6
2016-10-29Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2-50/+12
2016-10-28Add "Never" underline mode to LinkButtonrdb3-4/+9
2016-10-27Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas4-2/+38
2016-10-27Fix locale for macOS-style localesDamon1-6/+12