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
509 2022-05-06 15:34:05 daniel-marschall /trunk/  
500 2022-05-01 00:06:03 daniel-marschall /trunk/ map(i,n) now works like in Filter Factory and not like GIMP User Filter v0.8  
399 2021-11-14 22:07:03 daniel-marschall /trunk/ Documentation PDF now contains a clickable "Table of Contents" (needed to be enabled in the Word PDF export options...)  
391 2021-11-06 16:50:12 daniel-marschall /trunk/  
390 2021-11-06 00:09:55 daniel-marschall /trunk/  
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
388 2021-11-04 01:42:08 daniel-marschall /trunk/ FFDecomp TXT files can now be read, too.  
386 2021-11-03 23:57:59 daniel-marschall /trunk/ Extensions to PiCo TXT loader. Many changed on manual.  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
366 2021-10-30 00:50:50 daniel-marschall /trunk/ "Filters Unlimited" filters (FFX files) can now be loaded. However, only the basic Filter Factory commands are supported.  
351 2021-09-14 13:31:53 daniel-marschall /trunk/ Added obfusc v6 testcase  
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)  

Show All