From 9cc1c80f0fa578c07dd1e48f26e53cd892bec9a2 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 11 Dec 2015 08:09:30 +0100 Subject: Remove obsolete pref and font files --- lib/pref/font-ami.prf | 28 ---- lib/pref/font-dos.prf | 8 - lib/pref/font.prf | 20 --- lib/pref/pref-acn.prf | 24 --- lib/pref/pref-ami.prf | 7 - lib/pref/pref-emx.prf | 19 --- lib/pref/pref-iso.prf | 118 -------------- lib/pref/pref.prf | 16 +- lib/pref/trap-iso.prf | 429 -------------------------------------------------- lib/pref/user.prf | 17 -- 10 files changed, 1 insertion(+), 685 deletions(-) delete mode 100644 lib/pref/font-ami.prf delete mode 100644 lib/pref/font-dos.prf delete mode 100644 lib/pref/pref-acn.prf delete mode 100644 lib/pref/pref-ami.prf delete mode 100644 lib/pref/pref-emx.prf delete mode 100644 lib/pref/pref-iso.prf delete mode 100644 lib/pref/trap-iso.prf (limited to 'lib/pref') diff --git a/lib/pref/font-ami.prf b/lib/pref/font-ami.prf deleted file mode 100644 index 1c06dbb3..00000000 --- a/lib/pref/font-ami.prf +++ /dev/null @@ -1,28 +0,0 @@ -# File: font-ami.prf - -# -# This file contains text remapping data -# currently used in the Amiga version. -# -# Lars Haugseth -# - - -# Color palette - Text -V:0:0x01:0x00:0x00:0x00 -V:1:0x01:0xFF:0xFF:0xFF -V:2:0x01:0xC7:0xC7:0xC7 -V:3:0x01:0xFF:0x92:0x00 -V:4:0x01:0xFF:0x00:0x00 -V:5:0x01:0x00:0xCD:0x00 -V:6:0x01:0x00:0x00:0xFE -V:7:0x01:0xC8:0x64:0x00 -V:8:0x01:0x8A:0x8A:0x8A -V:9:0x01:0xE0:0xE0:0xE0 -V:10:0x01:0xA5:0x00:0xFF -V:11:0x01:0xFF:0xFD:0x00 -V:12:0x01:0xFF:0x00:0xBC -V:13:0x01:0x00:0xFF:0x00 -V:14:0x01:0x00:0xC8:0xFF -V:15:0x01:0xFF:0xCC:0x80 - diff --git a/lib/pref/font-dos.prf b/lib/pref/font-dos.prf deleted file mode 100644 index 9cf1866f..00000000 --- a/lib/pref/font-dos.prf +++ /dev/null @@ -1,8 +0,0 @@ -# File: font-dos.prf - -# -# This file is used by Angband (when it was compiled using "main-dos.c") -# to specify simple attr/char remappings using a standard font, allowing -# the use of special pseudo-graphic pictures for walls and such. -# - diff --git a/lib/pref/font.prf b/lib/pref/font.prf index 505964bd..38614683 100644 --- a/lib/pref/font.prf +++ b/lib/pref/font.prf @@ -28,33 +28,13 @@ ?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS gtk]] %:font-x11.prf -?:[EQU $SYS glu] -%:font-glu.prf - ?:[EQU $SYS gcu] %:font-gcu.prf -?:[EQU $SYS ami] -%:font-ami.prf - ?:[EQU $SYS mac] %:font-mac.prf ?:[EQU $SYS win] %:font-win.prf -?:[EQU $SYS dos] -%:font-dos.prf - -?:[EQU $SYS ibm] -%:font-ibm.prf - -?:[EQU $SYS emx] -%:font-emx.prf - -?:[EQU $SYS acn] -%:font-acn.prf - ?:1 - - diff --git a/lib/pref/pref-acn.prf b/lib/pref/pref-acn.prf deleted file mode 100644 index ae95fe26..00000000 --- a/lib/pref/pref-acn.prf +++ /dev/null @@ -1,24 +0,0 @@ -# File: pref-acn.prf - -# This is a minimal "pref" file for RISC OS - - -# Map cursor keys onto keypad - -A:4 -P:^_18C\r - -A:6 -P:^_18D\r - -A:2 -P:^_18E\r - -A:8 -P:^_18F\r - - -# Map F3 to ^S (to be a bit RISC OS-ey) - -A:^S -P:^_183\r diff --git a/lib/pref/pref-ami.prf b/lib/pref/pref-ami.prf deleted file mode 100644 index 08a1c310..00000000 --- a/lib/pref/pref-ami.prf +++ /dev/null @@ -1,7 +0,0 @@ -# File: pref-ami.prf - -# -# This file contains various default macros for use with -# the executable built from "main-ami.c". -# - diff --git a/lib/pref/pref-emx.prf b/lib/pref/pref-emx.prf deleted file mode 100644 index 555c0dbc..00000000 --- a/lib/pref/pref-emx.prf +++ /dev/null @@ -1,19 +0,0 @@ -# File: pref-emx.prf - -# -# Include "pref-ibm.prf" to get the default macros. -# -# Note that, while most key-to-trigger mappings are the same as DOS/Win, -# some few odd keys will be different or not available at all. -# -# Examples: Ctrl-Escape, Alt-PrintScreen -# -# What's NOT working: color palette redefinitions. -# - -%:pref-win.prf - - -# shift-5 - rest -A:R\r -P:^_Sx4C\r diff --git a/lib/pref/pref-iso.prf b/lib/pref/pref-iso.prf deleted file mode 100644 index a6bad2e3..00000000 --- a/lib/pref/pref-iso.prf +++ /dev/null @@ -1,118 +0,0 @@ -# File: pref-sdl.prf - -# -# This file provides some macros for use with versions of Angband compiled -# using the "main-x11.c" (or "main-xaw.c") file. -# -# Note the use of "\e\e\e\e" (four escapes) to allow the macros to work -# even if the game is not yet ready for a command. -# -# Note the use of "\\." (for "run") and "\\+" (for "alter"), to make sure -# that the macros will work regardless of the "keymap" being used. -# - - - -# Keypad (0-9) - -A:0 -P:^__100\r - -A:1 -P:^__101\r - -A:2 -P:^__112\r -P:^__102\r - -A:3 -P:^__103\r - -A:4 -P:^__114\r -P:^__104\r - -A:5 -P:^__105\r - -A:6 -P:^__113\r -P:^__106\r - -A:7 -P:^__107\r - -A:8 -P:^__111\r -P:^__108\r - -A:9 -P:^__109\r - - -# Shift-Keypad (0-9) - -A:\e\e\e\e\\.0 -P:^_S_100\r - -A:\e\e\e\e\\.1 -P:^_S_101\r - -A:\e\e\e\e\\.2 -P:^_S_102\r - -A:\e\e\e\e\\.3 -P:^_S_103\r - -A:\e\e\e\e\\.4 -P:^_S_104\r - -A:\e\e\e\e\\.5 -P:^_S_105\r - -A:\e\e\e\e\\.6 -P:^_S_106\r - -A:\e\e\e\e\\.7 -P:^_S_107\r - -A:\e\e\e\e\\.8 -P:^_S_108\r - -A:\e\e\e\e\\.9 -P:^_S_109\r - - - -# Control-Keypad (0-9) - -A:\e\e\e\e\\+0 -P:^_N_100\r - -A:\e\e\e\e\\+1 -P:^_N_101\r - -A:\e\e\e\e\\+2 -P:^_N_102\r - -A:\e\e\e\e\\+3 -P:^_N_103\r - -A:\e\e\e\e\\+4 -P:^_N_104\r - -A:\e\e\e\e\\+5 -P:^_N_105\r - -A:\e\e\e\e\\+6 -P:^_N_106\r - -A:\e\e\e\e\\+7 -P:^_N_107\r - -A:\e\e\e\e\\+8 -P:^_N_108\r - -A:\e\e\e\e\\+9 -P:^_N_109\r - diff --git a/lib/pref/pref.prf b/lib/pref/pref.prf index a6bfdbe1..310e5b8a 100644 --- a/lib/pref/pref.prf +++ b/lib/pref/pref.prf @@ -285,27 +285,13 @@ L:j:jam:Jam a door ?:[EQU $SYS gcu] %:pref-gcu.prf -?:[EQU $SYS ami] -%:pref-ami.prf - ?:[EQU $SYS mac] %:pref-mac.prf -?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]] +?:[EQU $SYS win] %:pref-win.prf -?:[EQU $SYS emx] -%:pref-emx.prf - -?:[EQU $SYS acn] -%:pref-acn.prf - ?:[EQU $SYS sdl] %:pref-sdl.prf -?:[EQU $SYS pgu] -%:pref-pgu.prf - ?:1 - - diff --git a/lib/pref/trap-iso.prf b/lib/pref/trap-iso.prf deleted file mode 100644 index a2b77aec..00000000 --- a/lib/pref/trap-iso.prf +++ /dev/null @@ -1,429 +0,0 @@ -# Prf file for use with the 8x8 tiles to define -# trap image locations. Separated out from main -# graphics definitions due to the G:T:num:y:x -# instead of T:num:y:x (major problems if this -# file is opened in the TileAssigner) - -# Weakness Traps -G:T:1:0x8A:0xF6 -G:T:2:0x8A:0xF6 -G:T:3:0x8A:0xF6 - -# Intelligence Traps -G:T:4:0x8A:0xF6 -G:T:5:0x8A:0xF6 -G:T:6:0x8A:0xF6 - -# Wisdom Traps -G:T:7:0x8A:0xF6 -G:T:8:0x8A:0xF6 -G:T:9:0x8A:0xF6 - -# Fumbling Fingers Traps -G:T:10:0x8A:0xF6 -G:T:11:0x8A:0xF6 -G:T:12:0x8A:0xF6 - -# Wasting Traps -G:T:13:0x8A:0xF6 -G:T:14:0x8A:0xF6 -G:T:15:0x8A:0xF6 - -# Beauty Traps -G:T:16:0x8A:0xF6 -G:T:17:0x8A:0xF6 -G:T:18:0x8A:0xF6 - -# Trap of Curse Weapon -G:T:20:0x8A:0xF7 - -# Trap of Curse Armor -G:T:21:0x8A:0xF7 - -# Earthquake Trap -G:T:22:0x8A:0xFC - -# Poison Needle Trap -G:T:23:0x8A:0xF8 - -# Summon Monster Trap -G:T:24:0x8A:0xFA - -# Summon Undead Trap -G:T:25:0x8A:0xFA - -# Summon Greater Undead Trap -G:T:26:0x8A:0xFA - -# Teleport Trap -G:T:27:0x8A:0xFA - -# Paralyzing Trap -G:T:28:0x8A:0xF8 - -# Explosive Device -G:T:29:0x8A:0xF8 - -# Teleport Item Trap -G:T:30:0x8A:0xFA - -# Lose Memory Trap -G:T:31:0x8A:0xF8 - -# Bitter Regret Trap -G:T:32:0x8A:0xF8 - -# Bowel Cramps Trap -G:T:33:0x8A:0xF8 - -# Blindness/Confusion Trap -G:T:34:0x8A:0xF8 - -# Aggravation Trap -G:T:35:0x8A:0xFC - -# Multiplication Trap -G:T:36:0x8A:0xFC - -# Steal Item Trap -G:T:37:0x8A:0xF7 - -# Summon Fast Quylthulgs Trap -G:T:38:0x8A:0xFA - -# Trap of Sinking -G:T:39:0x8A:0xFA - -# Trap of Mana Drain -G:T:40:0x8A:0xF8 - -# Trap of Missing Money -#G:T:41:0x8A:0xF7 -G:T:41:0x8A:0xF9 - -# Trap of No Return -G:T:42:0x8A:0xF7 - -# Trap of Silent Switching -G:T:43:0x8A:0xF7 - -# Trap of Walls -G:T:44:0x8A:0xFC - -# Trap of Calling Out -G:T:45:0x8A:0xFA - -# Trap of Sliding -G:T:46:0x8A:0xF8 - -# Trap of Charges Drain -G:T:47:0x8A:0xF7 - -# Trap of Stair Movement -G:T:48:0x8A:0xFC - -# Trap of New Trap -G:T:49:0x8A:0xFC - -# Trap of Scatter Items -G:T:50:0x8A:0xFA - -# Trap of Decay -G:T:51:0x8A:0xF8 - -# Trap of Wasting Wands -G:T:52:0x8A:0xF7 - -# Trap of Filling -G:T:53:0x8A:0xFC - -# Trap of Drain Speed -G:T:54:0x8A:0xF7 - -# Lightning Bolt Trap -G:T:60:0x8A:0xF9 - -# Poison Bolt Trap -G:T:61:0x8A:0xF9 - -# Acid Bolt Trap -G:T:62:0x8A:0xF9 - -# Cold Bolt Trap -G:T:63:0x8A:0xF9 - -# Fire Bolt Trap -G:T:64:0x8A:0xF9 - -# Plasma Bolt Trap -G:T:65:0x8A:0xF9 - -# Water Bolt Trap -G:T:66:0x8A:0xF9 - -# Lite Bolt Trap -G:T:67:0x8A:0xF9 - -# Dark Bolt Trap -G:T:68:0x8A:0xF9 - -# Shards Bolt Trap -G:T:69:0x8A:0xF9 - -# Sound Bolt Trap -G:T:70:0x8A:0xF9 - -# Confusion Bolt Trap -G:T:71:0x8A:0xF9 - -# Force Bolt Trap -G:T:72:0x8A:0xF9 - -# Inertia Bolt Trap -G:T:73:0x8A:0xF9 - -# Mana Bolt Trap -G:T:74:0x8A:0xF9 - -# Ice Bolt Trap -G:T:75:0x8A:0xF9 - -# Chaos Bolt Trap -G:T:76:0x8A:0xF9 - -# Nether Bolt Trap -G:T:77:0x8A:0xF9 - -# Disenchantment Bolt Trap -G:T:78:0x8A:0xF9 - -# Nexus Bolt Trap -G:T:79:0x8A:0xF9 - -# Time Bolt Trap -G:T:80:0x8A:0xF9 - -# Gravity Bolt Trap -G:T:81:0x8A:0xF9 - -# Lightning Ball Trap -G:T:82:0x8A:0xFA - -# Poison Ball Trap -G:T:83:0x8A:0xFA - -# Acid Ball Trap -G:T:84:0x8A:0xFA - -# Cold Ball Trap -G:T:85:0x8A:0xFA - -# Fire Ball Trap -G:T:86:0x8A:0xFA - -# Plasma Ball Trap -G:T:87:0x8A:0xFA - -# Water Ball Trap -G:T:88:0x8A:0xFA - -# Light Ball Trap -G:T:89:0x8A:0xFA - -# Darkness Ball Trap -G:T:90:0x8A:0xFA - -# Shards Ball Trap -G:T:91:0x8A:0xFA - -# Sound Ball Trap -G:T:92:0x8A:0xFA - -# Confusion Ball Trap -G:T:93:0x8A:0xFA - -# Force Ball Trap -G:T:94:0x8A:0xFA - -# Inertia Ball Trap -G:T:95:0x8A:0xFA - -# Mana Ball Trap -G:T:96:0x8A:0xFA - -# Ice Ball Trap -G:T:97:0x8A:0xFA - -# Chaos Ball Trap -G:T:98:0x8A:0xFA - -# Nether Ball Trap -G:T:99:0x8A:0xFA - -# Disenchantment Ball Trap -G:T:100:0x8A:0xFA - -# Nexus Ball Trap -G:T:101:0x8A:0xFA - -# Time Ball Trap -G:T:102:0x8A:0xFA - -# Gravity Ball Trap -G:T:103:0x8A:0xFA - -# Arrow Trap -G:T:110:0x8A:0xFC - -# Bolt Trap -G:T:111:0x8A:0xFC - -# Seeker Arrow Trap -G:T:112:0x8A:0xFC - -# Seeker Bolt Trap -G:T:113:0x8A:0xFC - -# Poison Arrow Trap -G:T:114:0x8A:0xFC - -# Poison Bolt Trap -G:T:115:0x8A:0xFC - -# Poison Seeker Arrow Trap -G:T:116:0x8A:0xFC - -# Poison Seeker Bolt Trap -G:T:117:0x8A:0xFC - -# Broken Dagger Trap -G:T:118:0x8A:0xFC - -# Dagger Trap -G:T:119:0x8A:0xFC - -# Poison Broken Dagger Trap -G:T:120:0x8A:0xFC - -# Poison Dagger Trap -G:T:121:0x8A:0xFC - -# Arrows Trap -G:T:122:0x8A:0xFC - -# Bolts Trap -G:T:123:0x8A:0xFC - -# Seeker Arrow Trap -G:T:124:0x8A:0xFC - -# Seeker Bolt Trap -G:T:125:0x8A:0xFC - -# Poison Arrows Trap -G:T:126:0x8A:0xFC - -# Poison Bolt Trap -G:T:127:0x8A:0xFC - -# Poison Seeker Arrows Trap -G:T:128:0x8A:0xFC - -# Poison Seeker Bolts Trap -G:T:129:0x8A:0xFC - -# Broken Daggers Trap -G:T:130:0x8A:0xFC - -# Dagger Trap -G:T:131:0x8A:0xFC - -# Poison Broken Daggers Trap -G:T:132:0x8A:0xFC - -# Poison Daggers Trap -G:T:133:0x8A:0xFC - -# Trap of Drop Item -G:T:140:0x8A:0xF7 - -# Trap of Drop Items -G:T:141:0x8A:0xF7 - -# Trap of Drop Everything -G:T:142:0x8A:0xF7 - -# Trap of Femininity -G:T:150:0x8A:0xF8 - -# Trap of Masculinity -G:T:151:0x8A:0xF8 - -# Trap of Neutrality -G:T:152:0x8A:0xF8 - -# Trap of Aging -G:T:153:0x8A:0xF8 - -# Trap of Growing -G:T:154:0x8A:0xF8 - -# Trap of Shrinking -G:T:155:0x8A:0xF8 - -# Trap of Tanker Drain -G:T:157:0x8A:0xF8 - -# Trap of Divine Anger -G:T:158:0x8A:0xFB - -# Trap of Divine Wrath -G:T:159:0x8A:0xFB - -# Hallucination Trap -G:T:160:0x8A:0xF8 - -# Greater Magic Missile Trap -G:T:161:0x8A:0xF9 - -# Foulness Trap -G:T:162:0x8A:0xF9 - -# Trap of Death Ray -G:T:163:0x8A:0xF9 - -# Trap of Holy Fire -G:T:164:0x8A:0xF9 - -# Trap of Hell Fire -G:T:165:0x8A:0xF9 - -# Psi Bolt Trap -G:T:166:0x8A:0xF9 - -# Psi Drain Trap -G:T:167:0x8A:0xF8 - -# Plasma (Nuke) Ball Trap -G:T:168:0x8A:0xFA - -# Psi Ball Trap -G:T:169:0x8A:0xFA - -# Aquirement Trap -G:T:170:0x8A:0xFA - -# Greater Lightning Bolt Trap -G:T:171:0x8A:0xF9 - -# Greater Poison Bolt Trap -G:T:172:0x8A:0xF9 - -# Greater Acid Bolt Trap -G:T:173:0x8A:0xF9 - -# Greater Cold Bolt Trap -G:T:174:0x8A:0xF9 - -# Greater Fire Bolt Trap -G:T:175:0x8A:0xF9 diff --git a/lib/pref/user.prf b/lib/pref/user.prf index 9e10b2ac..04715ebc 100644 --- a/lib/pref/user.prf +++ b/lib/pref/user.prf @@ -24,27 +24,10 @@ ?:[EQU $SYS gcu] %:user-gcu.prf -?:[EQU $SYS ami] -%:user-ami.prf - ?:[EQU $SYS mac] %:user-mac.prf -?:[EQU $SYS dos] -%:user-dos.prf - -?:[EQU $SYS ibm] -%:user-ibm.prf - ?:[EQU $SYS win] %:user-win.prf -?:[EQU $SYS emx] -%:user-emx.prf - -?:[EQU $SYS acn] -%:user-acn.prf - ?:1 - - -- cgit v1.2.3