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
317 2021-09-02 00:08:22 daniel-marschall /trunk/ Code formatting  
308 2021-08-29 01:32:42 daniel-marschall /trunk/ For 32/64-bit cross-build, there is now no requirement that both plugin files must be installed anymore.  
305 2021-08-28 11:35:54 daniel-marschall /trunk/ Added a help button which opens the documentation on the web. (Only Windows)  
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.
 
303 2021-08-27 16:51:29 daniel-marschall /trunk/  
281 2021-08-09 15:31:56 daniel-marschall /trunk/ Created 8BF standalone filters now contain the correct PE checksum (Note: The original compiled binaries contain "0", compiled with OpenWatcom and Visual C++)  
276 2021-08-07 22:22:44 daniel-marschall /trunk/ Introduced obfuscation "V4" (more secure). Required for x86/x64 cross-build filters  
275 2021-08-07 01:32:10 daniel-marschall /trunk/  
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.
 
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 ===  
262 2021-07-30 23:33:14 daniel-marschall /trunk/ === RELEASE 1.7.0.5 ===  
253 2021-07-27 21:28:52 daniel-marschall /trunk/ === RELEASE 1.7.0.4 ===  
237 2021-07-25 02:00:46 daniel-marschall /trunk/ Added foundry17_32.8bf and foundry17_64.8bf import testcase  
224 2021-07-17 18:07:33 daniel-marschall /trunk/ Paint.net host: Ignore MaxSpace and MaxSpace64, because it has wrong value  
220 2021-07-17 00:20:01 daniel-marschall /trunk/ Cleaming up some documentation  
200 2021-07-09 17:44:28 daniel-marschall /trunk/  
198 2021-07-06 13:56:17 daniel-marschall /trunk/ Code does now also compile with G++; fixed many compiler warnings  
196 2021-07-06 12:02:43 daniel-marschall /trunk/ Converted README.html to README.md, moved LICENSE file to the root directory.
Removed dist/ directory.