aseprite/third_party
David Capello 6c5b27db81 Fix crash/hang using WebSocket in a previously disconnected socket
This can happen using Pribambase extension when we close Aseprite in
some strange way (e.g. killing the process), and the connection is not
closed correctly. It looks like the Blender addon is in an invalid
state and the data cannot be sent any more, but without this patch
Aseprite just hangs/crashes if we retry sending data, but with this
fix we can receive/show that an error happened sending data.

Related to: https://github.com/machinezone/IXWebSocket/pull/481
2023-08-29 12:39:12 -03:00
..
benchmark@02a354f3f3 Add suppor for doc::Image row stride size > width size 2023-08-07 15:27:39 -03:00
cityhash@757152d474 Use CityHash for tiles 2021-04-19 15:56:47 -03:00
cmark@728c684650 Don't build cmark program 2021-06-17 10:44:22 -03:00
curl@09cf6fd700 Replace the curl directory by a submodule 2021-10-06 16:06:40 -03:00
fmt@a0b8a92e3d Update fmt library to 10.0.0 2023-05-15 18:54:46 -03:00
freetype2@f122349b93 Update compilation instructions to new compilers and Skia-m102 2022-05-09 10:57:34 -03:00
giflib@d213f633ea Update giflib module to the latest version 2021-07-01 11:38:13 -03:00
harfbuzz@3412c32b35 Update harfbuzz module 2022-05-26 15:26:43 -03:00
IXWebSocket@89c9209959 Fix crash/hang using WebSocket in a previously disconnected socket 2023-08-29 12:39:12 -03:00
jpeg Update copyright year to 2013 2013-01-27 12:13:13 -03:00
json11@818c5e01e7 Fix json11 compilation with MSVC 2022-04-06 09:31:39 -03:00
libarchive@fb3d9be28c Update submodules 2022-09-16 12:30:13 -03:00
libpng@a37d483651 Update libpng module 2021-06-17 11:06:58 -03:00
libwebp@9ce5843dba Migrate to Skia m96 API 2021-11-17 12:36:11 -03:00
lua@04abf20c9e [lua] Add require() function (fix aseprite/api#10) 2023-04-18 19:41:01 -03:00
pixman@285b9a907c Update pixman module 2022-05-26 11:31:36 -03:00
pixman-cmake Update pixman and disable DEBUG checks in region code 2018-12-04 11:43:59 -03:00
qoi@c3dcfe780b Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
simpleini@c94997d4d6 Update submodules 2018-09-14 20:34:59 -03:00
tinyexpr@ca505447d8 Update tinyexpr module 2018-07-24 14:49:08 -03:00
tinyxml Fix several issues found with ThreadSanitizer 2020-06-17 15:55:44 -03:00
zlib@fc3ecad5d5 Update zlib library 2018-03-22 11:34:22 -03:00
CMakeLists.txt Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
README.md Update third_party/README.md 2015-05-29 11:54:37 -03:00

Here are third party libraries with necessary components for Aseprite. Some directories are git submodules, and other are just a copy of its original package.