8b42af42cc
feat: entirely remove accessoryicon component
2026-04-12 09:55:47 +08:00
428e80f9ac
feat: add icon group box custom control
2026-04-11 21:33:15 +08:00
1f07be07ba
feat: introduce new button style
2026-04-11 21:23:13 +08:00
847aa6b238
feat: entirely remove old banner
2026-04-11 19:33:00 +08:00
285ea79cf6
feat: make banner bar as a user control
2026-04-11 17:04:07 +08:00
4fd040379c
feat: use dotnet embedded zlib for compress/decompress
2026-04-11 16:22:34 +08:00
287df15db8
feat: finish textbox error template and style
2026-04-11 14:14:50 +08:00
fd2a9c3b3f
feat: finish fps to deltatime converter
2026-04-10 21:31:00 +08:00
a800b53188
feat: use lightweight OneOf instead of LanguageExt
2026-04-10 21:05:56 +08:00
1f4d70c766
feat: add validator support
2026-04-10 20:54:10 +08:00
a9fab50ada
feat: support view model closing view window
2026-04-05 18:07:15 +08:00
a55a8c7456
feat: write shit
2026-04-02 20:35:30 +08:00
08734c6ef7
feat: introduce batchly visit in tas sequence
2026-04-01 13:33:30 +08:00
5f10338d33
test: finish tas op test
2026-04-01 13:16:05 +08:00
c74e22bff0
test: add test for tas oper and fix uniform fps op issue
2026-03-31 16:52:22 +08:00
b8184c6ab4
test: add test for tas oper and fix issue
2026-03-31 14:26:17 +08:00
d0174bbf86
fix: fix build issue and tas seq refactor issue
2026-03-30 10:58:26 +08:00
530dc2a76e
feat: add before and after support for tas operation
2026-03-30 10:40:50 +08:00
eeb6f1802c
feat: update tas oper oocupation calc
2026-03-29 10:44:04 +08:00
d8f8536b8b
feat: fix nullable warning
2026-03-29 10:39:59 +08:00
b73a035311
feat: finish tas operation
2026-03-29 10:33:13 +08:00
97458d893e
feat: write shit operator
2026-03-29 10:06:10 +08:00
43c24c63c7
feat: write some tas oper
2026-03-29 09:21:21 +08:00
7f4d511715
feat: update some interface
2026-03-27 16:11:11 +08:00
ba53ad1da4
refactor: refactor project
2026-03-25 10:33:05 +08:00
6c07355601
refactor: refactor editor
2026-03-11 13:56:49 +08:00
941e59e471
chore: adjust directory layout for new added planned peoject
2026-01-18 11:07:52 +08:00
ab5a68bed7
feat: commit content which I don't know when I create them
2026-01-18 10:43:30 +08:00
4aaf64eae5
feat: add tas operation interface
2025-11-19 13:19:07 +08:00
eb40906975
fix: update some words and styles
2025-11-18 22:34:01 +08:00
ee6a565ce0
feat: add clear keys icon
2025-11-18 22:05:05 +08:00
334accd070
feat: use new IEnumeratable type
2025-11-18 21:56:50 +08:00
9d41119710
feat: add icon for editor layout
2025-11-18 21:12:33 +08:00
86ea296a1b
refactor: migrate project to .net core 8 to resolve the issue that we can not use CommunityToolkit.Mvvm
2025-11-18 20:53:42 +08:00
a1b1fcbf7b
feat: got stuck with bug of Community.Mvvm generating codes
2025-11-18 14:50:17 +08:00
02118f4c0a
feat: add all essential dialogs
2025-11-17 13:22:00 +08:00
9d51866443
fix: fix accessory icon and update project nuget system
2025-11-17 12:35:47 +08:00
7bc8a99d49
feat: make style but not finished
2025-11-17 10:42:50 +08:00
1d8cb1a783
feat: add icon resources for editor
2025-11-16 15:44:14 +08:00
df4a7252c1
refactor(utils): improve TasStorage implementation and tests
...
- Change exception type from ArgumentOutOfRangeException to ArgumentException
- Fix node seeking logic by correcting candidate order
- Update Visit, Insert, and Remove methods with proper range checks
- Enhance cursor management after removal operations
- Add comprehensive test cases for edge scenarios
- Introduce AssertExtension for better exception testing
- Handle empty collection states more robustly
2025-11-15 12:20:46 +08:00
630365a6a6
refactor(storage): rename TasMemory to TasStorage and update references
...
- Renamed TasMemory.cs file to TasStorage.cs
- Updated project file reference from TasMemory to TasStorage
- Removed unused test project files and configurations
- Fixed solution file project name and GUID references
- Cleaned up obsolete MSTest configuration files
2025-11-13 14:08:31 +08:00
2ec880c5a6
refactor(utils): rename TasFrame to RawTasFrame and add new TasFrame class
...
- Renamed original TasFrame struct to RawTasFrame to reflect its role as raw binary data
- Added new TasFrame class with encapsulated fields and helper methods
- Added FpsConverter usage for time delta calculation
- Added conversion methods between RawTasFrame and TasFrame
- Added getter and setter methods for frame properties
- Updated key flag operations to use private field instead of public one
- Added new utility files FpsConverter.cs and TasMemory.cs to project
2025-11-12 15:58:49 +08:00
c57108536a
refactor: re-add once for fixing windows case-insensitive issue.
2025-11-12 09:19:59 +08:00