February 2007 Commit Log

Number of Commits:
262
Number of Active Developers:
10
kbulgrien 2007-02-28 22:59 Rev.: 5633

- Whole -> All of
- Headquater -> Headquarters

6 lines of code changed in 3 files:

kbulgrien 2007-02-28 22:49 Rev.: 5632

- smiple -> simple
- Minor msg text adjustments.
- Some arch name fields added.
- Arch name capitalization adjustments

60 lines of code changed in 3 files:

kbulgrien 2007-02-28 22:13

- Controling -> Controlling
- Linebreak removed from msg text.

6 lines of code changed in 3 files:

rjtanner 2007-02-28 21:50 Rev.: 5629

Updated maps that were using 'unnamed' as their name. Cosmetic changes on how 'swall' sections merged with adjacent wall sections. Other changes are due to Map Editor reformatting.

1171 lines of code changed in 9 files:

rjtanner 2007-02-27 22:04 Rev.: 5628

Renamed maps (which used the actual file name). Replaced walls that were using the wrong sections next an opening. Removed a unneeded floor tile. Other changes are due to Map Editor reformatting.

70 lines of code changed in 6 files:

rjtanner 2007-02-27 21:57 Rev.: 5627

Renamed maps (which used the actual file name or tweaked their spelling and capitilization). Replaced walls that were using the wrong sections next doors. Added missing floor tiles beneath a wall section. Other changes are due to Map Editor reformatting.

6354 lines of code changed in 82 files:

ryo_saeba 2007-02-27 18:33 Rev.: 5626

Speed and SpeedLeft fixes, merged from trunk.

46 lines of code changed in 8 files:

ryo_saeba 2007-02-27 18:29 Rev.: 5625

Add SpeedLeft to Python plugin. Fix wrong type for speed.

38 lines of code changed in 3 files:

ryo_saeba 2007-02-27 18:28 Rev.: 5624

Add cf_object_set_float_property.

6 lines of code changed in 2 files:

ryo_saeba 2007-02-27 18:28 Rev.: 5623

Fix wrong type for speed.

2 lines of code changed in 1 file:

rjtanner 2007-02-27 01:40 Rev.: 5622

ChangeLog update with latest changes

109 lines of code changed in 1 file:

rjtanner 2007-02-26 23:04 Rev.: 5621

Renamed maps (which used the actual file name or tweaked their spelling and capitilization). Widened some of the doorways in the quests/wyvern_quest map. Other changes are due to Map Editor reformatting.

387 lines of code changed in 10 files:

rjtanner 2007-02-26 22:50 Rev.: 5620

Renamed maps (which used the actual file name or tweaked their spelling and capitilization). Added missing floor tiles. Reset the darkness to level 5 on some of the maps (editor claimed that the range had to be 0-5 and the map was using 6.) Other changes are due to Map Editor reformatting.

124 lines of code changed in 14 files:

rjtanner 2007-02-26 22:35 Rev.: 5619

Renamed maps (which used the actual file name or tweaked their spelling and capitilization). Other changes are due to Map Editor reformatting.

73 lines of code changed in 11 files:

rjtanner 2007-02-26 22:22 Rev.: 5618

Renamed maps (which used the actual file name or tweaked their spelling and capitilization). Replaced walls that were using the wrong sections next to doors. Other changes are due to Map Editor reformatting.

423 lines of code changed in 26 files:

mwedel 2007-02-26 02:53 Rev.: 5617

Add theme support to the gtk2 client spell window.
gtk-v2/gtk-v2.glade: Remove the drawingarea boxes, add eventboxes and put
the labels in the eventbox - the labels now act as key, as it is easier
to do all of foreground, background, and font style there.
gtk-v2/src/config.c: Add calls to set spell styles and redraw spell window
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/inventory.c: Declare Style_Names static, since it is a generic
name and spells.c uses same name. Linewrap a long line.
gtk-v2/src/spells.c: Add theme handling - load up theme data, set entries
in the treeview widget, update code to draw keys.
gtk-v2/themes/Black, gtk-v2/themes/Standard: Add style information for the
spells.
MSW 2007-02-25

332 lines of code changed in 9 files:

rjtanner 2007-02-26 00:47 Rev.: 5616

Renamed maps (which were either unnamed or used the actual file name). Minor cosmetic updates to maps - wrong wall sections at corners or missing walls. Added missing floor tiles beneath walls. Other changes are due to Map Editor reformatting.

239 lines of code changed in 10 files:

mwedel 2007-02-25 23:31 Rev.: 5615

configure, configure.in: Fix broken check for liblua - not all systems have
liblualib, so assuming they do if liblua exists breaks compilation. And
separate check for lualib.
MSW 2007-02-25

4698 lines of code changed in 3 files:

rjtanner 2007-02-25 22:35 Rev.: 5614

Merging bug fixes from Trunk back in to Branch. Guild's name should be GUILD_TEMPLATE to be conform to README.TXT in scripts directory. Other changes are due to Map Editor reformatting.

1827 lines of code changed in 3 files:

ryo_saeba 2007-02-25 18:12 Rev.: 5613

Shouldn't have committed that test guild :)

0 lines of code changed in 1 file:

ryo_saeba 2007-02-25 18:09 Rev.: 5612

Guild's name should be GUILD_TEMPLATE to be conform to README.TXT in scripts directory.

6 lines of code changed in 2 files:

rjtanner 2007-02-25 02:48 Rev.: 5611

Cosmetic changes to many of the maps - gave them the 'navar look' (westcwall). Renamed maps (which were either unnamed, used the actual file name or tweaked their spelling and capitilization.) Renamed maps with a generic name to something more specific. Other changes are due to Map Editor reformatting.

8457 lines of code changed in 113 files:

rjtanner 2007-02-24 20:56 Rev.: 5610

ChangeLog updates for latest changes

47 lines of code changed in 1 file:

rjtanner 2007-02-24 20:49 Rev.: 5609

Renamed maps (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Renamed maps with a generic name to something more specific. Other changes are due to Map Editor reformatting.

16341 lines of code changed in 58 files:

qal21 2007-02-24 13:59 Rev.: 5608

Make functions in types/ static where possible and reasonable.

129 lines of code changed in 31 files:

ryo_saeba 2007-02-24 06:08

Windows requires binary mode to work correctly (newline issues).

3 lines of code changed in 3 files:

ryo_saeba 2007-02-24 05:49

fix crash when Python and server are compiled with different versions of MS's DLLs.

40 lines of code changed in 4 files:

ryo_saeba 2007-02-24 05:48 Rev.: 5603

wrong call order.

2 lines of code changed in 1 file:

kbulgrien 2007-02-24 04:10 Rev.: 5602

- Update ChangeLog to record edits in several recent commits.

27 lines of code changed in 1 file:

kbulgrien 2007-02-24 04:08 Rev.: 5601

- Multi-line message linebreaks removed. a few places to improve map
appearance; minor npc msg text changes; and changes introduced by
CFJavaEditor.

42 lines of code changed in 3 files:

kbulgrien 2007-02-24 04:00 Rev.: 5600

- Add blocksview 0 on lightning walls in a few places to improve map
appearance; and other CFJavaEditor changes.

513 lines of code changed in 3 files:

kbulgrien 2007-02-24 03:58 Rev.: 5599

- Multi-line message linebreaks removed; redundant match strings removed (only
lowercase is required); minor npc msg text changes; and edits introduced by
CFJavaEditor.

249 lines of code changed in 3 files:

kbulgrien 2007-02-24 03:57 Rev.: 5598

- Multi-line message linebreaks removed; red town -> Red Town; and changes
introduced by CFJavaEditor.

27 lines of code changed in 3 files:

kbulgrien 2007-02-24 03:56 Rev.: 5597

- Multi-line message linebreaks removed and other changes introduced by
CFJavaEditor.

15 lines of code changed in 3 files:

kbulgrien 2007-02-24 03:56 Rev.: 5596

- Multi-line message linebreaks removed.

3 lines of code changed in 3 files:

kbulgrien 2007-02-24 03:53 Rev.: 5595

- red town -> Red Town and other changes introduced by CFJavaEditor.

144 lines of code changed in 3 files:

kbulgrien 2007-02-24 03:50 Rev.: 5594

- biglake_new arch replaced with sea_new to make the color of water under
galleon consistent with color of sea tiles. Other changes introduced by
CFJavaEditor.

27 lines of code changed in 3 files:

rjtanner 2007-02-24 03:43 Rev.: 5593

Updating the ChangeLog with recent changes

80 lines of code changed in 1 file:

kbulgrien 2007-02-24 03:10 Rev.: 5592

- lake arch replaced by sea_nsew to remove grass from water perimeter inside
house. Gave name of Bath to the tile. Other changes due to CFJavaEditor.

24 lines of code changed in 4 files:

rjtanner 2007-02-24 03:00 Rev.: 5591

Renamed maps (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Corrected wall sections there were 'incorrect' and obvious when next to doorways or similar openings - basically using the wrong wall sections. Minor cosmetic updates to maps as well. Added missing floor tiles beneath walls. Renamed maps with a generic name to something more specific. Other changes are due to Map Editor reformatting.

8314 lines of code changed in 19 files:

ryo_saeba 2007-02-23 17:59 Rev.: 5590

Fix some comments from // to /* */

12 lines of code changed in 6 files:

ryo_saeba 2007-02-23 17:57 Rev.: 5589

Some Win32 compilation fixes.

5 lines of code changed in 3 files:

ryo_saeba 2007-02-23 16:43 Rev.: 5588

Fix missing -llualib linking option.

5137 lines of code changed in 14 files:

rjtanner 2007-02-22 22:48 Rev.: 5587

Renamed maps (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Corrected wall sections there were 'incorrect' and obvious when next to doorways or similar openings - basically using the wrong wall sections. Minor cosmetic updates to maps as well. Other changes are from Map Editor reformatting.

99 lines of code changed in 11 files:

rjtanner 2007-02-22 22:21 Rev.: 5586

Renamed maps (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Corrected wall sections there were 'incorrect' and obvious when next to doorways or similar openings - basically using the wrong wall sections. Minor cosmetic updates to maps as well. Renamed the cannery map to Animal Quarantine because that is how it's referred in the world map. Renamed the dtabb/cave outside of Scorn to Gnolls Grotto - since it's often confused as part of the goblin chief / royalty quest map. Renamed dtabb/cave3 to Goblin Den. Other changes are due to Map Editor reformatting.

2164 lines of code changed in 50 files:

akirschbaum 2007-02-22 17:03 Rev.: 5585

Remove stray text message.

0 lines of code changed in 1 file:

rjtanner 2007-02-21 23:17 Rev.: 5584

Used svn2cl to regenerate the ChangeLog file for Trunk map changes to include a full and thorough history of the changes.

19640 lines of code changed in 1 file:

mwedel 2007-02-21 03:20 Rev.: 5583

Remove hard dependancy of LUA - instead, have configure check for it and
just don't compile in the LUA bits if we don't have lua installed.
--
configure,configure.in: Add lua checks.
*/Makefile.am, */Makefile.in: Remove hard coded links of -llua
common/config.h.in: Add HAVE_LIBLUA define
common/commands.c, common/p_cmd.c, common/script_lua.c: Add #ifdef
HAVE_LIBLUA checks
MSW 2007-02-20


4833 lines of code changed in 21 files:

rjtanner 2007-02-20 22:31 Rev.: 5582

Cosmetic changes to the Sport Center - added missing floor tiles under the trapdoors where monsters are generated. Re-linked the levers to the trap doors. This map will have to be watched closely for balance issues *and* for possible map camping or similar abuse - it's design is very similar to the old Training Centers. Some cleanup remains as many of the trapdoors are using old(?) connection references.

3212 lines of code changed in 1 file:

rjtanner 2007-02-20 21:10 Rev.: 5581

Fixed the broken path error for the Sport Center, it's now accessible again.

1 lines of code changed in 1 file:

qal21 2007-02-19 23:51 Rev.: 5580

Add missing include.

1 lines of code changed in 1 file:

rjtanner 2007-02-19 20:35 Rev.: 5579

Updated the entrance coordinates from Lake Country world map to Mopoon's Weapon shop, as my earlier fix 'dropped' the player at the wrong location in the shop.

2 lines of code changed in 1 file:

rjtanner 2007-02-19 20:02 Rev.: 5578

Reduced the damage of the shocking rune from 40 down to 15 as this trap was very deadly for low level players. Renamed the map to accurately reflect the world map name. Other changes are due to Map Editor reformatting.

3 lines of code changed in 1 file:

rjtanner 2007-02-19 19:54 Rev.: 5577

Inventory sign does not list items in bookshelves. Removing the sign from the shop.

0 lines of code changed in 1 file:

rjtanner 2007-02-19 19:53 Rev.: 5576

Corrected error with the zombie generator - it was still generating skeletons. I missed updating the 'breed monster' field.

0 lines of code changed in 1 file:

qal21 2007-02-19 18:03 Rev.: 5575

Change move_arrow calls to ob_process.

355 lines of code changed in 13 files:

rjtanner 2007-02-19 00:44 Rev.: 5574

Massive checkin. Went through many, many maps and updated their names (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Corrected wall sections there were 'incorrect' and obvious when next to doorways or similar openings - basically using the wrong wall sections. Minor cosmetic updates to maps as well. Other changes are due to Map Editor reformatting.

57365 lines of code changed in 495 files:

rjtanner 2007-02-19 00:21 Rev.: 5573

Replaced the skeleton generator with a zombie generator as it apears skeletons are too difficult for players under level 5 or 6. Added some windows to the inner wall sections for easier visability of monsters for new players. The centipede is another source that is the cause of frequent deaths - but is still available for now. Other changes are due to Map Editor reformatting.

20 lines of code changed in 1 file:

rjtanner 2007-02-19 00:18 Rev.: 5572

Significant cosmetic changes to this map in order to make it match more closely the appearance on the outside. Also added an inventory inside the shop entrance. Renamed the map from BasicSpells to Moseleys Magic Books.

45 lines of code changed in 1 file:

rjtanner 2007-02-19 00:15 Rev.: 5571

Significant cosmetic changes to this map - added cave walls and similar sections to the map to give it an 'underground appearance' instead of portions of the map appearing to be blocked by nothing but darkness. Other changes are Map Editor reformatting.

2619 lines of code changed in 1 file:

rjtanner 2007-02-19 00:12 Rev.: 5570

Skud Tower was surrounded my mountain tiles that were impossible to pass by any means available to players, made a small change (made a mountain tile 'passable') so people can once again access this map. Other changes are Map Editor reformatting.

2500 lines of code changed in 1 file:

rjtanner 2007-02-19 00:11 Rev.: 5569

Added missing floor tiles to the Castle Zaah maps. Cosmetic touchups for sections of walls next to doors - wrong wall sections are used. Other changes are Map Editor reformatting.

8208 lines of code changed in 4 files:

rjtanner 2007-02-19 00:08 Rev.: 5568

Made the Sport Center available again in Brest. Also updated maps files in Brest to better match the actual map name (vs unnamed or the file name.) Other changes are Map Editor reformatting.

25 lines of code changed in 2 files:

ryo_saeba 2007-02-18 16:13 Rev.: 5567

Fix uninitialized variables (merge from trunk).

6 lines of code changed in 2 files:

ryo_saeba 2007-02-18 16:08 Rev.: 5566

Fix uninitialized variables.

8 lines of code changed in 3 files:

ryo_saeba 2007-02-18 13:49 Rev.: 5565

Remove unused functions.

0 lines of code changed in 1 file:

ryo_saeba 2007-02-18 13:34 Rev.: 5564

Fix mishandling of weapon/shield/armour restriction. Fix crash with NULL value. (merge from trunk)

8 lines of code changed in 2 files:

ryo_saeba 2007-02-18 12:52 Rev.: 5563

Replace type_to_archetype by get_archetype_by_type_subtype.

7 lines of code changed in 5 files:

aaron_baugher 2007-02-18 10:45 Rev.: 5562

Formatting cleanup

1590 lines of code changed in 3 files:

ryo_saeba 2007-02-18 10:24 Rev.: 5561

Implement feature request 1025952: GTK Client - Save Pickup options.

172 lines of code changed in 9 files:

ryo_saeba 2007-02-18 10:05 Rev.: 5560

Implement feature request 1025952: GTK Client - Save Pickup options.

40 lines of code changed in 6 files:

ryo_saeba 2007-02-18 09:04 Rev.: 5559

Update.

6 lines of code changed in 1 file:

aaron_baugher 2007-02-16 15:49 Rev.: 5558

Converting multi-tile image arches to single images

4271 lines of code changed in 1268 files:

aaron_baugher 2007-02-15 20:26 Rev.: 5557

Make open containers display other_arch face

62 lines of code changed in 2 files:

ryo_saeba 2007-02-15 19:06

New server settings: allow_denied_spells_writing, for inscription.

21 lines of code changed in 6 files:

ryo_saeba 2007-02-15 18:59 Rev.: 5554

New server settings: allow_denied_spells_writing, for inscription.

17 lines of code changed in 5 files:

aaron_baugher 2007-02-15 18:57 Rev.: 5553

Formatting cleanup

200 lines of code changed in 2 files:

aaron_baugher 2007-02-15 18:46 Rev.: 5552

Formatting cleanup

397 lines of code changed in 2 files:

eracc 2007-02-15 18:28 Rev.: 5551

Minor cosmetic changes to brest/zorn/castle.basement0
Fix "emergency exit".
Move a wall.

Make Irritable Zorn a bit more difficult brest/brest.scrolls.right
Someone bragged that he was easy for a level 1 character.
Maybe not now. :-)

Fix a problem with an invalid archetype on quests/peterm/quests/wyvern_quest

2740 lines of code changed in 6 files:

ryo_saeba 2007-02-15 15:38

Handle no money case when player tries to exit shop.

23 lines of code changed in 4 files:

ryo_saeba 2007-02-15 15:17 Rev.: 5548

Fix slot machines.

30 lines of code changed in 5 files:

ryo_saeba 2007-02-15 15:16 Rev.: 5547

Test file, add keys routines.

31 lines of code changed in 2 files:

ryo_saeba 2007-02-15 15:15 Rev.: 5546

Fix slot machines.

30 lines of code changed in 5 files:

ryo_saeba 2007-02-15 14:45 Rev.: 5545

Fix a crash with object handling by plugins.

6 lines of code changed in 2 files:

ryo_saeba 2007-02-15 14:44 Rev.: 5544

Make armour handling coherent between gods, monsters and such. Cloaks and bracers are not armour. (merge from trunk)

120 lines of code changed in 7 files:

ryo_saeba 2007-02-15 14:38 Rev.: 5543

Fix a crash with object handling by plugins.

6 lines of code changed in 2 files:

mwedel 2007-02-15 02:36 Rev.: 5542

Delete server/branches/1.x/trunk - this isn't deleting the 1.x branch, but rather a copy of the server
inside of the server area - no reason for it to be there, it (rightfully) isn't getting updated.
MSW 2007-02-14

0 lines of code changed in 1 file:

rjtanner 2007-02-14 21:09 Rev.: 5541

Merge changes from Trunk. Updated maps to remove 0 destination coordinates warnings from server log files. Other changes are due to Map Editor reformatting. RJT, Feb-14-2007

24 lines of code changed in 2 files:

rjtanner 2007-02-14 21:04 Rev.: 5540

Updated maps to remove 0 destination coordinates warnings from server log files. Other changes are due to Map Editor reformatting. RJT, Feb-14-2007

20 lines of code changed in 1 file:

rjtanner 2007-02-14 21:01 Rev.: 5539

Updated maps to remove 0 destination coordinates warnings from server log files. RJT, Feb-14-2007

4 lines of code changed in 1 file:

ryo_saeba 2007-02-14 18:07 Rev.: 5538

Remove static buffers from path_combine and path_combine_and_normalize.

64 lines of code changed in 7 files:

kbulgrien 2007-02-13 01:15 Rev.: 5537

Created addition shoreline tiles for the ground/sea.arc tile set to
add sea_F.base.111.png and sea_F.clsc.111.png that form a round pool
surrounded by transparency. This tile might be used to fix indoor
water pools by providing a replacement for blake_0 which has grass
surrounding the water. Also modified sea.arc accordingly.

62 lines of code changed in 8 files:

rjtanner 2007-02-12 22:25 Rev.: 5536

Change the reconsecrate level of the altar from 100 to 120 so other players can't convert the altar on unsuspecting worshippers. RJT, Feb-12-2007

9 lines of code changed in 1 file:

rjtanner 2007-02-12 22:24 Rev.: 5535

Change the reconsecrate level of the alter from 100 to 120 so other players can't convert the altar on unsuspecting worshippers. RJT, Feb-12-2007

9 lines of code changed in 1 file:

rjtanner 2007-02-12 21:56 Rev.: 5534

Final touches on the Guild_HQ map so that the tokens can be traded in for additional guild features: craft benches. RJT, Feb-12-2007

40 lines of code changed in 1 file:

rjtanner 2007-02-12 21:27

Corrected a file path error with the Lake Country Dragon Hangar. It was causing players to get drapped in a void-like map. Other changes are due to Map Editor reformatting. RJT, Feb-11-2007

316 lines of code changed in 2 files:

rjtanner 2007-02-12 21:24

Reverted back to using the redundant floor tiles in this map - they are used for extra visual effects with smoothing. My mistake. Earlier changes to the exit coordinates still in place. RJT, Feb-12-2007

1044 lines of code changed in 2 files:

rjtanner 2007-02-12 21:13 Rev.: 5529

Second attempt at updating the python based guild template maps -- fixed many of the altars, exits and other features. Updated the README (see earlier commit) file to summarize these changes. RJT, Feb-12-2007

1203 lines of code changed in 2 files:

rjtanner 2007-02-12 21:03 Rev.: 5528

Major updates to the guild (map) templates - fixed many of the altars, exits and other features. Updated the README file to summarize these changes. RJT, Feb-12-2007

83 lines of code changed in 1 file:

rjtanner 2007-02-12 20:36

Updated map to remove 0 destination coordinates warnings from server log files. Also removed unnecessary floor tiles. Other changes are from Map Editor reformatting. RJT, Feb-12-2007

1628 lines of code changed in 3 files:

ryo_saeba 2007-02-12 17:51 Rev.: 5525

More fixes.

4 lines of code changed in 2 files:

ryo_saeba 2007-02-12 17:39 Rev.: 5524

Fix joining script. Non members can't use the guild oracle.

6 lines of code changed in 3 files:

ryo_saeba 2007-02-12 17:26 Rev.: 5523

Invalidate player's view if teleporting. Call update_ob_speed when changing speed (merged from trunk).

10 lines of code changed in 2 files:

ryo_saeba 2007-02-12 17:23 Rev.: 5522

Merge guild changes from trunk.

17 lines of code changed in 6 files:

ryo_saeba 2007-02-12 17:20 Rev.: 5521

Fixed typos, it's now possible to buy guilds, and manage through the Oracle.

22 lines of code changed in 7 files:

ryo_saeba 2007-02-12 17:00 Rev.: 5520

Invalidate player's view if teleporting. Call update_ob_speed when changing speed.

10 lines of code changed in 2 files:

gros 2007-02-12 13:22 Rev.: 5519

Removed references to obsolete refcount field in unit testing.

- gros 2007-02-12

4 lines of code changed in 2 files:

kbulgrien 2007-02-11 23:46 Rev.: 5518

lib/smooth updated in conjunction with arch update (revision 5421).

14 lines of code changed in 5 files:

kbulgrien 2007-02-11 23:40 Rev.: 5517

- Late commit of notes regarding revision 5421.

24 lines of code changed in 2 files:

kbulgrien 2007-02-11 23:08 Rev.: 5516

- Spelling: Cobwep --> Cobweb
- Fixed stair path: /kar/creepy.hous --> /scorn/kar/creepy.house
- Minor message reformat. Extra spaces and line breaks removed.

8 lines of code changed in 2 files:

kbulgrien 2007-02-11 22:52 Rev.: 5515

- Capitalization on Gork's name, remove line break from sign message.

2 lines of code changed in 2 files:

kbulgrien 2007-02-11 22:50 Rev.: 5514

- Minor improvements to conversational texts.
- Remove redundant match strings (only lowercase is necessary and plural
is not needed because extra characters don't stop the match).
- While in the file, reformat the conversation texts to remove the line
breaks where appropriate.

50 lines of code changed in 2 files:

kbulgrien 2007-02-11 22:30 Rev.: 5513

- Remove redundant match strings (only lowercase is necessary).
- Add a hint shown if you ask Amy "where". It's not a giveaway,
but could help since Mark is in a room with scad's of people.
- Minor line break change in text.

12 lines of code changed in 2 files:

kbulgrien 2007-02-11 22:20 Rev.: 5512

- Primary reason for edit is to add map_layer item to book of illusions
so it renders on top of the table instead of under it.
- Reformatted various conversation texts to remove spurious line breaks.
- Remove redundant match strings (mixed case match strings not needed).
- Spelling fix: sailsman --> salesman

60 lines of code changed in 3 files:

ryo_saeba 2007-02-11 17:22 Rev.: 5511

Remove unused field object::refcount.

4 lines of code changed in 5 files:

ryo_saeba 2007-02-11 17:04 Rev.: 5510

Fix speed logic, implementing feature request #1624544: Armour speed limit

8 lines of code changed in 2 files:

ryo_saeba 2007-02-11 17:04 Rev.: 5509

Fix missing call, resulting in corrupted output.

1 lines of code changed in 1 file:

ryo_saeba 2007-02-11 16:55 Rev.: 5508

Fix mishandling of weapon/shield/armour restriction. Fix crash with NULL value.

8 lines of code changed in 2 files:

kbulgrien 2007-02-11 16:54 Rev.: 5507

- Fix bug introduced when replacing big lake tiles with sea tiles. The dragon
was blocked. Set no_pass 0 on affected tiles.
- Add arch blocked (w/ no_pass 0) to prevent seeing artifacts of the moving
dragon transport if the client view is set larger than the size of the map.

42 lines of code changed in 3 files:

aaron_baugher 2007-02-11 16:41 Rev.: 5506

Formatting clean-up, whitespace and long lines

2178 lines of code changed in 2 files:

kbulgrien 2007-02-11 16:31 Rev.: 5505

- Fixed minor glitch in river where junction pieces were used but there was
no actual junction.

6 lines of code changed in 3 files:

kbulgrien 2007-02-11 16:25 Rev.: 5504

- Reformat T.K.'s @match strings to remove line breaks.
- Minor fix to T.K's conversation "In deep underground" --> "Deep underground"
- Changes caused by saving with CFJavaEditor including removal of "Str 1" and
"immune 8388607" from T.K.

51 lines of code changed in 3 files:

ryo_saeba 2007-02-11 14:45 Rev.: 5503

Make armour handling coherent between gods, monsters and such. Cloak and bracers are not armour

37 lines of code changed in 7 files:

kbulgrien 2007-02-11 14:42 Rev.: 5502

- Primarily changed "arch biglake*" to "arch sea*" so that water tiles are
consistent colors on various pup_land maps when using the base tile set.
Please note: These changes require arch collection and install on the
server. The sea.arc file has applicable edits to enable transparency.
- Appropriate shore floor tiles placed under sea tiles with transparency.
- Various non-functional changes result from re-saving map in cfjavaeditor.
- Some scolar --> scholar spelling fixes (pup_land/kurte/hut1 and hut2

624 lines of code changed in 15 files:

ryo_saeba 2007-02-11 13:26 Rev.: 5501

Remove last static buffers, use safe string functions.

129 lines of code changed in 3 files:

ryo_saeba 2007-02-11 12:16 Rev.: 5500

Remove obsolete long_desc(), replaced by ob_describe(), get rid of static buffer.

23 lines of code changed in 8 files:

ryo_saeba 2007-02-11 12:04 Rev.: 5499

Fix compilation warnings.

15 lines of code changed in 6 files:

ryo_saeba 2007-02-11 11:53 Rev.: 5498

Remove static buffer for strerror_local().

58 lines of code changed in 15 files:

ryo_saeba 2007-02-11 10:00 Rev.: 5497

Remove some static variables. Return values from server.

103 lines of code changed in 6 files:

ryo_saeba 2007-02-11 09:15 Rev.: 5496

Update cf_object_[gs]et key to use parameter instead of void* return.

77 lines of code changed in 8 files:

ryo_saeba 2007-02-11 08:40 Rev.: 5495

Remove static variables from plugin API, use parameters instead.

68 lines of code changed in 4 files:

ryo_saeba 2007-02-11 06:49 Rev.: 5494

Wrong flag causing crash.

1 lines of code changed in 1 file:

ryo_saeba 2007-02-11 06:42 Rev.: 5493

Remove sstable command for players, which is called ssdumptable for DMs.

4 lines of code changed in 4 files:

ryo_saeba 2007-02-11 06:39 Rev.: 5492

Remove static buffer fur ss_dump_table. Use SS_ flags. Use LOG instead of direct fprintf.

26 lines of code changed in 4 files:

ryo_saeba 2007-02-11 06:26 Rev.: 5491

Remove errmsg use for ss_dump_statistics.

23 lines of code changed in 5 files:

ryo_saeba 2007-02-11 06:17 Rev.: 5490

Fix get_split_ob not returning failure message (was through errmsg).

41 lines of code changed in 9 files:

ryo_saeba 2007-02-11 06:14

Forgot that one for dump_object

1 lines of code changed in 3 files:

ryo_saeba 2007-02-11 05:55 Rev.: 5487

Remove errmsg use for dump_object and dump_arch. Merge dump_object and dump_object2.

93 lines of code changed in 10 files:

mwedel 2007-02-11 04:03 Rev.: 5486

gtk-v2/src/info.c: For extended message handling, special case the
MSG_TYPE_SIGN - the 1.x server puts a number in front of the message to
denote it is auto apply - strip it off in the gtk2 client. Not an
issue as far as 2.x goes, as the server doesn't prefix the message
anymore.
MSW 2007-02-11

16 lines of code changed in 3 files:

rjtanner 2007-02-11 04:02

Corrected a file path error with the Lone Town Dragon Hangar. It was causing players to get drapped in a void-like map. RJT, Feb-11-2007

318 lines of code changed in 2 files:

rjtanner 2007-02-11 03:50 Rev.: 5483

Merging in changes from Trunk: Updated maps to remove 0 destination coordinates warnings from server log files. Other changes are from Map Editor reformatting. RJT, Feb-11-2007

13084 lines of code changed in 33 files:

mwedel 2007-02-11 03:29

Remove 'dam 127' line from demon gate - this has it use a non existant
spell, which eventually results in the server crashing.
MSW 2007-02-11

0 lines of code changed in 2 files:

rjtanner 2007-02-11 02:48

Corrected a file path error with the Navar and Nurnberg Dragon Hangars. It was causing players to get drapped in a void-like map. RJT, Feb-11-2007

636 lines of code changed in 4 files:

rjtanner 2007-02-11 02:29 Rev.: 5478

Merging in changes from Trunk: Updated maps to remove 0 destination coordinates warnings from server log files. Other changes are from Map Editor reformatting. RJT, Feb-11-2007

71 lines of code changed in 2 files:

rjtanner 2007-02-11 01:53 Rev.: 5477

Updated maps to remove 0 destination coordinates warnings from server log files. Other changes are from Map Editor reformatting. RJT, Feb-11-2007

7376 lines of code changed in 26 files:

aaron_baugher 2007-02-10 22:56 Rev.: 5476

New package arch and image for IPO

6 lines of code changed in 2 files:

aaron_baugher 2007-02-10 22:51 Rev.: 5475

New IPO package arch and face

35 lines of code changed in 3 files:

rjtanner 2007-02-10 22:30 Rev.: 5474

Updated maps to remove 0 destination coordinates warnings from server log files. RJT, Feb-10-2007

5716 lines of code changed in 10 files:

akirschbaum 2007-02-10 19:15 Rev.: 5473

Fix possible buffer overflows.

25 lines of code changed in 2 files:

akirschbaum 2007-02-10 19:12 Rev.: 5472

Remove trailing whitespace.

15 lines of code changed in 1 file:

akirschbaum 2007-02-10 19:11 Rev.: 5471

Use correct format specifier in sprintf().

2 lines of code changed in 2 files:

akirschbaum 2007-02-10 19:09 Rev.: 5470

Remove trailing whitespace.

46 lines of code changed in 1 file:

akirschbaum 2007-02-10 19:07 Rev.: 5469

Fix return statements with no value in non-void function.

3 lines of code changed in 2 files:

akirschbaum 2007-02-10 19:05 Rev.: 5468

Make log_time() static. (Was missing in previous commit.)

1 lines of code changed in 1 file:

akirschbaum 2007-02-10 19:02 Rev.: 5467

Make log_time() static.

1 lines of code changed in 2 files:

akirschbaum 2007-02-10 19:00 Rev.: 5466

Fix return statements with no value in non-void function.

3 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:57 Rev.: 5465

Remove trailing whitespace.

134 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:57 Rev.: 5464

Fix compiler warnings.

5 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:56 Rev.: 5463

Remove trailing whitespace.

6 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:49 Rev.: 5462

Remove unused variable.

1 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:49 Rev.: 5461

Remove trailing whitespace.

9 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:48 Rev.: 5460

Fix compiler warning.

1 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:46 Rev.: 5459

Fix incorrect "extern" definition for "levels".

1 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:44 Rev.: 5458

Remove trailing whitespace.

84 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:40 Rev.: 5457

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:39 Rev.: 5456

Remove trailing whitespace.

2 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:38 Rev.: 5455

Fix compiler warning.

4 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:37 Rev.: 5454

Remove trailing whitespace.

6 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:31 Rev.: 5453

Fix compiler warning.

1 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:30 Rev.: 5452

Fix possible buffer overflows.

3 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:28 Rev.: 5451

Remove trailing whitespace.

8 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:21 Rev.: 5450

Fix possible buffer overflows.

33 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:19 Rev.: 5449

Remove trailing whitespace.

36 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:07 Rev.: 5448

Whitespace changes: fix indentation; remove TABs.

3 lines of code changed in 1 file:

akirschbaum 2007-02-10 18:06 Rev.: 5447

Reduce memory used by load_map_header().

7 lines of code changed in 2 files:

akirschbaum 2007-02-10 18:01 Rev.: 5446

Fix possible buffer overflows.

21 lines of code changed in 2 files:

akirschbaum 2007-02-10 17:42 Rev.: 5445

Remove trailing whitespace.

37 lines of code changed in 1 file:

akirschbaum 2007-02-10 17:29 Rev.: 5444

Improve performance by minimizing string copies.

2 lines of code changed in 2 files:

akirschbaum 2007-02-10 17:21 Rev.: 5443

Simplify code.

2 lines of code changed in 1 file:

akirschbaum 2007-02-10 17:19 Rev.: 5442

Remove tailing whitespace.

61 lines of code changed in 1 file:

akirschbaum 2007-02-10 17:17 Rev.: 5441

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2007-02-10 17:04 Rev.: 5440

Fix possible buffer overflows.

15 lines of code changed in 2 files:

akirschbaum 2007-02-10 16:51 Rev.: 5439

Remove trailing whitespace.

60 lines of code changed in 1 file:

akirschbaum 2007-02-10 16:50 Rev.: 5438

Fix possible buffer overflows; improve performance by minimizing string copies; fix bugs because of missing braces; make sure all strings are \0-terminated.

147 lines of code changed in 2 files:

akirschbaum 2007-02-10 16:48 Rev.: 5437

Remove trailing whitespace.

1 lines of code changed in 1 file:

ryo_saeba 2007-02-10 16:02 Rev.: 5436

Misc LOG fixes (mostly add missing newline), no functional change.

52 lines of code changed in 13 files:

akirschbaum 2007-02-10 15:59 Rev.: 5435

Remove unused variable.

0 lines of code changed in 1 file:

akirschbaum 2007-02-10 15:58 Rev.: 5434

Remove trailing whitespace.

20 lines of code changed in 1 file:

ryo_saeba 2007-02-10 14:31 Rev.: 5433

Implement request features #1653770 and #1560385: experience gained for player killing is now settable through settings file.

50 lines of code changed in 7 files:

ryo_saeba 2007-02-10 13:25 Rev.: 5432

Apply patch #1560052: LUA client-side support.

5578 lines of code changed in 22 files:

ryo_saeba 2007-02-10 05:49 Rev.: 5431

Use const char* instead of char*, use thread-safe strerror_r, fix potential memory leak.

15 lines of code changed in 3 files:

ryo_saeba 2007-02-10 04:51 Rev.: 5430

Remove static buffer from get_string_move_type().

30 lines of code changed in 2 files:

ryo_saeba 2007-02-10 04:22 Rev.: 5429

Don't use global errmsg variable for errors, just LOG() them.

4 lines of code changed in 2 files:

ryo_saeba 2007-02-10 04:15 Rev.: 5428

Remove static buffer from create_template_pathname().

19 lines of code changed in 4 files:

ryo_saeba 2007-02-10 04:07 Rev.: 5427

Fix comments.

4 lines of code changed in 1 file:

ryo_saeba 2007-02-10 04:05 Rev.: 5426

Remove static buffer from create_pathname().

39 lines of code changed in 6 files:

ryo_saeba 2007-02-10 03:46 Rev.: 5425

Remove static buffer from create_overlay_pathname().

20 lines of code changed in 5 files:

ryo_saeba 2007-02-10 03:37 Rev.: 5424

Remove static buffer from create_items_path(), and play it safe with length.

22 lines of code changed in 2 files:

ryo_saeba 2007-02-10 03:22 Rev.: 5423

Remove static buffer for query_base_name().

115 lines of code changed in 15 files:

ryo_saeba 2007-02-10 02:55 Rev.: 5422

Remove static buffer for get_ob_diff().

18 lines of code changed in 5 files:

kbulgrien 2007-02-10 02:13 Rev.: 5421

- Create additional shoreline tiles for the sea.arc tile set in
preparation for fixing some pup_land maps that use the blake.arc
tile set to allow shorelines to have rounded edges instead of
corners. The problem is that the blake.arc tile set is not the
same color as the sea.arc tile set unless you are using the
classic png's, so the pup_land seas sometimes are shown in two
completely different colors of blue. The tiles added are "coves"
that have transparency on three sides. The naming convention
used is consistent with the big lake tile set. The naming.doc
rules for walls is followed if you consider a shoreline to be a
sort of wall.

162 lines of code changed in 18 files:

ryo_saeba 2007-02-09 18:09 Rev.: 5420

No functional changes, just compilation warnings / Doxygen stuff.

61 lines of code changed in 21 files:

ryo_saeba 2007-02-09 17:47 Rev.: 5419

Static buffer removal. Make some parameters const.

55 lines of code changed in 8 files:

qal21 2007-02-09 16:22 Rev.: 5418

Adjust some Doxyfile options.

16 lines of code changed in 2 files:

ryo_saeba 2007-02-09 16:03 Rev.: 5417

Remove static buffer from query_short_name().

71 lines of code changed in 12 files:

ryo_saeba 2007-02-09 15:42 Rev.: 5416

More static buffer removal.

54 lines of code changed in 8 files:

ryo_saeba 2007-02-09 14:16 Rev.: 5415

Test for save-bed functions.

14 lines of code changed in 1 file:

mwedel 2007-02-09 01:56 Rev.: 5414

Fix a few compiler warnings. Most were just unused variables, but
some in server/c_object.c had returns without values.
Files: server/c_object.c server/monster.c server/player.c server/weather.c
MSW 2007-02-08

13 lines of code changed in 5 files:

mwedel 2007-02-09 01:39 Rev.: 5413

Add missing return at end of function.
MSW 2007-02-09

1 lines of code changed in 1 file:

mwedel 2007-02-09 01:38 Rev.: 5412

Fix a few compiler warnings. Most were just unused variables, but
some in server/c_object.c had returns without values.
Files: server/c_object.c server/monster.c server/player.c server/weather.c
MSW 2007-02-0

13 lines of code changed in 5 files:

aaron_baugher 2007-02-08 20:11 Rev.: 5411

New carton arch and images for IPO

6 lines of code changed in 2 files:

aaron_baugher 2007-02-08 20:04 Rev.: 5410

New arch and images for IPO carton

40 lines of code changed in 5 files:

aaron_baugher 2007-02-08 19:18 Rev.: 5409

Improved look of IPO package system

36 lines of code changed in 2 files:

ryo_saeba 2007-02-08 18:26 Rev.: 5408

Remove static buffer for query_name().

426 lines of code changed in 33 files:

aaron_baugher 2007-02-08 18:12 Rev.: 5407

More generator enhancements

74 lines of code changed in 2 files:

ryo_saeba 2007-02-08 16:24 Rev.: 5406

Static buffer removal, first step :)

97 lines of code changed in 7 files:

ryo_saeba 2007-02-08 16:04 Rev.: 5405

Fix rare case memory leak.

2 lines of code changed in 1 file:

aaron_baugher 2007-02-08 15:45 Rev.: 5404

Add radius value to generators

138 lines of code changed in 3 files:

kbulgrien 2007-02-08 05:41 Rev.: 5403

- Add map_layer item to statue so that it renders above the note
that is beneath it.

3 lines of code changed in 3 files:

kbulgrien 2007-02-08 05:16 Rev.: 5402

Remove is_floor 1 from sea_ne, sea_nw, sea_se, sea_sw so that these
corner pieces allow transparency to work to show the beach in a
floor piece placed beneath the tile. This makes the arch similar
to the corresponding blake.arc arches.

0 lines of code changed in 2 files:

kbulgrien 2007-02-07 22:17 Rev.: 5401

- Replace corner big lake tiles with corner sea tiles so that the
corner water matches the color or the non-corner sea tiles.

66 lines of code changed in 3 files:

eracc 2007-02-07 15:18 Rev.: 5400

Players could become trapped behind the guard gates. Fixed by adding levers.

96 lines of code changed in 2 files:

eracc 2007-02-07 15:07 Rev.: 5399

Make sure items dropped by Advocate of Gorokh do not burn. Move "asteroid" spell from Gorokh treasure to Valriel treasure. Make new amulet of Gorokh for Gorokh treasure. Fix large bookstore "darcap/town2/shop_b" so players will not be trapped and make cosmetic changes to the map.

548 lines of code changed in 8 files:

mwedel 2007-02-07 03:02 Rev.: 5398

Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07

4983 lines of code changed in 41 files:

mwedel 2007-02-07 02:32

gtk-v2/gtk-v2.glade: Apply patch 1636013 - standardize on underscored
widget names. Patch by Veli-Matti Valtonen - maligor.
MSW 2007-02-06

95 lines of code changed in 4 files:

akirschbaum 2007-02-06 20:24 Rev.: 5395

Make players change place with pets from party members instead of pushing them away.

14 lines of code changed in 3 files:

akirschbaum 2007-02-06 20:10 Rev.: 5394

Remove trailing whitespace.

149 lines of code changed in 2 files:

akirschbaum 2007-02-06 20:08 Rev.: 5393

Whitespace change.

3 lines of code changed in 1 file:

akirschbaum 2007-02-06 20:08 Rev.: 5392

Remove trailing whitespace.

8 lines of code changed in 1 file:

akirschbaum 2007-02-06 20:05 Rev.: 5391

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2007-02-06 20:05 Rev.: 5390

Remove trailing whitespace.

52 lines of code changed in 1 file:

ryo_saeba 2007-02-06 14:15 Rev.: 5389

Implement feature request #1652066: Python: get user's savebed location and x,y coords.

96 lines of code changed in 5 files:

ryo_saeba 2007-02-06 14:09 Rev.: 5388

Implement feature request #1652066: Python: get user's savebed location and x,y coords.

96 lines of code changed in 5 files:

mwedel 2007-02-06 02:29 Rev.: 5387

Remove svn:eol-style, so hopefully these work now.
MSW 2007-02-05

0 lines of code changed in 3 files:

mwedel 2007-02-06 02:28 Rev.: 5386

Remove svn:eol-style, so hopefully these will work now.

0 lines of code changed in 3 files:

mwedel 2007-02-06 02:16

Change type of files to binary, recommit proper files.
MSW 2007-02-05

0 lines of code changed in 12 files:

akirschbaum 2007-02-05 13:05 Rev.: 5383

Remove unused variable.

0 lines of code changed in 1 file:

akirschbaum 2007-02-05 13:04 Rev.: 5382

Remove trailing whitespace.

68 lines of code changed in 1 file:

lalo 2007-02-05 03:53 Rev.: 5381

adding desktop files for the gtkv2 client

9 lines of code changed in 2 files:

mwedel 2007-02-05 03:26 Rev.: 5380

Add support for different themes in the gtk2 client. A lot of compiled
in defaults have also moved to the the theme file.
---
INSTALL: Added file - wanted by automake.
README: Move install directions to INSTALL file.
configure.in, configure: Add gtk-v2/themes/Makefile to list of Makefiles.
common/Makefile.in, common/Makefile.am: Add rule to make msgtypes.h file.
common/client.h: Add Msg_Type_Names file, used by msgtypes.h file.
common/msgtypes.h: File that holds names for the message type/subtype
values.
common/msgtypes.pl: Script to make msgtypes.h file - basically parses
newclient.h, pulling out the MSG_ structures.
common/newclient.h: Update to match server version.
gtk-v2/Makefile.am, gtk-v2/Makefile.in: Add themes to list of subdirectories.
gtk-v2/gtk-v2.glade: Add theme selection to config window.
gtk-v2/src/config.c: Add support for loading/saving theme to gdefaults2 file.
Add support for getting theme from config window, and changing appearance
without need for restart.
gtk-v2/src/gtk2proto.h: rebuilt for theme related functions.
gtk-v2/src/info.c: Remove hard coded font values. Add code to load
color, font, and msg type/subtype from theme file. Remove
a lot of the hardcoding for having 2 textviews - removes a lot
of redundant code. Change processing for adding messages to
to text buffers - don't create a new text tag - use the various
textags we have that match.
gtk-v2/src/interface.c: Rebuilt with theme selection for config window.
gtk-v2/src/inventory.c: Remove hard coded values for color on
inventory status. Add ability to specify more than just background
color for different status - can now also change font & foreground
color. Add code to load up style information. Change processing
for getting row style. Update code that adds entries to the rows.
gtk-v2/src/main.c: Ad usercolorname global array that provides a name
to color number mapping to be used in theme files. Add code to
load up user theme.
gtk-v2/src/stats.c: Add support for parsing theme data. Remove hard coded
color values for the stat bars. Removed hard coded value on number
of stat bars in lots of places.
gtk-v2/themes: New directory to hold the theme files.
---
MSW 2007-02-04

2811 lines of code changed in 28 files:

rjtanner 2007-02-04 22:28 Rev.: 5379

Merge changes from Trunk to Branch. Details: Updated this map (Santo Dominion) so that many of the linked maps no longer generate '0 destination coordinates' warnings in the server log. RJT, Feb-04-2007

35 lines of code changed in 1 file:

rjtanner 2007-02-04 22:27 Rev.: 5378

Updated this map (Santo Dominion) so that many of the linked maps no longer generate '0 destination coordinates' warnings in the server log. RJT, Feb-04-2007

35 lines of code changed in 1 file:

rjtanner 2007-02-04 21:19 Rev.: 5377

Merge changes from Trunk to Branch. Details: Implementing more jade and amberium conversion tables to different banks, per feature request #1580069 'Bank in Navar missing exchange for jade.' Added conversion tables to Dragon Island (Stoneville) Adventurers Guild map. RJT, Feb-04-2007

89 lines of code changed in 1 file:

rjtanner 2007-02-04 21:19 Rev.: 5376

Implementing more jade and amberium conversion tables to different banks, per feature request #1580069 'Bank in Navar missing exchange for jade.' Added conversion tables to Dragon Island (Stoneville) Adventurers Guild map. RJT, Feb-04-2007

89 lines of code changed in 1 file:

rjtanner 2007-02-04 20:49 Rev.: 5375

Merge change from Trunk to Branch. Details: Implemented feature request #1580069 'Bank in Navar missing exchange for jade' by adding the same currency conversion tables that the Scorn bank has (plat to jade, jade to plat, jade to amber, amber to jade.) RJT, Feb-04-2007

30 lines of code changed in 1 file:

rjtanner 2007-02-04 20:47 Rev.: 5374

Implemented feature request #1580069 'Bank in Navar missing exchange for jade' by adding the same currency conversion tables that the Scorn bank has (plat to jade, jade to plat, jade to amber, amber to jade.) RJT, Feb-04-2007

30 lines of code changed in 1 file:

rjtanner 2007-02-04 20:07 Rev.: 5373

Merging map changes from Trunk to Branch. Details: Fix for bug # 1475095 - player trap in goblin island tower. Workaround by moving the stairs out of the corner (to the right) making it less likely for a barrel to now block the stairway. RJT, Feb-04-2007

16 lines of code changed in 1 file:

rjtanner 2007-02-04 19:51 Rev.: 5372

Merging map changes from Trunk to Branch. Details: New quest maps, Strange Old Wizard, courtesy of Brad Reilly. Quest starts in Brest. RJT, Feb-04-2007

7262 lines of code changed in 5 files:

rjtanner 2007-02-04 18:23 Rev.: 5371

Merging Scorn apartment changes from Trunk to Branch. Details: Partial fix for bug #1555485 'Duplicate floor tile in /scorn/apartment/apartments' - removed extra floor tiles except the ones at 0,8 since they are somehow or appear related to removing the Extended wall. RJT, Feb-04-2007

254 lines of code changed in 1 file:

rjtanner 2007-02-04 18:18 Rev.: 5370

Merging HallOfSelection and race Specific HallOfSelection map changes from Trunk to Branch. Details: Removed exits from the HallofSelection maps, which allowed players to skip the Class Selection step, since beginner players no longer return there upon death - they go to the Nexus instead. This also prevents new players from skipping the Class Selection step and ending up with a character with minimum skills and abilities. RJT, Feb-04-2007

83 lines of code changed in 4 files:

rjtanner 2007-02-04 18:10 Rev.: 5369

Merging Mosely Magic Books changes from Trunk to Branch. RJT, Feb-04-2007

696 lines of code changed in 2 files:

ryo_saeba 2007-02-04 12:44 Rev.: 5368

Fix player_changer not being taken into account.

20 lines of code changed in 2 files:

ryo_saeba 2007-02-04 11:52 Rev.: 5367

-addmap=<map> to add a map to process.

17 lines of code changed in 2 files:

rjtanner 2007-02-04 04:45 Rev.: 5366

Fix for bug # 1475095 - player trap in goblin island tower. Workaround by moving the stairs out of the corner (to the right) making it less likely for a barrel to now block the stairway. RJT, Feb-04-2007

16 lines of code changed in 1 file:

rjtanner 2007-02-04 04:08 Rev.: 5365

Partial fix for bug #1555485 'Duplicate floor tile in /scorn/apartment/apartments' - removed extra floor tiles except the ones at 0,8 since they are somehow or appear related to removing the Extended wall

254 lines of code changed in 1 file:

rjtanner 2007-02-04 02:30 Rev.: 5364

Fix for bug #1651549, gate was connected to 100 and should be 104 - other fixes are from editor reformatting. RJT, Feb-04-2007

2 lines of code changed in 1 file:

qal21 2007-02-03 20:33 Rev.: 5363

Fix missing braces

7 lines of code changed in 2 files:

qal21 2007-02-03 19:49 Rev.: 5362

Fix missing braces

7 lines of code changed in 2 files:

rjtanner 2007-02-03 02:14 Rev.: 5361

Missed including world_104_115 (shop area of Scorn) in previous commit. RJT, Feb-03-2007

2 lines of code changed in 1 file:

rjtanner 2007-02-03 02:12 Rev.: 5360

Fixed '0 destination coordinates' error with Mosely's Magic Books, which also required destination (shop entrance) updates to world_104_115 (shop area of Scorn). Cosmetic updates for the book store as well. Be sure to remove world_104_115 from the unique-file directory when updating. RJT, Feb-03-2007

694 lines of code changed in 1 file:

rjtanner 2007-02-03 00:38 Rev.: 5359

Removed exits from the HallofSelection maps, which allowed players to skip the Class Selection step, since beginner players no longer return there upon death - they go to the Nexus instead. This also prevents new players from skipping the Class Selection step and ending up with a character with minimum skills and abilities. RJT, Feb-02-2007

83 lines of code changed in 4 files:

rjtanner 2007-02-02 23:35 Rev.: 5358

New quest maps, Strange Old Wizard, courtesy of Brad Reilly. Quest starts in Brest. RJT, Feb-02-2007

115489 lines of code changed in 45 files:

January 2007 »

Generated by StatSVN 0.7.0