summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-10-01Fix various Clang 7 warnings about unused stuffRémi Verschelde
2018-10-01Fix mismatched class/struct definition warnings [-Wmismatched-tags]Rémi Verschelde
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-30-Many GLES2 optimizationsJuan Linietsky
2018-09-30After using the generic visual script search, reset the generic search mode v...K. S. Ernest (iFire) Lee
2018-09-29Fix -Wunused-function in websocket moduleFabio Alessandrelli
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-29Fix inconsistent use of tabs and spaces in indentationMikko Mustonen
2018-09-29Added xatlas as alternative to thekla, forced it on.Juan Linietsky
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-28 Renaming SimplexNoise refs to OpenSimplexNoisesantouits
2018-09-28Merge pull request #22447 from akien-mga/fix-warnings-WswitchRémi Verschelde
2018-09-28Merge pull request #22422 from Faless/server_dummy_vrRémi Verschelde
2018-09-28Remove socket_helper.h after NetSocket refactorFabio Alessandrelli
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]Rémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-27Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde
2018-09-27Merge pull request #22460 from neikeq/issue-22403Ignacio Etcheverry
2018-09-27Mono: Fix not creating generic Array or Dictionary where expectedIgnacio Etcheverry
2018-09-26Do not update cache if the C# API assembly is out of syncIgnacio Etcheverry
2018-09-26ENet: Remove redundant if conditionRémi Verschelde
2018-09-25Set ENet service time to 0.Fabio Alessandrelli
2018-09-25Server platform builds (dummy) mobile_vr module.Fabio Alessandrelli
2018-09-25SCons: Fix checks for clang in env['CXX']Rémi Verschelde
2018-09-24Update WebSocket documentationFabio Alessandrelli
2018-09-24Implement WebSocket clean close detection.Fabio Alessandrelli
2018-09-24Implement WebSocket close notify.Fabio Alessandrelli
2018-09-22Corrected cast_motion query behaviourAndrea Catania
2018-09-22Added rayshape solver algorithm to soft body configurator fixes #22283 fixes ...Andrea Catania
2018-09-21doc: Misc formatting fixesRémi Verschelde
2018-09-21Merge pull request #22316 from Faless/poll_more_checks_easy_squashMax Hilbrunner
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-21doc: Sync classref with current sourceRémi Verschelde
2018-09-20Fix selection box staying when editing a GridMapJFonS
2018-09-20Fix typo in SimplexNoise documentationJFonS
2018-09-19Replace "persistance" with "persistence"JFonS
2018-09-19Merge pull request #22257 from AndreaCatania/fixesRémi Verschelde
2018-09-19Improve SimplexNoise documentation and fix typosHugo Locurcio
2018-09-19Added automatically set velocity when rigid is kinematicAndrea Catania
2018-09-19Added check to prevent contact signal to happen too earlyAndrea Catania
2018-09-19GDScript: Revert extra deletion when creating instanceGeorge Marques
2018-09-19GDScript: Error on empty blocks at the end of fileGeorge Marques
2018-09-19GDScript: Fix autocompletion inference after `is` checkGeorge Marques
2018-09-19GDScript: Fix infinite loop in autocompleteGeorge Marques