Commit graph

2438 commits

Author SHA1 Message Date
Thibault Févry
8241e0c419 Fix typos in utils/wiki_grabber.py 2013-08-24 19:18:49 +02:00
Alexander van Gessel
cdd37fc14e Delete the broken file list when it's no longer needed 2013-08-23 20:36:35 +02:00
Nils Kneuper
7632a361af fixed compate_images.py to run on my system
used libs/tools (Gentoo ~amd64 system):
* dev-python/pillow-2.0.0-r1
* dev-lang/python-3.2.5-r2 (selected as main python implementation using
  eselect)
2013-08-22 20:12:38 +02:00
Alexander van Gessel
70dc23cce4 Python syntax bumps 2013-08-22 12:54:51 +02:00
Nils Kneuper
c9f6847f66 applied utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 16720 KiB on 404 files
 Optimized size: 15237 KiB
   Total saving: 1482 KiB = 8% decrease
2013-06-23 10:07:53 +02:00
Alexander van Gessel
83fee1daed Use grep's -q option rather than &>/dev/null 2013-04-03 09:44:44 +02:00
Eric S. Raymond
043c4f9fd3 Remove $Id$ cookies. 2013-03-26 21:41:37 -04:00
Eric S. Raymond
7f85fa000c The git transition.
Most references to and dependencies on Subversion have been removed.
"+svn" is now "+dev". Files that can't be fixed yet have a FIXME-GIT
comment in them; most of these are in the website tests.
2013-03-26 10:44:47 -04:00
Mark de Wever
8016efa3fb Add the autorevision tool to Wesnoth.
This version used is 1.4 and is copied from [1].

[1] http://www.catb.org/esr/autorevision/
2013-03-15 20:27:05 +00:00
Simon Forsyth
2290e3d6b2 Use new log domain for ai test scripts to determine faction. 2013-01-17 04:13:49 +00:00
Mark de Wever
43b71f2ff0 New year copyright update. 2013-01-01 09:22:03 +00:00
J. Tyne
cb64ca895d Correcting attack predictions for swarm...
...when there are previous combats to account for.

(It passes the attack simulator check.)

The basic problem with the old system is that it treated the number of
strikes as an independent variable, even though it depends on the
number of hit points.

There is some additional overhead with this method, but I optimized
some things for the common case (no swarm), and benchmarking indicated
a negligible 1% increase in run time when no units had swarm.
2012-10-19 21:27:07 +00:00
J. Tyne
4633f8688b Downgrade some fatal errors to warnings in the attack prediction stand-alone. 2012-10-13 17:42:14 +00:00
J. Tyne
ca4eaca58c A more interesting set of test cases for attack prediction checking...
...and benchmarking.

Biggest change: the first unit, which has all checked specials, gets
to actually attack.

(Previously, its swarm special and low hit points resulted in no attacks.)
2012-10-13 13:48:39 +00:00
J. Tyne
2edf94b9a4 A more varied set of test cases for attack prediction timings...
...and verification.

The old set had several deficiencies, such as every unit with slow
also having only one attack and having the swarm special (so usually
no attacks). This set keeps the specials and stats on separate cycles.
2012-10-05 21:27:54 +00:00
J. Tyne
b01e6a4854 Make wesnoth-attack-sim use the same rounding as the game. 2012-09-27 14:07:18 +00:00
J. Tyne
666f1c61b1 I got fewer false positives with wesnoth-attack-sim...
...by doubling the number of simulations.
2012-09-27 14:04:29 +00:00
J. Tyne
26643084e9 Improve some grammar in utility feedback. 2012-09-27 13:59:04 +00:00
J. Tyne
c00427c3ea Clean up the C code of wesnoth-attack-sim so it compiles without errors. 2012-09-27 13:51:26 +00:00
Alexander van Gessel
cca526d467 Script to generate git tags for svn tags 2012-09-23 02:08:39 +01:00
Alexander van Gessel
a2b50480b7 Have wmlxgettext die when it encounters an empty translatable string 2012-09-23 02:08:37 +01:00
Nils Kneuper
836db5e395 switched the addon server port to 15006,
...the server is not running on this port yet @timotei: also changed
the umc plugin to this port by default, please check my java changes

@soliton: please setup an addon server for trunk on this port
2012-08-25 07:02:48 +00:00
Timotei Dolean
e078e8c19d eclipse plugin: increase plugin's version 2012-08-22 20:47:05 +00:00
Timotei Dolean
0d229f410b eclipse plugin: Add '#ifver' and '#ifnver' to the WML grammar 2012-08-22 20:46:56 +00:00
Timotei Dolean
40e7a7fab2 eclipse plugin: Color the '#else' keyword as well 2012-08-22 20:46:46 +00:00
Timotei Dolean
02315e66ed eclipse plugin: Update the User's Manual 2012-07-29 21:01:05 +00:00
Timotei Dolean
6737ef05a3 eclipse plugin: Update the changelog 2012-07-29 15:11:27 +00:00
Timotei Dolean
a9f95018c7 eclipse plugin: Turn off the update reconciler.
This fixes the windows binary getting broken after updates
2012-07-29 15:11:17 +00:00
Timotei Dolean
e42165dda6 eclipse plugin: update the changelog 2012-07-29 15:11:06 +00:00
Timotei Dolean
ca1b9ee5e8 eclipse plugin: Include debug info in the .jars 2012-07-29 15:10:58 +00:00
Timotei Dolean
33fe62c579 eclipse plugin: Ignore the OperationCanceledException...
...while setting up the workspace
2012-07-29 15:10:51 +00:00
Timotei Dolean
bbd268d038 eclipse plugin: Auto-fix wesnoth's executable path...
...in case the user is running Mac OS X
2012-07-29 15:02:09 +00:00
Timotei Dolean
a3eaec0cb7 eclipse plugin: Import the JUnit packages in the tests project 2012-07-29 15:02:05 +00:00
Timotei Dolean
582ba5f1ea eclipse plugin: Use the user's homedir directory...
...instead of the temp directory, for storing plugin's data
2012-07-28 20:51:23 +00:00
Mark de Wever
5ebee5b481 Some (not so) new year copyright updates.
Spotted by timotei.
2012-07-28 16:34:49 +00:00
Timotei Dolean
fbca6a9784 eclipse plugin: Fix some typos in the documentation 2012-07-01 12:16:37 +00:00
Timotei Dolean
8b36370b90 eclipse plugin: small tweaks to the documentation 2012-07-01 12:06:05 +00:00
Timotei Dolean
19b19fc062 eclipse plugin: update the changelog 2012-04-08 19:57:02 +00:00
Timotei Dolean
a2280d0f71 eclipse plugin: if the paths object is not valid stop creating the project 2012-04-08 19:45:21 +00:00
Timotei Dolean
74beb3d229 eclipse plugin: if there is no install selected, don't allow the user...
...to finish the project creation setup
2012-04-08 19:45:08 +00:00
Timotei Dolean
7e03e6be5b eclipse plugin: use the ResourceUtils.createNewFile...
...when creating the defines file first time, so we will create the
project's temporary folder as well
2012-04-08 19:44:34 +00:00
Timotei Dolean
0f5ea293fe eclipse plugin: remove the logview view in the WML perspective 2012-04-08 19:44:17 +00:00
Timotei Dolean
3dc02df602 eclipse plugin: Prevent a NullPointerException...
...when there was an error trying to setup the WML Tool
2012-04-08 19:43:59 +00:00
Timotei Dolean
e26ae584a7 eclipse plugin: update the plugin version 2012-04-08 19:08:00 +00:00
Timotei Dolean
6fd412399d eclipse plugin: convert eol to LF by running dos2unix 2012-04-08 19:07:52 +00:00
Timotei Dolean
809955d0b6 Add a script for updating automatically the plugin version 2012-04-08 19:06:58 +00:00
Alexander van Gessel
7e7e4d33b7 Attempt to create a definite ordering for metadata in POT files,
...so two people doing a pot-update don't get differently ordered files
2012-03-05 16:22:31 +01:00
Timotei Dolean
5e93fcae6c eclipse plugin: fix the wml tools menus not showing on files/containers 2012-03-04 09:00:04 +00:00
Timotei Dolean
aa5ada9efe eclipse plugin: Create the defines file before saving it 2012-03-04 08:59:58 +00:00
Timotei Dolean
906342a7b8 eclipse plugin: fix the highlighting of the #endif 2012-03-04 08:59:52 +00:00