Subversion Repositories filter_foundry

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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.  
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.  
287 2021-08-16 20:04:51 daniel-marschall /trunk/  
282 2021-08-09 19:45:09 daniel-marschall /trunk/ Visual Studio: Created 8BF now contain the PE header checksum  
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.
 
258 2021-07-30 21:47:29 daniel-marschall /trunk/ Standalone plugins: Version info wasn't written correctly when plugin was obfuscated. Fixed.  
245 2021-07-26 00:46:02 daniel-marschall /trunk/ Bugfix: If you call a standalone filter two times, then the main dialog opens (PROPER fix)  
239 2021-07-25 11:54:57 daniel-marschall /trunk/ Windows Open/Save dialogs: At the title, the first character was missing. Fixed.  
238 2021-07-25 02:35:48 daniel-marschall /trunk/ Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin  
232 2021-07-21 00:56:45 daniel-marschall /trunk/ Support BigDocument structure (*.psb)  
214 2021-07-14 01:43:14 daniel-marschall /trunk/ Fixed VisualStudio compiler-warnings (isatty undeclared, fileno undeclared, GetVersionEx deprecated)  
201 2021-07-10 01:21:03 daniel-marschall /trunk/ BUGFIX: Variable "d" now works like FilterFactory/FilterFoundy1.6 again. (Bug introduced in FilterFoundry 1.7 due to the change of the c2d() function)
NOTE: FilterFactory uses c2d(x,y):=atan2(y,x), but d:=atan2(-y,-x)
Due to compatibility reasons, we implement it the same way!
 
198 2021-07-06 13:56:17 daniel-marschall /trunk/ Code does now also compile with G++; fixed many compiler warnings  
197 2021-07-06 12:16:07 daniel-marschall /trunk/ Added .gitattributes, .gitignore, renamed README.TXT to README.md  
194 2021-07-05 22:18:01 daniel-marschall /trunk/ Source code can now be compiled using GCC in Mingw32.
Several gcc compiler warnings have been resolved.
 
193 2021-07-05 15:57:43 daniel-marschall /trunk/ Included telegraphics_common SVN repository (revision 84) into the FilterFoundry repository to make the build process easier  
192 2021-07-05 01:32:04 daniel-marschall /trunk/ Simplified build process for OpenWatcom and Visual Studio;
Photoshop SDK and WinFlex/Bison have now hardcoded paths.
Updated internal development documentation and checked with grammarly.com.
Added "svn:ignore" SVN attribute to avoid that temporary build files are accidentally committed.
Adjusted copyright years.
 
190 2019-10-13 01:04:55 dmarschall /trunk/  
186 2019-09-29 10:26:38 dmarschall /trunk/ Windows 'AETE' was moved from PIPL.RC to SCRIPTING.RC to keep the file names similar to the Apple development filenames  
185 2019-09-28 18:44:19 dmarschall /trunk/ Misc small code fixes (taking care of compiler warnings)  

Show All