Commit graph

13 commits

Author SHA1 Message Date
Ty Conner
890cc488b8
Update LandblockInstanceWriter.cs 2025-08-05 13:46:01 -04:00
Ty Conner
d62d926eb1
Update LandblockInstanceWriter.cs 2025-08-05 00:24:11 -04:00
OptimShi
53edc5b1c3
Added importsql/exportsql support for events. Added additional weenie info to landblock SQLWriter. (#4333)
Co-authored-by: OptimShi <26606778+OptimShi@users.noreply.github.com>
2025-07-16 00:34:45 -04:00
Ty Conner
71dc02ed63
Fix issue with SQL writers in rounding and negative zeros (#3734) 2021-11-08 00:41:17 -05:00
Ty Conner
880c031102
Update SQL Writer output (#3694)
* Update SQL Writer output

* Update SQLWriter.cs

* Add PacketOpCodeNames

* Update PropertyInt.cs

* Update PropertyInt.cs
2021-10-18 21:33:27 -04:00
Ty Conner
da3c56623d
LandblockInstanceWriter: InstanceNames -> WeenieNames (#2789)
* LandblockInstanceWriter: InstanceNames -> WeenieNames

* Revert "LandblockInstanceWriter: InstanceNames -> WeenieNames"

This reverts commit 77356feafa.

* Update DeveloperContentCommands.cs

* @gmriggs

* Update LandblockInstanceWriter.cs

* Update LandblockInstanceWriter.cs

* Update LandblockInstanceWriter.cs

* Update LandblockInstanceWriter.cs
2020-03-07 23:24:57 -05:00
gmriggs
02505140ad
improving /createinst command for content dev (#2601)
* improving /createinst command for content dev

* .

* ..

* adding option to manually specify a start guid

* adding partial key handling, max static guid checks

* adding range check
2020-01-17 04:39:39 -05:00
Mag-nus
4dab146548
Code cleanup (#1681)
* Flags attribute

* empty statement

* Fix Formatting

* Fix OrderBy -> ThenBy

* use OfType

* Replace with asingle call to Count(...)

* Replace with a single call to FirstOrDefault

* Merge cast with type check

* use String.IsNullOrEmpty

* use collections count property

* use format specifier (results in shorter loc)

* use Any() instead of Count() > 0

* revert ThenBy with comment
2019-04-10 20:48:34 -05:00
Ty Conner
bd5d7fc32d
Add LastModified to things (#1410)
* Add LastModified to things

* Create db-pr-override.txt

* Update changelog.md

* Update README.md
2019-02-04 11:55:13 -06:00
Ty Conner
13d68a0d5f
Update appveyor.yml for tests (#1114)
* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update for appveyor logging

* Update appveyor.yml

* Update build order

Build source before setting up database and testing.. Faster notification of fail conditions

* Update batch files

* Add a delete to a writer
2018-12-04 00:26:05 -05:00
Ty Conner
23f033fd0e
Add teleloc to writers (#1055) 2018-10-09 22:54:25 -04:00
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
Mag-nus
33ef2f2e7c Rename landblock_instances to landblock_instance
This follows the singular naming convention we are using for the other tables
2018-08-04 14:24:52 -05:00
Renamed from Source/ACE.Database/SQLFormatters/World/LandblockInstancesWriter.cs (Browse further)