Commit Graph

48042 Commits

Author SHA1 Message Date
Alexander van Gessel
d06d898e3b More fixes to git-mode of wescamp.py and libgithub 2011-12-04 18:24:48 +01:00
Alexander van Gessel
0c4a4c6720 Don't check errors on push for now, it writes to stderr even on success 2011-12-04 18:24:35 +01:00
Nils Kneuper
68acf4157d fixed a gcc warning in src/pathfind/astarsearch.cpp...
...when compilung under openbsd (fixed bug #19095, thanks George
Koehler <kernigh>)
2011-12-04 13:30:13 +00:00
Nils Kneuper
57b2c92900 fixed linker errors when using cmake on OpenBSD
(fixed bug #19096, thanks to George Koehler <kernigh>)
2011-12-04 13:08:26 +00:00
Nils Kneuper
ff6b3e2671 updated German translation 2011-12-04 12:18:03 +00:00
Steven Panek
af3d8fd2f3 Updated the Old English translation. 2011-12-04 04:24:56 +00:00
Alexander van Gessel
172decc603 Open commit message file in write mode 2011-12-04 02:02:18 +01:00
Nils Kneuper
6de351ff0e updated Czech and Russian translation 2011-12-03 11:03:21 +00:00
Steven Panek
b624fe9ae2 Updated the British English translation. 2011-12-02 01:01:05 +00:00
Nils Kneuper
8d1f663c30 updated Czech translation 2011-12-01 09:49:38 +00:00
Steven Panek
260b3c3353 Updated the Old English translation. 2011-11-30 21:51:47 +00:00
Nils Kneuper
f3959c9672 updated German translation 2011-11-30 13:21:22 +00:00
Nils Kneuper
180fe6ad14 updated Hungarian translation 2011-11-30 11:17:33 +00:00
Gabriel Morin
0f297791a8 Logging to help track any new wb gold bugs. 2011-11-30 05:29:47 +00:00
Gabriel Morin
58975a8787 Fix another gold bug, this time related to multi-turn planned actions. 2011-11-30 05:29:41 +00:00
Gabriel Morin
634b68c0ec More tweaks to planned move/attack appearance. 2011-11-30 05:29:33 +00:00
Gabriel Morin
652647ee15 Add get_fake_unit method to actions 2011-11-30 05:29:23 +00:00
Nils Kneuper
34ab8d297d updated Czech translation 2011-11-29 13:05:22 +00:00
Gabriel Morin
30e1da1597 Attacks don't always have fake units. 2011-11-29 07:02:20 +00:00
Gabriel Morin
aa95024fb4 Multi-turn moves work again.
Fixed and re-enabled the code disabled in svn revision #52041
2011-11-29 07:02:13 +00:00
Gabriel Morin
cbce7d2e74 Fix gold problems with the recent 2011-11-28T20:22:07Z!gabrielmorin@gmail.com
i.e. gold going in the negative in multiplayer, and recruit cost being
used instead of recall cost.
2011-11-29 06:23:35 +00:00
Gabriel Morin
2fd674a0ef Three visual tweaks for the whiteboard:
* Ghost the unit at starting position of planned moves

* On mouseover, display orb and xp bar on planned moves with accurate status

* Mouseover on last planned move of a unit displays accurate movement left
2011-11-29 06:23:23 +00:00
Gabriel Morin
1396c6c880 Fix formatting 2011-11-29 06:23:13 +00:00
Gabriel Morin
8d927a6fc8 Fix some ugly logging 2011-11-29 06:22:49 +00:00
Ignacio R. Morelle
c0b82e9538 Fix some bad grammar 2011-11-28 20:46:17 +00:00
Gabriel Morin
66b4fe1671 Somewhat better use of polymorphism in the wb visitors.
Visitor pattern and shared_ptr don't mesh well...
2011-11-28 20:22:17 +00:00
Gabriel Morin
e2ac075e6a Fix getting "not enough gold" message when executing planned recruits/recalls. 2011-11-28 20:22:07 +00:00
Steven Panek
a3168f89f9 Converted the remaining uses of Ggf. 2011-11-28 20:00:43 +00:00
Steven Panek
b5655f30ba Applied patch #3061. 2011-11-28 19:44:49 +00:00
Anonymissimus
0bfd31b17d Enable remaining tests.
Move util.cpp from wesnothlib to wesnoth and define a preprocessor
symbol to escape a duplicate reference.
2011-11-28 15:52:23 +00:00
Anonymissimus
39377b6479 solve some duplicate references if MSVC builds the tests
via #ifdefing
2011-11-28 15:52:20 +00:00
Anonymissimus
399e3ecb79 mute MSVC warnings by including global.hpp 2011-11-28 15:52:16 +00:00
Anonymissimus
a8ad747435 fix compilation in MSVC 2011-11-28 15:52:13 +00:00
Anonymissimus
2269b8fb82 avoid MSVC warnings about unreachable code 2011-11-28 15:52:10 +00:00
Anonymissimus
4c1d5677aa fix an MSVC warning about unused local variable 2011-11-28 15:52:07 +00:00
Anonymissimus
284ba08eb6 fix an MSVC warning about unused local variable 2011-11-28 15:51:57 +00:00
Nils Kneuper
56858dcd78 updated Czech, French and Slovak translation 2011-11-28 10:29:45 +00:00
Sergey Popov
6900afa3d0 Fix bug #18654
Comment debug output statements that causes memory corruption

found by Soliton.
2011-11-27 22:35:32 +00:00
Gabriel Morin
62415c11b1 whiteboard gold calculations just returns 0 if...
...teams aren't initialized yet.
2011-11-27 19:41:24 +00:00
Gabriel Morin
383caccb31 Removed unused comment and scope braces. 2011-11-27 19:41:19 +00:00
Gabriel Morin
0d73c50598 Protection against the scoped unit map structs...
...being used before whiteboard is initialized.

Should fix bug #19061
2011-11-27 19:41:12 +00:00
Gabriel Morin
77073d58ad More protection against whiteboard being called on...
...before teams are initialized correctly.
2011-11-27 19:41:05 +00:00
Alexander van Gessel
81eec4ea01 Fix the recruiting part of first tutorial scenario 2011-11-27 18:20:56 +01:00
Anonymissimus
03c72445ce disable MSVC warnings about unreferenced local functions...
...for gui/widgets/generator

(they're wrong according to mordante)
2011-11-27 15:18:35 +00:00
Anonymissimus
af166a790c mute an MSVC warning about truncating from an int 2011-11-27 15:18:32 +00:00
Anonymissimus
78bdf5f779 mute an MSVC warning about truncating from an int 2011-11-27 15:18:29 +00:00
Anonymissimus
02103a9181 mute an MSVC warning about truncating 2011-11-27 15:18:26 +00:00
Anonymissimus
983e7e7fcd mute an MSVC warning about truncating 2011-11-27 15:18:23 +00:00
Anonymissimus
9c1a79008d mute an MSVC warning about truncating from an int 2011-11-27 15:18:20 +00:00
Anonymissimus
cd2b166ab4 mute an MSVC warning about truncating from an int 2011-11-27 15:18:15 +00:00