Commit Graph

46120 Commits

Author SHA1 Message Date
Mark de Wever
20617c4290 Remove a variable which is only assigned.
Issue found by cppcheck.
2011-07-07 19:15:50 +00:00
Mark de Wever
88f6d77101 Fix compilation with gcc 4.5 in C++-0x mode. 2011-07-07 18:16:28 +00:00
Sergey Popov
d8cd6f18b1 Do not try to cancel operations on a socket that isn't open yet. 2011-07-07 15:10:57 +00:00
Sergey Popov
d171f5cd57 Reorganized exception handling. 2011-07-07 15:10:43 +00:00
Tommy Schmitz
09c83f572e Updated changelogs (for whiteboard stuff). 2011-07-07 14:31:46 +00:00
Nils Kneuper
3f69ee0f0c updated Russian translation 2011-07-07 09:50:22 +00:00
Tommy Schmitz
3cb4fe334b Trimmed trailing whitespace. 2011-07-07 05:49:38 +00:00
Tommy Schmitz
827c8d995f Fixed one harmless mistake in code. 2011-07-07 05:49:22 +00:00
Tommy Schmitz
2da53c2745 Fixed typo in comment: s/operator/iterator/ 2011-07-07 05:49:06 +00:00
Tommy Schmitz
ffd71942fb Added todos. 2011-07-07 05:48:50 +00:00
Tommy Schmitz
9657d43182 Added a pair of curly braces. 2011-07-07 05:48:34 +00:00
Tommy Schmitz
58368876e4 Changed the behavior of invalid whiteboard actions...
...(no longer immediately discarded).
2011-07-07 05:48:17 +00:00
Tommy Schmitz
5d900d8a00 Optimized by adding "const&" to some fcn signatures 2011-07-07 05:47:45 +00:00
Sergey Popov
8551b63477 Define BOOST_ASIO_DISABLE_IOCP to ensure that canceling...
...network operations works on XP and earlier windows.
2011-07-06 23:32:32 +00:00
Sergey Popov
2ca299052e Fully switched the addon manager to the new network subsystem. 2011-07-06 23:32:13 +00:00
Timotei Dolean
b4a4957213 eclipse plugin: Tweak a bit the building reports 2011-07-06 16:54:22 +00:00
Timotei Dolean
eef9435c8a eclipse plugin: Implement the new full build 2011-07-06 16:54:13 +00:00
Timotei Dolean
0132ad1555 eclipse plugin: Preserve the ProjectCache got first time...
...and use that in every other place needed instead of creating it
each time we need it
2011-07-06 16:54:03 +00:00
Timotei Dolean
2dd6b5647f eclipse plugin: Remove duplicate method and use...
...one already existing
2011-07-06 16:53:53 +00:00
Timotei Dolean
20d2ba9b41 eclipse plugin: Relax the Python path checking to...
...allow unix variants (e.g.: 'python' ) to be set as the path executable
2011-07-06 16:53:43 +00:00
Timotei Dolean
62b475b05c eclipse plugin: Cleanup a bit the project builder 2011-07-06 16:53:34 +00:00
Timotei Dolean
baef72e2ee eclipse plugin: Tweak a bit the setup workspace workflow 2011-07-06 16:53:24 +00:00
Timotei Dolean
3eb560cc83 eclipse plugin: Implement the map creation when...
...trying to open a non-existing map
2011-07-06 16:53:14 +00:00
Timotei Dolean
55e01b30e3 eclipse plugin: Remove a TODO by implementing the...
...toString method of the Define class
2011-07-06 16:53:04 +00:00
Timotei Dolean
e5f94b1cec eclipse plugin: Add the 'isConfigFile' method...
...to eliminante duplicate code
2011-07-06 16:52:55 +00:00
Timotei Dolean
547f8102dc eclipse plugin: Cleanup in the externalized strings 2011-07-06 16:52:41 +00:00
Timotei Dolean
de450a06ab eclipse plugin: Remove some old-schema leftovers 2011-07-06 16:52:29 +00:00
Timotei Dolean
f887602c68 eclipse plugin: Remove the now obsolete schema implementation 2011-07-06 16:52:18 +00:00
Timotei Dolean
63167eb0b2 eclipse plugin: Use int instead of byte 2011-07-06 16:52:08 +00:00
Timotei Dolean
6d3a55c2ee eclipse plugin: Refactor the WMLTools's methods 2011-07-06 16:51:57 +00:00
Timotei Dolean
d66e9837ef eclipse plugin: Uncomment main builder but comment...
...the resource visitors as we're gonna visit them
in our own order
2011-07-06 16:51:48 +00:00
Timotei Dolean
25d338b2db eclipse plugin: Use a LinkedHashSet instead of a HashSet...
...to maintain the order in which we add the tree nodes
2011-07-06 16:51:38 +00:00
Timotei Dolean
5ec29ba0f2 eclipse plugin: Remove the UTF-16 encoded loading...
...for the project cache file
2011-07-06 16:51:29 +00:00
Timotei Dolean
f649533361 eclipse plugin: Externalize some strings 2011-07-06 16:51:18 +00:00
Timotei Dolean
0f80beb9d7 eclipse plugin: Implement the persistance for the DependencyTreeBuilder 2011-07-06 16:51:07 +00:00
Timotei Dolean
f603b37661 eclipse plugin: remove preferences file 2011-07-06 16:50:56 +00:00
Timotei Dolean
bdd534a7ea eclipse plugin: Fix the grammar so the order...
...in the file of the WML expressions is maintained.
2011-07-06 16:50:39 +00:00
Ignacio R. Morelle
f547b70b9e LoW: .generate_traits -> .random_traits 2011-07-06 10:44:37 +00:00
Sergey Popov
3e9463ac71 Fix unit conversion. 2011-07-05 19:01:53 +00:00
Timotei Dolean
0e8252819a eclipse plugin: Fix the order the macro calls are...
...parsed. The grammar still needs to be fixed to output the tokens in
the order in the file.
2011-07-05 18:57:11 +00:00
Timotei Dolean
e36f5f73c2 eclipse plugin: Update the dependency code to take into account...
...the _main.cfg contents
2011-07-05 18:57:01 +00:00
Timotei Dolean
e52b8e3efb eclipse plugin: Make the WMLValue and macro call parameters...
...to return Java String type
2011-07-05 18:56:47 +00:00
Mark de Wever
5bf057903c Some minor tweaks to the network dialog.
Changes:

- Allows the progress to be translated.

- Sets the title directly upon creation.
2011-07-05 18:42:22 +00:00
Mark de Wever
a441cece01 Fix some gcc warnings. 2011-07-05 17:15:40 +00:00
Dmitry Kovalenko
79a154e9c5 Sticky behaviours now mark themselves to_be_removed...
...when encounter that their bound unit is missing(dead or some other
reason). Also the RCA_Loop was extended to call a function that
removes all the CAs marked to_be_removed, but the functionality was
not implemented completely yet
2011-07-05 13:17:35 +00:00
Eric S. Raymond
30038f34ff Fix spacing. 2011-07-05 11:57:16 +00:00
Eric S. Raymond
8da4e3ffa9 A forum user pointed out that the King ought to be using...
...the royal house's pocket cannon (the Sceptre of Fire) during the
siege situations in EI.  Since the user already has some undetermined
number of has high-level mages (e.g. firecasters) at this point, this
addition shouldn't be unbalancing.
2011-07-05 11:33:45 +00:00
Lari Nieminen
be146734c8 Minor dialogue change. 2011-07-05 10:55:05 +00:00
Eric S. Raymond
377e3aeab3 Complete previous EI change. 2011-07-05 10:48:44 +00:00
Eric S. Raymond
a46ebe0285 Give Jevyan a bit more nmtivation for chasing the Ruby of Fire while keeping
its actual abilities creatively unclear.
2011-07-05 10:43:38 +00:00