Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(20) |
Jul
(34) |
Aug
(56) |
Sep
(1) |
Oct
(6) |
Nov
(37) |
Dec
(95) |
2002 |
Jan
(112) |
Feb
(13) |
Mar
(68) |
Apr
(93) |
May
(128) |
Jun
(221) |
Jul
(62) |
Aug
(57) |
Sep
(27) |
Oct
(110) |
Nov
(68) |
Dec
(17) |
2003 |
Jan
(44) |
Feb
(16) |
Mar
(4) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(40) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(5) |
2004 |
Jan
|
Feb
(7) |
Mar
|
Apr
(4) |
May
(17) |
Jun
(8) |
Jul
|
Aug
(21) |
Sep
(17) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
(1) |
Mar
(7) |
Apr
(2) |
May
(23) |
Jun
(12) |
Jul
(27) |
Aug
(72) |
Sep
(44) |
Oct
(59) |
Nov
(17) |
Dec
(18) |
2006 |
Jan
(185) |
Feb
(54) |
Mar
(13) |
Apr
(16) |
May
(48) |
Jun
(46) |
Jul
(3) |
Aug
(19) |
Sep
(15) |
Oct
(2) |
Nov
(7) |
Dec
(2) |
2007 |
Jan
|
Feb
(10) |
Mar
(7) |
Apr
(4) |
May
(2) |
Jun
(5) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(5) |
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
(4) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: MIGUEL ANGEL BLANCH LARDIN <x5101920@fe...> - 2000-12-21 18:08:27
|
Quoting Brian Rowe <roweb004@...>: > Hi, I just downloaded the source from cvs and I'm very interested in > helping develop this game. I'm a DM for AD&D and I love to hack on > code. I know C/C++ and I'm just learning python. I've just read the > doc on the map system and I've seen a few errors in the grammar, so I > made the changes and I've included the diff in this post. I didn't add > anything, I just corrected grammar. I'm going to read more in the docs > before I add anything technical. > > By the way, my account on sourceforge is "mutable". > > Talk to you later, > > Brian Hi Brian, and welcome to arianne. I will add you ASAP to sourceforge. Thanks for the grammar corrections. My english is just a survival one. How do I apply the diff to the original file? |
From: MIGUEL ANGEL BLANCH LARDIN <x5101920@fe...> - 2000-12-21 17:42:10
|
Sound funny, but we talk about all this on arianne-general. So more people will read this if posted to arianne general. > It says all objects have a list of objects that are inside it. Could > you explain why all objects have a list of what's inside them. I don't > understand how a human or elf, for example, can have other objects > inside. Maybe there should be a flag for whether the object can contain > other objects, and if it can then have that list. Sorry, again my poor english do it. inside == attached. So a car has "inside" 4 wheels, 2 seats,... A elf could have "inside" a bow, a knife, ... Under this way ( inside == attached ) there is no need for having a flag. Anyway the RP should check for this. |
From: Brian Rowe <roweb004@ha...> - 2000-12-21 16:32:11
|
It says all objects have a list of objects that are inside it. Could you explain why all objects have a list of what's inside them. I don't understand how a human or elf, for example, can have other objects inside. Maybe there should be a flag for whether the object can contain other objects, and if it can then have that list. |
From: Brian Rowe <roweb004@ha...> - 2000-12-21 08:44:34
|
Hi, I just downloaded the source from cvs and I'm very interested in helping develop this game. I'm a DM for AD&D and I love to hack on code. I know C/C++ and I'm just learning python. I've just read the doc on the map system and I've seen a few errors in the grammar, so I made the changes and I've included the diff in this post. I didn't add anything, I just corrected grammar. I'm going to read more in the docs before I add anything technical. By the way, my account on sourceforge is "mutable". Talk to you later, Brian |