Subversion Repositories filter_foundry

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
557 2023-11-25 22:34:32 daniel-marschall /trunk/ Small code improvements  
555 2023-11-25 18:12:52 daniel-marschall /trunk/ More code simplifications: Save-methods return a message ID instead of just Boolean  
553 2023-11-25 16:28:01 daniel-marschall /trunk/ After FFL extraction, the open dialog will display again. More code simplifications.  
552 2023-11-25 02:47:24 daniel-marschall /trunk/ Load-methods don't return boolean and a reason string. Instead they return 0 (success) or a error message ID otherwise.  
550 2023-11-24 01:37:46 daniel-marschall /trunk/ Simplified source code (expressions, slider names, etc. are now loaded directly in the PARM resource). As side effect: The slider positions will be preserved when a filter is made  
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)  
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!
 
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
512 2022-05-08 23:29:45 daniel-marschall /trunk/  
511 2022-05-08 22:58:03 daniel-marschall /trunk/ Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.  
510 2022-05-07 01:52:42 daniel-marschall /trunk/ Updated Obfuscation V7  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
499 2022-04-30 01:37:49 daniel-marschall /trunk/  
498 2022-04-30 00:17:10 daniel-marschall /trunk/ Fixed memory leaks  
496 2022-04-29 21:12:29 daniel-marschall /trunk/  
495 2022-04-29 20:52:04 daniel-marschall /trunk/ Simplified code  
493 2022-04-29 16:45:18 daniel-marschall /trunk/ Nearly all is now translated in German  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
454 2021-12-19 23:45:40 daniel-marschall /trunk/  
453 2021-12-19 20:54:25 daniel-marschall /trunk/ Control text edit: The "up" and "down" keys can now be used to increase and decrease the value by 1. (*)
Control text edit: Internal overflow check fixed. Inputs like "500" will now be evaluated as "255" (max value) rather than "244" (modulo 256).
 
448 2021-12-17 00:06:56 daniel-marschall /trunk/  
447 2021-12-16 22:08:41 daniel-marschall /trunk/ Fixed memory corruption in simplealert() after Unicode patch  
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
430 2021-11-29 23:47:15 daniel-marschall /trunk/  
422 2021-11-28 02:04:06 daniel-marschall /trunk/ By default, Photoshop's sliders (PLUGIN.DLL) will be used. Only if PLUGIN.DLL is missing, the Microsoft Trackbar Controls are used.  
419 2021-11-27 14:00:12 daniel-marschall /trunk/ Windows NT 3.1 and Windows NT 3.5x are now supported, except for some smaller drawbacks  
408 2021-11-19 18:06:36 daniel-marschall /trunk/ Bugfix: When you saved a AFS or PFF file, you received a wrong information about PluginCommander TXT files.
Bugfix: Trying to open a protected filter now correctly displays the message "Filter is protected" again, instead of "No filter detected".
If you click "Make" after the make dialog has been opened once, your previous input will be shown again.
 
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...)  
393 2021-11-07 01:29:08 daniel-marschall /trunk/ Internal change: PARM resource inside memory works now with C-Strings instead of Pascal-Strings.  
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.  
387 2021-11-04 00:03:09 daniel-marschall /trunk/  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
379 2021-11-01 12:08:07 daniel-marschall /trunk/ Code optimizations  
377 2021-10-31 21:08:36 daniel-marschall /trunk/ Bugfix: When you tried to load a protected obfuscated filter and then tried to make a new filter, the filter was damaged. Fixed.  
369 2021-10-30 16:52:56 daniel-marschall /trunk/ .pff can now be saved