26649 Commits

Author SHA1 Message Date
Mark de Wever
a6cbf64692 Initialize all members. 2008-08-12 18:06:42 +00:00
Ignacio R. Morelle
3169cbee84 Update changelog for 2008-08-12T17:45:51Z!shadowm@wesnoth.org 2008-08-12 17:49:35 +00:00
Ignacio R. Morelle
2de4db9e45 Added test case for 2008-08-12T17:45:51Z!shadowm@wesnoth.org 2008-08-12 17:48:34 +00:00
Ignacio R. Morelle
219e82f15e Changed side 1's name from _"Malin Keshar" to _"Mal Keshar", to match the id 2008-08-12 17:47:27 +00:00
Ignacio R. Morelle
1373fa1a0f Removed stray attributes victory_music and defeat_music 2008-08-12 17:46:45 +00:00
Ignacio R. Morelle
7ceeff3dc0 Made it possible to change current *turn* with WML ([modify_turns] current=XXX) 2008-08-12 17:45:51 +00:00
Mark de Wever
f7e608f9cf Initialize all members. 2008-08-12 17:26:06 +00:00
Gunter Labes
a4c1a18d26 make the script also stop on error 98 (port in use)
some more quoting to make the script a bit more robust
2008-08-12 16:19:31 +00:00
Lari Nieminen
eaf9ac09a8 Upped the minimum starting gold a bit. 2008-08-12 14:58:51 +00:00
Nils Kneuper
53833cf9e9 updated Russian translation 2008-08-12 12:32:26 +00:00
Nils Kneuper
b80f8701c9 rename as requested by translation team, using the english term now 2008-08-12 12:26:55 +00:00
Tomasz Śniatowski
71075acd8d editor2: terrain palette tooltips for the terrains 2008-08-12 12:43:44 +01:00
Tomasz Śniatowski
24784c4788 editor2: toolbar tooltips: buttons and terrain palette groups.
Old editor's toolbar glitch appears to be fixed though I'm not sure
what was the cause.
2008-08-12 12:39:34 +01:00
Tomasz Śniatowski
37422d6a65 Add an auto_tooltip feature in menus...
...that will add a tooltip for one-item menus with the auto_tooltip
wml attribute by taking the only item's hotkey description.
2008-08-12 12:37:02 +01:00
Tomasz Śniatowski
d886e4f616 editor2 no-brushes-defined behaviour change 2008-08-12 10:35:14 +01:00
Tomasz Śniatowski
36232019aa use auto_ptrs to contain possible memory leaks...
...in editor2 when perform_action throws, some minor cleanup
2008-08-12 09:23:56 +01:00
Mark de Wever
dc7e29a3e7 Added constructor to initialize all members. 2008-08-12 06:43:55 +00:00
Mark de Wever
67473ebc2f Seems I forgot to initialize a few members...
...and adding proper comment to them, this commit fixes that.
2008-08-12 06:20:55 +00:00
Mark de Wever
cee08075aa Initialize all members. 2008-08-12 06:13:39 +00:00
Pauli Nieminen
9c8382b323 Added license headers to php files.
Made minor changes to css and autohide js for better look

Added build history page
2008-08-11 21:39:45 +00:00
Ignacio R. Morelle
9f08babaf2 Update changelog 2008-08-11 19:36:39 +00:00
Ignacio R. Morelle
9b34a3f382 Made [time_area] accept a SLF as suggested (demanded?) by Sapient
Added test case for the latter in test scenario

Wmlindented and tidied up a bit test scenario
2008-08-11 19:34:59 +00:00
Ignacio R. Morelle
bf21a9b243 Under the Burning Suns:
* Removed unused terrain graphic (mainline duplicate)

* Clean-ups in terrain.cfg (redundant syntax)

* Removed unused include from _main.cfg

* Enhanced a bit the phantom keep throne
2008-08-11 19:33:03 +00:00
Ignacio R. Morelle
c2bb6851fe Ditch prepending of default ignore patterns; back to former behavior 2008-08-11 19:31:16 +00:00
Mark de Wever
2be073ce08 Added constructor to initialize all members and initialize all members. 2008-08-11 17:50:49 +00:00
Mark de Wever
0fe7f3a403 Initialize all members. 2008-08-11 17:45:51 +00:00
Mark de Wever
700ae242c9 Initialize all members. 2008-08-11 17:42:31 +00:00
Tomasz Śniatowski
a43458b7a1 fix compilation error 2008-08-11 18:39:41 +01:00
Tomasz Śniatowski
c50e06f3c3 editor2: more gettext strings 2008-08-11 17:49:46 +01:00
Tomasz Śniatowski
5843442b82 editor2: map reload display glitch fix 2008-08-11 16:33:25 +01:00
Tomasz Śniatowski
042cb26431 editor2: exception handling and action leak detection 2008-08-11 16:32:45 +01:00
Tomasz Śniatowski
eebbc1615f fix one flip issue in editor2 2008-08-11 16:10:02 +01:00
Lari Nieminen
c32e52462d Music changes and made Al'Brock and Flar'Tar use different portraits. 2008-08-11 12:44:21 +00:00
Pauli Nieminen
3ebf9b305c Fixed compilation in windows. 2008-08-11 11:11:48 +00:00
Pauli Nieminen
f4c62eabe7 Made campaignd server encode CR in old content that is stored in campaignd 2008-08-11 09:18:41 +00:00
Lari Nieminen
e262d88700 Fixed the cave editor group button images. 2008-08-11 09:13:41 +00:00
Lari Nieminen
f2c810fd63 Map updates from Doc Paterson. 2008-08-11 09:07:48 +00:00
Patrick Parker
a11019838a add missing index for a real fix 2008-08-11 06:24:07 +00:00
Patrick Parker
138a235ff0 allow FULL_HEAL to work on more than one unit, as intended. 2008-08-11 06:22:33 +00:00
Pauli Nieminen
efab5f8300 [[big heap of miscellaneous fixes]]
* Made map labels not to register if having empty text. (labels are
  still needing rewrite)

* Fixed filter check for missing tags report

* Made SDL_Init(TIMER) called in all platforms (This initializes
  variables in sdl; eg SDL_GetTicks counter)

* Added campaignd server cr encoding conbersion so old data is
  converted to new format

* Made Unit test website find old error with less strict parameters
2008-08-11 01:16:11 +00:00
Ignacio R. Morelle
a05c6a4e2b Update changelog 2008-08-10 20:59:43 +00:00
Ignacio R. Morelle
72a93fd349 Added a test case for FULL_HEAL and LOG macros. 2008-08-10 20:58:35 +00:00
Ignacio R. Morelle
3a9c227a6f Added LOG, ERROR and WARNING, [debug_message]-based macros 2008-08-10 20:58:08 +00:00
Ignacio R. Morelle
a7b3efcefc Fixed FULL_HEAL macro,
...which was not doing anything due to a missing [unstore_unit]
2008-08-10 20:57:21 +00:00
Tomasz Śniatowski
f1eae0eec7 Editor2:
* use display redraw observers to redraw the palettes (this is a quick
  fix for something that needs a larger redesign)

* draw current tool outline

* make the refresh_all more thorough
2008-08-10 21:52:32 +01:00
Tomasz Śniatowski
c38da99039 add redraw observers functionality in display:
...allow void (display&) callbacks to be placed in a display object
that will be called on each redraw_everything call
2008-08-10 21:33:36 +01:00
Sergey Popov
38aff56452 Unit tests require all game and server's dependencies.
Reflected this in scons recipe.
2008-08-10 18:30:56 +00:00
Mark de Wever
2b94cfa4f3 Fixed some compiler warnings. 2008-08-10 17:17:46 +00:00
Pauli Nieminen
6c5a6aa32a Added scons compilation output files to svn:ignore
Made send_file  test sending multiple files simultanously

Added test_utils:one_of<class T> which test if value matches any one
in the given list

Made send_file report if there is problems streaming file for networking

Improved javascript code creating mouseover full text elements in test
website
2008-08-10 16:37:28 +00:00
Tomasz Śniatowski
c9bd6576c2 editor2 theme update: tool butons 2008-08-10 17:30:30 +01:00