Skip to content

Tags: mburbea/koar-item-editor

Tags

v3.0.502

Toggle v3.0.502's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for Alyn Shir patch. (#160)

v3.0.498

Toggle v3.0.498's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify templates with FocusVisualStyleKiller (#156)

* Simplify templates with FocusVisualStyleKiller

* boom

v3.0.476

Toggle v3.0.476's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
WPF FINALLY fixed the bug with tooltips. As .net 5 is losing support …

…this makes sense to release. (#147)

v3.0.466

Toggle v3.0.466's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better detection of body length (#139)

* Better detection of body length

* Tweaks

* Simplify adorner

* Fixed

v3.0.462

Toggle v3.0.462's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor improvement to chaos tier adorner. (#137)

* Minor improvement to chaos tier adorner.

* Move to static method

* ctrl-k-d

* use targetted new.

* prefix typename.

v3.0.447

Toggle v3.0.447's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MarkupExtension and Adorner changes (#133)

* Create markup extension

* Use render bitmap

* Fix issue with tooltip on buff icons

v3.0.443

Toggle v3.0.443's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert the type offset look up code. (#131)

v3.0.441

Toggle v3.0.441's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Boom (#130)

* update

* Hard code tag for 2x

* Move adornerdecorator

* Stop using tags

* add check

v3.0.423

Toggle v3.0.423's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Net5 (#93)

* initial .net5 support.

* comments

* Remove most warnings. Fix the rarity not getting updated when you change affixes.

* Check in extension method for setflag

* simpler

* ctrl-k-d

* bang bang bang bang

* don't produce ref dll

* Update README.md

* Update README.md

* Update README.md

* remove some fat

* Add minor changes.

* Fix one file

* Null Safety changes

* Fixed a bug related to rarity

* Cleanup

* Xaml for .net5

* remove redundant call

* try some attribute nonsense.

* WaitForExitAsync

* cleaner update stuff.

* remove usings

* pattern matching fun.

* Clean up.

* You just got lit up son!

* boom!

* ctrl-k-d

* Cache credentials, support decompression, and don't reuse client

* Go back to cacheing httpclient based on suggested guidance.

Switch to SocketsHttpHandler (the new one).

Also add requesting content as compressed.

* Remove dependency.
Copy help over.

* Boom

* Remove 2x startup dialog

* Convert to WinForms task dialog

* Removing KPreisser one piece at a time

* Remove kPreisser

* Remove & Sort

* Update nuget packages

* Cleanup changes

* Use microsoft library.

* Replace messagebox with TaskDialog

* Cleaner imports

* Minor changes

* remove `

* Switch gem to json.

* regenerated quest item file.

* boom

* Add support for unknown equipment.
useful for debugging and testing.

* Make the simtypes file conditional

* Remove save 7 add save 19

* Make equipped item names unchangable. (Also make unknowns unchangeable).

* Not actually correct.

* Add 19

* Ignore it.

* Boom right back

* Upgrade all projects to C#10
Upgrade ItemTesting to NET6
Use file scoped namespaces
Move value setting to ItemModel from ItemModelBase

* Make and/or converters use boolean boxes

* Negate booleans in viewmodels rather than controls for consistency

* .net 6 boom.

* Shut the fuck up

* Use HttpClient

* Remove Cancel call that sucked

* Set 8 as minimum

* Boom.

* Biotch

* boooooom

* Make ReadLines a thing

* Fuck char arrays

* Delete blank line

* Delete unused class

* fix speed reporting issue

* Use json to read item definitions.

* use json pt2

* Make the magic types only visible in debug build.

* Add lua scripts used to generate data files.

* Initial fatesworn support.

* Unblock ps4 support.

* Update scripts

* check in clean up js

* Add RequiresFateswornConverter

* semi colon

* Switch to dotnet 6's ZLibStream library.

* Remove some debug code.

* formatting.

* Adorner

* Center text, use binding for visibility

* Make FateswornAdorner extend base class

* Generic methods to attach/detach descendant classes

* Use window

* Simplify things

* Add an EquippedAdorner.

* Add a tooltip to the Adorner.

* remove and sort usings

* Boom!

* Downgrade to .net 5

* Add missing chaos icons.

* Scale to 24x24

* Cleanup

* Consistency

* Rename method for consistency

* Detect if you are in a fatesworn save

* Added filtered properties for Buffs and ItemDefinitions

* Fix offsets.

* Add filtered collection gameSave

* Add a fatesworn indicator on Gems.

* Use GameSave for ChangeOrAddItem window

* Support using GameSave for buffs/itemdefinitions

* Add a chaos tier adorner

* clean up adorner

* Not sure why this isn't working correctly.

* Ghetto solution

* Net5 ex (#120)

* WTF

* latest

* Change

* crap

* Try adorner decorator

* Make the fatesworn F disappear on the category icon

* Fix it where it counts.

* Add a fatesworn filter to the Change or Add Item window

* Remove useless converter add additional rule to HasVariants.

* Adorner cleanup

* Move the chaos tier into the item def.

Co-authored-by: Amir Burbea <[email protected]>

v3.0.331

Toggle v3.0.331's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prep for 4x. (#107)

* Updated help message.
Looks a bit odd.

* Add method to read dotnet runtime version from registry, or return null if not found.

* simpler

* Add comment explaining odd step.

* Move check for dotnet

* boom

* Switch to a mdxaml so that net5 won't get compatibility warnings.

* Switch to Kpressier.Ui.TaskDialog

* Checkback in the footer.

* Switch to new way to handle process starts.

* Ensure add/remove works even when filted

* Use pattern matching

* Pattern matching changes

* cleanup

Co-authored-by: Amir Burbea <[email protected]>