ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/make_win32/Release_notes.txt
Revision: 1.2
Committed: Thu Sep 7 19:50:57 2006 UTC (17 years, 8 months ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
removed visual studio project files. native win32 will not be supported

File Contents

# Content
1 Release notes for Crossfire Server (Windows), January, 2nd, 2006
2 ----------------------------------------------------------------
3
4 This is version 1.8.0 snapshot of the Crossfire server.
5
6 --------------------------------------------------------------
7 For complete changes, see the Changelog file included with the software. Major
8 changes since last snapshot:
9 * new Python API. Defined objects for many Crossfire items. Old scripts are not
10 compatible. Check http://wiki.metalforge.net/doku.php/cfpython for reference.
11 * bug fix for large item piles
12 * improved newpickup command: add new flag PU_NOT_CURSED to ignore cursed items.
13 * improved newpickup command: rings/amulets
14 * fix bug #1082534 (monks with weapons)
15 * new blocking code. Objects can now block eg flying but not walking, or walking
16 but not swimming
17 * improved kick: kick banned hosts at once, inverted ban entries
18 * improved learn_spell and forget_spell
19 * prefer marked item when throwing objects.
20 --------------------------------------------------------------
21
22 Once you have installed the server, you MUST download a map set.
23 Note: this server has been tested only with 'bigworld maps'.
24
25 You have three options for maps:
26
27 1) Grab one of the installers for either 'smallworld maps' or 'bigworld maps'.
28
29 Launch it, point to where you installed Crossfire Server, install.
30
31
32 2) Grab map set from official SourceForge page.
33
34 The following sets are available:
35 * big world maps, at http://sourceforge.net/project/showfiles.php?group_id=13833&package_id=15918
36
37 Note: you need Winzip, ZipGenius, UltimateZip or equivalent to unzip the files.
38 Note: Make SURE that this tool will NOT convert Unix newline to Windows, else it will NOT work.
39
40 Unzip the maps in the share/maps of where you installed Crossfire Server
41 (typically C:\Program Files\Crossfire Server)
42
43
44 3) Get maps from CVS
45
46 This ensures you always have the latest maps.
47
48 CVS instructions for Crossfire are located at
49 http://sourceforge.net/cvs/?group_id=13833
50
51 Fire you favorite CVS tool, and get either 'maps' or 'maps-bigworld'
52 module.
53 Make SURE, ABSOLUTELY SURE, that your tool will NOT convert Unix newline
54 to Windows newline. It will NOT work if conversion occurs.
55
56 Move'em to share/maps of where you installed Crossfire Server.
57 (if you picked 'maps-bigworld', rename the directory to 'maps')
58
59
60 WARNING: server has only been tested with 'bigworld' maps. Small world
61 maps are not supported anymore.
62
63 Fixed Windows issues since previous release
64 -------------------------------------------
65 * (none)
66
67 Troubleshooting
68 ---------------
69 If something goes wrong, report your troubles to:
70 * Crossfire's messageboard: http://www.metalforge.net/cfmb/index.php
71 * Crossfire's mailing list: see http://crossfire.real-time.com for instructions on how to join it
72 * #crossfire on irc.freenode.org
73
74 Also check Crossfire's bugs page at http://sourceforge.net/tracker/?group_id=13833&atid=113833