49225 Commits

Author SHA1 Message Date
Fabian Müller
a8f07f8ee4 Replaced the old terrain palette with a system where palettes...
...are bound to the editor tools.
2012-03-09 18:02:23 +00:00
Fabian Müller
07074bebc3 Subfolder with new palette class hierarchy. 2012-03-09 17:56:31 +00:00
Fabian Müller
8f087b0e9e Seperate files for the brush bar. 2012-03-09 17:54:14 +00:00
Fabian Müller
169f555fcb Slightly wider sidebar background image for the editor. 2012-03-09 17:47:09 +00:00
Alexander van Gessel
71ef9ab0a2 Apply patch #3083 by Brilliand 2012-03-09 18:13:04 +01:00
Alexander van Gessel
34647d1a9a Add a quiet option to wescamp.py.
Make everything but verbose call CampaignClient quietly
2012-03-09 03:23:49 +01:00
Alexander van Gessel
b2c266ac01 Add a quiet option to CampaignClient 2012-03-09 03:23:47 +01:00
Alexander van Gessel
1b94118b83 Replace os.tmpnam with tempfile.NamedTemporaryFile 2012-03-09 03:23:44 +01:00
Elias Pschernig
1a45e8f61e [wmlunits] Add warnings about missing images to log. 2012-03-08 12:51:51 +00:00
Anonymissimus
2596fee255 changelog update
Espreon owes me a cookie.
2012-03-07 19:36:58 +00:00
Anonymissimus
590708a27b introduce inline SSF support in [show_objectives] 2012-03-07 19:36:34 +00:00
Anonymissimus
c0bac05285 introduce inline SSF support in [objectives]
No deprecation needed since it defaulted to the 'default
objectives' already. They are used for a side in case that that side
doesn't have side specific objctives set. Use a SSF which matches
no sides or all sides to set the default objectives, if a subset
of all sides match, the side specific objectives for these are set.
2012-03-07 19:36:14 +00:00
Jérémy Rosen
631e39d5ac forgot a file, I still have stuff to learn about svn 2012-03-07 19:23:54 +00:00
Jérémy Rosen
c1ef91f881 remove 4p_Lagoon on Doc Paterson's request 2012-03-07 19:23:20 +00:00
Elias Pschernig
d815cabe7b [wmlunits] For units without a portrait use a scaled base image. 2012-03-07 17:46:23 +00:00
Elias Pschernig
811319b2a3 [wmlunits] exclude tempfile paths from error messages 2012-03-07 13:40:18 +00:00
Elias Pschernig
a295a6909f [wmlunits] converted error log to html 2012-03-07 13:20:26 +00:00
Steven Panek
2915915110 Stripped trailing spaces. 2012-03-07 06:17:00 +00:00
Steven Panek
8716a47420 Set svn:mime-type. 2012-03-07 06:11:25 +00:00
Steven Panek
90fcda5d1a Made translation mark spacing consistent. 2012-03-07 06:11:01 +00:00
Simon Forsyth
79c432d258 replaced out of date impassible desert mountain tile...
...with new one from vultraz
2012-03-06 23:49:43 +00:00
Mark de Wever
79f4a85e33 Move the ttracer class to its own file.
The class also makes sense to use outside the floating point emulation code.
2012-03-06 20:14:44 +00:00
Ignacio R. Morelle
6a63680815 wesnoth_addon_manager: Make 1.9.x portspec alias to 1.10.x...
...since the server scripts haven't been fixed for 1.10 yet

This must be reverted once the 1.10 server transition is completed.
2012-03-06 06:18:25 +00:00
Jérémy Rosen
9ec70dabc5 patch #3092 : Allow to specify default system-wide preferences by lipk 2012-03-05 22:36:26 +00:00
Fabian Müller
1e2ab67f73 Restored the old editor terrain scrolling behaviour. 2012-03-05 16:43:50 +00:00
Fabian Müller
740bf3d9d8 Made the palette scroll sideways and implemented the mouse wheel...
...to change the terrain groups (left/right movement).
2012-03-05 16:06:33 +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
Fabian Müller
dbfbfa5090 Backend changes to the new editor layout. 2012-03-05 14:27:07 +00:00
Fabian Müller
256d814097 New multi resolution editor gui layout. 2012-03-05 14:25:30 +00:00
Fabian Müller
d04b0bb3de Based all fall tiles with deciduous forest on the leaf littered flat terrain. 2012-03-05 14:24:57 +00:00
Fabian Müller
0574be8b7c Cleaned up the file. 2012-03-05 14:23:49 +00:00
Fabian Müller
7459daf6ff Widened the editor's sidebar by one pixel. 2012-03-05 14:22:14 +00:00
Fabian Müller
d817171944 Made the editor brush buttons transparent. 2012-03-05 14:19:26 +00:00
Fabian Müller
c66f680baa A bunch of new tool buttons for the editor. 2012-03-05 14:18:10 +00:00
Elias Pschernig
80b2ae2cf2 [wmlunits] Added per-addon log pages. 2012-03-04 23:11:15 +00:00
Alexander van Gessel
978beb556e Use readonly checkouts for g.w.o 2012-03-04 23:45:19 +01:00
Alexander van Gessel
6949e4679d Add -C/--checkout-readonly option to wescamp.py 2012-03-04 23:45:02 +01:00
Mark de Wever
e8925c8487 Slightly rework the scale algorithm.
This doesn't change the output for the double floating point emulation,
but improves the output for the Sint32 version.
2012-03-04 21:43:20 +00:00
Mark de Wever
2f52d77416 Improve the quality of the division operator.
It now tries to keep as much resolution as possible. The code still
needs to be optimised for speed.
2012-03-04 21:28:22 +00:00
Mark de Wever
f97c386c68 Add tracer code for the floating point emulation.
The code isn't used yet, but it will be used to determine the proper
branch decisions in not yet committed code.
2012-03-04 21:28:20 +00:00
Mark de Wever
7b27e2633f Add more comment to the floating point emulation. 2012-03-04 21:28:17 +00:00
Alexander van Gessel
6fbce7e0d2 Add some debug output to update-gettext-stats 2012-03-04 21:36:37 +01:00
Alexander van Gessel
fa75530c76 Remove some stray code 2012-03-04 19:35:53 +01:00
Alexander van Gessel
d6bae92b9c Rename a number of variables containing 'svn' 2012-03-04 19:35:51 +01:00
Alexander van Gessel
46d35e90ef Remove last references to libsvn 2012-03-04 19:35:48 +01:00
Alexander van Gessel
7ea2f8bc39 Make the -g/--git option the default, removing the svn equivalents 2012-03-04 19:35:45 +01:00
Alexander van Gessel
62caeb242f Document a usage of wescamp.py 2012-03-04 19:35:41 +01:00
Jérémy Rosen
c8af2af6c8 apply patch 3120 by jamit 2012-03-04 18:28:50 +00:00
Elias Pschernig
76a68a2c61 [wmlunits] fix path to error log 2012-03-04 17:38:31 +00:00
Elias Pschernig
8b145520a5 [wmlunits] Added error log page. 2012-03-04 15:46:41 +00:00