Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
295 2021-08-24 23:18:28 daniel-marschall /trunk/ Added 100% Filter Factory replica of variables d, m and M  
294 2021-08-24 17:28:34 daniel-marschall /trunk/ Following functions have been changed to a 100% replica of the Filter Factory implementation: cos(x), sin(x), tan(x), r2x(d,m), r2y(d,m), rad(d,m,z), c2d(x,y), c2m(x,y), sqr(x)  
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  
286 2021-08-16 17:11:40 daniel-marschall /trunk/ (Partially) rnd(a,b) function now uses the same (compiler independant) algorithm like Filter Factory. rst(i) still behaves differently, though.  
282 2021-08-09 19:45:09 daniel-marschall /trunk/ Visual Studio: Created 8BF now contain the PE header checksum  
276 2021-08-07 22:22:44 daniel-marschall /trunk/ Introduced obfuscation "V4" (more secure). Required for x86/x64 cross-build filters  
274 2021-08-07 01:26:00 daniel-marschall /trunk/ Standalone filters are now created in 32 and 64 bit. To make this work, you need to install FilterFoundry.8bf and FilterFoundry64.8bf in your plug-in directory.
The TPLT (template data) and build dialog resources are now deleted from standalone filters to save space.
 
273 2021-08-02 20:55:35 daniel-marschall /trunk/ Windows message box dialogs are now properly "modal" (they have the correct parent window handle), and therefore, they blink when you click at the parent window.  
271 2021-08-01 23:05:48 daniel-marschall /trunk/ Security improvement: Filters which have been built using obfuscation "V3" will now always be treated as protected plugin, even if the obfuscated code has been manipulated.  
269 2021-08-01 01:26:29 daniel-marschall /trunk/ === RELEASE 1.7.0.6 ===  
268 2021-08-01 00:39:23 daniel-marschall /trunk/ Did some code formatting  
267 2021-07-31 23:46:34 daniel-marschall /trunk/  
266 2021-07-31 23:04:40 daniel-marschall /trunk/  
251 2021-07-27 17:23:04 daniel-marschall /trunk/ Added more testcases  
250 2021-07-27 01:34:12 daniel-marschall /trunk/ If the user tries to open a protected 8BF file, the error message will now state that it can't be opened because the filter is protected  
249 2021-07-27 01:04:19 daniel-marschall /trunk/ Obfuscated filters cannot be imported. Fixed.  
247 2021-07-27 00:28:41 daniel-marschall /trunk/ Ifanview/GIMP can now also work with standalone filters  
246 2021-07-26 15:30:39 daniel-marschall /trunk/  

Show All