Lari Nieminen
a7fa231a29
Removed kamikaze.py and replaced it with a crude WML workaround for now.
2009-02-22 14:52:51 +00:00
Tomasz Śniatowski
e603fd058e
another VC9 projectfile update
2009-02-22 15:24:56 +01:00
Tomasz Śniatowski
7c64da9122
add a missing header to the vc9 project file
2009-02-22 15:21:31 +01:00
Tomasz Śniatowski
c275a90a38
changelog update
2009-02-22 14:49:09 +01:00
Bartek Waresiak
cacc6f8e8e
Attampt to fix formula move and move_partial functions - still work in progress
2009-02-22 13:40:58 +00:00
Mark de Wever
a5e75edfe2
Removed some unused parameters forgotten in 2009-02-22T12:19:57Z!guillaume.melquiond@gmail.com.
2009-02-22 13:08:52 +00:00
Mark de Wever
8e1c7a1236
Add the low mem option.
2009-02-22 12:59:07 +00:00
Tomasz Śniatowski
b9198d41ec
Make the scroll behavior change from 2008-11-21T21:05:43Z!kailoran@gmail.com...
...
...(that fulfilled fr #12604 ) optional, changeable in advanced
preferences. Defaults to old behavior, fixing bug #13046 .
New string added for the advanced preference.
2009-02-22 13:43:44 +01:00
Guillaume Melquiond
99a9556fba
Removed now unused parameter.
2009-02-22 12:19:57 +00:00
Nils Kneuper
bef011d04f
unify the string with the one available in utils/death,
...
...thanks stikonas for spotting this one
2009-02-22 12:13:36 +00:00
Guillaume Melquiond
693b8c19ce
Ensures the tokenizer starts with the same domain...
...
...the parser is initialized with. Fix for bug #12568 .
2009-02-22 12:06:29 +00:00
Nils Kneuper
94603cba0e
updated Lithuanian translation
2009-02-22 12:02:40 +00:00
Lari Nieminen
ede305aa87
Fixed submersion problem.
2009-02-22 10:48:29 +00:00
Jérémy Rosen
648b7b3518
revert accidental commit of debug code
2009-02-22 10:46:03 +00:00
Jérémy Rosen
ecad9fcfec
revert accidental commit of debug code
2009-02-22 10:45:52 +00:00
Jérémy Rosen
646325a13e
fix a slight problem with the submerge animation parameter...
...
...always being overridden by the engine.
2009-02-22 10:43:54 +00:00
Lari Nieminen
579bed74f9
Made flying drakes not use the flying standing animation on fords,
...
...reefs and water villages, and removed the flies=true movetype
attribute to allow normal submersion on those terrains.
2009-02-22 09:56:45 +00:00
Mark de Wever
00ffeb9516
Add my previous commit to the other build systems.
2009-02-22 08:31:54 +00:00
Mark de Wever
cce9f9da1d
Added experimental new addon download dialog.
...
This dialog is only available when started with --new-widgets and shouldn't
add new strings. The dialog is added to ease the testing the listbox
alignment feature that still needs to be added before 1.6. This dialog won't
be finished before 1.6.
2009-02-22 08:17:46 +00:00
Patrick Parker
3fe213fd8c
WML engine:
...
* Fixed bug #13024 : Conditional [allow_undo] not always working right
2009-02-22 06:40:07 +00:00
Patrick Parker
5ae5933c0a
remove the needless encapsulation violations of class event_handler
2009-02-22 05:20:51 +00:00
Gunter Labes
5f31d9a62f
fix a warning and a debug message
2009-02-22 04:25:25 +00:00
Gunter Labes
1a2226ef98
only change scenario WML once the game started
...
fixes a bug with open slots when a player leaves before the game started
2009-02-22 02:31:46 +00:00
Gunter Labes
5d486a0759
allow printing of a node and use it for [side] debugging
2009-02-22 02:31:12 +00:00
David White
bc0273c41a
attempt to fix crash bug when cancelling a download
2009-02-22 01:27:50 +00:00
Alexander van Gessel
46cd652c7f
Get the python ai in DiD:03 to work again. (bug #13039 )
2009-02-22 01:46:34 +01:00
Tomasz Śniatowski
32e9082159
fix bug #13031 by implementing a hard limit on map size.
...
The cap is set to 200 tiles (so 200*200 is the max map area), and as
of now is a hardcoded constant in terrain_translation.cpp.
2009-02-22 00:37:19 +01:00
Lari Nieminen
8ce4a3149f
Updates to forest variation usage by Doc Paterson.
2009-02-21 22:57:16 +00:00
Tomasz Śniatowski
4a66260942
fix a compile error on gcc caused by a recent commit
2009-02-21 23:39:05 +01:00
Lari Nieminen
3d3e267242
Made the mountains not layer on top of units...
...
...except where it makes sense. Also tried to simplify some of the
mountains WML a little bit.
2009-02-21 22:32:59 +00:00
Tomasz Śniatowski
28180549af
style fix
2009-02-21 23:24:56 +01:00
Tomasz Śniatowski
689622660a
use vector.swap(vector()) instead of vector.resize()...
...
...in terrain_builder cache when the map size changes to avoid a
leak-like behavior when a very large map is replaced by a small one
2009-02-21 23:07:03 +01:00
Nils Kneuper
a6b1294182
updated German, Polish and Russian translation (sorry that it took a little longer...)
2009-02-21 21:14:25 +00:00
Tomasz Śniatowski
d895538c04
use const char* instead of a std::string in t_translation::error
2009-02-21 21:48:26 +01:00
Tomasz Śniatowski
055cf2e30f
work around for bug #12625
2009-02-21 20:28:21 +01: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
Jérémy Rosen
0490949897
fix animation jumpiness reported by alink...
...
The bug was much more serious than that, but it's fixed now
2009-02-21 19:09:26 +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
Ignacio R. Morelle
595b6b8a97
Since santi is a collective of the three Alexiou people,
...
...compressed them under their single nickname for core
about.cfg. This also solves the alphabetical ordering issue.
2009-02-21 19:03:12 +00:00
Ignacio R. Morelle
938ae42375
Update entries for Shadow_Master/ShikadiLord in credits.
2009-02-21 18:59:51 +00:00
Mark de Wever
e01a8c40f3
Keep the horizontal position when a listbox scrolls.
2009-02-21 18:42:29 +00:00
Tomasz Śniatowski
710944dc20
default to the ".." item in the filebrowser when entering a new directory, fixing bug #13033
2009-02-21 17:00:01 +01:00
Tomasz Śniatowski
2d98acc597
revert an improper fix from 2009-02-17T21:28:46Z!kailoran@gmail.com...
...
...and reorder an operation to avoid triggering a vector iterator
assert in msvc debug mode
2009-02-21 16:53:26 +01:00
Ali El Gariani
54ed6fd54f
Mainly revert 2009-02-20T16:40:51Z!alinkmaze@gmail.com...
...
...(problem with fake screen) but keep the small optimization
2009-02-21 15:48:02 +00:00
David Philippi
2f7554963e
hebrew translation update
2009-02-21 15:26:41 +00:00
Guillaume Melquiond
63cb9bf7c6
Reorganized code and removed a division by zero...
...
...which induced an assertion failure later. Fix for bug #12632 .
2009-02-21 14:46:25 +00:00
Ali El Gariani
b64f4755d8
Quick fix for a flood of error message when running the test suite
...
(reported by Mordante)
2009-02-21 14:39:55 +00:00
Tomasz Śniatowski
8c725d44b8
proper fix for bug #12711 (disable auto-complete in the "save" dialog)
2009-02-21 15:17:53 +01:00
Lari Nieminen
39b5299c2c
Revert the non-functional fix of 2009-02-21T12:22:43Z!esr@thyrsus.com.
2009-02-21 14:11:39 +00:00
Tomasz Śniatowski
7befb2b801
reduce header dependencies (filechooser.hpp)
2009-02-21 15:05:24 +01:00