Commit Graph

33422 Commits

Author SHA1 Message Date
Tomasz Śniatowski
45b7691bec remove unused code in send_buffer 2009-05-18 21:13:20 +01:00
Nils Kneuper
5c9e494f43 fixed missing »PO-Revision-Date« in french translation file 2009-05-18 19:34:18 +00:00
Tomasz Śniatowski
688468ac47 VC9 wesnothd solution settongs update 2009-05-18 16:39:53 +01:00
Tomasz Śniatowski
3fdfcef63a Fix a networking problem when trying to send data to a disconnected socket
According to SDL docs, SDLNet_TCP_Send is blocking and if the returned
nubmer of bytes sent is less than expected, it's an error. Previous code
could trigger an infinite loop with the function returning zero and our
loop trying to send again and again.
2009-05-18 16:39:34 +01:00
Tomasz Śniatowski
ad88be254f fix unused variable warning on win32 2009-05-18 09:45:45 +01:00
Tomasz Śniatowski
24e2efabba fix and use the predicate version of send_to_many 2009-05-18 09:45:25 +01:00
Tomasz Śniatowski
1fdb4c2df8 add new file to build systems 2009-05-18 09:45:07 +01:00
Tomasz Śniatowski
420ecba182 extract group data sending functions from wesnothd's game class...
...to free functions in a separete header/cpp pair
2009-05-18 09:44:46 +01:00
Richard Kettering
2b07d2b110 Visual overhaul for the orc sovereign. 2009-05-18 00:05:58 +00:00
Richard Kettering
bdf416988a Visual overhaul for the orc ruler. 2009-05-18 00:03:27 +00:00
Richard Kettering
fc37ace87b Visual overhaul for the orc leader, and added a new leadership anim macro. 2009-05-17 23:59:24 +00:00
Richard Kettering
5a77c21a35 Visual overhaul for the orc leader, and added a new leadership anim macro. 2009-05-17 23:58:43 +00:00
Richard Kettering
0d6a91d80b Cleanup on grunt and warrior images. 2009-05-17 23:53:29 +00:00
Ali El Gariani
4ecb0a95c3 Fix assert-crash spotted by loonycyborg in test-scenario
(dismissing troll after a move leaving the undo-stack not empty)

Current fix has the small flaw that a unit WML-killed by an event will
not clear the shroud explored by its previous move (if delay shroud is
on)
2009-05-17 23:19:45 +00:00
Ali El Gariani
6be85c276f Use reference for image::locator (not so small structure) 2009-05-17 22:58:46 +00:00
Ali El Gariani
46c8ea9dba use STL function when possible 2009-05-17 22:40:17 +00:00
Ali El Gariani
d0228ccad5 Small simplification/optimization of propagate_invalidation() 2009-05-17 22:38:03 +00:00
Richard Kettering
356c19fb33 Reverted accidental commit to the elf archer. 2009-05-17 21:31:19 +00:00
Richard Kettering
0a3373c11f New images for the orc warlord. 2009-05-17 21:26:50 +00:00
Guillaume Melquiond
b5717ee623 Removed code duplication. 2009-05-17 20:31:08 +00:00
Guillaume Melquiond
f558add83d Removed unused functions. 2009-05-17 20:30:59 +00:00
Guillaume Melquiond
592b4b5c8d Used fast checks. 2009-05-17 20:30:50 +00:00
Guillaume Melquiond
b0efaa0047 Fixed some discrepancies between side (1-based) and team (0-based). 2009-05-17 20:30:36 +00:00
Guillaume Melquiond
8fba032a9c Merged find_leader and team_leader into unit_map::find_leader. 2009-05-17 20:30:07 +00:00
Nils Kneuper
1e49d20787 post release version bump to 1.7.0+svn 2009-05-17 18:05:56 +00:00
Nils Kneuper
adee85e1cb revert some debug code...
...that seems to have gotten into 2009-05-17T09:05:31Z!koraq@xs4all.nl by accident (the debug
code broke the campaign selection dialog)
2009-05-17 16:27:06 +00:00
Ali El Gariani
f227093199 remove wml documentation from the new [hide_help] changelog entry 2009-05-17 15:51:02 +00:00
Nils Kneuper
a7563fa02c version bump to 1.7.0 2009-05-17 15:49:36 +00:00
Nils Kneuper
1df55fc2d6 pot-update (preparing for 1.7.0) 2009-05-17 15:48:00 +00:00
Nils Kneuper
c74d3af684 remove newline that just causes sanity_check...
...to print an extra line without any content...
2009-05-17 15:39:34 +00:00
Nils Kneuper
1e86d85284 updated Lithuanian translation 2009-05-17 15:36:24 +00:00
Gunter Labes
c6175d82e5 commented unused parameters out 2009-05-17 13:15:52 +00:00
Nils Kneuper
3aad16d425 updated Icelandic and Italian translation 2009-05-17 12:35:23 +00:00
Mark de Wever
52b2dea475 Initialize all members. 2009-05-17 10:44:13 +00:00
Mark de Wever
0e5bcfe5b5 Initialize all member (also added constructors). 2009-05-17 10:44:00 +00:00
Lari Nieminen
1726764729 TC'd Aleron's unit image shown in the extra hint message. 2009-05-17 10:00:36 +00:00
Lari Nieminen
68548795ca Flipped the facing of Lanbec'h's right-side guards as in the previous scenario. 2009-05-17 09:59:07 +00:00
Lari Nieminen
f6024442d4 Added an extra string to clarify things when Krawg finds the forge. 2009-05-17 09:52:00 +00:00
Lari Nieminen
5dee0f3d11 Updated changelogs. Some unnecessary trailing whitespace removal. 2009-05-17 09:43:56 +00:00
Mark de Wever
a638ed7d91 There exists something called a changelog... 2009-05-17 09:07:20 +00:00
Mark de Wever
820b5d3af2 Remove a todo which has been done. 2009-05-17 09:05:35 +00:00
Mark de Wever
48f1b603cb Add a new show_message helper function.
This function isn't used yet and might more tweaking later on.
2009-05-17 09:05:31 +00:00
Mark de Wever
2088c843f0 Enable the button_caption in show_message. 2009-05-17 09:05:09 +00:00
Gregory Shikhman
52e58670f2 Added basic timing instrumentation, updated TODO,
...added new smaller sample size (10k row table)
2009-05-17 07:17:39 +00:00
Eric S. Raymond
ccc89019d5 Teach THoT to use the Swarvish Scout line, and fix a typo. 2009-05-17 05:20:45 +00:00
Eric S. Raymond
fcb5e5c348 Mainlining UtBS Dwarven Explorer line...
...so Dwarvish sides in THoT and elsewhere can have a bit more unit
variety.
2009-05-17 05:01:10 +00:00
Eric S. Raymond
372d3c8471 Simplify wmlmove usage a bit. 2009-05-17 04:32:11 +00:00
Eric S. Raymond
b4457fb15e Remove unused dependency. 2009-05-17 04:08:11 +00:00
Eric S. Raymond
32a1c4207f Fix bug #13505: NR: Recovered gold was not distributed on the last scenario. 2009-05-17 01:19:16 +00:00
Gunter Labes
b422ae20a1 added unban and unmute commands to the in-game help...
...and fixed syntax and description of some commands
2009-05-17 00:55:32 +00:00