June 2012 Commit Log

Number of Commits:
132
Number of Active Developers:
5
rjtanner 2012-06-30 01:26 Rev.: 18311

Cosmetic and layout changes to Mercenaries Agency (scorn/misc/mercenaries) in Scorn. Enlarged the map to include area surrounding the building. Updated world map (world/world_104_115) for map entrance coordinate changes.

1120 lines of code changed in 2 files:

rjtanner 2012-06-28 23:52 Rev.: 18310

Minor change with how fence (swall) section merges with nearby walls to Undead Church (scorn/misc/church) in Scorn. Cosmetic change, no functional changes.

6 lines of code changed in 1 file:

rjtanner 2012-06-28 00:58 Rev.: 18309

Cosmetic and layout changes to Castle Kitchen (scorn/misc/castle_kitchen) in Scorn. Added a few windows, enlarged the map to include area surrounding the kitchen. Updated world map (world/world_104_115) for map entrance coordinate changes.

724 lines of code changed in 2 files:

mwedel 2012-06-27 01:50 Rev.: 18308

Modify handle_client() to process more than one socket command per tick.
This chops about half a second off time spent in negotiate_connection()
on local client/server - probably bigger difference for remote servers.
Also, as code was, if using image caching, no further processing would
happen after first askface, so this should improve performance notably in
those cases.
MSW 2012-06-26

24 lines of code changed in 2 files:

rjtanner 2012-06-27 01:36 Rev.: 18307

Cosmetic and layout changes to Tyl's house (scorn/houses/tyl) in Scorn. Added a few windows, moved door location, enlarged the map to include area surrounding the house. Updated Attic of Tyl's house (scorn/houses/tyl_attic) and world map (world/world_105_115) for map entrance coordinate changes.

569 lines of code changed in 3 files:

rjtanner 2012-06-26 02:34 Rev.: 18306

Cosmetic and layout changes to Fun House (scorn/houses/maze1) in Scorn. Enlarged the map to include area surrounding the house. Updated world map (world/world_105_115) for map entrance coordinate changes.

1805 lines of code changed in 2 files:

mwedel 2012-06-26 01:50 Rev.: 18305

Merge equivalent Makefile targets into single line.
Modify collect.pl.in to do locking to prevent multiple copies
running at the same time. Multiple running copies can
happen if you do a make -j4 (my default) - aside from it
being slower, it can result in corrupt files.
MSW 2012-06-20

36 lines of code changed in 2 files:

akirschbaum 2012-06-25 13:18 Rev.: 18304

Do not request "loginmethod 2" from server as it is not yet fully implemented and thus makes character creation fail.

6 lines of code changed in 2 files:

rjtanner 2012-06-25 02:22 Rev.: 18303

Cosmetic and layout changes to Mike Miller's house (scorn/houses/house3.1st) in Scorn. Added a couple more windows, enlarged the map to include area surrounding the house. Updated Mike Miller's cellar (scorn/houses/house3.bas1) and world map (world/world_104_115) for map entrance coordinate changes.

741 lines of code changed in 3 files:

akirschbaum 2012-06-24 11:57 Rev.: 18302

Implement 'combobox' skin command.

566 lines of code changed in 9 files:

akirschbaum 2012-06-24 11:29 Rev.: 18301

Extract NewCharacterInformation from Model.

276 lines of code changed in 4 files:

rjtanner 2012-06-24 03:49 Rev.: 18300

Cosmetic and layout changes to replace yellow block walls with cave wall sections to Goblin Den (scorn/dtabb/cave3) in Scorn. Updated world map (world/world_105_116) for map entrance coordinate changes.

1257 lines of code changed in 2 files:

rjtanner 2012-06-23 03:12 Rev.: 18299

Cosmetic changes to Little House of Horrors (santo_dominion/house_of_hell) in Santo Dominion. Expanded to show outer area of the map. World map (world/world_102_108) updated for new entrance coordinates.

789 lines of code changed in 2 files:

rjtanner 2012-06-22 01:18 Rev.: 18298

Cosmetic changes to Undead Bungalow (santo_dominion/houses/house1) in Santo Dominion. Expanded to show outer area of the map. World map (world/world_102_108) updated for new entrance coordinates.

1126 lines of code changed in 2 files:

rjtanner 2012-06-20 23:43 Rev.: 18297

Cosmetic and layout changes to Santo Dominion Toll St. (santo_dominion/tollpost) in Santo Dominion. Expanded to show outer area of the map, added some windows. Reversed the layout to match the shop map world map icon. World map (world/world_102_108) updated for new entrance coordinates.

1694 lines of code changed in 2 files:

akirschbaum 2012-06-20 11:49 Rev.: 18296

Add skins directory to project.

12 lines of code changed in 3 files:

rjtanner 2012-06-20 02:02 Rev.: 18295

Cosmetic and layout changes to St. Dominion Sale (santo_dominion/map.and.sale) in Santo Dominion. Expanded to show outer area of the shop, added some windows. Reversed the layout to match the shop map world map icon. World map (world/world_102_108) updated for new entrance coordinates.

1536 lines of code changed in 2 files:

akirschbaum 2012-06-19 14:48 Rev.: 18294

Enable players to generate sound effects.

17 lines of code changed in 15 files:

akirschbaum 2012-06-19 14:47 Rev.: 18293

Remove trailing whitespace.

1 lines of code changed in 1 file:

kbulgrien 2012-06-19 05:55 Rev.: 18292

- Merge trunk revision 18265 changes to client in support of building on some
platforms where explicit link with -lX11 is required.

525 lines of code changed in 9 files:

rjtanner 2012-06-19 00:56 Rev.: 18291

Cosmetic changes to Santo Dominion City Hall (santo_dominion/city_hall) in Santo Dominion. Expanded to show outer area of the map, added some windows. World map (world/world_102_108) updated for new entrance coordinates.

1526 lines of code changed in 2 files:

akirschbaum 2012-06-18 16:16 Rev.: 18290

Simplify code.

22 lines of code changed in 2 files:

akirschbaum 2012-06-18 14:41 Rev.: 18289

Move GUIElement.execute() to ActivatableGUIElement.

14 lines of code changed in 11 files:

rjtanner 2012-06-17 23:45 Rev.: 18288

Cosmetic changes to Bank of Skud, Navar Branch (navar_city/misc/city1bank) in Navar. Expanded to show outer area of the bank. World map (world/world_122_117) updated for new entrance coordinates.

1285 lines of code changed in 2 files:

akirschbaum 2012-06-17 17:08 Rev.: 18287

Accelerate login dialog by sending some 'requestinfo' packets asynchronously.

57 lines of code changed in 1 file:

ryo_saeba 2012-06-17 16:53 Rev.: 18286

Fix documentation.

29 lines of code changed in 2 files:

ryo_saeba 2012-06-17 16:36 Rev.: 18285

Fix documentation.

10 lines of code changed in 1 file:

akirschbaum 2012-06-17 16:29 Rev.: 18284

Remove redundant code.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 16:26 Rev.: 18283

Remove warning suppression.

0 lines of code changed in 1 file:

akirschbaum 2012-06-17 16:25 Rev.: 18282

Weaken types.

3 lines of code changed in 1 file:

ryo_saeba 2012-06-17 16:17 Rev.: 18281

Documentation.

3 lines of code changed in 1 file:

ryo_saeba 2012-06-17 16:14 Rev.: 18280

Remove unused parameter. Fix documentation.

4 lines of code changed in 3 files:

ryo_saeba 2012-06-17 16:12 Rev.: 18279

Fox documentation.

4 lines of code changed in 1 file:

ryo_saeba 2012-06-17 16:09 Rev.: 18278

Fix type for coherence.

4 lines of code changed in 2 files:

ryo_saeba 2012-06-17 15:24 Rev.: 18277

Give spell effect to fire and cold resistance potions.

4 lines of code changed in 2 files:

ryo_saeba 2012-06-17 15:24 Rev.: 18276

Resistance potions can now display a spell effect.

5 lines of code changed in 1 file:

akirschbaum 2012-06-17 13:39 Rev.: 18275

Remove redundant field initializations.

202 lines of code changed in 101 files:

ryo_saeba 2012-06-17 13:30 Rev.: 18274

Remove trailing space.

2 lines of code changed in 1 file:

akirschbaum 2012-06-17 13:27 Rev.: 18273

Reorder fields.

5 lines of code changed in 1 file:

akirschbaum 2012-06-17 13:27 Rev.: 18272

Remove redundant this modifier.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 13:26 Rev.: 18271

Fix client not being able to connect to metalforge.

3 lines of code changed in 1 file:

akirschbaum 2012-06-17 13:15 Rev.: 18270

Request 'setup loginmethod 2' when connecting to a server.

4 lines of code changed in 1 file:

akirschbaum 2012-06-17 13:09 Rev.: 18269

Query 'newcharinfo' information when connecting to a server.

451 lines of code changed in 4 files:

ryo_saeba 2012-06-17 11:51 Rev.: 18268

Fix comment.

4 lines of code changed in 1 file:

ryo_saeba 2012-06-17 11:45 Rev.: 18267

Fix badly placed external.

8 lines of code changed in 9 files:

ryo_saeba 2012-06-17 11:13 Rev.: 18266

Fix experience and level tooltip.

9 lines of code changed in 3 files:

kbulgrien 2012-06-17 08:45 Rev.: 18265

- On Mageia 2, build with libfreeglut-devel failed due to the linker not
knowing to link with -lX11. In searching for a solution, I found the
AX_CHECK_GL, AX_CHECK_GLU, AX_CHECK_GLUT macros that are supposed to
improve compatibility various OpenGL implementations. See the files
here: http://code.google.com/p/autoconf-gl-macros/ . Though that did
not help with the X11 issue, the change is kept in the hope that it is
still an improvement. Though it was not used, the Microsoft compiler
detection support in this package was also included for completeness.
- The X11 issue seems to be related to a malfunction of AC_PATH_XTRA, as
it does not do what the documentation says it should do (at least in
this environment.) It does not set X_PRE_LIBS, X_LIBS, and X_XTRA_LIBS
and others seem to concur per web search. Though the AC_PATH_XTRA
method seems broken, this change hopefully leaves it as a fallback in
case the pkg_config method does not work.
- Since gtk-v2/src/Makefile is changed anyway, also fix the cproto/proto
target failure due to a upper/lowercase issue. A TAB/spaces consistency
issue is also addressed.
- The macros folder is updated to include the new M4 files that provide
AX_CHECK_GL, AX_CHECK_GLU, AX_CHECK_GLUT.

523 lines of code changed in 7 files:

akirschbaum 2012-06-17 08:21 Rev.: 18264

Query 'class_info' information for all available classes when connecting to a server.

52 lines of code changed in 2 files:

akirschbaum 2012-06-17 08:08 Rev.: 18263

Add static modifier.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 08:07 Rev.: 18262

Fix Javadoc issue.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 08:05 Rev.: 18261

Rename class names.

287 lines of code changed in 4 files:

akirschbaum 2012-06-17 07:53 Rev.: 18260

Query 'race_info' information for all available races when connecting to a server.

585 lines of code changed in 5 files:

akirschbaum 2012-06-17 07:35 Rev.: 18259

Whitespace changes.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-17 05:55 Rev.: 18258

Don't send 'name ' if name is empty.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 05:35 Rev.: 18257

Remove redundant throws clauses.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-17 05:35 Rev.: 18256

Use name, not object.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 05:34 Rev.: 18255

Fix possible NullPointerException.

4 lines of code changed in 1 file:

akirschbaum 2012-06-17 05:33 Rev.: 18254

Extract code into function.

65 lines of code changed in 1 file:

ryo_saeba 2012-06-17 05:31 Rev.: 18253

Don't redirect output.

0 lines of code changed in 2 files:

akirschbaum 2012-06-17 05:27 Rev.: 18252

Improve --debug-protocol output for accountplayers packets.

14 lines of code changed in 4 files:

akirschbaum 2012-06-17 05:21 Rev.: 18251

Simplify code.

11 lines of code changed in 1 file:

akirschbaum 2012-06-17 05:16 Rev.: 18250

Split off AccountPlayerBuilder from DefaultCrossfireServerConnection.

217 lines of code changed in 2 files:

akirschbaum 2012-06-17 04:25 Rev.: 18249

Simplify code.

10 lines of code changed in 4 files:

ryo_saeba 2012-06-17 04:14 Rev.: 18248

Fall back to English for help.

50 lines of code changed in 1 file:

ryo_saeba 2012-06-17 04:08 Rev.: 18247

Add .fr file so install works.

7 lines of code changed in 1 file:

ryo_saeba 2012-06-17 04:00 Rev.: 18246

Move files to their language-specific version. Copy all help files.

240 lines of code changed in 99 files:

ryo_saeba 2012-06-17 03:52 Rev.: 18245

Fix encoding.

4 lines of code changed in 1 file:

ryo_saeba 2012-06-17 03:49 Rev.: 18244

Wizard 'settings' command to display various configuration information.

87 lines of code changed in 4 files:

akirschbaum 2012-06-17 03:13 Rev.: 18243

Query 'class_list' information when connecting to a server.

40 lines of code changed in 2 files:

akirschbaum 2012-06-17 03:09 Rev.: 18242

Relax 'replyinfo race_list' parser to drop empty races and to accept empty lists.

4 lines of code changed in 1 file:

akirschbaum 2012-06-17 03:03 Rev.: 18241

Remove redundant throws clause.

1 lines of code changed in 1 file:

akirschbaum 2012-06-17 03:00 Rev.: 18240

Fix Javadoc issues.

5 lines of code changed in 1 file:

akirschbaum 2012-06-17 02:58 Rev.: 18239

Rename method names.

3 lines of code changed in 2 files:

ryo_saeba 2012-06-17 02:56 Rev.: 18238

Fix command.

2 lines of code changed in 1 file:

akirschbaum 2012-06-17 02:56 Rev.: 18237

Add nullable annotations.

2 lines of code changed in 1 file:

akirschbaum 2012-06-17 02:51 Rev.: 18236

Query 'race_list' information when connecting to a server.

48 lines of code changed in 2 files:

rjtanner 2012-06-17 02:47 Rev.: 18235

Updated ChangeLog file using svn2cl.

88 lines of code changed in 1 file:

ryo_saeba 2012-06-17 02:40 Rev.: 18234

Give balms of recall for low-level Scorn nobility quests.

79 lines of code changed in 8 files:

akirschbaum 2012-06-17 02:33 Rev.: 18233

Fix parser for 'replyinfo startingmap' packets.

0 lines of code changed in 1 file:

rjtanner 2012-06-17 02:07 Rev.: 18232

Cosmetic and layout changes to Small House (navar_city/spyhouse) in Navar. Expanded to show outer area of the house. World map (world/world_122_117) updated for new entrance coordinates.

1733 lines of code changed in 2 files:

akirschbaum 2012-06-16 15:59 Rev.: 18231

Query 'startingmap' information when connecting to a server.

315 lines of code changed in 4 files:

akirschbaum 2012-06-16 15:10 Rev.: 18230

Rename function name.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-16 05:42 Rev.: 18229

Spell effects for protection from fire, electricity, cold.

57 lines of code changed in 27 files:

rjtanner 2012-06-16 02:12 Rev.: 18228

Cosmetic and layout changes to Marksel Keep (marksel/keep) in Marksel. Expanded to show outer area of the keep. World map (world/world_120_109) updated for new entrance coordinates.

995 lines of code changed in 2 files:

ryo_saeba 2012-06-15 16:41 Rev.: 18227

Quest: Moogly Bill's treasure.

139 lines of code changed in 13 files:

ryo_saeba 2012-06-15 16:39 Rev.: 18226

Enable 'not started' for a quest.

3 lines of code changed in 1 file:

ryo_saeba 2012-06-15 12:29 Rev.: 18225

Refactor emote-related stuff.

281 lines of code changed in 2 files:

ryo_saeba 2012-06-15 12:26 Rev.: 18224

Fix crash with JXClient.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-15 12:25 Rev.: 18223

Effect for the 'rage' spell.

19 lines of code changed in 9 files:

ryo_saeba 2012-06-15 12:24 Rev.: 18222

Allow 'change ability' to display an effect.

9 lines of code changed in 1 file:

ryo_saeba 2012-06-15 12:13 Rev.: 18221

Allow selection of 'wraith' and 'wizard'.

9 lines of code changed in 1 file:

rjtanner 2012-06-15 02:07 Rev.: 18220

Cosmetic and layout changes to Grumm's Inn (marksel/grumms_inn) in Marksel. Expanded to show outer area of the inn, aded some windows. World map (world/world_120_109) updated for new entrance coordinates.

1251 lines of code changed in 2 files:

rjtanner 2012-06-14 01:54 Rev.: 18219

Cosmetic and layout changes to Sunset Inn (lake_country/Sunset_Lake/inn) in Lake Country. Expand and show outer area of the inn. Sunset Castle (lake_country/Sunset_Lake/fortress) updated for new entrance coordinates.

1603 lines of code changed in 2 files:

rjtanner 2012-06-13 02:29 Rev.: 18218

Cosmetic and layout changes to Small Inn (lake_country/small_buildings/LC_inn1) in Lake Country. Expand and show outer area of the inn. World map (world/world_109_126) updated for new entrance coordinates.

1056 lines of code changed in 2 files:

rjtanner 2012-06-12 01:30 Rev.: 18217

Cosmetic changes to White Pigeon Inn (lake_country/Butakis/inn) in Lake Country. Expand and show outer area of the inn, added windows. Fortress map (lake_country/Butakis/Butakis0) updated for new entrance coordinates.

1200 lines of code changed in 2 files:

rjtanner 2012-06-11 01:15 Rev.: 18216

Cosmetic and layout changes to Gemstone Alchemist (lake_country/Butakis/alchemist) in Lake Country. Expand and show outer area of the shop, added windows and moved the door. Fortress map (lake_country/Butakis/Butakis0) updated for new entrance coordinates.

487 lines of code changed in 2 files:

ryo_saeba 2012-06-10 17:15 Rev.: 18215

Fix accounts not being saved for eg unit tests.

3 lines of code changed in 1 file:

ryo_saeba 2012-06-10 17:12 Rev.: 18214

Document.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-10 17:08 Rev.: 18213

Remove unused field. Document.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-10 16:56 Rev.: 18212

Documentation.

31 lines of code changed in 1 file:

ryo_saeba 2012-06-10 16:56 Rev.: 18211

Make function static.

1 lines of code changed in 1 file:

ryo_saeba 2012-06-10 16:36 Rev.: 18210

Fix documentation.

42 lines of code changed in 1 file:

ryo_saeba 2012-06-10 14:52 Rev.: 18209

Face for the cloak of Acid Proofing.

1 lines of code changed in 1 file:

ryo_saeba 2012-06-10 14:52 Rev.: 18208

Face for cloak of Acid Proofing.

0 lines of code changed in 1 file:

ryo_saeba 2012-06-10 14:38 Rev.: 18207

Don't use the weight to compute the recipe's danger.

3 lines of code changed in 1 file:

ryo_saeba 2012-06-10 14:06 Rev.: 18206

Documentation.

2 lines of code changed in 1 file:

ryo_saeba 2012-06-10 14:00 Rev.: 18205

Documentation.

102 lines of code changed in 2 files:

ryo_saeba 2012-06-10 13:33 Rev.: 18204

Documentation.

84 lines of code changed in 4 files:

ryo_saeba 2012-06-10 12:58 Rev.: 18203

Remove superfluous extern.

0 lines of code changed in 1 file:

ryo_saeba 2012-06-10 10:47 Rev.: 18202

Quest: Witherspoon's ghost.

65 lines of code changed in 6 files:

ryo_saeba 2012-06-10 06:11 Rev.: 18201

Apply patch #3532595: Restrict account creation, by Eddward DeVilla.

69 lines of code changed in 6 files:

rjtanner 2012-06-10 02:15 Rev.: 18200

Updated ChangeLog file using svn2cl.

79 lines of code changed in 1 file:

rjtanner 2012-06-10 01:27 Rev.: 18199

Cosmetic and layout changes to Royal Blacksmith (lake_country/Butakis/blacksmith) in Lake Country. Expand and show outer area of the shop, added windows and moved the door. Fortress map (lake_country/Butakis/Butakis0) updated for new entrance coordinates.

677 lines of code changed in 2 files:

rjtanner 2012-06-09 02:11 Rev.: 18198

Correct move_block all settings outside the invis_exits for Royal Church, Sanctuary (lake_country/Butakis/church0) in Lake Country.

5 lines of code changed in 1 file:

rjtanner 2012-06-08 02:11 Rev.: 18197

Cosmetic changes to Royal Church, Sanctuary (lake_country/Butakis/church0) in Lake Country. Expand and show outer area of the church. Re-align stair ways to the upper and lower level of the map. Fortress map (lake_country/Butakis/Butakis0) for new entrance coordinates.

1878 lines of code changed in 4 files:

rjtanner 2012-06-07 01:40 Rev.: 18196

Cosmetic changes to Well of Intelligence (dragonisland/intwell) in Stoneville. Replaced white walls with cave walls and awall sections to make it look more like an underground setting instead of a surface house. Updated world map (world/world_103_127) due to entrance coordinate changes.

1670 lines of code changed in 2 files:

rjtanner 2012-06-06 02:25 Rev.: 18195

Expand and show outer area of the house used for The Burning Adventurer (dragonisland/tavern) in Stoneville. World map (world/world_103_127) update for new entrance coordinates.

1323 lines of code changed in 2 files:

rjtanner 2012-06-05 00:39 Rev.: 18194

Expand and show outer area of the house used for Master's House (dragonisland/house9) in Stoneville. Cosmetic changes to add windows to the map, moved the entrance. World map (world/world_103_127) update for new entrance coordinates.

367 lines of code changed in 2 files:

rjtanner 2012-06-05 00:26 Rev.: 18193

Expand and show outer area of the house used for Timothius' House (dragonisland/house8) in Stoneville. Cosmetic changes to add windows to the map, moved the entrance. World map (world/world_103_127) update for new entrance coordinates.

645 lines of code changed in 2 files:

rjtanner 2012-06-04 01:34 Rev.: 18192

Correct entrance coordinates for Enter at Own Risk (dragonisland/house5) in Stoneville.

3 lines of code changed in 1 file:

rjtanner 2012-06-04 01:33 Rev.: 18191

Expand and show outer area of the house used for Pixie's Delight (dragonisland/house6) in Stoneville. Cosmetic changes to add windows to the map. World map (world/world_103_127) update for new entrance coordinates.

1524 lines of code changed in 2 files:

ryo_saeba 2012-06-03 09:13 Rev.: 18190

Remove unused flags.

0 lines of code changed in 1 file:

ryo_saeba 2012-06-03 07:26 Rev.: 18189

Documentation.

1 lines of code changed in 1 file:

ryo_saeba 2012-06-03 07:25 Rev.: 18188

Quest: the cure for Gordon.

192 lines of code changed in 5 files:

ryo_saeba 2012-06-03 07:24 Rev.: 18187

Add 'trigger' command for animations.

46 lines of code changed in 1 file:

ryo_saeba 2012-06-03 07:23 Rev.: 18186

Correctly change the face when moving.

3 lines of code changed in 1 file:

ryo_saeba 2012-06-03 05:08 Rev.: 18185

Don't crash if no animation defined.

5 lines of code changed in 1 file:

rjtanner 2012-06-03 02:33 Rev.: 18184

Updated ChangeLog file using svn2cl.

256 lines of code changed in 1 file:

rjtanner 2012-06-03 02:14 Rev.: 18183

Expand and show outer area of the house used for Enter at Own Risk (dragonisland/house5) in Stoneville. Entrance/exit is now a door instead of stairs. Cosmetic changes to add windows to the map. Layout changes to move monster generators further way from the entrance since the entrance has also moved to a different location.

1130 lines of code changed in 2 files:

rjtanner 2012-06-03 01:57 Rev.: 18182

Removed double stacked wall sections in Enter at Own Risk (dragonisland/house5) in Stoneville. Technical change, no function changes.

1 lines of code changed in 1 file:

rjtanner 2012-06-02 00:33 Rev.: 18181

Replaced the yellow block walls with cave walls in Fisher's Hall, Cellar (whalingoutpost/taverns/fishershallb1) in Whaling Outpost. Cosmetic changes, no functional changes.

1892 lines of code changed in 1 file:

rjtanner 2012-06-01 00:31 Rev.: 18180

Updates to Fisherhouse West (whalingoutpost/houses/fisherhousewest) in Whaling Outpost. Enlarged map perimeter so players enter the map just outside the door and still have ability to explore outside the house and easily go back to the world map. Updated world map (world/world_123_123) with updated map entrance coordinates.

1013 lines of code changed in 2 files:

May 2012 »

Generated by StatSVN 0.7.0