mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
UIText class
The UIText class allows for travseing in "/<directory>/<language>.dir" directories and searching for CST files by their Id number. See usage.md for more info.
This commit is contained in:
parent
86ed534870
commit
0ff7bb68c4
22 changed files with 289 additions and 170 deletions
17
changelog.md
17
changelog.md
|
|
@ -1,8 +1,25 @@
|
|||
# Change Log
|
||||
|
||||
## 1.1.100
|
||||
|
||||
- Switched to Sixam.CST namespace and marked CSTNet namespace as obsolete.
|
||||
- Performance improvements.
|
||||
- Patch numbers are now in the triple digits.
|
||||
|
||||
### UIText class
|
||||
|
||||
The UIText class allows for travseing in ``/<directory>/<language>.dir`` directories and searching for CST files by their Id number. (e.g. _*154*_miscstrings.cst). By defualt, the base path is ``/<program directory>/uitext/<language>.dir``. For more info, see [usage.md](./usage.md).
|
||||
|
||||
## 1.0.3
|
||||
|
||||
- Backport switch to Sixam.CST namespace
|
||||
- Internal improvements.
|
||||
|
||||
## 1.0.2
|
||||
|
||||
- Fixed the multiple line parsing in the v2 format.
|
||||
- Replaced "``[ENTRY NOT FOUND]``" message with "``***MISSING***``".
|
||||
|
||||
## 1.0.1
|
||||
|
||||
Despite only being a point release, this includes a major refinement to the normalizing algorithm.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue