January 2011 Commit Log

Number of Commits:
52
Number of Active Developers:
3
ryo_saeba 2011-01-30 17:14 Rev.: 14280

Don't resize when showing or hiding other controls, this leads to display issues.

1 lines of code changed in 1 file:

akirschbaum 2011-01-30 15:16 Rev.: 14279

Fix ground view not showing an item's weight.

3 lines of code changed in 2 files:

akirschbaum 2011-01-30 15:12 Rev.: 14278

Rebase.

849 lines of code changed in 682 files:

akirschbaum 2011-01-30 14:27 Rev.: 14277

Fix tooltips not being displayed.

24 lines of code changed in 6 files:

ryo_saeba 2011-01-30 13:44 Rev.: 14276

Correctly resize messages in window.

0 lines of code changed in 2 files:

akirschbaum 2011-01-30 10:42 Rev.: 14273

Version 1.60..

2 lines of code changed in 1 file:

ryo_saeba 2011-01-30 09:59 Rev.: 14272

Correctly draw skill gauges even if no value change.

10 lines of code changed in 5 files:

akirschbaum 2011-01-30 09:35 Rev.: 14271

Fix dialog contents being unreadable in full-screen mode.

5 lines of code changed in 2 files:

ryo_saeba 2011-01-30 08:12 Rev.: 14270

Also check for poison cure message.

0 lines of code changed in 2 files:

akirschbaum 2011-01-30 05:11 Rev.: 14269

Update copyright notices.

447 lines of code changed in 387 files:

akirschbaum 2011-01-30 04:51 Rev.: 14268

Update documentation.

34 lines of code changed in 4 files:

akirschbaum 2011-01-30 04:15 Rev.: 14267

Fix Javadoc issues.

3 lines of code changed in 2 files:

mwedel 2011-01-30 00:04 Rev.: 14266

Update version for 1.60.0 release - remove extra line from ChangeLog

0 lines of code changed in 4 files:

mwedel 2011-01-30 00:02 Rev.: 14265

Bump version up to 1.60.trunk

1 lines of code changed in 1 file:

mwedel 2011-01-29 23:48 Rev.: 14263

Update for 1.60.0

4 lines of code changed in 1 file:

mwedel 2011-01-28 01:27 Rev.: 14261

Commit files that are actually used in 1.60.0 release, and remove .dev
suffix from build number.

0 lines of code changed in 12 files:

mwedel 2011-01-28 01:17 Rev.: 14259

Update for 1.60.0 release

6 lines of code changed in 3 files:

mwedel 2011-01-28 00:39 Rev.: 14255

Run svn2cl to update ChangeLog file.
MSW 2011-01-27

3540 lines of code changed in 1 file:

mwedel 2011-01-28 00:11 Rev.: 14253

Add banner/break for 1.60 release.

4 lines of code changed in 1 file:

mwedel 2011-01-27 00:43 Rev.: 14252

lib/collect.pl.in: Remove default line which just generates an error when
server starts up and doesn't do anything.
server/init.c: Update copyright date & owners that is displayed when program
starts up.
MSW 2011-01-26

8 lines of code changed in 3 files:

mwedel 2011-01-27 00:27 Rev.: 14251

Remove some smoothface for cases where the smoothface does not exist -
eliminates error during startup of server.
MSW 2011-01-26

4 lines of code changed in 3 files:

ryo_saeba 2011-01-25 17:26 Rev.: 14250

Add missing include and files to project.

4 lines of code changed in 3 files:

ryo_saeba 2011-01-25 17:08 Rev.: 14249

Correctly initialise variable.

1 lines of code changed in 1 file:

mwedel 2011-01-24 01:00 Rev.: 14248

Add another flag to add_player() to have it supress harmless, but perhaps
confusing message, about swapping stats - on new clients, all stats are
set up in the client - message will still be printed for older clients.
MSW 2011-01-22

18 lines of code changed in 4 files:

mwedel 2011-01-24 00:21 Rev.: 14247

Minor bugfixes/improvements:
common/cconfig.h: Turn off metaserver1 support - will remove code in future,
but will see what effect this has.
gtk-v2/src/create_char.c: Remove call setting starting map combox box active -
this is done elsewhere, and that call generates an error since the widget
isn't realized yet, so isn't doing anything in any case.
gtk-v2/src/info.c: Handle client generated messages at startup - removes
a bunch of errors going to console about invalid type/subtype.
gtk-v2/src/gtk2proto.h: Add missing prototypes.
gtk-v2/src/main.h: Change default layout to be gtk-v1
MSW 2011-01-23

31 lines of code changed in 6 files:

mwedel 2011-01-23 01:22 Rev.: 14246

Update autogen files to later versions in preparation
of release.
MSW 2011-01-22

22 lines of code changed in 4 files:

mwedel 2011-01-23 01:06 Rev.: 14245

Remove metaserver1 support from server.
lib/settings: Remove settings for metaserver1, add not to update metaserver2
server/init.c, socket/metaserver.c: Remove code
MSW 2011-01-22

9 lines of code changed in 4 files:

mwedel 2011-01-18 01:25 Rev.: 14244

Add another bullet point for Python requirement, add note that maps are required,
and add useful wiki links and compiling and customization.
MSW 2011-01-17

14 lines of code changed in 1 file:

akirschbaum 2011-01-16 13:24 Rev.: 14243

Merge redundant fields.

5 lines of code changed in 1 file:

akirschbaum 2011-01-16 12:59 Rev.: 14242

Fix TODO comment.

19 lines of code changed in 1 file:

akirschbaum 2011-01-16 12:56 Rev.: 14241

Remove some type casts.

3 lines of code changed in 1 file:

mwedel 2011-01-12 01:31 Rev.: 14240

Fix theme handling so it is properly loaded/processed at client start up.
Remove the theme lookup from the init_...() routines and load the theme
after all the initialization routines are done.
MSW 2011-01-11

106 lines of code changed in 6 files:

mwedel 2011-01-12 01:12 Rev.: 14239

Change adjustment value to remove:
(crossfire-client-gtk2:341): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
messages from showing up at program start.
MSW 2011-01-11

7 lines of code changed in 1 file:

akirschbaum 2011-01-09 16:08 Rev.: 14238

Resize dialogs to make sure all components fit into the dialog.

29 lines of code changed in 4 files:

akirschbaum 2011-01-09 15:26 Rev.: 14237

Fix skills overlaying each other in skills dialog.

38 lines of code changed in 2 files:

akirschbaum 2011-01-09 14:58 Rev.: 14236

Fix layout issues.

35 lines of code changed in 3 files:

akirschbaum 2011-01-09 13:13 Rev.: 14235

Move JFrame creation from JXClient to JXCWindow.

27 lines of code changed in 3 files:

akirschbaum 2011-01-09 06:21 Rev.: 14234

Whitespace changes.

16 lines of code changed in 1 file:

akirschbaum 2011-01-09 06:15 Rev.: 14233

Remove redundant this modifiers.

2 lines of code changed in 2 files:

akirschbaum 2011-01-09 06:14 Rev.: 14232

Weaken types.

93 lines of code changed in 10 files:

akirschbaum 2011-01-09 06:02 Rev.: 14231

Fix dialog windows ignoring transparency settings.

104 lines of code changed in 6 files:

akirschbaum 2011-01-09 05:42 Rev.: 14230

Whitespace changes.

5 lines of code changed in 2 files:

ryo_saeba 2011-01-08 16:03 Rev.: 14229

Format code.

5 lines of code changed in 1 file:

ryo_saeba 2011-01-08 16:00 Rev.: 14228

The correct field for boots is 'exp', not 'speed'.

1 lines of code changed in 1 file:

ryo_saeba 2011-01-08 15:49 Rev.: 14227

Don't put artifacts on active list. This fixes boots of mobility and also avoids an [Error] in the log.

5 lines of code changed in 2 files:

ryo_saeba 2011-01-08 14:31 Rev.: 14226

Fix memory leak in formula code.

5 lines of code changed in 2 files:

ryo_saeba 2011-01-08 13:22 Rev.: 14225

Don't make 2 fountains in random maps, one is enough.

18 lines of code changed in 2 files:

ryo_saeba 2011-01-08 12:56 Rev.: 14224

Fix broken fountains in random maps.

4 lines of code changed in 2 files:

akirschbaum 2011-01-08 05:17 Rev.: 14223

Implement synchronized and randomized animations.

315 lines of code changed in 7 files:

akirschbaum 2011-01-07 06:10 Rev.: 14222

Improve performance when updating animated map squares.

40 lines of code changed in 3 files:

akirschbaum 2011-01-05 12:15 Rev.: 14221

Update comment.

1 lines of code changed in 1 file:

akirschbaum 2011-01-05 12:13 Rev.: 14220

Rename function name.

5 lines of code changed in 1 file:

December 2010 »

Generated by StatSVN 0.7.0