Changes between Version 39 and Version 40 of WikiStart
- Timestamp:
- 10/31/10 17:14:28 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v39 v40 1 1 = Angband development tracker = 2 2 3 If you're here for the first time, you might want to [http://rephial.org/develop read the blurb] on the main site. In particular, read the [http://rephial.org/wiki/CodingGuidelines coding guidelines]. To get a copy of the development trunk, use {{{svn checkout svn://rephial.org/angband/trunk/}}}.3 Welcome to the Angband development wiki. If you do not consider yourself a developer but rather a player, you might prefer to read the main angband wiki at http://rephial.org/wiki/. Of course, in the world of open source, anyone can be a developer - even if you only want to edit a single text file in lib/edit/. 4 4 5 * [http://rephial.org/wiki/ The Angband Development wiki] 6 * [http://angband.oook.cz/mailman/listinfo/angband-dev Mailing list] 7 * ReleaseChecklist 8 * CodeMasters 9 10 = Useful lists related to bugs = 5 If you have come to open a ticket, please check one or more of the following: 11 6 12 7 * [/query?status=new&status=reopened&group=resolution&max=1000&order=milestone&col=id&col=summary&col=milestone&col=reporter&col=keywords&type=bug New and unconfirmed bugs] 13 * [/query?status=new&status=assigned&status=reopened&group=resolution&milestone=3.1.3&order=id Ticket list for 3.1.3 beta] 8 * [/query?status=new&status=assigned&status=reopened&group=resolution&milestone=3.1.3&order=id Ticket list for the next release] 9 * KeywordGuide — Please read this before creating a ticket, and assign the relevant keywords 10 * [/query?status=assigned&status=confirmed&status=new&status=reopened&max=1000&col=id&col=summary&col=type&col=keywords&col=changetime&order=keywords List of all open tickets by keywords] 14 11 15 * KeywordGuide — Please read this before creating a ticket, and assign the relevant keywords 16 * [/query?status=assigned&status=confirmed&status=new&status=reopened&max=1000&col=id&col=summary&col=type&col=keywords&col=changetime&order=keywords List of all open tickets by keywords] — Please check this list before opening a new ticket, in case a ticket already exists for the same issue. 12 In particular, please check this last one before opening a new ticket, in case a ticket already exists for the same issue. Duplicate tickets are painful and should be avoided wherever possible: if you're not sure if your ticket would duplicate an existing one, leave a comment about your issue on the existing ticket in preference to creating a new ticket. 13 14 Whatever you aspire to do, please read the [CodingGuidelines coding guidelines] if you intend to read or modify the source code. To get a copy of the latest released development code, use {{{git clone git://github.com/angband/angband.git}}}. 15 16 The development wiki is still in, er, development. For now, we have the current useful things: 17 18 * [http://angband.oook.cz/mailman/listinfo/angband-dev The angband development mailing list archive] 19 * ReleaseChecklist - things to be checked before a release 20 * CodeMasters - a guide to which developers are most familiar with which parts of the code 21