Chris Cromer
Chris Cromer
This PR adds compatibility with tiled 1.9. A major breaking change is that they changed the type attribute to now be called class. I left the old type attribute in...
Added zstd compression support. To show how useful zstd is I am using it on a map I have that has 141x32 tiles. These are the file sizes of that...
This allows Y sorting to be turned on or off as a property. This is important because large tile maps of the size 512x512 for example create 262,144 objects and...
Added collision mask property to tile map imports. Useful to set objects that all tiles should collide with in a global manner.
It would be nice if the custom tag had a component to choose the correct directory for the files for both meson and cmake. For example right now I have...
I just noticed that the packages built with meson are installing CMakeLists.txt files into the package. After install I have this: /usr/share/doc/CMakeLists.txt /usr/share/pamac/CMakeLists.txt
This fixes the changes to collisions in godot 3.5 for both positioning of the collision object as well as the one-way collisions. This will take care of #163.
#### Operating system and version: Linux Mint 21.1 #### `nvm debug` output: ```sh nvm --version: v0.39.3 $SHELL: /usr/bin/zsh $SHLVL: 1 whoami: 'cromer' ${HOME}: /home/cromer ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${NVM_DIR}/versions/node/v17.9.1/bin:${HOME}/.config/composer/vendor/bin:${HOME}/go/bin:/usr/local/go/bin:${HOME}/.npm_modules/bin:${HOME}/.local/share/android-sdk/emulator:${HOME}/.local/share/android-sdk/tools:${HOME}/.local/share/android-sdk/tools/bin:${HOME}/.local/share/android-sdk/platform-tools:${HOME}/.local/bin:${HOME}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:${HOME}/.dotnet/tools:${HOME}/.yarn/bin $PREFIX: ''...
**Describe the bug** When you link a config between 2 versions of the editor it doesn't copy the "editor feature profiles". **To Reproduce** Steps to reproduce the behavior: 1. Make...
### Describe the bug MultiSelect does not show the locale translation when you have a comma separated select and have selected various items. It always shows in English. In the...