nexusforever/Source/NexusForever.Shared/GameTable
Rawaho f1fbe3e925 Refactor and cleanup to bag and inventory implementation.
New item manager and template implementation.
Replaced equipped item slots with attributes with item slot flags from game table.
Removed ItemError and replaced with GenericError, this is how the client handles it.
Item creation now works with any inventory bag.
Replaced duplicate code and merged methods in inventory.
Items moved between a bag are no longer removed and readded.
Item location data is now set by the bag itself rather than the inventory.
Other things I probabaly forgot...
2021-10-11 01:50:41 +13:00
..
Model Prerequisite/Core: Evaluate AND/OR Support 2020-10-14 07:31:50 -07:00
Static Support for different client languages. (#54) 2018-12-13 05:23:40 +13:00
DataType.cs Feature implementations and performance improvements (#52) 2018-12-07 02:54:46 +13:00
Extensions.cs C#9 - Target Typing Improvements (#345) 2021-01-30 22:41:52 +13:00
FileCache.cs C#9 - Target Typing Improvements (#345) 2021-01-30 22:41:52 +13:00
GameDataAttribute.cs Feature implementations and performance improvements (#52) 2018-12-07 02:54:46 +13:00
GameTable.cs C#9 - Target Typing Improvements (#345) 2021-01-30 22:41:52 +13:00
GameTableException.cs Hello World. 2018-10-09 12:03:35 +13:00
GameTableFactory.cs Feature implementations and performance improvements (#52) 2018-12-07 02:54:46 +13:00
GameTableField.cs Hello World. 2018-10-09 12:03:35 +13:00
GameTableFieldArrayAttribute.cs Hello World. 2018-10-09 12:03:35 +13:00
GameTableHeader.cs Hello World. 2018-10-09 12:03:35 +13:00
GameTableManager.cs Refactor and cleanup to bag and inventory implementation. 2021-10-11 01:50:41 +13:00
StringTable.cs Dramatically reduce loading time of text tables and game tables with heavy string usage by utilising the string tables rather than file seeking for strings. 2019-06-27 05:11:31 +12:00
TextTable.cs Dramatically reduce loading time of text tables and game tables with heavy string usage by utilising the string tables rather than file seeking for strings. 2019-06-27 05:11:31 +12:00
TextTableEntry.cs Dramatically reduce loading time of text tables and game tables with heavy string usage by utilising the string tables rather than file seeking for strings. 2019-06-27 05:11:31 +12:00
TextTableField.cs Feature implementations and performance improvements (#52) 2018-12-07 02:54:46 +13:00
TextTableHeader.cs Dramatically reduce loading time of text tables and game tables with heavy string usage by utilising the string tables rather than file seeking for strings. 2019-06-27 05:11:31 +12:00