93 Commits

Author SHA1 Message Date
badlogic
dfb8861de4 Updated supported versions in README.md 2017-07-12 11:25:54 +02:00
badlogic
3be988e12f Updated READMEs to point to correct zips 2017-07-12 11:20:55 +02:00
badlogic
81f5b3fa79 [monogame] Added two color tinting. 2017-05-24 17:23:30 +02:00
badlogic
c542fb3d91 [csharp] Separated triangulation and convex decomposition 2017-04-21 10:46:02 +02:00
badlogic
e8f54e996e [monogame] Solution links to spine-csharp project instead of linking source files with relative paths. 2017-04-20 15:10:03 +02:00
badlogic
282ca30e5a [xna] Fix project file 2017-04-19 13:30:07 +02:00
badlogic
d7873928d1 [monogame] Updated project file and assets 2017-04-19 13:21:25 +02:00
badlogic
ee64dd98eb [monogame] Replaced old projects with cross-platform desktop project 2017-02-23 15:31:46 +01:00
NathanSweet
d52d2e72ee Updated READMEs, supported version is 3.5.xx. 2016-11-15 23:29:27 +01:00
NathanSweet
36000e3c55 Updated to v3.5 (merge dev branch).
# Conflicts:
#	spine-c/src/spine/AnimationState.c
2016-11-15 23:10:23 +01:00
NathanSweet
f63561085a List explicit Spine editor version that is supported. 2016-10-13 22:55:04 +02:00
badlogic
ef50131431 [runtimes] Updated all LICENSE files and README.mds 2016-10-13 15:21:05 +02:00
badlogic
17a08e674c [c][sfml][cocos2d-objc][cocos2d-x][csharp][monogame][xna][unity] Updated README.mds to reflect version compatibility 2016-07-12 17:07:30 +02:00
NathanSweet
1b16e521ca [csharp, monogame, xna] Updated copyright info. 2016-06-30 23:49:09 +02:00
John
1c19365325 [csharp][monogame][unity][xna] Updated to 3.3.x (#623)
* [spine-csharp] Ported 3.3 changes of Animation and inner classes. Added MathUtils.Clamp

* [spine-csharp] Ported 3.3 changes of AnimationStateData. Updated .gitignore to exclude .meta files from spine-csharp

* [spine-csharp] Ported 3.3 changes of Bone

* [spine-csharp] Ported 3.3 changes of BoneData

* [spine-csharp] Ported 3.3 changes of Event

* [spine-csharp] Ported 3.3 changes to IKConstraint. Also got rid of the hideous labeled break. Replaced with while and sprinkled continues and break :D

* [spine-csharp] Mario is not good with labeled breaks. Fixed with goto

* [spine-csharp] Ported more 3.3 changes, only SkeletonJson and SkeletonBinary left. Unity runtime also needs updating with new changes

* [spine-csharp] fixed compilation errors initially not reported by Mono CS

* Minor clean up.

Every space has its place.™

* Match csharp 3.3 refactorings.

* [Unity] Minor cleanup in SkeletonBaker.

* Better exception messages.

* Removed extra usings. Matched whitespace style.

* Fixed Bone.cs method PascalCase and xml documentation.

* Fixed Exception ctor arguments.

* Fixed single bone IK mixing.

Matched libgdx commit:
e0ee18a088

* [spine-csharp] Port of 3.3 changes to SkeletonJson, incomplete

* [Unity] Ragdoll: account for shear and new constraints.

* [spine-csharp] Ported 3.3 changes to SkeletonJson

* [spine-csharp] Ported 3.3 changes to SkeletonBinary. Time for testing and debugging

* [spine-csharp] Fixed up XNA runtime

* Added simple example data in new exports/ folder

* [spine-csharp] Fixed bug in Slot construtor, wasn't assigning index. Fixed bug in CurveTimeline, argument guard was wrong. Fixed bugs in SkeletonJson, indexing to get duration of a timeline was wrong. Added simple example to spine-xna for easier debugging

* [spine-csharp] Fixed porting bug in ColorTimeline#apply, indexing was wrong

* [spine-csharp] Fixed SkeletonJson#ReadVertices, calling resize on temp lists was wrong. Updated goblin sample in spine-xna, fixed mesh attachment rendering in spine-xna.

* [spine-xna] Added binary exports, modified XNA game

* [spine-xna] Added tank example

* Some cleanup. Relabeled generic todos.

* Prevent SpineEditorUtilities from orphaning failed instantiations.

* Ignore PathAttachment when checking for required atlas regions.

* [spine-csharp] the great spaces to tabs battle

* [spine-csharp] Fixed inherit deform.

* [spine-csharp] Match Skeleton.java properties and stuff.

* [spine-csharp] Fixed enums, all upper cased now, using Enum.ParseType in case-insensitive mode

* [csharp] Ported 206e7f983c4df4d27fee6cac05d152eb2295c8b0 to csharp runtime. Fixes attachment keys on different tracks

* [csharp] Updated README.md

* [xna] [monogame] [unity] Updated README.md

* Revert "[csharp] Ported 206e7f983c4df4d27fee6cac05d152eb2295c8b0 to csharp runtime. Fixes attachment keys on different tracks"

This reverts commit 175216868dd00b4ae31cc717022242308c150f6a.

* [csharp] Fix to AttachmentTimeline#apply, fix for the fix for the fix for the revert for the fix

* [csharp] Matched and fixed more comments, summaries, exception messages and formatting.

* [csharp] Fix deformed weighted vertices condition + match libgdx closer.

* [csharp] Use internal ExposedList array for critical methods.

* [csharp] SkeletonJson and SkeletonBinary minor formatting and fixes.

* [unity] Match changes and fixes in spine-csharp 3.3 + better editor messages.

* [unity] Updated sample scenes and files.

* [csharp] Some formatting got left behind.

* [unity] New readme links + Removed redundant info.

* [exports] Remove dummy project.
2016-06-30 04:29:33 +08:00
NathanSweet
e834982b49 Updated READMEs for v3.3 support. 2016-06-20 19:26:05 +02:00
NathanSweet
3442e43231 Updated readme.
#562
2016-06-01 02:25:08 +02:00
NathanSweet
8d7f761311 spine-libgdx updated to 3.2.00.
* Added transform constraint rotate, scale, and shear offsets and mixes.
* Added TransformConstraintTimeline.
* Added bone shearing.
* Added ShearTimeline.
* Changed Skeleton#updateCache.
* Changed JSON and binary formats. Some binary format fields and enums were rearranged for consistency -- sorry, but it's better for the long term. Docs for both are up to date.
http://esotericsoftware.com/spine-json-format
http://esotericsoftware.com/spine-binary-format
2016-04-26 22:51:04 +02:00
NathanSweet
1fe73b0f53 Updated readmes. 2016-04-13 21:17:33 +02:00
NathanSweet
4f3ccc2c51 List the supported editor version on each runtime README.
closes #526
2016-04-03 19:10:47 +02:00
Randolph Burt
f6bf7d650e Minor change to game.exit() logic
* Revert back to preprocessor directive to exclude call to game.exit() for iOS.
2016-03-19 13:02:59 +00:00
Randolph Burt
a0f59c43c8 Update MonoGame iOS example in line with recent changes.
* Migrate to unified API to support 64 bit platforms.
 * Remove call to game.exit() in ExampleGame.cs as this is no longer supported.
 * Use MonoGame.ios Nuget package instead of relying on external repo being present on the machine.
2016-03-17 22:16:22 +00:00
John
119e19c212 [Monogame] Fixed compatibility with spine-csharp 2015-12-31 15:34:11 +08:00
NathanSweet
01cb844993 You get a license file, you get a license file, EVERYBODY GETS A LICENSE FILE! 2015-07-30 22:47:00 +02:00
NathanSweet
f06fbb3d8d Clarified licensing on runtimes pages. 2015-07-30 22:44:47 +02:00
RandolphBurt
99c0282047 Fix goblin skeleton file references after file rename (Visual Studio Windows) 2014-11-25 17:07:45 +00:00
Randolph Burt
ecaea3ae12 Fix goblin skeleton file references after file rename (Xamarin iOS) 2014-11-25 16:54:09 +00:00
Randolph Burt
93841ec3b2 Added Xamarin iOS MonoGame example/demo. 2014-09-04 22:53:57 +01:00
Randolph Burt
0a738cd6a5 Update MonoGame Xamarin iOS app project with IK classes. 2014-09-01 22:40:27 +01:00
randolphburt
d8d681d665 Update MonoGame windows 8 store example app to run the raptor IK animation. 2014-09-01 22:27:07 +01:00
randolphburt
58d1e07894 Update MonoGame windows 8 store app project with IK classes. 2014-09-01 22:25:51 +01:00
randolphburt
b75bb765fe Link existing assets and code from XNA example to make a MonoGame WindowsStore example project. 2014-04-25 00:24:56 +01:00
randolphburt
6bc5962e1a Apply latest runtime changes to MonoGame (Windows8) (Meshes, FFD and skinning). 2014-04-24 22:07:11 +01:00
Randolph Burt
1f83f5152f Apply latest runtime changes to MonoGame (iOS) (Meshes, FFD and skinning). 2014-04-24 21:32:19 +01:00
NathanSweet
661a0436bc Documentation 2014-01-20 04:51:20 +01:00
Randolph Burt
f6174bf4f3 Updated Monogame projects to include additional event timeline source files 2013-09-23 18:42:43 +01:00
Randolph Burt
0a991d3486 Updated monogamy projects with links to BoundingBox classes 2013-09-20 23:31:05 +01:00
randolphburt
2a10831811 Added platform specific DefineConstants for RELEASE configuration for MonoGame Windows8Store 2013-07-03 21:31:54 +01:00
Randolph Burt
a670b03c72 Added platform specific DefineConstants for RELEASE configuration for MonoGame IOS 2013-07-03 21:27:01 +01:00
Nathan Sweet
ab5b88f73f Merge pull request #73 from RandolphBurt/FixMonogame
Fix monogame
2013-06-19 14:45:21 -07:00
randolphburt
e47ff5f4cd Fixed typos in windows Monogame project 2013-06-19 21:49:05 +01:00
Randolph Burt
f4570538b3 Fixed typo's in iOS project file 2013-06-19 21:37:00 +01:00
NathanSweet
858aef4c91 Moved monogame folders. 2013-06-19 22:19:54 +02:00