summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-20 10:38:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-20 10:38:57 +0000
commit2a128adc38347ed9bec56ea55ef65c46cf6dcf69 (patch)
tree4ffd95ac2ec959c1ecf470fd5276a6c266b77fc4
parente5860798ba239a9f474ad97263094c6d50967137 (diff)
downloadcrawl-ref-2a128adc38347ed9bec56ea55ef65c46cf6dcf69.tar.gz
crawl-ref-2a128adc38347ed9bec56ea55ef65c46cf6dcf69.zip
r122@xenon: dshaligram | 2006-09-20 16:10:22 +051800
* ChangeLog: New file. It's about time we had one. :-) * init.txt: Replaced all backslashes in paths with forward slashes, which work on all supported platforms. (I'm not sure if we care to call DOS a supported platform). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@52 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/ChangeLog7
-rw-r--r--crawl-ref/init.txt16
2 files changed, 15 insertions, 8 deletions
diff --git a/crawl-ref/ChangeLog b/crawl-ref/ChangeLog
new file mode 100644
index 0000000000..7f38ba2114
--- /dev/null
+++ b/crawl-ref/ChangeLog
@@ -0,0 +1,7 @@
+2006-09-20 Darshan Shaligram <dshaligram@users.sourceforge.net>
+
+ * ChangeLog: New file. It's about time we had one. :-)
+
+ * init.txt: Replaced all backslashes in paths with forward slashes, which
+ work on all supported platforms. (I'm not sure if we care to call DOS a
+ supported platform).
diff --git a/crawl-ref/init.txt b/crawl-ref/init.txt
index 672f51d9f2..119844991b 100644
--- a/crawl-ref/init.txt
+++ b/crawl-ref/init.txt
@@ -106,44 +106,44 @@ autopickup = $?!:"/0
# before you source any Lua script that relies on this. For safety, always
# source this first.
#
-# lua_file = lua\base.lua
+# lua_file = lua/base.lua
#
# Control what messages stop shift+running and resting.
#
-# lua_file = lua\runrest.lua
+# lua_file = lua/runrest.lua
#
# If you want more detailed kill statistics, you can use a LUA script to do
# that. See kills.lua for more ideas.
#
-# lua_file = lua\kills.lua
+# lua_file = lua/kills.lua
#
# If you'd like to switch quickly between sets of gear, you can use this. See
# gearset.lua for more information.
#
-# lua_file = lua\gearset.lua
+# lua_file = lua/gearset.lua
#
# This lua script prompts you to eat chunks in inventory (after prompting for
# eating off the floor).
#
-# lua_file = lua\eat.lua
+# lua_file = lua/eat.lua
#
# stash.lua annotates items to make for easier stash-searches. Weapons are
# prefixed by the name of the weapon skill, so you can search for "long blades"
# and find everything that exercises that skill. See stash.lua for more details.
#
-# lua_file = lua\stash.lua
+# lua_file = lua/stash.lua
#
# wield.lua selects items to show in the wield menu based on the spells your
# character knows. For instance, if you know Sublimation of Blood, chunks
# will be added to your wield menu.
#
-# lua_file = lua\wield.lua
+# lua_file = lua/wield.lua
# The number of messages to be displayed in character dump files. Defaults to 4
dump_message_count = 4
@@ -260,7 +260,7 @@ explore_stop = items,stairs,shops,altars
# Playing sounds:
# Option is set as sound = <regex>:<path to sound file>. Your regex should not
# include commas or colons.
-# sound = LOW HITPOINT WARNING:sound\sounds2\danger3.wav
+# sound = LOW HITPOINT WARNING:sound/sounds2/danger3.wav
# Tracking stashes. Valid options are 'all', 'dropped' and 'explicit'. Anything
# else disables stash tracking