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.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(103) |
Oct
(303) |
Nov
(353) |
Dec
(447) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(865) |
Feb
(157) |
Mar
(52) |
Apr
(14) |
May
(261) |
Jun
(284) |
Jul
(247) |
Aug
(804) |
Sep
(309) |
Oct
(334) |
Nov
(130) |
Dec
(398) |
2007 |
Jan
(440) |
Feb
(1041) |
Mar
(2599) |
Apr
(2045) |
May
(1614) |
Jun
(854) |
Jul
(883) |
Aug
(1030) |
Sep
(696) |
Oct
(1285) |
Nov
(1472) |
Dec
(1790) |
2008 |
Jan
(1851) |
Feb
(581) |
Mar
(1289) |
Apr
(353) |
May
(208) |
Jun
(389) |
Jul
(827) |
Aug
(532) |
Sep
(194) |
Oct
(219) |
Nov
(119) |
Dec
(82) |
2009 |
Jan
(131) |
Feb
(488) |
Mar
(401) |
Apr
(157) |
May
(501) |
Jun
(187) |
Jul
(386) |
Aug
(535) |
Sep
(312) |
Oct
(344) |
Nov
(276) |
Dec
(568) |
2010 |
Jan
(553) |
Feb
(797) |
Mar
(693) |
Apr
(1016) |
May
(597) |
Jun
(812) |
Jul
(779) |
Aug
(698) |
Sep
(1085) |
Oct
(584) |
Nov
(1106) |
Dec
(936) |
2011 |
Jan
(574) |
Feb
(55) |
Mar
(320) |
Apr
(208) |
May
(144) |
Jun
(194) |
Jul
(173) |
Aug
(250) |
Sep
(197) |
Oct
(249) |
Nov
(315) |
Dec
(244) |
2012 |
Jan
(123) |
Feb
(112) |
Mar
(50) |
Apr
(182) |
May
(122) |
Jun
(142) |
Jul
(205) |
Aug
(201) |
Sep
(197) |
Oct
(181) |
Nov
(149) |
Dec
(178) |
2013 |
Jan
(152) |
Feb
(343) |
Mar
(715) |
Apr
(970) |
May
(364) |
Jun
(211) |
Jul
(337) |
Aug
(235) |
Sep
(216) |
Oct
(323) |
Nov
(36) |
Dec
(152) |
2014 |
Jan
(170) |
Feb
(89) |
Mar
(16) |
Apr
(31) |
May
(24) |
Jun
(49) |
Jul
(3) |
Aug
(23) |
Sep
(47) |
Oct
(16) |
Nov
(182) |
Dec
(235) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(704) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(2) |
2
(4) |
3
(6) |
4
(3) |
5
(1) |
6
(11) |
7
|
8
(2) |
9
(8) |
10
(7) |
11
(18) |
12
(17) |
13
(42) |
14
(2) |
15
(3) |
16
(13) |
17
(64) |
18
(59) |
19
(21) |
20
(21) |
21
(14) |
22
|
23
(23) |
24
(24) |
25
(6) |
26
(16) |
27
(9) |
28
|
29
|
30
|
31
(2) |
|
|
|
|
|
|
From: Hendrik <nhnb@us...> - 2006-12-15 23:19:27
|
Update of /cvsroot/arianne/stendhal/src/games/stendhal/server/entity In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv13601/src/games/stendhal/server/entity Modified Files: Player.java Log Message: added logging of quest state changes Index: Player.java =================================================================== RCS file: /cvsroot/arianne/stendhal/src/games/stendhal/server/entity/Player.java,v retrieving revision 1.205 retrieving revision 1.206 diff -C2 -d -r1.205 -r1.206 *** Player.java 9 Dec 2006 09:44:21 -0000 1.205 --- Player.java 15 Dec 2006 23:19:23 -0000 1.206 *************** *** 868,871 **** --- 868,872 ---- quests.remove(name); } + StendhalRPRuleProcessor.get().addGameEvent(this.getName(), "quest", name, status); } *************** *** 876,881 **** List<String> questsList = new LinkedList<String>(); for (String quest : quests) { - // why are id and zoneid stored in the quest slot? - // -- DHerding@... if (!quest.equals("id") && !quest.equals("zoneid")) { questsList.add(quest); --- 877,880 ---- |
From: Anders Asplund <damnter@us...> - 2006-12-15 00:13:43
|
Update of /cvsroot/arianne/stendhal/data/conf In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv16179/data/conf Modified Files: items.xml Log Message: Added kymara's map sprite, both with and without the map grid, also changed the item map to use the mapwithgrid.png sprite Index: items.xml =================================================================== RCS file: /cvsroot/arianne/stendhal/data/conf/items.xml,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** items.xml 1 Dec 2006 07:29:55 -0000 1.78 --- items.xml 15 Dec 2006 00:12:56 -0000 1.79 *************** *** 1934,1938 **** <item name="map"> ! <type class="misc" subclass="paper"/> <weight value="0.01"/> <equipable> --- 1934,1938 ---- <item name="map"> ! <type class="scroll" subclass="mapwithgrid"/> <weight value="0.01"/> <equipable> |
From: Anders Asplund <damnter@us...> - 2006-12-15 00:12:59
|
Update of /cvsroot/arianne/stendhal/data/sprites/items/scroll In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv16179/data/sprites/items/scroll Added Files: map.png mapwithgrid.png Log Message: Added kymara's map sprite, both with and without the map grid, also changed the item map to use the mapwithgrid.png sprite --- NEW FILE: map.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mapwithgrid.png --- (This appears to be a binary file; contents omitted.) |