You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(1) |
Oct
|
Nov
(3) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2002 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(3) |
| 2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(6) |
Nov
|
Dec
(1) |
| 2004 |
Jan
(6) |
Feb
(5) |
Mar
(1) |
Apr
(9) |
May
(6) |
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(13) |
| 2005 |
Jan
(5) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(3) |
Jun
(16) |
Jul
(12) |
Aug
(7) |
Sep
(18) |
Oct
(9) |
Nov
(3) |
Dec
(11) |
| 2006 |
Jan
(16) |
Feb
(10) |
Mar
(3) |
Apr
(1) |
May
(8) |
Jun
(11) |
Jul
(8) |
Aug
(13) |
Sep
(16) |
Oct
|
Nov
(1) |
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
|
8
(1) |
9
(1) |
10
|
|
11
(2) |
12
|
13
|
14
|
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
|
25
|
26
|
27
|
28
(1) |
29
|
30
|
31
|
|
From: Carlo <lu...@us...> - 2004-01-28 20:04:15
|
For all people that want to try different scenarios and tell us is something goes wrong. Carlo |
|
From: Audoux P. <pas...@wa...> - 2004-01-11 11:56:49
|
Hi! As you may ahve read on the website, an IRC-party is planned next thursday at 20h00 (french hour... must be GMT+1 ??) on irc.freenode.net, channel #attal. Everyone is welcome! Come and give us feedback, ask questions or give ideas for next releases (0.8.x)? Pascal ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Attal-devel mailing list Att...@li... https://lists.sourceforge.net/lists/listinfo/attal-devel |
|
From: Raphael G. <ra...@ni...> - 2004-01-11 11:27:41
|
Hi all, The library names will be modified for attal 0.8. Here are the new names : libAttalCommon.so libAttalClient.so libAttalFight.so libAttalServer.so theme-editor has been renamed to attal-theme-editor, and scenario-editor has been renamed to attal-scenario-editor. The old names were too generic to fit a system wide installation, and to avoid conflict with files from other programs. Raphael |
|
From: Raphael G. <ra...@ni...> - 2004-01-09 15:57:52
|
Hi all,
For those experiencing sound problems with attal-client 0.7.2, try this
modification in src2/libClient/attalSound.cpp:
- if ( Mix_OpenAudio( 22050, AUDIO_U16, 2, 512) < 0 ) {
+ if ( Mix_OpenAudio( 22050, AUDIO_S16, 2, 512) < 0 ) {
The sound should work :) The modification will be commited to cvs soon.
Raphael
|
|
From: Raphael G. <ra...@ni...> - 2004-01-08 20:54:47
|
Hi all, The debian package for attal is available on the project download page (on sourceforge). Comments are welcome. The package should enter debian testing soon (some weeks). Raphael |