moved from dev to prod

This commit is contained in:
root
2022-11-14 10:05:42 +01:00
parent ac142715b0
commit 43d589aa9b
1364 changed files with 27705 additions and 6101 deletions

60
THING/DOC/ICONS.DOC Normal file
View File

@@ -0,0 +1,60 @@
Overview of the icons supplied with Thing
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
The following icons are not used by Thing as standard icons
and may be used in ICONS.INF.
"THING FILE" File with Thing logo
"THING APP" Program with Thing logo
"THING FOLDER" Folder with Thing logo
"APP" GEM application
"TOS" TOS/TTP program
"ACC" Desk accessory
"CPX" CPX module
"PRX" Deactivated program
"ACX" Deactiviated accessory
"CPZ" Deactivated CPX module
"MAGX APPL" Program with MagiC logo
"PACKER" Packing programms
"TREEVIEW" TreeView
"INTERFACE" Interface
"KOBOLD 2" Kobold 2
"CORRECT" Correct
"MAGX FILE" File with MagiC logo
"TXT" Text file
"RSC" Resource file
"FNT" Font file
"GFX" Graphic file
"PACK" Archive file (LZH, ZIP, ZOO etc.)
"C" C-Source
"H" C-Header file
"S" Assembler source
"OBJ" Object file
"LIB" Library
"RSH" Resource source text (Interface)
"RH" Resource header (Interface)
"HRD" Resource info (Interface)
"SYS" SYS file (GDOS driver etc.)
"INF" Configuration file
"README" ReadMe file
"KOBOLD JOB" Kobold Job file
"TEMP FILE" Temporary file (TMP, BAK etc.)
"MAGX DIR" Folder with MagiC logo
"GEMSYS DIR" GEMSYS folder
"AUTO DIR" AUTO folder
"CPX DIR" CPX folder
"TXT DIR" Folder for texts
"GFX DIR" Folder for graphics
"KOBOLD DIR" Folder of Kobold 2
"PURE C" Pure C
"PURE DEBUG" Pure Debugger
"TXTEDIT" Text editor (colour icon)
"NEWS" Newspaper (newsreader, colour icon)
"PHONE" Telephone (terminal program, Farbicon)
"HELP" Questionmark (ST-Guide)
"PLANER" Appointments planner (colour icon)
"PAINT" Palette (Paint program)
"CAT" CAT (colour icon)
"FAX" Telefax (colour icon)
"POST" Letters (mail, colour icon)
"MINT" MiNT (colour icon)

BIN
THING/DOC/THING.HYP Normal file

Binary file not shown.

BIN
THING/DOC/THING.REF Normal file

Binary file not shown.

38
THING/DOC/THINGIMG.TXT Normal file
View File

@@ -0,0 +1,38 @@
ThingIMG
==========================================================================
Thomas K<>nneth
Friedrich-Neuper-Str. 2b
90552 R<>thenbach
Germany
Email: Thomas K<>nneth @ N (MausNet, no emails > 16Kb!)
Operation
---------
This module reads GEM images with between 1 and 8 bitplanes and
displays the image provided the video hardware is available.
ThingIMG looks for an editable ASCII file called THINGIMG.INF in the
user Home directory which understands the following keywords:
Cachetyp=[off|readonly|on]
CacheDir=[path, where the cache files are saved]
The cache enables images in device dependent format to be created
which accelerated the loading process, especially with large images.
[off] switches this function off
[readonly] allows images already in the cache-directory to be used but
no new images will be created.
[on] allows new images to be created as required.
If no THINGIMG.INF is found the cache will not be available.
Legal
-----
ThingIMG distribution is only allowed with Thing. Neither Thomas
K<EFBFBD>nneth, Arno Welzel, Thomas Binder nor Joe Connor accept liability or
responsibility for any direct or indirect damage that may arise, either
financial, material or any other kind from either the use or misuse of
ThingIMG and its associated applications, utilities and documentation.
Please report any problems with ThingIMG, or suggestions for
improvements, to Thomas K<>nneth.
All trademarks mentioned in the ThingIMG documentation are acknowledged
and recognised.

74
THING/DOC/VAPROTO.H Normal file
View File

@@ -0,0 +1,74 @@
/* AV Protocol, extended definition dated 26.06.1995
Exact description of the messages in the documentation
for Thing (THING.HYP from version 0.54 onwards) */
#ifndef __vaproto__
#define __vaproto__
/* AES messages */
#define AV_PROTOKOLL 0x4700
#define VA_PROTOSTATUS 0x4701
#define AV_GETSTATUS 0x4703
#define AV_STATUS 0x4704
#define VA_SETSTATUS 0x4705
#define AV_SENDKEY 0x4710
#define VA_START 0x4711
#define AV_ASKFILEFONT 0x4712
#define VA_FILEFONT 0x4713
#define AV_ASKCONFONT 0x4714
#define VA_CONFONT 0x4715
#define AV_ASKOBJECT 0x4716
#define VA_OBJECT 0x4717
#define AV_OPENCONSOLE 0x4718
#define VA_CONSOLEOPEN 0x4719
#define AV_OPENWIND 0x4720
#define VA_WINDOPEN 0x4721
#define AV_STARTPROG 0x4722
#define VA_PROGSTART 0x4723
#define AV_ACCWINDOPEN 0x4724
#define VA_DRAGACCWIND 0x4725
#define AV_ACCWINDCLOSED 0x4726
#define AV_COPY_DRAGGED 0x4728
#define VA_COPY_COMPLETE 0x4729
#define AV_PATH_UPDATE 0x4730
#define AV_WHAT_IZIT 0x4732
#define VA_THAT_IZIT 0x4733
#define AV_DRAG_ON_WINDOW 0x4734
#define VA_DRAG_COMPLETE 0x4735
#define AV_EXIT 0x4736
#define AV_STARTED 0x4738
#define VA_FONTCHANGED 0x4739
#define AV_XWIND 0x4740
#define VA_XOPEN 0x4741
/* New messages since 26.06.1995 */
#define AV_VIEW 0x4751
#define VA_VIEWED 0x4752
#define AV_FILEINFO 0x4753
#define VA_FILECHANGED 0x4754
#define AV_COPYFILE 0x4755
#define VA_FILECOPIED 0x4756
#define AV_DELFILE 0x4757
#define VA_FILEDELETED 0x4758
#define AV_SETWINDPOS 0x4759
#define VA_PATH_UPDATE 0x4760
/* Macros for testing of quoting */
#define VA_ACC_QUOTING(a) ((a) & 0x10)
#define VA_SERVER_QUOTING(a) ((a) & 0x40)
/* Object types for VA_THAT_IZIT */
#define VA_OB_UNKNOWN 0
#define VA_OB_TRASHCAN 1
#define VA_OB_SHREDDER 2
#define VA_OB_CLIPBOARD 3
#define VA_OB_FILE 4
#define VA_OB_FOLDER 5
#define VA_OB_DRIVE 6
#define VA_OB_WINDOW 7
#endif