marzo 30th, 2009
Solo per Wesnoth …
sai creare immagini?
Sai creare scenari, campagne, o nuove ere?
Sai creare *.rpm, PKBUILDS oppure altro per altre distribuzioni linux?
I want you!
Abbiamo un repository SVN pronto per essere riempito! E ci piacerebbe creare dei repository per altre distribuzioni.
Stiamo cercando il tuo aiuto.
Se sei interessato, manda una mail to valdan@valdan.net e descrivici la tua esperienza e possibilmente aggiungi dei link.
Ogni progetto è ben accetto!
development, project, stable, wesnoth
project
marzo 19th, 2009
I am pleased to announce the release of Wesnoth 1.6-unstable!!!
The changelog is:
- Campaigns:
* Under the Burning Suns:
* All portraits now have a transparent background (bug #13135)
-Graphics:
* New or updated unit graphics for the Mermaid Priestess and Enchantress
unit lines
*-Language and i18n:
* updated translations: Finnish, French, German, Lithuanian, Polish,
Portuguese (Brazil), Russian, Slovak, Spanish
*-User interface:
* Grey game titles out when we’re missing the era
* Fix a dialog size problem returning invalid sizes (bug #13203)
-WML Engine:
* Increase the map size limit to 1000 by 1000
* Added an ‘always_display’ key to [advancement] to make it possible to show
the advance dialog even with just one option.
* weapon filters now recognize the id= attribute of specials (bug #13193)
* Miscellaneous and bug fixes:
* Fixed bug #13204: NR: Death event doesn’t re-spawn Malifor as expected
* Fixed bug #13198: Corrupt replay in MP
* Fixed bug #13199: Map generation in mp fails when hills and size of hills
sliders are at max
* Fixed bug #13179: Unit’s move have sometimes a jumpy start
* Stop resetting the alternate default zoom level after each reload
The repository Debian / Ubuntu has been updated… so much fun LOL
1.6, deb, Debian, development, linux, relase, repository, Ubuntu, wesnoth
Repository Debian/Ubuntu
marzo 18th, 2009
This is the first post and with the announcement of the official repository of the Debian / Ubuntu.
The packages have been compiled on Debian Lenny, but I’m testing on Ubuntu Intrepid.
You’ll find the stable and unstable binary (currently 1.4.7 and 1.5.14).
For any communication please contact me on valdan@valdan.net or write in the forum http://wif.altervista.org/index.php in the section “Un Pinguino a Wesnoth…”.
The commands to add the repository:
sudo gedit /etc/apt/sources.list
Paste the following text at the bottom:
deb http://download.tuxfamily.org/itwesnoth/debian/ binary/ #wesnoth binary stable/unstable
deb-src http://download.tuxfamily.org/itwesnoth/debian/ sources/ #wesnoth sources stable/unstable
save and exit gedit and go in the terminal:
sudo apt-get update
Now if you want to install the stable:
sudo apt-get install wesnoth
instead if you want to install the development:
sudo apt-get install wesnoth-unstable
The interesting thing is that the two packages are not in conflict with each other!
Then you can install them all!!!
Basic packages are only in English and Italian, but you can add other languages … See how.
Look for the string that corresponds to your language / usr/share/i18n/SUPPORTED
and now edit a file containing the string and insert it in the folder / var / lib / locales / supported.d /locales
reconfigured with dpkg-reconfigure locales
For example, if there was the Italian should do this:
gedit /usr/share/i18n/SUPPORTED
I try the string corresponding to Italian (ca_IT.UTF-8 UTF-8) to copy and edit a local
sudo gedit /var/lib/locales/supported.dlocal
paste in which the string
now reconfigure
sudo dpkg-reconfigure locales
and you’re done!
Debian, development, linux, repository, stable, Ubuntu, wesnoth
Repository Debian/Ubuntu