41548 Commits

Author SHA1 Message Date
Fabian Müller
278673871c Fixed a missing brake in a switch case construct, spotted by Crab. 2010-08-02 11:30:25 +00:00
Fabian Müller
79113a154d Fixed missing code for the liminal alignment. 2010-08-02 11:09:27 +00:00
Phil Barber
eb5d31956f Update credits 2010-08-02 10:25:44 +00:00
Fabian Müller
fcca1b8911 Introduced the new "Liminal" alignment.
Units specialized on the twilight times of day belong to it.
2010-08-02 09:59:23 +00:00
Fabian Müller
d01a4ac37a UtBS::2: Enabled the recruitment of the new quenoth elve faction. 2010-08-02 09:32:29 +00:00
Fabian Müller
b167779ae7 UtBS: Fixed not defined difficult level when using the new units.
Repaired some time of day name clashes.  Updates to the units.
2010-08-02 09:31:06 +00:00
Mark de Wever
b1250b0a37 Change a function signature to fix compilation.
The signature difference caused the function to be pure virtual, not
allowing an object to be created.
2010-08-02 08:15:47 +00:00
Jody Northup
c8d43616c5 test scenario now saves a record of village ownership,
...updated whenever a village is captured, and initializes the
villages accordingly on start.
2010-08-02 06:42:12 +00:00
Jody Northup
040e1bc1b5 updated set_global_variable and get_global_variable handlers...
...to support arrays as intended.
2010-08-02 06:40:23 +00:00
Guillaume Melquiond
a1b37948b7 Fixed broken fog when multiple clearers are used.
Bug introduced by 2010-03-05T00:06:52Z!Majora700@gmail.com. (Patch #1796 by Anonymissimus.)
2010-08-02 05:39:25 +00:00
Fabian Müller
89a18edccf UtBS: Gave the twilight skirmisher ability to the Sand Sneaker. 2010-08-01 22:41:29 +00:00
Gabriel Morin
7c0237a411 Whiteboard: planned recruit gold taken into account in top sidebar. 2010-08-01 22:30:37 +00:00
Gabriel Morin
2d4f3b0a0f Whiteboard: planned recruit gold taking into account except in top bar display. 2010-08-01 22:30:30 +00:00
Gabriel Morin
96a60efda3 Whiteboard: prepare for faking gold amount changes when a recruit is planned. 2010-08-01 22:30:25 +00:00
Gabriel Morin
4f76f04b4d Whiteboard: remove done @todo 2010-08-01 22:30:18 +00:00
Gabriel Morin
c96f1e199d Whiteboard/recruit: changed the place the wb intercepts recruit,
...and added planned unit map scopes.

Fixes being able to plan a recruit anywhere, or to plan two recruits
on the same hex.
2010-08-01 22:30:13 +00:00
Gabriel Morin
1b359bda70 Whiteboard: don't allow planning a new recruit...
...while another action is executing.
2010-08-01 22:30:07 +00:00
Gabriel Morin
62c282d402 Whiteboard: apply the future unit map during sidebar display...
...and two other game_display methods. This allows seeing sidebar info
when you hover over planned recruits.
2010-08-01 22:30:00 +00:00
Alexander van Gessel
884de7f851 Make user_handler::error and gui::button::error inherit from game::error 2010-08-01 23:26:47 +01:00
Fabian Müller
ad07c775a4 UtBS: Blade Dancer made a lvl2. 2010-08-01 22:14:15 +00:00
Fabian Müller
a4485bdf66 UtBS: Fixed the Guards advancements. 2010-08-01 21:15:32 +00:00
Jody Northup
81eaf21cda Added two more persistence demonstration hotspots,
...relabeled the first, added to its effect, and explained it better.
2010-08-01 20:02:25 +00:00
Steven Panek
dbf26672fd Fixed some ids and names. 2010-08-01 19:54:03 +00:00
Steven Panek
7663cb694b Got rid of even more 'ellipse' keys... 2010-08-01 19:01:05 +00:00
Steven Panek
541ad99451 Got rid of useless 'ellipse' keys. 2010-08-01 19:00:02 +00:00
Timotei Dolean
0cfa9e5dd8 eclipse plugin:more validation for tag names 2010-08-01 18:54:28 +00:00
Timotei Dolean
7e3ca20e3c eclipse plugin: add validation for tag start/end name 2010-08-01 18:54:09 +00:00
Timotei Dolean
8c185f4e69 eclipse plugin: move the DEBUG flag to the UIModule 2010-08-01 18:53:53 +00:00
Timotei Dolean
9b2af9a911 eclipse plugin: update the grammar to allow '-' in IDs 2010-08-01 18:53:36 +00:00
Timotei Dolean
8ccec2fad9 eclipse plugin: add autocompletion for tags 2010-08-01 18:53:19 +00:00
Timotei Dolean
47b6cf6d8f eclipse plugin: forgot one import 2010-08-01 18:53:03 +00:00
Timotei Dolean
1614ab2346 eclipse plugin: initialize the the loggers at startup 2010-08-01 18:52:26 +00:00
Jody Northup
b2e2f03545 C++ liblua now works in msvc native debug configurations. 2010-08-01 18:52:23 +00:00
Steven Panek
f6562d27a6 Renamed a weapon. 2010-08-01 18:50:36 +00:00
Guillaume Melquiond
04c1474d03 Fixed warning about unused local variable. 2010-08-01 15:44:08 +00:00
Alexander van Gessel
891787c5c0 Make game_logic::formula_error inherit from game::error 2010-08-01 16:23:39 +01:00
Nils Kneuper
3944aab223 remove some useless markers, most likely introduced by a screwed up wmllint 2010-08-01 12:31:35 +00:00
Nils Kneuper
0663dab09b add special notes, remove useless translation markers...
...(why would you want to translate a plain '.'?!? probably some
"wmllint screws up here"-workaround)
2010-08-01 12:27:30 +00:00
Mark de Wever
9f2bc208a0 Make a member function a const member function. 2010-08-01 12:21:28 +00:00
Nils Kneuper
3179ab453d ran wmllint on UtBS: fixed some broken tags,
...removed some translation markers from empty strings, ...
2010-08-01 12:16:03 +00:00
Mark de Wever
c5644f70f5 Don't add translatable empty strings. 2010-08-01 11:53:53 +00:00
Mark de Wever
6b7c05ce26 Fix a compiler warning. 2010-08-01 11:53:50 +00:00
Gabriel Morin
e1c7a69094 Whiteboard: fix small regression in mouse code...
...(unit flickering back and forth between start and dest of move)
2010-08-01 10:50:37 +00:00
Gabriel Morin
9dab346097 Whiteboard: comments. 2010-08-01 10:50:31 +00:00
Gabriel Morin
a1e5c31198 Whiteboard: handle end_turn_exception...
...when executing a move or attack, and more generally any action.
2010-08-01 10:50:24 +00:00
Fabian Müller
68713f7c0f UtBS: Second half of the renaming procedure. See 2010-08-01T09:14:32Z!fabianmueller5@gmx.de. 2010-08-01 09:16:06 +00:00
Fabian Müller
c0001a65c5 UtBS: Corrected a twisted filename. Half on the way, don't know how to do it at once properly. 2010-08-01 09:14:32 +00:00
Guillaume Melquiond
8af48d9d95 Added description of all the relevant commits. 2010-08-01 08:47:50 +00:00
Steven Panek
b69e7e53f8 Fixed broken image paths. 2010-08-01 06:42:45 +00:00
Gabriel Morin
b1811cb067 Whiteboard/manager: another change to help message. 2010-08-01 04:24:21 +00:00