Posts Tagged ‘wesnoth-unstable’


Unstable 1.7.4 è qui

settembre 3rd, 2009

Eccoci con la nuova uscita di wesnoth-unstable, con questa arriviamo alla 1.7.4.

Il changelog è (come sempre) molto interessante:

 * AI:
   * Formula AI debugger (uses -new-widgets)
   * New 'debug()' formula function
   * Fixed crashes and infinite loops on AI turn
 * Animations
   * Movement have the number of steps done in value and the number of step left
     in value_second, this allows take-off and landing animations
 * Campaigns
   * Legend of Wesmere
     * Scenario 3 redesigned
     * Fixed wrong or unclear scenario objectives
     * Scenario 16: Reduced the number of wolf riders
 * Editor
   * Better support for conflicting terrain letters across add-ons, now
     in the event of a conflict the terrain will appear in all terrain
     groups as opposed to appearing in one of them multiple times.
   * Added remembering of the show terrain codes and coordinates options
 * Graphics:
   * New portraits for Ancient Wose, Ruffian, Master-at-arms, Naga
     Warrior/Myrmidon, Grand Knight, Merman Hunter.
   * Updates to Peasant, Spearman and Swordsman portraits.
   * New melee animation for Thunderguard, Dragonguard.
   * New base frame and animations for Inferno Drake, Fire Drake.
 * Language and i18n:
   * Updated translations: Chinese (Traditional), German, Lithuanian, Russian,
     Serbian
 * Music and sound
   * "Journey's End" from Mattias Westlund
   * "Over the Northern Mountains" from Mattias Westlund
   * Added horn signal sound effects
 * Units
   * New weapon names for a number of drake attacks to account for changes to
     the sprites.
 * User interface:
   * Removed the hotkey to enable/disable mouse scrolling
   * Added a horizontal listbox
   * New basic support for specifying waypoints (via a new hotkey 'w')
 * WML Engine:
   * Support for [show_if] inside [message]
   * Added ability to change the share_maps team attribute using [modify_side]
     tag. Be sure to use shroud=yes for that side
   * [side] team_name is now a comma-separated list of teams the side is on
   * [modify_side] user_team_name no longer requires that team_name also be
     modified
 * Miscellaneous and bugfixes:
   * Removed obsolete code for implicit linked widgets for the listbox
   * [part] caption= is no longer supported; prepend the CAPTION macro
     to story text instead
   * Fixed 100% CPU usage on storyscreens with no text (e.g. map screens)
   * Fix ODR issues in gui2
   * Remove the boost 1.33 code in the unit tests
   * Fix regression about broken undo after a multi-turn ("goto") move
   * Fix regression about pathfinding poorly using the teleport ability
   * Added extra wiki comment and updated the extractor

Da questa versione ho deciso di appoggiarmi ad i pacchetti compilati per Debian, in modo tale da diminuire gli errori.

Non vi assicuro che nel futuro continui ad impacchettarlo, ma prima di lasciarvi cercherò di capire se è possibile aggiungere una modifica del genere anche sui repository ufficiali e vi avvertirò.

Data la modifica nei pacchetti bisogna rimuovere la vecchia versione con:

 # apt-get remove wesnoth-unstable

ed installare la nuova.

Finisco ricordandovi che si può scaricare i pacchetti da qui.

Valdan

Wesnoth-unstable 1.7.3

agosto 19th, 2009

È atterrata finalmente la nuova versione di battle for wesnoth instabile.
In questa versione (la 1.7.3) il changelog è veramente strepitoso, con aggiunte e modifiche che spaziano dall’aggiunta di nuove immagini a correzione di bug davvero fasidiosi!

wesnoth 1.7.3:

* AI:

* New AI configuration syntax

* Campaigns:

* Two Brothers

* Replaced campaign specific portraits with mainline portraits

* Under the Burning Suns

* Fixed bug #13978: UtBS: “stun” ability doesn’t modify enemy ZoC

* Legend of Wesmere

* Story only scenarios now display the speaker’s name in the title.

* Ambient sound effects.

* Redone the campaign’s objectives.

* Added the “Dwarfish Scout” to the player’s recruit list.

* Scenario 19 now requires the player to destroy Saurgrath.

* Scenario 14 redesigned.

* Scenario 23 implemented Santi’s plan to let half the army defect.

* Map updates (mostly new alias terrains added).

* Replaced the campaign image with a transparent one (Thanks to Kitty).

* Editor:

* Renamed editor2 to editor pretty much everywhere

* Graphics:

* New portrait for the Duelist, Mermaid Enchantress/Siren, Priestess/Diviner, Merman Fighter/Warrior, Fencer, Drake Glider, Merman Hoplite, Goblin Impaler, Rouser, Merman Triton, Cavalier, Direwolf Rider, Paladin, Deathblade, Thug, Bandit, alternate Goblin Rouser, Revenant, Naga Fighter, Troll.

* New unit graphics and animations for the Troll Hero, Drake Glider, Sky Drake, Hurricane Drake, Drake Burner, Drake Fighter, Drake Warrior.

* Language and i18n:

* Updated translations: Czech, Dutch, Estonian, French, German, Hungarian, Lithuanian, Polish, Slovak

* Updated Drake Clasher, Arbiter and Slasher descriptions.

* Multiplayer:

* Added a /q alias for /query

* New lobby interface in gui2, testable work in progress available with –new-widgets. There are known issues with window resizing and low resolution support.

* Server-side generation of random numbers for MP (combats)

* No MP compatibility with earlier clients and wesnothd

* –no-srng command line switch is available to turn off server RNG support (and rquirement) in a client. Only games played with clients pre-srng or with srng disabled as well can work without OOS. This is a testing feature that will likely be removed prior to 1.8.

* Room support via /join and /room commands, better support in the experimental new lobby. See http://www.wesnoth.org/wiki/MultiplayerRooms for details.

* Multiplayer server:

* Added server-side RNG support. Old clients can still play as normal.

* Added room support to the server.

* Unit balancing:

* Added Dwarvish Stalwart, Elder Wose, Shock Trooper and White Mage to random_leader of the default era.

* Added Ancient Wose, Dwarvish Sentinel, Iron Mauler and Mage of Light to random_leader of the AoH era.

* Unit renames:

* Drake Gladiator -> Drake Thrasher

* Drake Slasher -> Drake Arbiter

* WML Engine:

* return 0 for length of arrays inside nonexistent containers (bug #13734)

* [end_turn] now waits for the event to finish before ending the turn

* it is now possible to use Pango markup in storyscreen text

* it is now possible to specify a custom title= in [story] [part]s

* [story] [part]s’ text placement may be changed with text_layout=; it currently supports “top”, “middle” and “bottom” (default)

* [story] [part]s accept the sound= attribute for a list of sound files from which a single one is chosen and played once

* [story] [part]s accept a caption= attribute as a text header

* new tags [store_unit_type] and [store_unit_type_ids] were added

* allow direct WML unit modification of “halo” attribute

* Miscellaneous and bugfixes:

* [music], [sound], [sound_source] and [label] should work again on WML prestart events; this means most music playlists should work again (bug #14039)

* ‘Recruit’ and ‘recall’ don’t appear in context menus unless the leader is on a keep. (bug #13856 and #13855)

* No longer “crash” upon invalid pango markup

* It’s now possible to display the area a widget uses, for debug purposes

* The widget in a stacked widget now grows properly

* Merged code for FDO and KDE desktop notification; only dbus is needed

* Added –screenshot parameter to take map screenshots without initializing a GUI.

* Added –new-uploader parameter for testing the new experimental log uploader.

* Fix gcc 4.4 compilation errors (Debian bug #539546)

* Added a work-around a listbox assertion failure in the new MP lobby

Come al solito, ricordo a tutti che i pacchetti sono scaricabili da qui per chi non volesse aggiungere il repository, mentre per chi ha aggiunto il repo (oppure lo vuole aggiungere) basta aggiornare il sistema.