Commit graph

390 commits

Author SHA1 Message Date
Nils Kneuper
b2d45976ec emptied RELEASE_NOTES since the draft announcement was created 2013-06-25 12:10:45 +02:00
Emilien Rotival
eee9c15fa9 Mentioned the editor sidebar redraw glitches in 'Known Bugs' 2013-06-25 11:00:26 +02:00
Emilien Rotival
7bb4fee45a Updated release notes to mention the missing 'nozoc' ellipses bug 2013-06-24 23:00:26 -04:00
Emilien Rotival
6e9d5b078b Update changelog and release notes to include additional UI revamp information and the recent baseframe updates. 2013-06-24 14:49:53 +02:00
Charles Dang
e63d7a6e33 Release notes entry about ui overhaul 2013-06-09 16:19:28 +11:00
fendrin
85ed997f5f Updated INSTALL and RELEASE_NOTES with the vorbisfile dependency. 2013-05-20 11:21:08 +02:00
Nils Kneuper
e16cfd4c10 cleanup RELEASE_NOTES after announcing 2013-05-20 10:55:22 +02:00
Mark de Wever
53259cf8c8 Increased the pango cairo dependency to 1.24.4.
Loonycyborg I didn't see a version check in SCons and I didn't add one,
please review.
2013-02-16 09:07:31 +00:00
Matthias Schoeck
a54a6a75b4 Update changelogs and release notes 2012-12-29 21:51:01 +00:00
Nils Kneuper
b65466c442 created the release announcement draft in the forums,
...purging RELEASE_NOTES accordingly
2012-12-09 10:07:24 +00:00
Simon Forsyth
6830fc1719 Add new AI 2012-11-24 19:57:11 +00:00
Boldizsár Lipka
bcaa7f4f2c Applied patch #3297 2012-09-25 17:42:18 +00:00
Nils Kneuper
ff3dd7f60f empty release notes since the draft for the 1.11.0 release is done 2012-08-26 10:48:57 +00:00
Ignacio R. Morelle
a2a9c83f06 Rewrite the release notes entry concerning the introduction of Lua 5.2 2012-08-26 00:15:17 +00:00
Ignacio R. Morelle
f626f907f2 Address add-ons-related crap in the release notes 2012-08-25 00:29:35 +00:00
Ignacio R. Morelle
89cd090e8e Rearrange release notes in descending order of importance...
...and rewrite some text

The only section that I couldn't rewrite is the Lua 5.2 announcement,
which is so horribly redacted in the first place it's hopeless to try to
make sense of it.
2012-08-25 00:14:40 +00:00
Simon Forsyth
34bf079342 Update changelogs, RELEASE_NOTES,
...for another scenario now could benefit from playtesting.
2012-07-14 17:23:32 +00:00
Mark de Wever
4cbef957f6 Changes the CMake compiler flags.
At the moment the flags are determined on the first run and stored in
CMAKE_CXX_FLAGS, CMAKE_CXX_FLAGS_DEBUG and CMAKE_CXX_FLAGS_RELEASE[*].
This was actuall not a good idea, since CMake combines CMAKE_CXX_FLAGS
with the CMAKE_CXX_FLAGS_<BUILD_TYPE>. The problem with this setup is
when the compiler is changed the flags are reset to their defaults and
the user made changes to the flags are lost. The second issue with the
old implementation is that the ENABLE_STRICT_COMPILATION CMake option
must be directly set; changing its value after the initial generation
had no effect.

The change will only set CMAKE_CXX_FLAGS, based on the environment
variable $CXXFLAGS, this is stored in its own variable, named
CXX_FLAGS_USER, in CMake and can be changed later. This flag is only
initialised on the first run. It is also based on the default flags we
use for Wesnoth and the _current_ state of the ENABLE_STRICT_COMPILATION
option. For the transition from the old to the new system the old
CMAKE_CXX_FLAGS are used as initial value for the CXX_FLAGS_USER. This
means no flags are lost, but some extra flags are added, will CMake to
cause a recompilation. So it's advised to regenerate the project files
or change the CXX_FLAGS_USER after CMake as updated the flags.

[*] Note I removed the CFlags since all C based code has been removed,
with the removal of the poolallocator.
2012-07-10 19:07:04 +00:00
Simon Forsyth
4e3b00012c Add a release notes section for Under the Burning Suns - playtesters wanted 2012-07-08 17:48:36 +00:00
Mark de Wever
7dec0c6904 Enables strict compilation for Clang in CMake.
The Clang compiler now also defaults to strict compilation when building
with CMake. Also the default flags have changed to the ones used for GCC.
This has only be tested with Clang 3.1.
2012-06-30 19:36:12 +00:00
Mark de Wever
b79a56c69a Changed: Default man installation directory.
The new directory confirms to FHS (based on patch #3138).
2012-02-18 13:00:27 +00:00
Iurii Chernyi
a7a9a5cb8f attempt to fix a compiler warning with fwrite return value being not used 2012-02-04 15:37:55 +00:00
Simon Forsyth
86ecaaa936 Update release notes concerning the removed terrain too 2012-02-02 01:37:56 +00:00
Nils Kneuper
da9211f4bc empty the release_notes post announcement (1.9.13) 2011-12-20 20:56:06 +00:00
Simon Forsyth
5133d663b5 OS X release notes 2011-12-18 03:59:05 +00:00
Mark de Wever
6c6bf6e3a2 Added the NativeClient port code.
Thanks to Evgeniy Stepanov for providing the patch.
2011-12-17 16:37:19 +00:00
Nils Kneuper
b69d94ad6c forgot to empty the RELEASE_NOTES after announcing 1.9.12,
...doing so now (leaving the new stuff from mordante in)
2011-12-10 21:17:11 +00:00
Mark de Wever
74c0952055 Update player changelog and release notes.
The last commit (2011-12-10T20:55:57Z!koraq@xs4all.nl), will need some testing on various
screens so mention it in the release notes as well.
2011-12-10 21:06:40 +00:00
Gabriel Morin
02056b6397 Entries in both changelog and release notes...
...for whiteboard changes since 1.9.11
2011-12-04 22:13:40 +00:00
Nils Kneuper
cb934df014 empty release notes now that 1.9.11 is announced 2011-11-25 16:12:01 +00:00
Gabriel Morin
da44706154 Added current known whiteboard bugs to release notes. 2011-11-22 12:04:51 +00:00
Nils Kneuper
4bae6d3858 empty release notes now that 1.9.10 is done 2011-11-08 21:58:10 +00:00
Ignacio R. Morelle
637efdefbd Release notes: formatting, replaced some awkward English 2011-11-07 18:46:35 +00:00
Nils Kneuper
677502d525 add a release_notes entry about the start of the string/feature freeze 2011-11-06 11:46:33 +00:00
Nils Kneuper
0c7f40975a removal of khalifate (part2):
* add entries to changelogs and release_notes
2011-11-06 11:46:09 +00:00
Dan Gerhards
c01706a742 Added a note about the changed AMLA requirements. 2011-10-28 01:13:00 +00:00
Nils Kneuper
59fbe7a287 updated Indonesian and Italian translation 2011-09-10 15:23:10 +00:00
Sytyi Nick
416eb681ca Updated changelog, release notes and about.cfg 2011-08-23 21:02:51 +00:00
Jérémy Rosen
9da3b6ac61 apply patch #2819: Change unit_map to a faster implementation by thonsew 2011-08-02 07:31:39 +00:00
Nils Kneuper
cd969af2dd purge release notes now that 1.9.7 announcement post is done 2011-06-20 19:00:26 +00:00
Mark de Wever
0647bb8f9c Mention boost program options dependency. 2011-06-18 07:57:46 +00:00
Nils Kneuper
31df891619 post release cleanup 2011-05-09 19:29:06 +00:00
Ignacio R. Morelle
f8bb8ad779 Correct useless [section] bbcode usage; s/MacO/Mac OS X/ 2011-05-07 22:27:39 +00:00
George Birthisel
99c69d2ec3 updated Khalifate release announcement to include link to forum feedback thread. 2011-05-07 14:35:50 +00:00
George Birthisel
4a64ef3e8a Updated the release notes to announce the Khalifate. 2011-05-06 18:54:19 +00:00
Jérémy Rosen
867600e99f fix cpu usage when openMP is enabled 2011-04-16 18:12:31 +00:00
Nils Kneuper
f32c99e8e5 cleanup release_notes...
...and note the format that is wanted for easy copy/paste
2011-03-31 22:06:42 +00:00
Ignacio R. Morelle
bed0fa3175 Mention bug #17956 in the release notes
(Yes, that's a [bug] bbCode I implemented more than one year ago,
which needs more love.)
2011-03-27 19:51:54 +00:00
Ignacio R. Morelle
00dc7bf0f8 Change RELEASE_NOTES' structure a bit 2011-03-27 19:51:07 +00:00
Ignacio R. Morelle
39db98e481 Grammar 2011-03-27 19:19:30 +00:00