Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
341 2021-09-09 11:43:52 daniel-marschall /trunk/ Standalone dialog: Can now have multi-line text. It is also read from the Mac plugins.  
335 2021-09-07 16:25:18 daniel-marschall /trunk/ - `dmin` has been changed from 0 to -512, `dmax` has been changed from 1024 to 512, and `D` stayed 1024 (`D:=dmax-dmin`), in order to fit the actual ranges of `d`, as implemented in Filter Factory.
- `I` is now defined as `imax-imin`. Same with `U` and `V`. Therefore, the variables are now `I=255`, `U=110`, and `V=156`.
 
323 2021-09-03 18:23:09 daniel-marschall /trunk/ (All testcases have been verified again)  
304 2021-08-28 01:55:43 daniel-marschall /trunk/ Added a documentation based on the Filter Factory documentation.
The previously undocumented variables I, U, V as well as imin, umin, vmin have been changed to represent the actual results of the i,u,v variables.
 
302 2021-08-26 16:46:50 daniel-marschall /trunk/  
301 2021-08-26 10:46:02 daniel-marschall /trunk/ Added pow testcase, fixed some compiler warnings  
292 2021-08-22 10:53:14 daniel-marschall /trunk/ Introduced obfuscation version 5 (it is like version 4, but contains an integrity check); also fixed some smaller issues with obfuscation loading.  
290 2021-08-17 23:40:07 daniel-marschall /trunk/ Various improvements (especially performance) on the new PRNG  
289 2021-08-17 16:09:44 daniel-marschall /trunk/ rnd(a,b): Renamed variables to match Donald E.Knuth's subtractive random number generator algorithm; improved performance (less modulo operators)  
288 2021-08-16 23:29:07 daniel-marschall /trunk/ (Partial) further improvements to the rnd/rst functions to make it more compatible with FilterFactory  
276 2021-08-07 22:22:44 daniel-marschall /trunk/ Introduced obfuscation "V4" (more secure). Required for x86/x64 cross-build filters  
270 2021-08-01 13:22:29 daniel-marschall /trunk/ Obfuscated "V1" and obfuscated "V2" filters can now be loaded again (as long as they aren't protected)  
266 2021-07-31 23:04:40 daniel-marschall /trunk/  
265 2021-07-31 22:58:18 daniel-marschall /trunk/testcases/import/ Added 64 bit import testcases  
257 2021-07-30 16:24:09 daniel-marschall /trunk/testcases/import/ Added import testcase "1.7 Obfuscated+Protect V3"  
251 2021-07-27 17:23:04 daniel-marschall /trunk/ Added more testcases  
244 2021-07-26 00:18:14 daniel-marschall /trunk/ Bugfix: If you call a standalone filter two times, then the main dialog opens (workaround fix)  
238 2021-07-25 02:35:48 daniel-marschall /trunk/ Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin  
237 2021-07-25 02:00:46 daniel-marschall /trunk/ Added foundry17_32.8bf and foundry17_64.8bf import testcase  
226 2021-07-17 19:40:50 daniel-marschall /trunk/ AFS files: Improved interoperability (read/write) with Filter Factory in regards "line break" characters  

Show All