Coro can upload the new one
- rev70
- LZO code updated to support offsets into byte buffers
- Support for "fat" save files (Should fix LookbehindOverrun failures)
- rev71
- Change characterName from string to bytes, preventes encoding issues
- PlayerView now assumes CharacterName is UTF8
- Set new bindings to update on property change
- rev72
- Clarify to people you can copy exception error using Ctrl+C
- rev73
- Is it stack traces that make people not read perfectly understandable error messages? WHO KNOWS.
- rev74
- Preliminary version of DumpItems implemented.
- Add DumpParts project.
- rev75
- Improved dumping of weapon and item types.
- rev76
- Update Weapon Types and Item Types in GameInfo, as well as their backing code.
- Update SaveEdit to reflect previous change.
- rev77
- Descriptive errors for thrown FormatExceptions in BackpackViewModel and BankViewModel.
- rev78
- Corrected LockoutData definition.
- Fixed some field names in MissionData and RegionGameStageData.
- rev79
- Drop SavePackMessage/SaveUnpackMessage in favor of directly called ImportData/ExportData.
- CurrencyOnHand now sanely stores state instead of directly modifying SaveGame data.
- rev80
- WillowDatamining support for BL2 patch 1.1.2 (675451).
- rev81
- Missed file from previous commit.
- rev82
- Prevent editing of IsBadassModeSaveGame.
- rev70
- /trunk/Gibbed.Borderlands2.FileFormats/LZO.cs
- /trunk/Gibbed.Borderlands2.FileFormats/SaveFile.cs
- /trunk/Gibbed.Borderlands2.SparkTmsUnpack/Program.cs
- /trunk/VerifySaves/Program.cs
- rev71
- /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/UIPreferencesData.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Items/BaseItemView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Items/BaseWeaponView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BackpackView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BankView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/CurrencyOnHandView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/PlayerView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/PlayerViewModel.cs
- rev72
- /trunk/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
- rev73
- /trunk/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
- rev74
- /branches/datamining/Datamining.sln
- /branches/datamining/DumpItems/DumpItems.csproj
- /branches/datamining/DumpItems/Program.cs
- /branches/datamining/DumpItems/WeaponType.cs
- /branches/datamining/DumpItems/packages.config
- /branches/datamining/DumpParts
- /branches/datamining/DumpParts/DumpParts.csproj
- /branches/datamining/DumpParts/Program.cs
- /branches/datamining/DumpParts/Properties
- /branches/datamining/DumpParts/Properties/AssemblyInfo.cs
- /branches/datamining/DumpParts/WeaponPartType.cs
- /branches/datamining/DumpParts/license.txt
- /branches/datamining/DumpParts/packages.config
- branches/datamining/Test/Program.cs
- rev75
- /branches/datamining/DumpItems/Program.cs
- rev76
- /trunk/Gibbed.Borderlands2.GameInfo/Gibbed.Borderlands2.GameInfo.csproj
- /trunk/Gibbed.Borderlands2.GameInfo/InfoManager.cs
- /trunk/Gibbed.Borderlands2.GameInfo/ItemTypeDefinition.cs
- /trunk/Gibbed.Borderlands2.GameInfo/Resources/Item Parts.json
- /trunk/Gibbed.Borderlands2.GameInfo/Resources/Item Types.json
- /trunk/Gibbed.Borderlands2.GameInfo/Resources/Weapon Parts.json
- /trunk/Gibbed.Borderlands2.GameInfo/Resources/Weapon Types.json
- /trunk/Gibbed.Borderlands2.GameInfo/WeaponTypeDefinition.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Items/BaseItemViewModel.cs
- rev77
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BackpackViewModel.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BankViewModel.cs
- rev78
- /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/LockoutData.cs
- /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/MissionData.cs
- /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/RegionGameStageData.cs
- /trunk/bin
- rev79
- /trunk/Gibbed.Borderlands2.SaveEdit/Gibbed.Borderlands2.SaveEdit.csproj
- /trunk/Gibbed.Borderlands2.SaveEdit/Messages
- /trunk/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BackpackViewModel.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/BankViewModel.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/CurrencyOnHandView.xaml
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/CurrencyOnHandViewModel.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/Tabs/PlayerViewModel.cs
- rev80
- /branches/datamining/WillowDatamining/Resources/660067.json
- /branches/datamining/WillowDatamining/Resources/670948.json
- /branches/datamining/WillowDatamining/Resources/673028.json
- /branches/datamining/WillowDatamining/Resources/675451.json
- /branches/datamining/WillowDatamining/Resources.resx
- rev81
- /branches/datamining/WillowDatamining/WillowDatamining.csproj
- rev82
- /trunk/Gibbed.Borderlands2.ProtoBufFormats/WillowTwoSave/WillowTwoPlayerSaveGame.cs
- /trunk/Gibbed.Borderlands2.SaveEdit/ShellView.xaml