ln-zookeeper
ed43da24f3
Updated RELEASE_NOTES.
2014-02-22 02:06:18 +02:00
Ignacio R. Morelle
892f233f65
Update changelogs and RELEASE_NOTES
2014-02-21 02:32:29 -03:00
mattsc
ee8c1afc31
Update changelogs and release notes
2014-02-19 10:15:05 -08:00
Ignacio R. Morelle
9386e95438
Update RELEASE_NOTES
2014-02-18 14:37:53 -03:00
Ignacio R. Morelle
e829d32464
Update RELEASE_NOTES
2014-02-13 23:59:34 -03:00
Ignacio R. Morelle
d68b7057d5
Clear RELEASE_NOTES
2014-02-10 18:22:36 -03:00
Nils Kneuper
a33f5f56a8
add note about input scheme to RELEASE_NOTES
2014-02-08 13:31:58 +01:00
mattsc
44d680c58a
Update changelogs and release notes with SotBE changes
2014-02-07 12:48:46 -08:00
mattsc
61905ba0c7
Update release notes and changelogs with gold saving default change
2014-01-22 07:05:26 -08:00
Ignacio R. Morelle
d5097e34e6
Clear RELEASE_NOTES
2014-01-06 01:34:59 -03:00
happygrue
38e2034751
Updated Khalifate changelog and release notes
2014-01-03 23:17:42 -05:00
Bär Halberkamp
85af08a8b1
Added a release note entry for the various improvements to mainline campaigns
2013-12-31 19:37:41 +01:00
Alexander van Gessel
63cf0fe6e3
documentation about --user{config,data}-{dir,path}
2013-12-28 14:12:23 +01:00
mattsc
70954b7ba2
Update changelogs and release notes with SotBE changes
2013-12-19 20:58:17 -08:00
Ignacio R. Morelle
99d6d1dadb
Clear RELEASE_NOTES
2013-11-17 03:43:57 -03:00
Ignacio R. Morelle
4efb330802
Mention gui2/tchat_log improvements in release notes
2013-11-15 19:38:04 -03:00
mattsc
6a44b60150
Update changelogs and release notes with SotBE changes
2013-11-15 12:30:41 -08:00
flix
b81adb2135
Update RELEASE_NOTES.
2013-10-04 18:51:01 +02:00
Ignacio R. Morelle
e914175bf5
Add note about the Game Paths dialog to RELEASE_NOTES
2013-10-02 22:55:27 -03:00
Ignacio R. Morelle
b1c8c1a04e
Add note about time_of_day AI aspect fix to RELEASE_NOTES
2013-10-02 22:51:34 -03:00
Andrius Silinskas
213677b710
Updated RELEASE_NOTES.
2013-09-25 21:44:03 +01:00
Ignacio R. Morelle
1e3e56b699
Updated RELEASE_NOTES for add-ons management improvements
2013-09-18 01:35:44 -03:00
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