Subversion Repositories filter_foundry

Rev

Rev 552 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 552 Rev 555
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
3
## 1.7.0.22 [Work-In-Progress]
3
## 1.7.0.22 [Work-In-Progress]
4
- Simplified source code:
4
- Simplified source code:
5
  * expressions, slider names, etc. are now loaded directly in the PARM resource).
5
  * expressions, slider names, etc. are now loaded directly in the PARM resource).
6
	* Load-methods don't return boolean and a reason string. Instead they return 0 (success) or a error message ID otherwise.
6
	* Load-methods and Save-methods don't return boolean and a reason string. Instead they return 0 (success) or a error message ID otherwise.
7
- As side effect: The slider positions will be preserved when a filter is made
7
- The slider positions will be preserved when a filter is made
8
 
8
 
9
## 1.7.0.21 [23-Nov-2023]
9
## 1.7.0.21 [23-Nov-2023]
10
- Read FFX file: Fixed buffer overflow when some strings (Title,Category,Author,Copyright,SliderNames) are too long
10
- Read FFX file: Fixed buffer overflow when some strings (Title,Category,Author,Copyright,SliderNames) are too long
11
- Read GUF file: Only the last part of the Category will be imported
11
- Read GUF file: Only the last part of the Category will be imported
12
- Implemented reading of FFL files (actually, they will be only extracted, so they can be read afterwards)
12
- Implemented reading of FFL files (actually, they will be only extracted, so they can be read afterwards)