This website requires JavaScript.
Explore
Help
Sign In
UnityMirror
/
spine-runtimes
Watch
1
Star
0
Fork
0
You've already forked spine-runtimes
mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced
2026-03-01 05:09:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
spine-runtimes
/
spine-libgdx
/
spine-libgdx
History
badlogic
679a012cc3
[libgdx] SkinEntry equals and hashCode do not take the attachment field into account. When setting a new SkinEntry for an existing slot + name combination, the old key with the old attachment stays in the keys table of the OrderedMap. Upon a call to getAttachments() that keys table is returned, which means the old attachment is returned instead of the newly set attachment. This commit fixes this buggy behaviour by storing SkinEntries as values, giving us access to the re-used key on which we can then update the attachment field. I'm sorry.
Closes
#1485
.
2019-09-26 14:29:43 +02:00
..
.settings
Updated to v3.5 (merge dev branch).
2016-11-15 23:10:23 +01:00
src/com
/esotericsoftware
[libgdx] SkinEntry equals and hashCode do not take the attachment field into account. When setting a new SkinEntry for an existing slot + name combination, the old key with the old attachment stays in the keys table of the OrderedMap. Upon a call to getAttachments() that keys table is returned, which means the old attachment is returned instead of the newly set attachment. This commit fixes this buggy behaviour by storing SkinEntries as values, giving us access to the re-used key on which we can then update the attachment field. I'm sorry.
Closes
#1485
.
2019-09-26 14:29:43 +02:00
.classpath
Updated spine-libgdx to 3.1.00: linked meshes.
2016-03-03 07:26:49 +01:00
.project
Organized spine-libgdx so tests and the skeleton viewer are separate.
2014-11-20 12:42:54 +01:00
pom.xml
[maven-release-plugin] prepare for next development iteration
2019-08-05 15:04:01 +02:00