52683 Commits

Author SHA1 Message Date
JaMiT
3cbdf64a27 Convert a static function to an anonymous namespace.
The namespace block was there anyway (containing only this
function), just with a name.
2013-06-09 17:28:57 -05:00
Richard Kettering
c1065bcbca New image for the skeletal dragon. 2013-06-09 17:10:01 -05:00
flix
9d1dfe0638 Add possibility to kill unit under cursor
...with context menu in debug mode.
Also assign the hotkey "shift+k" for this action.
Patch by pl_kolek. See https://gna.org/patch/?3905
2013-06-09 21:50:48 +03:00
Alexander van Gessel
02f73a62a0 Report to #wesnoth-dev 2013-06-09 20:43:22 +02:00
Alexander van Gessel
25907e0c01 Merge branch 'travis' 2013-06-09 20:39:05 +02:00
anonymissimus
e92e84f009 vc project update 2013-06-09 16:17:12 +02:00
anonymissimus
70e4b9afb4 cb project update 2013-06-09 16:12:23 +02:00
fendrin
de64afdc92 Removed now unsused orb images. 2013-06-09 12:55:37 +02:00
fendrin
1f94b40846 Wired in the item group icons. 2013-06-09 12:54:47 +02:00
fendrin
2dff1967bf New orb image wired in. 2013-06-09 08:47:10 +02:00
Charles Dang
7d67312f06 Fixed more paths to gold coins image 2013-06-09 17:14:17 +11:00
Charles Dang
a6699595f2 Fixed path to gold coins image for statistics dialog 2013-06-09 17:03:22 +11:00
Charles Dang
7ac8aec106 Updated XCode projfile (removed editor_settings.*pp) 2013-06-09 16:31:10 +11:00
Charles Dang
0faf4c003d Fixed typo 2013-06-09 16:19:41 +11:00
Charles Dang
e63d7a6e33 Release notes entry about ui overhaul 2013-06-09 16:19:28 +11:00
Ignacio R. Morelle
a9270b2cea UI changelog entries for vultraz 2013-06-09 01:15:30 -04:00
Charles Dang
f9e5a4ef95 Updated wiki comment about editor settings dialog and fixed a typo 2013-06-09 15:08:04 +11:00
Ignacio R. Morelle
613e6f1d32 Remove references to gui2::teditor_settings 2013-06-08 23:34:02 -04:00
flix
4f2984b5b1 Update CMakeLists.txt and SConscript.
Remove editor_settings.cpp. See http://git.io/smY_sg
2013-06-09 06:15:33 +03:00
Ignacio R. Morelle
7c8ee32a1b Prevent unchecked memory access in cut_surface()
The result of create_compatible_surface() may be encapsulating a null
pointer whenever the underlying call to SDL_CreateRGBSurface() fails --
in particular, if the width or height specified are negative and not
equal to -1, which is handled specially.

Without this check, using the ~CROP(x,y,w,h) image function with
negative width or height not equal to -1 resulted in a SIGSEGV as soon
as the create_compatible_surface() result was used.
2013-06-08 22:14:12 -04:00
Charles Dang
0ca3f3f268 Removed editor settings dialog. Custom TOD dialog has replaced it 2013-06-09 12:42:32 +11:00
Charles Dang
3d59e29be6 Removed old theme image previously used in now-removed expirimental theme 2013-06-09 12:41:37 +11:00
Charles Dang
54cc119999 Moved a bunch of unused images to attic 2013-06-09 11:19:43 +11:00
Espreon
7bfe81e824 'End scenario' -> 'End Scenario'. 2013-06-08 20:11:26 -04:00
Espreon
612f71eac9 Updated the Old English translation. 2013-06-08 19:36:33 -04:00
Ignacio R. Morelle
0e92c59803 Fix incorrect image path function name in ~CROP() diagnostics
The error messages generated by using ~CROP() with negative coordinates
referred to the function's original name, ~SECTION().
2013-06-08 19:29:50 -04:00
Derek Hoagland
88e2040204 Move images/flags/ to data/core/images/flags where WML is 'allowed' to access it. 2013-06-08 17:10:17 -04:00
JaMiT
4da4104965 Use the correct index for filter_textbox::delete_item().
This fixes the issues when dismissing recallable units as reported:
http://forum.wesnoth.org/viewtopic.php?f=4&t=38479
2013-06-08 15:28:23 -05:00
JaMiT
86089f2ba4 Remove some do-nothing code. 2013-06-08 15:28:23 -05:00
Emilien Rotival
c3c2f5c3b7 Updated artwork for a team-colored status orb
The jewel file was created to account for possible TC glitches due to transparency. We'll find a use for it, eventually
2013-06-08 21:22:01 +02:00
Emilien Rotival
2d1e7940ac New artwork for a team-colored status orb 2013-06-08 20:32:25 +02:00
Charles Dang
3394edafde Removed 'lite' button images
If these need to be restored, the H18 menu images in
attic/spare_buttons will suffice
2013-06-09 05:07:55 +11:00
Charles Dang
e0fb308439 Fixed wrong macro arg name and missing quote 2013-06-09 05:07:04 +11:00
Charles Dang
7d654199ed Convert uses of lite button to H20 menu button
Lite has the same dimensions of the H18 menu button, which is unused
and moved to attic. Since all uses of lite were menus, I reassigned
them to use the current H20 menu image.
2013-06-09 04:53:59 +11:00
Charles Dang
586b1bb9e6 Move disabled slider images to attic 2013-06-09 03:29:26 +11:00
Charles Dang
cd07621cc0 Use grayscale IPF for slider disabled state 2013-06-09 03:28:17 +11:00
Charles Dang
9e4e09296c Move transparent scrollbar images to attaic 2013-06-09 03:16:51 +11:00
Charles Dang
60283c1455 USe opacity IPF for transparent scrollbars instead of seperate images (value set to 65%) 2013-06-09 03:13:02 +11:00
Charles Dang
4cab896cf9 Moved unused H18 menu button images to attic 2013-06-09 02:44:23 +11:00
Andrius Silinskas
ec1a14a300 Add missing newline symbol for debug statement. 2013-06-08 16:29:27 +01:00
Charles Dang
a7e088cad0 Moved disabled widget images to attic 2013-06-09 02:13:09 +11:00
Alexander van Gessel
ce8e60bdda Merge pull request #23 from groggydice/rgb
append pango code to message about color spec requiring manual fix
2013-06-08 08:06:13 -07:00
Charles Dang
de3deab416 Fixed typo in a path 2013-06-09 01:11:50 +11:00
Charles Dang
0348e68de6 Use grayscale IPF for disabled tree view toggle button state 2013-06-09 01:11:42 +11:00
Alexander van Gessel
dcfe8e577e Merge pull request #22 from fluffbeast/drake-anim-fix
Drake animation file name extension was missing
2013-06-08 06:26:54 -07:00
Galen Brooks
69c9e3d9d7 Drake animation file name extension was missing 2013-06-08 07:57:59 -04:00
Charles Dang
7fe8cc5f84 Use grayscale IPF for disabled widget variations instead of specific images 2013-06-08 22:54:37 +11:00
fendrin
d971585a20 Fix the low resolution editor theme. 2013-06-08 13:50:44 +02:00
Mark de Wever
9cd27ce482 Merge branch 'pull_1_fixes' 2013-06-08 12:05:30 +02:00
Mark de Wever
7e681056c9 Use const references for arguments not modified. 2013-06-08 12:04:00 +02:00