Simon Forsyth
9b37efa343
resolve duplicate terrain ids
2012-03-10 18:35:52 +00:00
Simon Forsyth
69b001525c
lower keep layer to allow rubble to be drawn above it
2012-03-10 16:28:33 +00:00
Simon Forsyth
43b5d3d063
draw rubble underneath walls
2012-03-10 16:19:33 +00:00
Simon Forsyth
c295384fea
reduce the number of unique terrain flags
2012-03-10 15:11:46 +00:00
Mark de Wever
2a5f0e1b62
Don't use string::c_str() to create a string.
...
Issue found by cppcheck.
2012-03-10 13:29:36 +00:00
Mark de Wever
bf91717016
Let operator= return a reference.
...
Also add a test for self assignment. Issue discovered by cppcheck.
2012-03-10 13:29:33 +00:00
Mark de Wever
e6f1c4a3af
Remove an unused function.
...
Discovered by Ivanovic using clang.
2012-03-10 13:07:25 +00:00
Mark de Wever
b6e5b4b6e6
Let the tracer also output the function name.
...
This makes it easier when multiple tracers are used. When using gcc a
more verbose, non-standard, method is used.
2012-03-10 12:28:07 +00:00
Mark de Wever
947e32057b
Fix some issues introduced in 2012-03-09T17:13:04Z!ai0867@gmail.com.
...
The author of patch #3083 posted a followup post fixing:
- Some unwanted changes from unsigned to signed, forcing extra casts.
- C-style casts to C++-style casts.
- Reverted code that allowed for both units to die (which is not allowed).
2012-03-10 12:24:37 +00:00
Mark de Wever
b2832d94be
Add the initial draft of the new addon server.
...
The draft is still preliminary and needs polishing and extending.
2012-03-10 10:19:48 +00:00
Nils Kneuper
8684952b2e
updated Italian and Korean translation
2012-03-10 09:15:09 +00:00
Mark de Wever
a7d779e8f5
Update XCode project file.
...
Patch provided by vultraz.
2012-03-10 09:05:26 +00:00
Mark de Wever
ea43b53c7e
Make the ttracer non-copyable.
...
It makes conceptually no sense to have the class copyable.
2012-03-10 09:05:23 +00:00
Nils Kneuper
864c53850c
updated Slovak about entries
2012-03-10 08:51:52 +00:00
Anonymissimus
6a8ca60532
MSVC9 projectfile update
2012-03-09 21:47:28 +00:00
Anonymissimus
8b2c17cbb4
Cb projectfile update
2012-03-09 21:47:10 +00:00
Elias Pschernig
b6089cba9f
[wmlunits] Fix errors in The_Earths_Gut and Archaic_Era...
...
...due to mistakenly ignoring hide_help=true units being used in
[base_unit].
2012-03-09 20:22:54 +00:00
Mark de Wever
e9594c14f4
Add a missing virtual destructor.
2012-03-09 18:20:33 +00:00
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