Age | Commit message (Expand) | Author |
2018-09-28 | Merge pull request #22447 from akien-mga/fix-warnings-Wswitch | Rémi Verschelde |
2018-09-28 | Remove socket_helper.h after NetSocket refactor | Fabio Alessandrelli |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-27 | Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-25 | Fix gizmo handles in GLES2 backend | Juan Linietsky |
2018-09-23 | Fix build after 65fd37c1, using Math_PI | Rémi Verschelde |
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky |
2018-09-22 | Fix Winsock UDP ECONNRESET/ENETRESET bug | Fabio Alessandrelli |
2018-09-22 | Detect POLLERR revents too in NetSocketPosix. | Fabio Alessandrelli |
2018-09-22 | Use select instead of WSAPoll on Windows. | Fabio Alessandrelli |
2018-09-18 | Fix lighting of rotated particles in 2D | JFonS |
2018-09-13 | Merge pull request #21806 from JFonS/inspector_uniform_defaults | Juan Linietsky |
2018-09-13 | Set uniform default values in inspector | JFonS |
2018-09-13 | Properly initialize Winsock on startup | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Removed unused function RasterizerSceneGLES3::_copy_to_front_buffer | Wilson E. Alvarez |
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli |
2018-09-12 | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli |
2018-09-12 | New NetSocket interface, BSD/Win implementation | Fabio Alessandrelli |
2018-09-12 | ENet wrapper properly detect disconnect on poll | Fabio Alessandrelli |
2018-09-12 | Properly reset socket blocking state on close | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Fix possible crash when switching audio device on WASAPI driver | Marcelo Fernandez |
2018-09-08 | Fixed a theoretical condition where prealpha prevents lighting | Bastiaan Olij |
2018-09-06 | Ability for Light2D to use a proxy texture, fixes #17067 | Juan Linietsky |
2018-09-05 | Merge pull request #21782 from eska014/gles3-get-texture-err | Rémi Verschelde |
2018-09-05 | Fix missing texture-download error with OpenGL ES | Leon Krause |
2018-09-03 | Respect splash fullsize option on GLES2 | volzhs |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky |
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde |
2018-08-27 | Merge pull request #21387 from hpvb/fix-15324 | Rémi Verschelde |
2018-08-27 | Revert "Fix some 3D texture issues" | Juan Linietsky |
2018-08-27 | Merge pull request #21469 from akien-mga/glsl-clang-format | Rémi Verschelde |
2018-08-27 | Merge pull request #21467 from elasota/fix-3d-textures | Rémi Verschelde |
2018-08-27 | Style: Enable clang-format on GLSL shaders | Rémi Verschelde |
2018-08-26 | Partial fixes for 3D texture issues | elasota |
2018-08-26 | Merge pull request #21411 from Crazy-P/fixes-several-resource-leaks | Rémi Verschelde |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-08-26 | Fixes several resource leaks in ... | Crazy-P |
2018-08-25 | Prevent CoreAudio driver failing on finish if Dummy driver was selected | Marcelo Fernandez |
2018-08-24 | Fix generation of env map, closes #18880 | Juan Linietsky |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |
2018-08-24 | Merge pull request #21364 from akien-mga/shaders-style | Rémi Verschelde |
2018-08-24 | Added a more minimal test to avoid crash in #20677 but I dont think this is t... | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |