Subversion Repositories filter_foundry

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
556 2023-11-25 22:20:37 daniel-marschall /trunk/ FFL import fixed  
551 2023-11-24 02:14:15 daniel-marschall /trunk/testcases/import/ Updated testcases/import/README.md  
544 2023-11-22 17:28:37 daniel-marschall /trunk/ Implemented reading of FFL files (actually, they will be only extracted, so they can be read afterwards)  
542 2023-11-22 00:33:03 daniel-marschall /trunk/ Added examples for FFL and FFP files (both file-formats which are currently not implemented)  
537 2023-11-21 01:06:36 daniel-marschall /trunk/ Fixed buffer overflow (off by one) at PicoTxt loading
Prepared implementation of GUF files. Not functional yet!
 
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)  
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  
223 2021-07-17 13:14:18 daniel-marschall /trunk/testcases/import/  
220 2021-07-17 00:20:01 daniel-marschall /trunk/ Cleaming up some documentation  
202 2021-07-10 01:25:15 daniel-marschall /trunk/testcases/ New test-case to check d & m constants  
158 2019-01-12 01:16:03 dmarschall /trunk/ - Windows: Visual Styles are now supported and always be applied
- Bugfix: If you click the zoomlevel-caption for a tiny picture, the zoom ("fit zoom") won't zoom in to >100% anymore.