ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/DEVELOPERS
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:13 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1 The main purpose of this file is to try to reduce duplicate effort,
2 and to know who worked on what.
3
4 If you have CVS access and are doing work/plan to do work, please update
5 this file accordingly. A brief description of what you plan to do
6 is useful, so others working in that area can know who to contact.
7
8 The following people have CVS access:
9 Mark Wedel ("cvs", mwedel@scruz.net) - core maintainer, handles patches
10 submitted by those not having CVS access, investigates bugs,
11 and future long term developement.
12 Peter Mardahl <"peterm", peterm@eecs.berkeley.edu> runes, new spells, changing
13 of spell parameters, new archetypes, random maps, traps, race/class,
14 diseases, graded lighting, movers, creators, peterm/* maps
15 David Andrew Michael Noelle ("damn", dave@straylight.org)-
16 fixing things that ain't broke (and occasionally some that is)
17 primarily in the server, maps, and archetypes
18 Raphael Quinet ("quinet", Raphael Quinet) - sounds (originally using rplay),
19 client/server split, various small changes to the server.
20 Frank Tore Johansen ("ftj", frankj@osc.no) - misc.
21 Kjetil Torgrim Homme ("kjetilho", kjetilho@ifi.uio.no)
22 David Sundqvist ("azzi") - images
23 Steve Fink ("sfink") - ?
24 ? ("dragonm", dragonm@absolut.tegris.com) - Client/server
25 John Cater ("cater", john.cater@eng.monash.edu.au) - Maps, navar etc, bug fixing
26 Bob Tanner ("tanner", tanner@real-time.com) - .spec files
27 ? ("hfukui") - ? I think these last two may be read-only access
28 ? ("robert") - ?
29 Jan Echternach ("jec", jan.echternach@informatik.uni-rostock.de) - bug fixing
30 Andreas Vogl ("red_blaze", andi.vogl@gmx.net) - bug fixing, creating maps,
31 maintaining pupland.
32 David Hurst "dnh@hawthorn.csse.monash.edu.au" - gods rebalancing, images
33 for classes and other images, spell testing and concepts
34 Hwei Sheng Teoh hsteoh@quickfur.yi.org -- random_maps expand2x, also,
35 images for Fiend, dread, beholder generator, grimreaper.
36 Tim Rightnour ("garbled", root@garbled.net) - luck, attackmessages, time,
37 weather, new alchemy, overlay maps, emotions.
38 Todd Mitchell ("Avion", temichell@sympatico.ca) -general busybody,
39 graphics and arches(player animation, winter graphics, many others),
40 metadata (lore),python scripts, creating maps, getting Tim to add
41 Orcknuckle...
42 Nicolas Weeger ("Ryo", nicolas.weeger@laposte.net) - some work on Win32 port,
43 some bugfixes & improvements.
44 David Seikel ("onefang", won_fang@yahoo.com.au) - bug fixing, weather tweaking,
45 weather god, visualisations, large forest, ice castle and ant farm
46 maps.
47
48
49 Still active developers:
50 Phil Brown (phil@bolthole.com)- Java Client
51
52 The following poeple have contributed a lot to Crossfire in the past,
53 but presently I believe they are not currently working on crossfire.
54
55 Brian Thomas (thomas@astro.psu.edu)- Skills, alchemy, altars
56 Tyler Van Gorder <tvangod@ecst.csuchico.edu> added color stuff,
57 interested in working on client side (user interface)
58 David.M.Fisher@Dartmouth.EDU (David M. Fisher)
59 Rupert G. Goldie <rgg@aaii.oz.au> testing under Purify, new spells,
60 spell paths, and gifts.
61 'Evil' ERic Mehlhaff <mehlhaff@ocf.Berkeley.EDU> Client server, also
62 works with Peter Mardahl
63 "Eric A. Anderson" <eanders+@CMU.EDU> - general bug fixing
64 Michael Martin (martinm@millner.bevc.blacksburg.va.us) - Java client
65
66 From: Mark Wedel <mwedel@scruz.net>
67 X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.14 i686)
68 To: "crossfire-devel@lists.real-time.com"
69 <crossfire-devel@lists.real-time.com>
70 Subject: [CF-Devel] CVS repository moved.
71 Date: Thu, 22 Feb 2001 21:21:31 -0800
72
73 The cvs repository is now installed on sourceforge.
74
75 If you do not have any changes in your checked out tree, the easiest thing to
76 do is just do a new checkout. See http://sourceforge.net/cvs/?group_id=13833
77 for information on setup.
78
79 If you want to reparent your tree, do the following:
80
81 1) Create a /tmp/Root file with the new repository information. The contents
82 ofmine looks like:
83 :ext:mwedel@cvs.sourceforge.net:/cvsroot/crossfire
84
85 Everything but the login name (mwedel) should be the same for anyone else.
86
87 2) Update all the Root entries in your cvs tree. To do that, run
88 find . -name Root -exec cp /tmp/Root {} \;
89 This is best run from the the relevant directory (arch, crossfire, maps,
90 client). IF you have all those and nothing checked out in a common directory,
91 you could run it from there.
92
93 3) Update the repository information. Use the perl script I provide - its
94 useage is update_rp <dirname> - if run from the parent dir, it would be arch,
95 crossfire, maps, client, as above. If withing the arch, ... dirs, then just
96 use.
97