| Line 1: |
Line 1: |
| − | '''First Appearence:''' It Appears in [[design document]] arround year 1980-1990. | + | '''First Appearance:''' It Appears in the [[design document]] in 1985 |
| | | | |
| − | The Antivirus is a Software you can Create ingame. It requires an [[Visual Tool]] to be Created. Also its depending on an [[Operating System]]
| + | Antivirus is Software you can create in-game. It requires a [[2D Editor]] to be created. Also, it's dependent on an [[Operating System]]. |
| | | | |
| − | {| border="1" | + | {| class="wikitable" |
| − | !OS-Size | + | ! style="background-color:#ffcc67;" | Feature |
| − | !1980 | + | ! style="background-color:#ffcc67;" | Description |
| − | !1990 | + | ! style="background-color:#ffcc67;" | Dependencies |
| − | !2000 | + | ! style="background-color:#ffcc67;" | Unlock Year |
| − | !2010
| |
| | |- | | |- |
| − | |small | + | | File Scan |
| − | | - | + | | |
| − | |file scan
| + | | |
| − | | | + | | 1985 |
| − | | | |
| | |- | | |- |
| − | |medium | + | | User interface |
| − | | - | + | | Make it easy for the user to manage their virus handling. |
| − | |background scan
| + | | [[2D Editor]]: Pixel manipulation |
| − | | | + | | 1985 |
| − | | | |
| | |- | | |- |
| − | |large | + | | Firewall |
| − | | - | + | | |
| − | | | + | | [[Operating System]]: Networking |
| − | | | + | | 1992 |
| − | | | + | |- |
| | + | | Background scan |
| | + | | Scan for viruses in the background causing hilarious file locks randomly. |
| | + | | [[Antivirus]]: File scan |
| | + | [[Operating System]]: Multithreading |
| | + | | 1985 |
| | + | |- |
| | + | | Mail scan |
| | + | | There's always room for enlargement. |
| | + | | [[Operating System]]: Networking |
| | + | | 1985 |
| | + | |- |
| | + | | Virus database |
| | + | | Automagically keep your user's virus definitions up to date. |
| | + | | [[Operating System]]: Networking |
| | + | | 1991 |
| | |} | | |} |
| | + | |
| | '''Raw Source''' | | '''Raw Source''' |
| | | | |
| | + | <pre> |
| | <source lang="xml"> | | <source lang="xml"> |
| | <Software Name="Antivirus"> | | <Software Name="Antivirus"> |
| Line 56: |
Line 70: |
| | </Software> | | </Software> |
| | </source> | | </source> |
| | + | </pre> |