26377 Commits

Author SHA1 Message Date
Ignacio R. Morelle
3a0b701718 Made 1.5.2+svn entries be in alphabetical order...
...(except for the misc. and bugfixes section)

Moved the compilation bugfixes from the UI section to the correct
section (*tsk*).
2008-07-25 20:20:35 +00:00
Ignacio R. Morelle
394e5fe535 Remove a useless debug statement 2008-07-25 20:11:44 +00:00
Sergey Popov
14105448f3 Made scons use WhereIs to find distcc. 2008-07-25 20:09:16 +00:00
Greg Copeland
56516373d5 We now search the path to locate the ccache binary if it is enabled. 2008-07-25 20:07:08 +00:00
Greg Copeland
32ba674b92 User's path is now always forwarded, regardless of build platform.
Previously, user's path was only provided on Windows.
2008-07-25 20:05:52 +00:00
Mark de Wever
d42c3fce15 Add a callback when the selection in a listbox changes. 2008-07-25 19:10:49 +00:00
Tomasz Śniatowski
ffd25de2a4 make editor2 use the old editor's palette,
...only display the palette for now. crashes in some circumstances,
needs fixing.
2008-07-25 19:32:19 +01:00
Tomasz Śniatowski
2c9b2510b5 make editor2 painting more correct in line with old editor 2008-07-25 19:30:46 +01:00
Tomasz Śniatowski
083a6b5737 editor2 hotkey update 2008-07-25 19:28:11 +01:00
Mark de Wever
5fd8f17577 Initialize all members. 2008-07-25 17:57:49 +00:00
Mark de Wever
bd0d1c2173 Switch the editor dialog to the new field types. 2008-07-25 17:41:17 +00:00
Mark de Wever
05a66ebbf8 Add getter and setters without a window and make the type CT intead of T. 2008-07-25 17:38:14 +00:00
Mark de Wever
2632b2c571 Initialize all members. 2008-07-25 17:31:43 +00:00
Mark de Wever
f20059af34 Initialize all members and some minor code cleanups. 2008-07-25 17:28:37 +00:00
Mark de Wever
99c7c60005 Fix a bug where intializing a value without a callback failed. 2008-07-25 17:25:45 +00:00
Mark de Wever
a125396585 Add a new method to more automatically handle fields in a dialog.
Converted the tmp_connect dialog to use this new method.
2008-07-25 16:16:49 +00:00
Greg Copeland
05c70f200d Added RCS keywords and GPL reference. 2008-07-25 15:19:32 +00:00
Patrick Parker
ddca21e0c4 a comment explaining vconfig::operator[]'s return type,
...as requested by Mordante
2008-07-25 15:13:03 +00:00
Mark de Wever
a30864b7a7 Add a state change callback to the selectable class...
...and rename the left click callback to the state change in the subclasses.
2008-07-25 10:13:57 +00:00
Mark de Wever
60a2b69eec Initialize all members. 2008-07-24 18:51:40 +00:00
Greg Copeland
d0c07cb6dc Changed exception handling to cover restricted and unrestricted executions. 2008-07-24 18:33:30 +00:00
Mark de Wever
912850f3c6 Initialize all members. 2008-07-24 17:59:25 +00:00
Mark de Wever
dfdcf11b8b Fix the compilation of editor2 which broke due to the renames in 2008-07-24T16:33:20Z!koraq@xs4all.nl. 2008-07-24 17:59:06 +00:00
Mark de Wever
316693a2bc Renaming to make some names more generic:
is_selected() to get_value.

set_seleced() to set_value and removed the default parameter.
2008-07-24 17:03:42 +00:00
Mark de Wever
a0f049860f Remove a header include by forward declaring the class. 2008-07-24 17:01:02 +00:00
Mark de Wever
806b0bf7e7 Renaming to make some names more generic:
ttext_::get_text() to ttext_::get_value()

ttext_::set_text() to ttext_::set_value()
2008-07-24 16:33:20 +00:00
Mark de Wever
b7117f8062 Fix some namespace problems introduced in 2008-07-24T14:39:17Z!gtcopeland@earthlink.net. 2008-07-24 16:29:39 +00:00
Greg Copeland
b47d5722eb Added new script used by new embedded python implementation.
This makes it easier to control restricted/unrestricted python
environments without requiring a client recompilation. Future
enhancements are now more likely to be strictly python code
changes.
2008-07-24 16:09:52 +00:00
Greg Copeland
7c36c0f0ef Minor code clean up.
Added namespace 'rand_rng' to random.[ch]pp and changed callers
accordingly. Functions declared in random.[ch]pp are left in default
namespace.

This was part of a potential RNG bug hunt which turned up empty.  The
namespace helps prevent some potential ambiguities as we have classes
declared using lower case and methods of the same name and case. The
namespace allows for non-ambiguous reference with the class.
2008-07-24 14:39:17 +00:00
Greg Copeland
2ddde9e30f Added support for 'reversed' builtin to safe.py. 2008-07-24 14:25:13 +00:00
Greg Copeland
6ccd2eaa30 Sets environment for new embedded python implementation. 2008-07-24 13:21:40 +00:00
Mark de Wever
892db072f0 Fix a compilation problem, ilor you might want to review it. 2008-07-24 06:47:04 +00:00
Mark de Wever
a723fd5194 Moved file_chooser.hpp to filechooser.hpp...
...to have the same basename as filechooser.cpp.
2008-07-24 06:44:36 +00:00
Ali El Gariani
4ef1093dc9 Fix bug #12079: Chat lines get truncated in multiplayer games
Bug was caused by the initial "<" in front of the nickname (which is a
special markup character). It's why using timestamp prevented the bug.
2008-07-24 06:15:48 +00:00
Ali El Gariani
c142ca3c5b Fix bug #12080: Chat lines in MP lobby carry an additional newline
Maybe also remove useless last blank line in other place (like tooltips).
As elsewhere, use a double end of line there if a trailing blank line is
really wanted.
2008-07-24 06:13:26 +00:00
Mark de Wever
9b1c892fd2 Remove the const of returned copies of strings...
...and made const string parameters a reference instead of a copy.
2008-07-24 06:09:19 +00:00
Mark de Wever
1b37c5db80 Remove the const of returned copies of strings. 2008-07-23 20:29:21 +00:00
Mark de Wever
57c2692534 Remove the const of returned copies of strings. 2008-07-23 20:27:57 +00:00
Mark de Wever
8482d9afe9 Remove the const of returned copies of strings. 2008-07-23 20:26:56 +00:00
Mark de Wever
64f5e70430 Remove the const of returned copies of strings. 2008-07-23 20:25:15 +00:00
Mark de Wever
e9b48c94f1 Remove the const of returned copies of strings. 2008-07-23 20:23:18 +00:00
Mark de Wever
e04b656aee Remove the const of returned copies of strings. 2008-07-23 20:19:50 +00:00
Mark de Wever
d0c56111fa Remove the const of returned copies of strings. 2008-07-23 20:17:34 +00:00
Mark de Wever
384c3ef6b0 Remove the const of returned copies of strings. 2008-07-23 20:13:33 +00:00
Mark de Wever
7ee9dc8e80 Remove the const of returned copies of strings. 2008-07-23 20:09:54 +00:00
Mark de Wever
3a76b8c4b5 Remove the const of returned copies of strings...
...and made const string parameters a reference instead of a copy.
2008-07-23 18:36:49 +00:00
Mark de Wever
6cd5bc0547 Initialize all members. 2008-07-23 18:01:34 +00:00
Mark de Wever
3900d9a4a2 Initialize all members. 2008-07-23 17:45:56 +00:00
Mark de Wever
942da41d5b Initialize all members. 2008-07-23 17:37:52 +00:00
Mark de Wever
41faaa4677 Initialize all members. 2008-07-23 17:30:15 +00:00