Commit History

Author SHA1 Message Date
  MelvMay-GG db8dd840bb - Added Schema for CompositeSprite and all sub-sprites. 12 years ago
  MelvMay-GG 726c778419 - CompositeSprite now only writes non-default fields for Default-stride/size/angle. 12 years ago
  MelvMay-GG 6cf6994a28 - Added reserved Taml fields of "Name" (normalized string), "TamlId" (positive integer) and "TamlRefId" (positive integer) to the Taml schema. 12 years ago
  MelvMay-GG 9ec752e512 - Shifted the Taml persistence of the CompositeSprite->SpriteBatch->SpriteBatchItem "down" a type to remove knowledge from the parents. 12 years ago
  MelvMay-GG 50d9c9cc4d - Taml now writes a relative schema location if "$pref::T2D::TAMLSchema" is set. Simply specifying the filename is relative to the executable. Using "blah/foo.xsd" is a sub-folder relative to the executable. 12 years ago
  MelvMay-GG cde4e22c4f - Fixed bad default when writing the field SceneObject::PickingAllowed. 12 years ago
  MelvMay-GG 5ac312811a - Added behavior component schema (there are no engine types involved so it's an unrestricted schema). 12 years ago
  MelvMay-GG bd366e3b31 - Schema uses attribute groups which drastically reduces the schema size. 12 years ago
  MelvMay-GG 0d5dddfa0a - Added support for ColorF & ColorI for both values and stock-color enums. 12 years ago
  MelvMay-GG 031260307b - Schema now uses schema xs:group to reduce the schema size by approximately half. 12 years ago
  MelvMay-GG 6f947749d5 - Added support for Scene.Preloads to schema. 12 years ago
  MelvMay-GG dbfae3e930 - Added support for RectI, RectF & b2AAAA to schema. 12 years ago
  MelvMay-GG bd531f55bd - Fixed script string corruption from "onCollision()" & "onEndCollision()" callbacks. 12 years ago
  doodaddy64 9d1e296ee4 Merge pull request #37 from doodaddy64/development 12 years ago
  Charlie Patterson f961b49bfb renamed "templates" directory to "tutorials" 12 years ago
  Charlie Patterson f3188128cc updates to the baseProject template. You should now copy AppCore from the main project. Also, the readme has been markdown-ified. 12 years ago
  Charlie Patterson 7cf1fcd832 fish in the AquariumToy need to collide with group 15 to hit the aquarium boundaries. 12 years ago
  Charlie Patterson 8f8aa85e59 Merge remote-tracking branch 'upstream/development' into development 12 years ago
  Charlie Patterson 4df1bef370 udpated behavior (fish feeding) tutorial base. removed the modules TropicalAssets and AppCore as those should be grabbed from the main repo. 12 years ago
  Charlie Patterson 3abb46bb0f moved fish assets from AquariumToy to a new module TropicalAssets. This is so I can use the tropical Assets in other projects without the "sandbox" mechanizations coming along. It has been tested to make sure the sandbox still works. Specifically, AquariumToy now has a dependency of TropicalAssets. 12 years ago
  MelvMay-GG 2f1af0bb50 - Fixed XCode warnings. 12 years ago
  MelvMay-GG 250faa3910 - Added support for AssetId to schema. 12 years ago
  MelvMay-GG 1505988ba2 - Removed extra qualificiation as it isn't liked by XCode/AppCode. 12 years ago
  MelvMay-GG 8fc9e6baef - Added support for TypeEnum to schema. 12 years ago
  MelvMay-GG e8e9f27a0e - Fixed nesting issue for Schema. 12 years ago
  MelvMay-GG 78645dbe99 - TAML schema (Added Vector2, Point2F, Point2I). 12 years ago
  MelvMay-GG 039297032e - TAML schema (dynamic fields are now supported). 12 years ago
  MelvMay-GG 1168e2f824 - TAML schema (all SceneObject collision-shapes now added). 12 years ago
  MelvMay-GG 42b65a4eb0 - TAML schema (adding SceneObject "polygon" collision shape) - Correctly this time. 12 years ago
  MelvMay-GG d542a43c62 - TAML schema (adding SceneObject "polygon" collision shape). 12 years ago