mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
79ff784721
875626965 Check border of color table while generating gradient d1636c7b4 Ignore animations with objects of unspecified type f3eed9a33 add formal parameter void to lottie_init() and lottie_shutdown() 519bd08b0 Add lottie_init() and lottie_shutdown() c api. 447cb7dd1 replace unsigned int with uint32_t in Int() d7cf0a5ab replace uint ushort and uchar typedefs with uint32 uint16 and uint8 -- added format script to run clang format on latest commit. 16beec845 lottiemodel: Improve opacity calculation for gradient stop 327fb7dba Reject reversed frames 625bc4c48 Finite loop in VBezier::tAtLength() ddbc9dce7 rlottie/capi: Add missing multiply for Path c0e16e571 Check Layer.mExtra and Transform.mExtra before dereferencing 9f78532c8 Avoid access to last element of empty mChildren vector 4e08acd8c remove RAPIDJSON_ASSERT() by placing the parser in error state 7affa78fe Fix dereferencing of null pointer in model::Layer::solidColor() getter 9d17ff8e6 Skip dash array of size one or zero f379dfe15 add the /inc folder as an include path at build time 194b31736 Improve matte rendering performance for simple layer 7c5b40cbb CMake: fix MSVC warnings fa44b753e fix compileing error 41f906480 On windows, stbi__fopen opens a path containing non-English characters or symbols will fail due to encoding problems, so the filename parameter is assumed to be utf-8 and converted to utf-16, and then call _wfopen_s or _wfopen 29b391b95 add lottie_configure_model_cache_size() c api 3cd00151c Fix comparison bd4c4e1f8 MT and MTd c593b57eb Remove link warnings on MSVC 132ca0a00 #include "fix" for rust-bindgen c9780b46d Fix CMake build in subdirectory 1cb2021d6 Fix crash when path animation data is empty ad9beaec6 Added support for RoundedCornor objects. a41bd7383 rlottie: draw line if width or height is 0 ed94baf14 resource: polish player png image. 9b4c4d2af resource: add rlottie_player image. 2d7b1fa2b Fixed build with GCC 11. 9cd9a6e95 vs2019: Add release build option d733e953b updated AUTHORS fc760ef92 updated AUTHORS d92d4aaf6 wasm: Add extra functions for lottie animation to use them in rlottie viewer 09662b89d updated AUTHORS 71fbff5d5 example/win32Player: removed unnecessary files. d25911e6c add app executables 538dfd9aa rename directory rlottiePlayer to win32Player 6fbb67d49 fix openJSONFileDialog 85856dff3 fix animation replace error f86e97d65 fix animation bitmap size to be set dynamically 55815b2cb move function prototype to animation.h To prevent function prototype duplicate code in source.cpp. 9a71eeca9 add an example of win32 app that play rlottie animation by vs2019 619320cbb add rlottiePlayer Project 4884e0e9b Modify: Update .gitignore 3ebf0c7e3 Docs: Fix README typo 502cc3638 updated license in spec file. e812ba9e9 Docs: Fix README typo c98ec565d Update README.md 33295c22f Fixed README typo 073224e69 fixed readme typo ff8ddfc49 ci: upgrade windows build chain to VS2017 10c1055a3 fixed sign extension warning 98ed2620a build: use shared_module instead of shared_library git-subtree-dir: external/rlottie git-subtree-split: 875626965959d8e269ca22175c8e1ad190696c43
87 lines
914 B
Plaintext
87 lines
914 B
Plaintext
# Object files
|
|
*.o
|
|
*.lo
|
|
*.slo
|
|
|
|
# Shared libraries
|
|
*.so
|
|
*.dylib
|
|
*.[dD][lL][lL]
|
|
|
|
# Static libraries
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.lib
|
|
|
|
# Dependency makefiles
|
|
*.d
|
|
|
|
# Compiled executable
|
|
emulationstation
|
|
EmulationStation
|
|
EmulationStation.exe
|
|
|
|
# AppImage
|
|
AppDir
|
|
*.AppImage
|
|
|
|
# Core dumps
|
|
emulationstation.core
|
|
|
|
# Profiling data
|
|
callgrind.out.*
|
|
gmon.out
|
|
|
|
# Patch/diff files
|
|
*.patch
|
|
|
|
# Build directories
|
|
build
|
|
Debug
|
|
Release
|
|
MinSizeRel
|
|
RelWithDebInfo
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
Makefile
|
|
install_manifest.txt
|
|
EmulationStation.exe.manifest
|
|
|
|
# CPack
|
|
_CPack_Packages
|
|
emulationstation-de*.deb
|
|
emulationstation-de*.rpm
|
|
EmulationStation-DE*.dmg
|
|
EmulationStation-DE*.exe
|
|
|
|
# TODO
|
|
TODO.md
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# MSVC
|
|
EmulationStation.ilk
|
|
EmulationStation.pdb
|
|
rlottie.ilk
|
|
rlottie.pdb
|
|
rlottie.exp
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
.settings/
|
|
|
|
# CLion
|
|
.idea/
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
*.cbp
|
|
|
|
# VSCode
|
|
.vscode/
|