26763 Commits

Author SHA1 Message Date
Pauli Nieminen
a533b6a5eb [[Another jumble of fixes]]
* Made some UI tweaks

* Implemented configuration interface thought php file

* Implemented database config storage for worknig values

* Optimized some sql queries

* Added build prune option to remove old builds that are similar to
  next and previous builds
2008-08-15 22:02:45 +00:00
Lari Nieminen
344834bb9d Village/income tweaks to 'Shan Taum the Smug'. 2008-08-15 20:48:02 +00:00
Lari Nieminen
fcbe3413f5 Tweaks to the last two scenarios. 2008-08-15 20:39:05 +00:00
Pauli Nieminen
1d80fa037b Made ban_manager to use shared_ptr to prevent memory leaks 2008-08-15 19:40:35 +00:00
Pauli Nieminen
c3ef3e9391 Made time optional for ban command 2008-08-15 19:40:28 +00:00
Pauli Nieminen
b98092bb1a Fixed typos in ban error message 2008-08-15 19:40:21 +00:00
Pauli Nieminen
11439fbeaa Changelog entry for bug #11612 2008-08-15 19:40:09 +00:00
Mark de Wever
c89df6b5df Comment out unused parameters and remove an unused variable. 2008-08-15 19:16:15 +00:00
Mark de Wever
8749979301 Remove and unused function. 2008-08-15 19:15:26 +00:00
Tomasz Śniatowski
c19943c2ba Make editor2 options on by default in the build systems 2008-08-15 19:11:11 +01:00
Tomasz Śniatowski
54b01e90a6 editor2: randomize selection 2008-08-15 18:44:07 +01:00
Eric S. Raymond
5d27f08704 Declare a macro parameter type correctly. 2008-08-15 17:16:28 +00:00
Eric S. Raymond
f724fe7d65 Translation-mark some names correctly. 2008-08-15 17:07:23 +00:00
Eric S. Raymond
6799bd8363 Wording fix. 2008-08-15 16:53:32 +00:00
Tomasz Śniatowski
e4ee057084 update players_changelog and RELEASE_NOTES with editor2 info 2008-08-15 16:23:09 +01:00
Eric S. Raymond
a3f292cd7e Dulcatulos was a bit too easy to kill...
...before the player could make it across the map.
2008-08-15 13:59:31 +00:00
Tomasz Śniatowski
286607ae5d silence gcc 4.3.1 warning 2008-08-15 14:55:21 +01:00
Eric S. Raymond
ba6b372f82 Tinker the Underlevels music...
...so the war drums don't get lost in the background.
2008-08-15 13:44:52 +00:00
Tomasz Śniatowski
724739504a add parens to silence gcc 4.3.1 2008-08-15 13:10:03 +01:00
Bartek Waresiak
caae0b82f9 New faifile and faiend formula keywords.
Improved error and exception handling for formulas. Now we get
detailed info about formula that caused an error, name of file and
number of line in which error occured.
2008-08-15 11:13:06 +00:00
Ignacio R. Morelle
901b4d4b9f Removed addon_version_info struct...
...and replaced it with more generic code, suitable for other stuff
2008-08-15 00:26:03 +00:00
Tomasz Śniatowski
2c0627c180 mose_handler_base mouse click/drag cleanup,
...allow right mouse button drag (not used anywhere yet)
2008-08-14 21:42:18 +01:00
Mark de Wever
6a5e2af2d2 Mark a parameter const. 2008-08-14 19:11:13 +00:00
Mark de Wever
7d16c925a0 Comment out some unused parameters. 2008-08-14 19:05:39 +00:00
Mark de Wever
054e1f5f10 Fix some comments, which were at the wrong function. 2008-08-14 19:05:34 +00:00
Eric S. Raymond
d4b4f00cc3 Try to address bug #11857 by ensuring that liches will activate...
...even if the user takes the sneak path before passing through the
magically sealed doors.  If this doesn't fix the problem we've got a
bug in the interpretation of [enable_recruit].
2008-08-14 18:54:43 +00:00
Nils Kneuper
b015fdb8e0 pot-update 2008-08-14 18:22:54 +00:00
Eric S. Raymond
6ab5593e4b Make some Kal Karthans' names translated. 2008-08-14 17:39:40 +00:00
Mark de Wever
3a5727e922 Initialize all members. 2008-08-14 16:49:06 +00:00
Mark de Wever
e2ceeab176 Valgrid discovered some memory leaks.
The reference_counted objects aren't stored in a intrusive_ptr so
don't cleanup themselves.

This commit fixes tbuilder_grid pointers.
2008-08-14 16:48:17 +00:00
Mark de Wever
66ff0c195b Initialize all members. 2008-08-14 16:37:33 +00:00
Mark de Wever
15c339497e Valgrind discovered some memory leaks.
The reference_counted objects aren't stored in a intrusive_ptr so
don't cleanup themselves.

This commit fixes tcontrol_definition and adds an extra assert to
avoid a leak.
2008-08-14 16:26:05 +00:00
Mark de Wever
7a8801a098 Initialize all members. 2008-08-14 16:22:21 +00:00
David Philippi
02171fba08 spanish translation update 2008-08-14 16:21:20 +00:00
Mark de Wever
e8f56b83db Fix the addon server dialog when using --new-widgets.
Removed some C-ism.
2008-08-14 16:20:55 +00:00
Mark de Wever
c5652e0034 Valgrind discovered some memory leaks.
The reference_counted objects aren't stored in a intrusive_ptr so
don't cleanup themselves.

This commit fixes tresolution_ and subclasses.
2008-08-14 16:03:37 +00:00
Piotr Cychowski
b726c4225c updated .dev file 2008-08-14 11:48:20 +00:00
Eric S. Raymond
7e24bcbeea Address bug #12091. 2008-08-14 11:32:25 +00:00
Tomasz Śniatowski
f04a347b02 workaround for the filechooser dialog...
...being unable to go to the root dir on windows
2008-08-14 09:02:27 +01:00
Tomasz Śniatowski
cd67884cb9 editor2: doc comments and minor cleanup 2008-08-14 08:43:21 +01:00
Pauli Nieminen
4531102c3e Added paginate class to create paging info for template
Optimized database usage with better quaries and some index aditions.
2008-08-14 05:38:56 +00:00
Eric S. Raymond
0bd7d80657 Change to make the data tree wmllint-clean. 2008-08-13 23:31:40 +00:00
Eric S. Raymond
f85135e255 Clean up some glitches detected by wmllint. 2008-08-13 23:19:51 +00:00
Sergey Popov
80c49994f4 Made "scons all" build tests too. 2008-08-13 22:16:03 +00:00
Ignacio R. Morelle
c1e9d67fe7 Update changelog 2008-08-13 22:15:41 +00:00
Ignacio R. Morelle
251a97395b Fixed 'die' and 'last breath' events not accepting [filter_attack] and
[filter_second_attack] when invoked after a fight
2008-08-13 22:14:37 +00:00
Ignacio R. Morelle
56c0b548b6 Slight optimization to the [debug_message] WML handler 2008-08-13 22:12:56 +00:00
Mark de Wever
3afec02da7 Add the option to transfer the label text to the tooltip...
...when no tooltip defined.

This option is enabled by default (not tested with a multiline label yet).
2008-08-13 18:49:41 +00:00
Mark de Wever
96e9f02259 Initialize all members. 2008-08-13 18:49:39 +00:00
David Philippi
cdeb92b2a6 danish translation update 2008-08-13 17:46:38 +00:00