ace/Source/ACE.Database/SQLFormatters
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
..
World LandblockInstance refactored. DYNAMIC SUPPORT REMOVED 2018-08-05 07:30:14 -05:00
SQLWriter.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