updated changelog
This commit is contained in:
parent
1107d2c33b
commit
9b8b64f9f8
1 changed files with 60 additions and 11 deletions
71
changelog
71
changelog
|
@ -1,34 +1,83 @@
|
|||
Version 0.6.2:
|
||||
2004-01-08:
|
||||
* new user-interface
|
||||
* support for themes
|
||||
* support for resolutions below 1024x768 (e.g. 800x600)
|
||||
* very simple chatting is now possible in-game (mouse right-click menu -> speak)
|
||||
* new time of day images, new buttons, checkboxes, panel has been split to top and right-side panel...
|
||||
* extended tutorial
|
||||
* two new music tracks
|
||||
* scenario balancing for 'Heir to the Throne' campaign:
|
||||
* A Choice Must Be Made
|
||||
* new scenarios for 'The Dark Hordes' campaign:
|
||||
* Mages and Elves
|
||||
* scenario balancing for 'Dark Hordes' campaign:
|
||||
* Brother Against Brother
|
||||
* The Skull of Agarash
|
||||
* multiplayer improvements:
|
||||
* added basic random map generator
|
||||
* made basic messaging possible using 'Speak' from main menu
|
||||
* medium difficulty level is used by default when starting new campaign
|
||||
* snapshot saving, faster loading if you skip replay
|
||||
* more unit graphics and animations
|
||||
* healers can heal allies.
|
||||
* more unit graphics, animations and sounds
|
||||
* undeads can not be drained anymore
|
||||
* fixed description for 'Wolf Rider'
|
||||
* units will stop moving when they see new units (shroud/fog)
|
||||
* when a leader dies all villages for that side become neutral and you can not anymore capture villages, you can still "neutralize" enemy villages
|
||||
* added 'show team colours' option to preferences dialog
|
||||
* added some explanatory tooltips for some unit attributes on sidebar
|
||||
* added in flag to show whose turn it currently is
|
||||
* added 'unit list' to context menu
|
||||
* multiplayer improvements:
|
||||
* enhanced multiplayer game setup
|
||||
* random maps
|
||||
* made basic messaging possible using 'Speak' from main menu
|
||||
* 'delayed map sharing' between allies
|
||||
* when player quits or gets disconnected from multiplayer game, game creator chooses to replace them with ai/local player or abort
|
||||
* changes to AI to try to solve the 'move in single file' problem
|
||||
* new translations:
|
||||
* swedish
|
||||
* updated translations:
|
||||
* danish
|
||||
* dutch
|
||||
* french
|
||||
* man-page for wesnoth_editor
|
||||
* internationalization: string fixes
|
||||
* improved speed of reading cfg-files
|
||||
* borders of game field show dummy terrain instead of black areas
|
||||
* units in water tiles are displayed partially submerged
|
||||
* added support for height adjustment of units
|
||||
* implemented new widget system with sample: textbox
|
||||
* all event tags are now handled in the order in which they appear
|
||||
* teleport event for scenario builders
|
||||
* allowed items to set status flags on units
|
||||
* added several new toys for scenario developers to play with (wesnoth --test to see all thats done)
|
||||
* implemented new 'team_name' tag to show alliances to replace 'enemy' tag
|
||||
* added snowed hills and forest - H and F
|
||||
* adjusted the way in which images are blitted
|
||||
* made images use proper transparency, instead of using black as transperant colour
|
||||
* a workaround to allow users not using 16 bpp to change video mode
|
||||
* changed drawing routines to use more SDL routines, and less direct manipulation of surfaces
|
||||
* multiplayer games loaded will start properly
|
||||
* fixed client-hosted multiplayer bug where more than two player games were not possible
|
||||
* fixed some bugs with loading replays
|
||||
* fixed problem with saving at the end of the scenario pointing to the previous scenario
|
||||
* fixed problem with units having goto orders at the beginning of scenarios
|
||||
* fixed seeing footprints of other team's units
|
||||
* fixed problem with old units being displayed in status bar
|
||||
* fixed bug where capturing a village with a leader would not change the village to your side
|
||||
* fixed bug where scenario objectives in loaded games would sometimes have weird boxes on the end
|
||||
* fixed bug which could cause a crash when a unit advances
|
||||
* fixed problem where changing between fullscreen/windowed mode in preferences could do strange things
|
||||
* fixed start game in windowed mode -> tutorial -> ctrl-f to change to fullscreen -> quit to main menu -> preferences -> click button to change to full screen -> close preferences dialog -> crash
|
||||
* fixed bug where very large dialogs could crash the game
|
||||
* fixed some problems with too-large dialog boxes
|
||||
* many network code fixes and changes to make it a bit more stable
|
||||
* made make_translation and merge_translations compile
|
||||
* autotools: changed AC_ARG_ENABLE in server, editor and tools to fix bug
|
||||
* autotools: checks for png support in sdl_image and ogg support in sdl_mixer
|
||||
* autotools: application icon and menu entries in KDE and GNOME
|
||||
* implemented new widget system with sample: textbox
|
||||
* fixed client-hosted multiplayer bug where more than two player games were not possible
|
||||
* fixed problem with saving at the end of the scenario pointing to the previous scenario
|
||||
* fixed start game in windowed mode -> tutorial -> ctrl-f to change to fullscreen -> quit to main menu -> preferences -> click button to change to full screen -> close preferences dialog -> crash
|
||||
* fix problem with units having goto orders at the beginning of scenarios
|
||||
* code refactoring
|
||||
* autotools: removed autoconf version 2.57 prerequisite
|
||||
* autotools: adding autogen.sh, so CVS users don't need autotools installed
|
||||
* moved network code to mp_connect
|
||||
* code refactoring and cleanups
|
||||
|
||||
Version 0.6.1:
|
||||
* removed plague ability from Wraiths
|
||||
|
|
Loading…
Add table
Reference in a new issue