117 Commits

Author SHA1 Message Date
Nils Kneuper
e485489c8f wipe release notes from old stuff 2009-03-17 10:00:39 +00:00
Gunter Labes
d3d7bf6f81 added a note about the Kaleh changes 2009-03-15 17:40:09 +00:00
Daniel Franke
2f93713857 Copyedit release notes for 1.6RC2 2009-03-08 22:57:57 +00:00
Ali El Gariani
2bc9dfe3a0 Users who want to play on the MP dev-server must upgrate to 1.6RC2. 2009-03-07 20:01:16 +00:00
Ali El Gariani
d452ea5ff8 Update the release_notes, trying to explain how the replay bug is fixed
If not clear, erase it, that's not important.

Just "old broken replay are still broken" & "new replay will not have this bug"
2009-03-07 00:27:55 +00:00
Mark de Wever
70ef3c9fd7 Fix the release notes.
2009-03-01T21:04:58Z!jeremy.rosen@enst-bretagne.fr reintroduced the old parts I just removed...

...and 2009-03-01T21:40:58Z!crazy-ivanovic@gmx.net removed those parts including some new parts again.
2009-03-02 18:20:40 +00:00
Daniel Franke
f5de00f216 Copyediting on RELEASE_NOTES 2009-03-02 00:15:29 +00:00
Nils Kneuper
8b70bf9f4b remove the old 1.5.11 cruft and leave in only what is needed for 1.5.12... 2009-03-01 21:40:58 +00:00
Jérémy Rosen
98a5467814 add a 'test this release' note 2009-03-01 21:04:58 +00:00
Mark de Wever
44ca39a022 Update the release notes. 2009-03-01 17:43:03 +00:00
Daniel Franke
f22c969493 Reword release notes after Rhonda cleared me up about how CVEs work. 2009-02-24 10:31:54 +00:00
Daniel Franke
5d2f3eda1d Add a note about CVE-2009-0367 to RELEASE_NOTES. 2009-02-24 03:59:26 +00:00
Ignacio R. Morelle
b7b6ae706f Forgot to mention the titlescreen/landscapebattlefield.jpg ->
...story/landscape-battlefield.jpg step in the changelog and Rel. Notes
entries, and in wmllint's code.

Thanks Ivanovic for spotting this.
2009-02-21 19:16:52 +00:00
Ignacio R. Morelle
39abdc314b Per Kitty's and Dave's request, the Great Continent (central) map...
...is now the only titlescreen background again.

The old titlescreen files were moved into story/ and renamed as well;
wmllint has been updated to update existing content due to these
changes. Fixed mainline WML referencing those files, and added a release
note along with a quiet changelog entry.
2009-02-21 19:04:12 +00:00
Nils Kneuper
41c44d8c71 announced 1.5.10, cleaning the file 2009-02-16 22:03:16 +00:00
Mark de Wever
6cb2c8ec12 Add some comment about the redrawing code (and its glitches). 2009-02-15 21:04:52 +00:00
Mark de Wever
49ff8b1cae Added the dialog status to the release notes. 2009-02-15 17:41:54 +00:00
Nils Kneuper
70d165d67d empty the release notes since 1.5.9 is announced 2009-02-02 20:51:19 +00:00
Gunter Labes
60f9bd5efc added a note about the change of defaults 2009-02-01 22:15:03 +00:00
Jérémy Rosen
be592c7976 add a note about UMC porting to release notes 2009-02-01 12:02:18 +00:00
Mark de Wever
d39fdc4eab Update the release notes. 2009-02-01 11:59:32 +00:00
Ignacio R. Morelle
92620bdd06 Heavily rewrote the way image path functions are analyzed...
...when loading images. Now all of them are C++ functors, and, except
for ~RC()/~TC(), they are accumulable and applied in a left-to-right
order from WML/C++.

This seems to have little, if any, performance impact in -O0+debug,
-O2+profiling and -O3 builds for me compared to the former
implementation. A test with gprof reports in average 0.0 seconds spent
in image::load_image_sub_file() for both implementations unless I'm
misinterpreting the data.

Tested in an AMD Athlon X2 Dual-core QL-62 on Debian lenny, non-stock
kernel 2.6.28.1 (SMP, model optimizations) running on native 64-bit mode
with the first scenario of HttT and a lot of hyperactive gryphons and
undead. 2 GB of RAM, 3.74 GB of swap. The compiler is GNU g++ 4.3.2.
2009-01-31 13:48:09 +00:00
Ignacio R. Morelle
f38cded54a Clean RELEASE_NOTES. Ivanovic forgot to do this, apparently.
If it was intended, feel free to revert...
2009-01-23 18:36:22 +00:00
Mark de Wever
654789ccef Update the the RELEASE_NOTES. 2009-01-18 14:14:27 +00:00
Ignacio R. Morelle
e7787cb119 Fixed a small bug that was causing the translations engine to look...
...at badly mixed up paths when trying to locate UMC translations.

(If you like short stories, this just fixes bug #12872.)

(I've got no idea why get_binary_paths() is not delivering paths
with trailing slashes, but since this was the only victim, I
just did a quick hack in the textdomain initializer.)
2009-01-18 12:44:30 +00:00
Ignacio R. Morelle
b1e84d1a79 Add a hint to Release Notes for lazy WML authors.
I am not sure this really serves any purpose at all, but adding it
won't hurt anyone either.
2009-01-17 03:23:20 +00:00
Ignacio R. Morelle
8d76c7dda4 Fix invalid memory accesses once the first add-on has been downloaded...
...for the "Update All" mechanism (bug #12837).
2009-01-12 20:35:04 +00:00
Thomas Baumhauer
3086d2ccb7 updating changelog, etc. 2009-01-10 12:10:22 +00:00
Mark de Wever
631cd71772 Update changelogs. 2009-01-02 13:43:18 +00:00
Mark de Wever
98ee07ab3e Implemented the escape behaviour in the dialogs.
The new dialogs didn't honour the escape action, which didn't show the
following messages. This behaviour is now implemented in the new widgets
as well.
2009-01-01 15:50:30 +00:00
Mark de Wever
35003295be Spacebar closes dialogs without a scrollbar again. 2009-01-01 15:50:21 +00:00
Mark de Wever
2b394b1c97 Fixed a closing bug in the new dialogs.
The old style dialogs get dismissed on a mouse down, the next mouse up
event was most of the time handled by the new dialog. The new dialog
issued an easy_close event which closed the dialog. Moved the handler in
the mouse_up code (which already ignores mouse up events without the
button being down). The effect was percieved as the new dialog not
showing up.
2009-01-01 12:06:06 +00:00
Nils Kneuper
463d153779 cleanup the file, release announcement (1.5.7) is done 2008-12-31 23:37:03 +00:00
Ignacio R. Morelle
e46f814fab Slight rewording of a release note. 2008-12-30 16:38:11 +00:00
Mark de Wever
c916ead0ad Improve the showing of scrollbars.
The not needed scrollbars are no longer shown, the space reserved for
them is not always freed. (Easyclose still doesn't work as wanted.)
2008-12-29 21:39:09 +00:00
Mark de Wever
6bc2c8677d Add an extra warning to the RELEASE_NOTES. 2008-12-28 17:59:51 +00:00
Mark de Wever
76300051f1 Enable the new dialogs and update changelogs. 2008-12-25 11:16:11 +00:00
Ignacio R. Morelle
99861fae07 Start-of-scenario saves are recognized again when compressed. 2008-12-12 04:47:40 +00:00
Ignacio R. Morelle
da8cb7e1b8 Update release notes (mentioning the replay engine fixes). 2008-12-10 20:52:42 +00:00
Nils Kneuper
26859cbfeb clean up release notes... 2008-11-23 20:26:32 +00:00
Gunter Labes
fda6587d7f fixed a typo 2008-11-17 10:38:36 +00:00
Ignacio R. Morelle
29dcfcaed9 Spelling mistake fix. 2008-11-10 22:26:06 +00:00
Eric S. Raymond
df828afeec Teach wmllint to do the safe part of the music namespace changes,
...and document what has already been done.
2008-11-05 22:07:11 +00:00
Mark de Wever
9579ac1d15 Remove obsolete info. 2008-10-31 18:52:29 +00:00
Ignacio R. Morelle
e393e1228e Update release notes 2008-10-31 18:18:17 +00:00
Eric S. Raymond
25e0c63160 Updated some logs with significant news. 2008-10-23 09:51:56 +00:00
Eric S. Raymond
1db2a69eda LoW and trackplacer are in. 2008-10-14 05:25:55 +00:00
Tomasz Śniatowski
6022234caa Remove the old editor.
This includes removing sources, cfg files, editor targets in build
systems (scons was done already), and removing old-editor only parts
from several other files under data/ and src/. There probably are some
remains of the old editor left.
2008-10-04 12:24:35 +01:00
Gunter Labes
d2c216e570 when specifying --config-dir now put it under %APPDATA% on windows
(default remains as cwd\userdata but can be changed when defining
APPDATA_USERDATA at compile-time.)

sync commandline option descriptions between the manpage and --help
2008-09-26 10:09:48 +00:00
Nils Kneuper
22741ea920 post release (1.5.4) cleanup of release notes
correct new entry a little
2008-09-11 12:56:01 +00:00