Skip to content

Commit

Permalink
Merge pull request #25 from anno-mods/devel/live-errors
Browse files Browse the repository at this point in the history
add live ModOp error and performance decoration
  • Loading branch information
jakobharder authored Apr 10, 2023
2 parents 923c5fd + 3cf3cf9 commit 45e8cb0
Show file tree
Hide file tree
Showing 24 changed files with 27,803 additions and 87,864 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ external/*
# to be removed eventually
!external/AnnoFCConverter.exe
!external/annodiff.exe
!external/xmltest.exe
45 changes: 21 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,36 @@ All notable changes to the "anno-modding-tools" extension will be documented in

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.11

## [1.10]
- 1.10.1: Changed live test to on save instead of on edit.
- 1.10.1: Groups show in outline.
- 1.10.1: Added ModOp performance decorations.
- Added live xmltest. Can be disabled in settings.

## 1.10

- 1.10.5: Fixed outline showing GUID instead of template name
- 1.10.4: Show ModOp time only in compare
- 1.10.4: Minor GUID tooltip, decoration improvements
- 1.10.3: Fixed compare on files and with Include tags
- 1.10.2: Increased annodiff buffer and added specific error for that case
- 1.10.1: Fixed workspace symbols for custom assets
- Added `F12` Go to symbols for custom and vanilla assets
- Added `Ctrl+T` workspace symbols for vanilla assets
- Fixed `Ctrl+Space` GUID auto completion

## [1.9.4]

- Fixed GUID decorations not working due to invalid modinfo.json in some mods

## [1.9.3]

- Fixed GUID decorations being applied on all files

## [1.9.2]

- Added file `FileName` checks to `.cfg` files
- File checks now also searches `ModDependencies`, `OptionalDependencies` and `LoadAfterIds` if `modsFolders` is set in the vscode configuration.
- Improved GUID decoration for `<Asset>` and within `<Standard>` section
- GUIDs from other mods now also show the mod name

## [1.9.1]

- Fixed crash with large XML files
- Fixed `<Asset>` within triggers wrongly decorated with asset name
- Added setting `Check File Names` to allow disabling file checks

## [1.9.0]

## 1.9

- 1.9.4: Fixed GUID decorations not working due to invalid modinfo.json in some mods
- 1.9.3: Fixed GUID decorations being applied on all files
- 1.9.2: Added file `FileName` checks to `.cfg` files
- 1.9.2: File checks now also searches `ModDependencies`, `OptionalDependencies` and `LoadAfterIds` if `modsFolders` is set in the vscode configuration.
- 1.9.2: Improved GUID decoration for `<Asset>` and within `<Standard>` section
- 1.9.2: GUIDs from other mods now also show the mod name
- 1.9.1: Fixed crash with large XML files
- 1.9.1: Fixed `<Asset>` within triggers wrongly decorated with asset name
- 1.9.1: Added setting `Check File Names` to allow disabling file checks
- Support loader 10 features (i.e. Group, Condition, ...)
- Added inline GUID decoration with name and template
- Added `Anno: Find Missing Text`
Expand Down
Binary file modified external/annodiff.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions external/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ mkdir dl
curl -L https://github.com/microsoft/DirectXTex/releases/download/sept2021/texconv.exe > ./texconv.exe

# xmltest.exe, MIT
curl -L https://github.com/xforce/anno1800-mod-loader/releases/download/v0.9.0/xmltest.zip > ./dl/xmltest.zip
unzip -o ./dl/xmltest.zip
#curl -L https://github.com/xforce/anno1800-mod-loader/releases/download/v0.9.0/xmltest.zip > ./dl/xmltest.zip
#unzip -o ./dl/xmltest.zip

# FileDBReader.exe, 2.3+2, informal permission to bundle with the extension
curl -L https://github.com/jakobharder/FileDBReader/releases/download/v2.3%2B2/FileDBReader.zip > ./dl/FileDBReader.zip
Expand Down
Binary file added external/xmltest.exe
Binary file not shown.
Loading

0 comments on commit 45e8cb0

Please sign in to comment.