summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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
2018-09-19GDScript: Forbid enum values to shadow constantsGeorge Marques
2018-09-19GDScript: Fix autocomplete crash when searching default valuesGeorge Marques
2018-09-19GDScript: Allow Object constants to be used with qualifierGeorge Marques
2018-09-19GDScript: Fix stack address test in compilerGeorge Marques
2018-09-18SCons: Fix ARVR can_build arityRémi Verschelde
2018-09-17Fix missing mono internal callIgnacio Etcheverry
2018-09-17Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirrita...Ignacio Etcheverry
2018-09-17Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry
2018-09-17Merge pull request #22151 from 999eagle/monoexeIgnacio Etcheverry