ace/Source/ACE.Database/SQLFormatters/World
Mag-nus 8a642308bc This changes the writers so that angles are written in WXYZ format instead of XYZW
The cache.bin, as well as the client use these data structs in WXYZ order.

However, when you actually construct a Quaternion in ACE (Which uses a System.Numerics native type), the arguments are passed in XYZW.

I prefer XYZW order, but, to keep things in lined with the client, I've univied angles to be WXYZ order in our cache.bin exporter and in ACE.
2018-08-04 10:36:36 -05:00
..
CookBookSQLWriter.cs This moves the .sql file generation code that Ripley has been using into ACE.Database (#889) 2018-07-28 21:01:19 -05:00
EncounterSQLWriter.cs This moves the .sql file generation code that Ripley has been using into ACE.Database (#889) 2018-07-28 21:01:19 -05:00
EventSQLWriter.cs This moves the .sql file generation code that Ripley has been using into ACE.Database (#889) 2018-07-28 21:01:19 -05:00
HousePortalSQLWriter.cs This changes the writers so that angles are written in WXYZ format instead of XYZW 2018-08-04 10:36:36 -05:00
LandblockInstancesWriter.cs This changes the writers so that angles are written in WXYZ format instead of XYZW 2018-08-04 10:36:36 -05:00
QuestSQLWriter.cs This moves the .sql file generation code that Ripley has been using into ACE.Database (#889) 2018-07-28 21:01:19 -05:00
RecipeSQLWriter.cs Recipe_Mod Health/Stamina/Mana cleaned up 2018-08-01 22:54:06 -05:00
SpellSQLWriter.cs This changes the writers so that angles are written in WXYZ format instead of XYZW 2018-08-04 10:36:36 -05:00
TreasureDeathSQLWriter.cs TreasureDeath and TreasureWielded SQL Writers added and tested (#906) 2018-07-29 08:56:50 -05:00
TreasureWieldedSQLWriter.cs TreasureDeath and TreasureWielded SQL Writers added and tested (#906) 2018-07-29 08:56:50 -05:00
WeenieSQLWriter.cs This changes the writers so that angles are written in WXYZ format instead of XYZW 2018-08-04 10:36:36 -05:00