Commit Graph

15774 Commits

Author SHA1 Message Date
Patrick Parker
2de66703bd a first step towards supporting WML menu items
- create a structure to add them to the game state
2007-03-25 21:00:15 +00:00
Mark de Wever
9184ec4ee6 reapply the halo changes,
...boucman found the cause of failure; shouldn't have been 64 bit specific.

added halo::NO_HALO as value for no halo.

src/unit_frame.cpp will need some more cleaning up but will be done
another time.
2007-03-25 13:52:15 +00:00
Nils Kneuper
adb256baa7 updated changelogs, zokeeper, please check palyers changelog it everything is correct 2007-03-25 10:03:12 +00:00
Nils Kneuper
dd7f7fb909 updated Players changelog 2007-03-25 09:56:22 +00:00
Nils Kneuper
85c4c7b95a updated Greek translation 2007-03-25 09:54:17 +00:00
Jérémy Rosen
3f8bc02ee7 fix debug traces I forgot to remove 2007-03-24 18:21:58 +00:00
David Philippi
a69dc458ad danish translation update 2007-03-24 14:26:29 +00:00
David Philippi
39a455613f hungarian translation update 2007-03-24 13:12:49 +00:00
Nils Kneuper
2848f39f85 updated the ports to point to the real dev server 2007-03-24 11:56:09 +00:00
Mark de Wever
bd1d1afc24 updated the changelogs 2007-03-23 20:17:54 +00:00
Jérémy Rosen
8dd1ac1050 push WML compression to the helper thread,
also remove spurious thread creation
2007-03-23 19:26:19 +00:00
Elias Pschernig
768744be94 Fixed querying of unit type abilities in the Python API,
thanks to MSchmahl for reporting.
2007-03-23 19:19:59 +00:00
Nils Kneuper
e100a35d0b updated Italian translation 2007-03-23 11:10:32 +00:00
Patrick Parker
2312f2adbe don't draw the dialog-style edges for the credits screen 2007-03-22 23:34:29 +00:00
Lari Nieminen
d9f35aa0ac Added a preliminary "night" sound. 2007-03-22 22:09:31 +00:00
Nils Kneuper
9927f3d6d0 pot-update 2007-03-22 22:00:30 +00:00
Nils Kneuper
c724c628c2 updated Czech translation 2007-03-22 21:54:55 +00:00
Jörg Hinrichs
4064e26d63 fix of bug #8762 2007-03-22 19:45:18 +00:00
David Philippi
5729eca69a danish translation update 2007-03-22 19:38:14 +00:00
David Philippi
33aed9f5d8 danish translation update 2007-03-22 19:16:40 +00:00
Jörg Hinrichs
3cb6dfaf27 Fixes bug #8762
(Autosaves not deleted for the last mission of campaign). Also gives
the player the opportunity to delete multiplayer autosaves.
2007-03-22 18:47:14 +00:00
David Philippi
7357cceeb1 dutch translation update 2007-03-22 15:23:26 +00:00
Nils Kneuper
5330340e2f updated Italian translation 2007-03-22 11:35:51 +00:00
Patrick Parker
8318f31061 compiling with python is optional 2007-03-22 01:44:55 +00:00
David Philippi
accdaaf0ad danish translation update 2007-03-21 22:30:39 +00:00
Lari Nieminen
685706c6fc Added a preliminary "morning" sound. 2007-03-21 21:32:25 +00:00
Nils Kneuper
4c81dae66d updated Greek translation 2007-03-21 20:48:08 +00:00
Nils Kneuper
975b0e15c7 updated Czech translation 2007-03-21 18:04:18 +00:00
Mark de Wever
1c2af8b04a reverted [SVN:16261] the new halo render code, it seems to cause crashes.
Will look at a real fix when I have more time.
2007-03-21 17:29:55 +00:00
Nils Kneuper
6478ec2def the same fixes as for 1.2 are also needed in trunk
(moving of units from HttT to tutorial completed)
2007-03-21 16:07:40 +00:00
Elias Pschernig
37ec6e8aaf More work on the safe python AIs:
- Using safe.py from the given SVN repository, which is much cleaner,
  no more notes or tests.

- Added a preprocessor, as a way to allow a limited import again.

- Made runtime docs work again, with a --python-api switch instead of
  the previous AI hack.
2007-03-21 15:24:48 +00:00
Nils Kneuper
69d5e52e60 updated Greek translation 2007-03-21 14:55:49 +00:00
Nils Kneuper
277d339cf9 pot-update 2007-03-21 14:31:55 +00:00
Nils Kneuper
fe6e6686bf updated changelog 2007-03-21 14:07:50 +00:00
Nils Kneuper
f4c564b56e added updated Delfador images by jetryl to the changelog 2007-03-21 14:05:42 +00:00
Nils Kneuper
5708e3cc8d pngcrush 2007-03-21 14:04:09 +00:00
Nils Kneuper
4f6e193222 moved HttT lisar over to the tutorial
(same stats as in the tutorial before, mainly an image/animation update)
2007-03-21 14:02:51 +00:00
Nils Kneuper
11fcb41b2b forgot moving some files,
ported 2007-03-20T21:53:06Z!kettering.richard@gmail.com+2007-03-20T21:58:26Z!kettering.richard@gmail.com to the tutorial units

by jetryl, original commit messages:

New images for Delfador.
2007-03-21 13:41:47 +00:00
Nils Kneuper
662f124740 ported 2007-03-20T21:53:06Z!kettering.richard@gmail.com+2007-03-20T21:58:26Z!kettering.richard@gmail.com to the tutorial units
by jetryl, original commit messages:

New images for Delfador.
2007-03-21 13:37:47 +00:00
Patrick Parker
a87c2b3b8a merge [store_side] and [store_gold] (so no need to deprecate store_gold now ;))
use complex substitution for set_variable() key

removed/clarified some dead/obscure code in gamestatus.cpp
2007-03-21 03:09:05 +00:00
Patrick Parker
aa097f6770 avoid making copies of the unit_map when calculating moves 2007-03-21 00:32:52 +00:00
Nils Kneuper
fbe01b8134 added 2007-03-20T20:26:44Z!joerg.hinrichs@alice-dsl.de by yogi to the changelog 2007-03-20 23:26:40 +00:00
Nils Kneuper
a4dc7a11a4 fixed image typo, already fixed in 1.2 2007-03-20 22:38:51 +00:00
Richard Kettering
6249fff048 New images for Delfador. 2007-03-20 21:58:26 +00:00
Richard Kettering
c8882d4f37 New images for Delfador. 2007-03-20 21:53:06 +00:00
Nils Kneuper
39b4421991 updated Czech translation 2007-03-20 20:58:35 +00:00
Jörg Hinrichs
bdb540b673 fixes bug #8698
(beginning-of-scenario saves don't contain the latest scenario WML)
2007-03-20 20:27:19 +00:00
Karol Nowak
a933089750 Adding myself to about. :-P 2007-03-20 19:36:57 +00:00
Mark de Wever
7982b9ca36 show total amount of visible villages (patch #698) 2007-03-20 19:35:49 +00:00
Mark de Wever
31c354d487 looking at the proper function does not magically include it... really not 2007-03-20 19:01:36 +00:00