35579 Commits

Author SHA1 Message Date
Iurii Chernyi
7672a9d7ff ai macros and aliases 2009-08-23 22:04:06 +00:00
Iurii Chernyi
23b656317a added side number to --log-debug=ai/config info 2009-08-23 22:03:58 +00:00
Iurii Chernyi
7c66964efe [modify_ai] tag support 2009-08-23 22:03:54 +00:00
Iurii Chernyi
0b9fbaf95d added some changees to ai config upgrade procedure,
...to allow better ways of mixing new and old syntax
2009-08-23 22:03:05 +00:00
Fabian Müller
2bbd66f530 LoW::2: Moved the scenario's outro speech in a macro...
...and use it at both ways the scenario can end.
2009-08-23 20:36:47 +00:00
Fabian Müller
68352400d5 LoW::1: Converted the scenario to the new gold carryover system. 2009-08-23 20:34:15 +00:00
Iurii Chernyi
3e4990f0ab LoW::2: cleaned [avoid]ed locations properly 2009-08-23 19:30:55 +00:00
Iurii Chernyi
a392384be9 [modify_ai]: add facets of aspects 2009-08-23 19:30:50 +00:00
Iurii Chernyi
70ce4fae26 WIP on modify_ai 2009-08-23 19:30:45 +00:00
Iurii Chernyi
d2ef421454 Added component class interface, which is needed to support [modify_ai] 2009-08-23 19:30:38 +00:00
Nils Kneuper
2eebb9c0d7 updated Lithuanian translation 2009-08-23 18:15:13 +00:00
Gregory Shikhman
0935e7819f Turned off sqlalchemy again; I ended up not using it for authentication. 2009-08-23 14:44:43 +00:00
Gregory Shikhman
d22ebb2aa3 Added configuration files. 2009-08-23 14:40:35 +00:00
Fabian Müller
c219dfafa3 Updated the changelog with the work done on LoW. 2009-08-23 14:17:22 +00:00
Thomas Baumhauer
975d0c81f9 added last seen time to the ip log 2009-08-23 13:06:52 +00:00
Tomasz Śniatowski
6caaa0bdb6 make the editor remember the show terrain codes...
...and coordinates options states
2009-08-23 13:39:40 +01:00
Tomasz Śniatowski
ba6868b26e changelog update for 2009-08-22T10:57:23Z!kailoran@gmail.com 2009-08-23 13:39:03 +01:00
Mark de Wever
0ad9be5611 Update documentation. 2009-08-23 12:34:01 +00:00
Mark de Wever
276982f82b Update documentation and minor code cleanups. 2009-08-23 12:33:27 +00:00
Mark de Wever
9d04c8500f Add a horizontal listbox. 2009-08-23 12:20:06 +00:00
Iurii Chernyi
70e0ce4400 new candidate action - testing_ai_default::aspect_recruitment_phase.
Reworked RCA AI to use formula_ai recruitment
2009-08-23 10:44:35 +00:00
Iurii Chernyi
21e097d181 externalized scores of candidate actions in RCA ai 2009-08-23 00:41:13 +00:00
Iurii Chernyi
efb2ccc331 minor refactoring of get_healing candidate action 2009-08-23 00:41:05 +00:00
Iurii Chernyi
bdd16222cc new candidate action: retreat_phase 2009-08-23 00:39:29 +00:00
Gunter Labes
3be42e2d7b added a typo fix and ran pofix 2009-08-23 00:30:03 +00:00
Iurii Chernyi
a2bcbee987 fixed the way full move works 2009-08-22 23:22:10 +00:00
Iurii Chernyi
f177bd9488 simplified code, removed ai_default custom handling of...
...srcdst-like maps. This will make the code more robust, and fix some
'stale cache' issues
2009-08-22 23:22:01 +00:00
Iurii Chernyi
971c994a39 fix some bugs in ai movement code. more subtle bugs remain there, still. 2009-08-22 23:21:54 +00:00
Phil Barber
914297de51 rename a thunderguard frame that was incorrectly named. 2009-08-22 21:13:51 +00:00
Jérémy Rosen
6ca963eaa4 use value and value_second to allow movement anims...
...to be filtered on number of steps done and steps left. This allows
take-off and landing anims
2009-08-22 20:56:10 +00:00
Mark de Wever
909f082dd1 Fix a compiler warning. 2009-08-22 20:21:19 +00:00
Mark de Wever
cf5895c77f Update documentation and minor code cleanups. 2009-08-22 19:55:43 +00:00
Mark de Wever
f2151cf091 Minor code cleanups. 2009-08-22 19:55:39 +00:00
Mark de Wever
9925affb4e Update documentation and minor code cleanups. 2009-08-22 19:55:34 +00:00
Mark de Wever
88b31ca970 Update documentation and minor code cleanups. 2009-08-22 19:55:29 +00:00
Mark de Wever
c33a2c682d Update documentation and minor code cleanups. 2009-08-22 19:55:07 +00:00
Iurii Chernyi
02d46b4419 remove some opportunities for ai infinite loops;...
...fix a bug with 'ai turn' event being called at the wrong time;
definitly fixes bug #14157 and bug #14161, and might fix bug #14167
(this one might had been fixed earlier); might cause the AI to stop
its turns prematurely - report this, if it happens
2009-08-22 18:19:35 +00:00
Mark de Wever
5689b70505 Update documentation and minor code cleanups. 2009-08-22 13:00:31 +00:00
Mark de Wever
6ce356669b Update documentation and minor code cleanups. 2009-08-22 13:00:26 +00:00
Mark de Wever
e6acc49d6e Update documentation and minor code cleanups. 2009-08-22 13:00:20 +00:00
Mark de Wever
6576692719 Update documentation and minor code cleanups. 2009-08-22 12:59:51 +00:00
McShark
43ead3bbc8 Update according to recent file changes:
...added src/editor/editor_preferences.cpp+hpp
2009-08-22 12:34:25 +00:00
Gunter Labes
63ef91b385 Removed the hotkey to enable/disable mouse scrolling
it conflicts with setting team labels and is generally just confusing
most users fixes bug #14164: Default "set team label" hotkey does not
work
2009-08-22 12:33:04 +00:00
Guillaume Melquiond
9f426d8060 Fixed file format of image. 2009-08-22 11:54:21 +00:00
Tomasz Śniatowski
439618fe56 move editor preferences to a separate file 2009-08-22 11:57:40 +01:00
Tomasz Śniatowski
6a940e6d8d lgo duplicate terrain codes turing terrain loading...
...and merge their editor_group defs
2009-08-22 11:57:23 +01:00
Tomasz Śniatowski
f257ae348c allow changing a terrain's editor_group 2009-08-22 11:57:07 +01:00
Tomasz Śniatowski
9e1b2521b0 use the proper std algo (std::remove_id -> std::stable_partition) 2009-08-22 11:56:49 +01:00
Fabian Müller
38a093b292 LoW::3:
Code cleanups.

Fog is lifted at Kalenz arrival.

Finalized the speech for ESR to reprose.

Solved all errors reported by wmllint.

Sorted the code for better readability.

Much more I don't remember.
2009-08-22 09:50:51 +00:00
Ignacio R. Morelle
cc667a2834 Fix minor typo in WML comment. 2009-08-22 01:58:56 +00:00