Coro can upload the new one

 

  • rev70
    1. LZO code updated to support offsets into byte buffers
    2. Support for "fat" save files (Should fix LookbehindOverrun failures)
  • rev71
    1. Change characterName from string to bytes, preventes encoding issues
    2. PlayerView now assumes CharacterName is UTF8
    3. Set new bindings to update on property change
  • rev72
    1. Clarify to people you can copy exception error using Ctrl+C
  • rev73
    1. Is it stack traces that make people not read perfectly understandable error messages? WHO KNOWS.
  • rev74
    1. Preliminary version of DumpItems implemented.
    2. Add DumpParts project.
  • rev75
    1. Improved dumping of weapon and item types.
  • rev76
    1. Update Weapon Types and Item Types in GameInfo, as well as their backing code.
    2. Update SaveEdit to reflect previous change.
  • rev77
    1. Descriptive errors for thrown FormatExceptions in BackpackViewModel and BankViewModel.
  • rev78
    1. Corrected LockoutData definition.
    2. Fixed some field names in MissionData and RegionGameStageData.
  • rev79
    1. Drop SavePackMessage/SaveUnpackMessage in favor of directly called ImportData/ExportData.
    2. CurrencyOnHand now sanely stores state instead of directly modifying SaveGame data.
  • rev80
    1. WillowDatamining support for BL2 patch 1.1.2 (675451).
  • rev81
    1. Missed file from previous commit.
  • rev82
    1. Prevent editing of IsBadassModeSaveGame.



 

  • rev70
    1. /trunk/Gibbed.Borderlands2.FileFormats/LZO.cs
    2. /trunk/Gibbed.Borderlands2.FileFormats/SaveFile.cs
    3. /trunk/Gibbed.Borderlands2.SparkTmsUnpack/Program.cs
    4. /trunk/VerifySaves/Program.cs
  • rev71
    1. /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/UIPreferencesData.cs
    2. /trunk/Gibbed.Borderlands2.SaveEdit/Items/BaseItemView.xaml
    3. /trunk/Gibbed.Borderlands2.SaveEdit/Items/BaseWeaponView.xaml
    4. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BackpackView.xaml
    5. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BankView.xaml
    6. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/CurrencyOnHandView.xaml
    7. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/PlayerView.xaml
    8. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/PlayerViewModel.cs
  • rev72
    1. /trunk/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
  • rev73
    1. /trunk/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
  • rev74
    1. /branches/datamining/Datamining.sln
    2. /branches/datamining/DumpItems/DumpItems.csproj
    3. /branches/datamining/DumpItems/Program.cs
    4. /branches/datamining/DumpItems/WeaponType.cs
    5. /branches/datamining/DumpItems/packages.config
    6. /branches/datamining/DumpParts
    7. /branches/datamining/DumpParts/DumpParts.csproj
    8. /branches/datamining/DumpParts/Program.cs
    9. /branches/datamining/DumpParts/Properties
    10. /branches/datamining/DumpParts/Properties/AssemblyInfo.cs
    11. /branches/datamining/DumpParts/WeaponPartType.cs
    12. /branches/datamining/DumpParts/license.txt
    13. /branches/datamining/DumpParts/packages.config
    14. branches/datamining/Test/Program.cs
  • rev75
    1. /branches/datamining/DumpItems/Program.cs
  • rev76
    1. /trunk/Gibbed.Borderlands2.GameInfo/Gibbed.Borderlands2.GameInfo.csproj
    2. /trunk/Gibbed.Borderlands2.GameInfo/InfoManager.cs
    3. /trunk/Gibbed.Borderlands2.GameInfo/ItemTypeDefinition.cs
    4. /trunk/Gibbed.Borderlands2.GameInfo/Resources/Item Parts.json
    5. /trunk/Gibbed.Borderlands2.GameInfo/Resources/Item Types.json
    6. /trunk/Gibbed.Borderlands2.GameInfo/Resources/Weapon Parts.json
    7. /trunk/Gibbed.Borderlands2.GameInfo/Resources/Weapon Types.json
    8. /trunk/Gibbed.Borderlands2.GameInfo/WeaponTypeDefinition.cs
    9. /trunk/Gibbed.Borderlands2.SaveEdit/Items/BaseItemViewModel.cs
  • rev77
    1. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BackpackViewModel.cs
    2. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BankViewModel.cs
  • rev78
    1. /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/LockoutData.cs
    2. /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/MissionData.cs
    3. /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/RegionGameStageData.cs
    4. /trunk/bin
  • rev79
    1. /trunk/Gibbed.Borderlands2.SaveEdit/Gibbed.Borderlands2.SaveEdit.csproj
    2. /trunk/Gibbed.Borderlands2.SaveEdit/Messages
    3. /trunk/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
    4. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BackpackViewModel.cs
    5. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BankViewModel.cs
    6. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/CurrencyOnHandView.xaml
    7. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/CurrencyOnHandViewModel.cs
    8. /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/PlayerViewModel.cs
  • rev80
    1. /branches/datamining/WillowDatamining/Resources/660067.json
    2. /branches/datamining/WillowDatamining/Resources/670948.json
    3. /branches/datamining/WillowDatamining/Resources/673028.json
    4. /branches/datamining/WillowDatamining/Resources/675451.json
    5. /branches/datamining/WillowDatamining/Resources.resx
  • rev81
    1. /branches/datamining/WillowDatamining/WillowDatamining.csproj
  • rev82
    1. /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/WillowTwoPlayerSaveGame.cs
    2. /trunk/Gibbed.Borderlands2.SaveEdit/ShellView.xaml