ace/Source/ACE.Database/SQLFormatters/World
Mag-nus 004d7d4f19 LandblockInstance refactored. DYNAMIC SUPPORT REMOVED
Columns id and guid have been combined into a single guid column.

This requires that every landblock instance be provided with a valid unique guid.

In the old code, you could provide an instance that would have an auto generated id (column) and a guid of 0. ACE would then see the guid is 0 and would use the following:
GuidManager.NewDynamicGuid();

In the cache.bin, every landblock instance has a unique id.

If we need to add the ability to have dynamically guid'd landblockinstances, this is an easy thing to add back.
2018-08-05 07:30:14 -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
LandblockInstanceWriter.cs LandblockInstance refactored. DYNAMIC SUPPORT REMOVED 2018-08-05 07:30:14 -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 LandblockInstance refactored. DYNAMIC SUPPORT REMOVED 2018-08-05 07:30:14 -05:00