summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-20 08:33:52 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-20 08:33:52 +0000
commit94d5480fe407fb1228d0c023fae3fc155912dd1e (patch)
treedf04dd6715f42a557452d4483c9b37328849d0b4
parente2a27e6fbc71a4f5001d6d314c383ba001b02148 (diff)
downloadmana-client-94d5480fe407fb1228d0c023fae3fc155912dd1e.tar.gz
mana-client-94d5480fe407fb1228d0c023fae3fc155912dd1e.tar.bz2
mana-client-94d5480fe407fb1228d0c023fae3fc155912dd1e.tar.xz
mana-client-94d5480fe407fb1228d0c023fae3fc155912dd1e.zip
Mention Subversion instead of CVS.
-rw-r--r--ChangeLog26
-rw-r--r--INSTALL6
2 files changed, 18 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index b25b1e9c..236d975d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2008-05-20 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * INSTALL: Mention Subversion instead of CVS.
+
2008-05-19 Philipp Sehmisch <tmw@crushnet.org>
* src/net/beinghandler.cpp: Implemented interpretation of names for
NPCs and monsters.
- * src/npc.cpp, src/resources/npcdb.cpp, src/resources/npcdb.hpp: Added the
- possibility to add particle effects to NPCs in npcs.xml.
+ * src/npc.cpp, src/resources/npcdb.cpp, src/resources/npcdb.hpp: Added
+ the possibility to add particle effects to NPCs in npcs.xml.
2008-05-16 David Athay <ko2fan@gmail.com>
@@ -41,9 +45,9 @@
2008-05-08 Philipp Sehmisch <tmw@crushnet.org>
- * src/net/chathandler.cpp: Made say messages from being ID 0 display as
- messages from server. Made messages from unknown beings display as from
- "Unknown" instead of "John Doe".
+ * src/net/chathandler.cpp: Made say messages from being ID 0 display
+ as messages from server. Made messages from unknown beings display as
+ from "Unknown" instead of "John Doe".
2008-05-05 Bjørn Lindeijer <bjorn@lindeijer.nl>
@@ -108,10 +112,10 @@
* src/gui/chat.cpp, src/gui/widgets/tabbedarea.cpp,
src/gui/widgets/tabbedarea.h: Fixed chat window size issue.
- * src/localplayer.cpp, src/gui/widgets/tabbedarea.h,
+ * src/localplayer.cpp, src/gui/widgets/tabbedarea.h,
src/gui/widgets/tabbedarea.cpp, src/gui/popupmenu.cpp,
src/net/partyhandler.cpp, src/net/protocol.h,
- src/net/chatserver/party.cpp, src/net/chatserver/party.h,
+ src/net/chatserver/party.cpp, src/net/chatserver/party.h,
src/localplayer.h: Added more support for parties.
2008-04-20 Bjørn Lindeijer <bjorn@lindeijer.nl>
@@ -179,13 +183,13 @@
* src/net/chatserver/chatserver.h: One file was forgotten into the
private channels removal.
* src/localplayer.h, src/localplayer.cpp, src/gui/viewport.cpp,
- src/main.h, src/main.cpp: Added input type parameter to the
- LocalPlayer::SetDestination methods in order to keep control over
- message flooding to the server with mouse dragging. Moved Mouse calls
+ src/main.h, src/main.cpp: Added input type parameter to the
+ LocalPlayer::setDestination methods in order to keep control over
+ message flooding to the server with mouse dragging. Moved mouse calls
flooding control into viewport to avoid calling setDestination
unecessarily.
* Fixed a crash when clicking on 'Quit Guild' Button. Also disabled
- the 'Invite user' and 'Quit Guild' buttons when no Guild is created.
+ the 'Invite user' and 'Quit Guild' buttons when no guild is created.
2008-04-16 David Athay <ko2fan@gmail.com>
diff --git a/INSTALL b/INSTALL
index a346a2e5..babecc1c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,9 +12,9 @@ IRC: irc.freenode.net / #themanaworld
1. Requirements
===============
-You are expected to have either checked out TMW from CVS or you have downloaded
-a source release. To get The Mana World to compile, you need a compiler (GCC)
-and some libraries. The required libraries are:
+You are expected to have either checked out TMW from Subversion or you have
+downloaded a source release. To get The Mana World to compile, you need a
+compiler (GCC) and some libraries. The required libraries are:
* SDL http://www.libsdl.org/
* SDL_mixer http://www.libsdl.org/projects/SDL_mixer/