April 2013 Commit Log

Number of Commits:
50
Number of Active Developers:
5
kstenger 2013-04-30 14:47 Rev.: 18700

Minor fixes to do_pay(): 'type' was used as a variable name but it's a reserved word, length check was wrong, check for zero amount, plural message improved.

15 lines of code changed in 1 file:

kstenger 2013-04-29 14:31 Rev.: 18699

Fixing python indentation. Using elif when apropriate.

30 lines of code changed in 1 file:

kstenger 2013-04-28 21:58 Rev.: 18698

Fixing python indentation

17 lines of code changed in 1 file:

kstenger 2013-04-28 20:11 Rev.: 18697

Fixing python indentation

27 lines of code changed in 1 file:

kstenger 2013-04-28 17:23 Rev.: 18696

Fixing python indentation

119 lines of code changed in 1 file:

ryo_saeba 2013-04-28 13:27 Rev.: 18695

Display valid status.

2 lines of code changed in 1 file:

ryo_saeba 2013-04-28 13:09 Rev.: 18694

Display recipes count.

6 lines of code changed in 1 file:

ryo_saeba 2013-04-28 12:45 Rev.: 18693

Try to not generate errors.

8 lines of code changed in 1 file:

ryo_saeba 2013-04-28 12:43 Rev.: 18692

Initialize variable, if access is denied.

1 lines of code changed in 1 file:

ryo_saeba 2013-04-28 12:17 Rev.: 18691

Prevent traps from showing.

2 lines of code changed in 1 file:

rjtanner 2013-04-23 06:09 Rev.: 18690

Part of Patch#331 Fix room prices in Hermes' Inn, courtesy of Kevin Zheng. Anvil is no prper name, change it to anvil.

1 lines of code changed in 1 file:

rjtanner 2013-04-23 06:05 Rev.: 18689

Part of patch #331 Fix room price in Hermes' Inn, courtesy of Kevin Zheng. Update pricing information and altar reset time in Hermes' Inn.

2 lines of code changed in 1 file:

rjtanner 2013-04-23 06:04 Rev.: 18688

Part of patch #331 Fix room price in Hermes' Inn, courtesy of Kevin Zheng. Add name and plural name to unique keys found in Hermes' Inn.

2 lines of code changed in 1 file:

rjtanner 2013-04-23 06:03 Rev.: 18687

Part of patch #331 Fix room price in Hermes' Inn, courtesy of Kevin Zheng. Update purchase tables to specify 1 item per purchase and avoids Map Editor warnings.

5 lines of code changed in 1 file:

rjtanner 2013-04-23 05:49 Rev.: 18686

New map, Draughts of Santo Dominion (santo_dominion/misc/draughts) - with 8x8 playing board. World map (world/world_102_108) update to add a building and make the entrance.

4181 lines of code changed in 2 files:

rjtanner 2013-04-16 18:31 Rev.: 18685

Part of patch #331 Fix room price in Hermes' Inn, courtesy of Kevin Zheng. Update plural name for greasy key to Hermes Inn Upstairs (inn_and_outpost/hermes_inn2).

2 lines of code changed in 1 file:

rjtanner 2013-04-16 18:11 Rev.: 18684

Part of patch #325 More (minor) cosmetic changes, courtesy of Kevin Zheng. Update stack order so items appear on top of the tables to Castle Kitchen (scorn/misc/castle_kitchen) in Scorn.

31 lines of code changed in 1 file:

rjtanner 2013-04-16 18:08 Rev.: 18683

Part of patch #325 More (minor) cosmetic changes, courtesy of Kevin Zheng. Guest book reformatting and instructional information updates to Wanderer Inn (scorn/taverns/inn) in Scorn.

9 lines of code changed in 1 file:

rjtanner 2013-04-16 18:06 Rev.: 18682

Part of patch #325 More (minor) cosmetic changes, courtesy of Kevin Zheng. Update capitalization on a sign and book to Chess Club (scorn/houses/chess_club) in Scorn.

3 lines of code changed in 1 file:

akirschbaum 2013-04-12 14:04 Rev.: 18681

Add missing nullable annotations.

3 lines of code changed in 3 files:

akirschbaum 2013-04-12 14:02 Rev.: 18680

Add missing nullable annotation.

1 lines of code changed in 1 file:

akirschbaum 2013-04-12 14:01 Rev.: 18679

Fix unreachable code.

1 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:56 Rev.: 18678

Disable compiler warning.

0 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:54 Rev.: 18677

Weaken types.

2 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:50 Rev.: 18676

Fix possible NullPointerException in spells dialog.

4 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:46 Rev.: 18675

Add missing nullable annotation.

1 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:45 Rev.: 18674

Whitespace change.

0 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:44 Rev.: 18673

Add private modifiers.

3 lines of code changed in 2 files:

akirschbaum 2013-04-12 13:42 Rev.: 18672

Update comments.

9 lines of code changed in 1 file:

akirschbaum 2013-04-12 13:38 Rev.: 18671

Add missing nullable annotation.

1 lines of code changed in 1 file:

kfitzner 2013-04-12 10:28 Rev.: 18670

Re-add non-versioned directories into the python directory search list. Behaviour should now be identical to before change #18669.

3 lines of code changed in 1 file:

kfitzner 2013-04-11 11:25 Rev.: 18669

Remove brace expansion from loops checking multiple Python versions, add single version list at the top of the macro to make editing simpler in the future.

Corrects ticket #747, "Bashisms break configure script for users of POSIX /bin/sh", https://sourceforge.net/p/crossfire/bugs/747/

14 lines of code changed in 1 file:

kfitzner 2013-04-08 21:03 Rev.: 18668

Fix SF bug #750 Server compile failure, metaserver.c, regression caused update 18667.

1 lines of code changed in 1 file:

kfitzner 2013-04-06 10:20 Rev.: 18667

Fix problem where initialization of the metaserver mutex was behind #IFDEF HAVE_CURL_CURL_H, but usage of it wasn't. This causes hangs on some platforms.

2 lines of code changed in 1 file:

ryo_saeba 2013-04-06 06:02 Rev.: 18666

Remove obsolet file.

0 lines of code changed in 1 file:

ryo_saeba 2013-04-06 06:02 Rev.: 18665

Apply part of patch #328 Documentation changes to client, Kevin Zheng. Remove unused files.

1 lines of code changed in 2 files:

ryo_saeba 2013-04-06 06:01 Rev.: 18664

Apply part of patch #328: Documentation changes to client, by Kevin Zheng. Move "Documentation" to "doc".

621 lines of code changed in 9 files:

ryo_saeba 2013-04-06 05:53 Rev.: 18663

Don't try to animate transports if they aren't animated.

3 lines of code changed in 1 file:

ryo_saeba 2013-04-06 05:28 Rev.: 18662

Add missing name.

1 lines of code changed in 1 file:

ryo_saeba 2013-04-06 05:25 Rev.: 18661

Replace the scripted wagon with a transport, patch courtesy Kevin Zheng.

7 lines of code changed in 1 file:

ryo_saeba 2013-04-06 05:23 Rev.: 18660

Fix some messages, courtesy Kevin Zheng.

16 lines of code changed in 1 file:

ryo_saeba 2013-04-06 05:21 Rev.: 18659

Apply (part of) patch #326: Make sailing around the world cost money, by Kevin Zheng.

6845 lines of code changed in 6 files:

ryo_saeba 2013-04-06 05:19 Rev.: 18658

Fix archetype.

1 lines of code changed in 1 file:

kfitzner 2013-04-05 08:46 Rev.: 18657

Remove dependency on X for OpenGL - there is generally not X in Win32, and if a Linux/Unix system is trying to configure and it doesn't have X then there are bigger problems with that build than whether or not OpenGL is enabled.

Also put the addition of X libs behind a test for have_x. Automatically adding X libs breaks MinGW builds.

3 lines of code changed in 1 file:

kfitzner 2013-04-04 09:27 Rev.: 18656

Updated for current (1.70 + Trunk) clients and most recent versions of GTK+. Mentions all-in-one dependencies that have been prepared and are available for download at:
http://icculus.org/~kfitzner/misc/MinGWCrossfireDependenciesV1.70.1.zip

171 lines of code changed in 1 file:

kfitzner 2013-04-03 20:19 Rev.: 18655

Add @GTK_CFLAGS@ to AM_CFLAGS. Should have little effect in Linux/Unix where GTK include files will be in standard places anyway. In Windows under MinGW (and any other system where the include files are in a non-standard location) it will be required.

1 lines of code changed in 1 file:

kfitzner 2013-04-03 12:11 Rev.: 18654

Update deprecated MINGW macro to __MINGW32__

1 lines of code changed in 1 file:

rjtanner 2013-04-02 02:19 Rev.: 18653

New map, Draughts of Navar (navar_city/misc/draughts) using a 10x10 playing board and located in the south eastern corner of Navar (world/world_122_117). Requires archetype update r18652.

5294 lines of code changed in 2 files:

rjtanner 2013-04-02 02:01 Rev.: 18652

New archetypes and graphics for Draughts (aka checkers), includes playing pieces (red, black, red king, black king) and a new house for the world maps.

83 lines of code changed in 11 files:

rjtanner 2013-04-02 01:25 Rev.: 18651

Enlarge south eastern corner of Navar (world/world_122_117) by moving the walls out and reclaiming some of the wilderness.

41 lines of code changed in 1 file:

March 2013 »

Generated by StatSVN 0.7.0