November 2013 Commit Log

Number of Commits:
63
Number of Active Developers:
4
silvernexus 2013-11-30 23:28 Rev.: 19153

Use the leg_mutton image with the leg_mutton arch. Also give it a singular name, so it does not appear as leg_mutton in-game.

2 lines of code changed in 1 file:

silvernexus 2013-11-30 15:07 Rev.: 19152

Removed references to casting alchemy spell to create items in some documentation.

4 lines of code changed in 1 file:

partmedia 2013-11-30 12:03 Rev.: 19151

Combine several arch-related docs into one handbook.

771 lines of code changed in 7 files:

partmedia 2013-11-30 11:22 Rev.: 19150

Update obsolete URLs.

9 lines of code changed in 4 files:

partmedia 2013-11-30 11:22 Rev.: 19149

Update README and convert to AsciiDoc format.

148 lines of code changed in 1 file:

silvernexus 2013-11-30 10:27 Rev.: 19148

Remove name of item from the output damage message for burning off items. It felt redundant with the 'you light <x> with flint and steel' message and used a bit of extra RAM.

2 lines of code changed in 1 file:

silvernexus 2013-11-29 22:25 Rev.: 19147

Added ChangeLog entry for r19146.

3 lines of code changed in 1 file:

silvernexus 2013-11-29 22:21 Rev.: 19146

Implemented damage inflicted when burning equipped items. Unsure of what the death message says about what killed the player, but everything else seems to work properly.

32 lines of code changed in 1 file:

silvernexus 2013-11-29 15:11 Rev.: 19145

Made spells of level 18 and 19 have the 'th' consistent with the other numbers in the array.

2 lines of code changed in 1 file:

silvernexus 2013-11-27 21:21 Rev.: 19144

Removed prisoners from the Wolfsburg and Santo Dominion citylife spawning since they do not move.

4 lines of code changed in 1 file:

silvernexus 2013-11-25 18:42 Rev.: 19143

Tweaked chair to be in perspective. Moved old image to classic imageset.

0 lines of code changed in 2 files:

silvernexus 2013-11-25 18:18 Rev.: 19142

Slightly adjusted hue of gold nuggets and reduced to 30 colors.

0 lines of code changed in 2 files:

silvernexus 2013-11-24 21:48 Rev.: 19141

Created third quest for set of 40 in Forgotten Town. Linked it to the Forgotten Town city map for further testing.

9461 lines of code changed in 2 files:

silvernexus 2013-11-24 16:50 Rev.: 19140

Fixed a few nonexistant river archetypes in dark-cave.

5 lines of code changed in 1 file:

silvernexus 2013-11-24 15:56 Rev.: 19139

Fixed doors in Forgotten Town inn and quest map 40.

0 lines of code changed in 4 files:

silvernexus 2013-11-24 15:54 Rev.: 19138

Capitalization changes on Forgotten Town city map.

8 lines of code changed in 1 file:

silvernexus 2013-11-24 10:44 Rev.: 19137

Fixed exit path on teleporters in quest dungeon #1 in Forgotten Town.

0 lines of code changed in 2 files:

silvernexus 2013-11-24 10:37 Rev.: 19136

Fixed exit perspective and shop fence appearance in Forgotten Town Dragon Library.

0 lines of code changed in 2 files:

silvernexus 2013-11-24 10:21 Rev.: 19135

Replace flat exit door with in-perspective equivalent. Fix the absolute map path on the exit, too.

3 lines of code changed in 1 file:

silvernexus 2013-11-24 10:14 Rev.: 19134

Fixed absolute (and outdated) exit paths in forgotten town shops.

0 lines of code changed in 8 files:

silvernexus 2013-11-24 10:06 Rev.: 19133

Fixed absolute (and outdated) exit path in forgotten town potion shop.

0 lines of code changed in 2 files:

silvernexus 2013-11-23 14:41 Rev.: 19132

Tweaks to most of Kandora's maps, mainly fixing outdated wall endings and exits.

845 lines of code changed in 33 files:

silvernexus 2013-11-22 16:17 Rev.: 19131

Replaced a few arches in kandora with up-to-date equivalents.

5 lines of code changed in 2 files:

silvernexus 2013-11-21 08:44 Rev.: 19130

Make the chicken outside the pet shop appear, since the message it provides acknowledges the chicken.

2 lines of code changed in 1 file:

rjtanner 2013-11-21 02:12 Rev.: 19129

Changes with various wall sections for nicer merging to Colosseum (navar_city/colosseum) in Navar. Cosmetic change only, no functional changes.

29 lines of code changed in 1 file:

rjtanner 2013-11-21 02:08 Rev.: 19128

Fixed the teleporter in the Navar City Colosseum (navar_city/colosseum). It was still set to the old and wrongly spelled map name.

2 lines of code changed in 1 file:

rjtanner 2013-11-21 02:03 Rev.: 19127

Fix broken map path in Navar City world map (world/world_121_116) to the Colosseum.

2 lines of code changed in 1 file:

partmedia 2013-11-17 19:34 Rev.: 19126

Whitespace and header changes.

52 lines of code changed in 1 file:

partmedia 2013-11-17 19:33 Rev.: 19125

Fix several compiler warnings (potential bugs).

- Add missing return statements
- Correctly store results of ac->next into ac in for loop
- Cast to (char *) to quiet const qualifier drop

5 lines of code changed in 1 file:

partmedia 2013-11-16 16:16 Rev.: 19124

Prevent a segmentation fault by checking for NULL animations.

Submitted by: H. S. Teoh
Tracker: bugs/765

2 lines of code changed in 1 file:

silvernexus 2013-11-16 13:02 Rev.: 19123

Fixing parallel strucure of comma-separated list on a sign in Butakis' Tower.

1 lines of code changed in 1 file:

silvernexus 2013-11-14 21:46 Rev.: 19122

Pronoun agreement and clarity tweaks to Butakis' Tower signs.

3 lines of code changed in 1 file:

silvernexus 2013-11-14 21:14 Rev.: 19121

Make the goblin statues face the aisle. The same should be done to the orc, gnoll, and zombie statues when they have extra facings.

3 lines of code changed in 1 file:

silvernexus 2013-11-14 21:03 Rev.: 19120

Fixed broken exit in unlinked chadfire apartment.

1 lines of code changed in 1 file:

partmedia 2013-11-14 20:16 Rev.: 19119

Fix client item name buffer overflow.

set_item_values concatenates a number string with the item name, but
doesn't check for buffer overflow. [1]

Take this opportunity to back out my previous hackish commit by
restoring item name buffer length to 128 characters. [2]

Submitted by: H. S. Teoh [1]
Pointyhat to: Kevin Zheng [2]

3 lines of code changed in 2 files:

partmedia 2013-11-12 23:31 Rev.: 19118

Increase item name buffer size to 150 characters.

The server limits the length of the name that is sent, but the client
may append flags (e.g. worn, locked) that cause it to 'overflow'.
Resolve this issue by increasing buffer from 128 char to 150 char.

1 lines of code changed in 1 file:

partmedia 2013-11-12 23:31 Rev.: 19117

Use Xorg-style log level indicators and tweak colors.

6 lines of code changed in 1 file:

partmedia 2013-11-10 20:06 Rev.: 19116

Fix SHIFT modifier with NetHack-style keys.

9 lines of code changed in 1 file:

partmedia 2013-11-10 14:08 Rev.: 19115

Replace common menu items with stock items.

450 lines of code changed in 1 file:

partmedia 2013-11-10 14:04 Rev.: 19114

Sync shared headers from server.

6 lines of code changed in 2 files:

partmedia 2013-11-10 13:26 Rev.: 19113

Update README after removal of svn:externals.

3 lines of code changed in 1 file:

partmedia 2013-11-10 13:11 Rev.: 19112

Remove svn:externals for trunk branch.

750 lines of code changed in 2 files:

partmedia 2013-11-10 13:09 Rev.: 19111

Re-add files formerly maintained by svn:externals.

2195 lines of code changed in 6 files:

partmedia 2013-11-10 12:27 Rev.: 19109

Put less information in the message window on client startup.

29 lines of code changed in 2 files:

partmedia 2013-11-10 12:03 Rev.: 19108

Clean up client logger and give it color output.

33 lines of code changed in 1 file:

partmedia 2013-11-10 11:00 Rev.: 19107

Fix NetHack-style keys and remove duplicates in default keybinding.

17 lines of code changed in 1 file:

partmedia 2013-11-10 10:58 Rev.: 19106

Be more descriptive about duplicate bindings.

3 lines of code changed in 1 file:

silvernexus 2013-11-10 01:21 Rev.: 19105

A patch for bug #762. More details in the ChangeLog.

126 lines of code changed in 6 files:

silvernexus 2013-11-07 22:09 Rev.: 19104

New images for helmet of xray vision.

8 lines of code changed in 5 files:

silvernexus 2013-11-07 21:15 Rev.: 19103

Spelling fix in Port Joseph's Bottle Riots (Jospeh->Joseph). Removal of '(more details here)' from History of Scorn.

3 lines of code changed in 1 file:

silvernexus 2013-11-06 23:09 Rev.: 19102

Rotated frost shield to match standard lighting requirements.

0 lines of code changed in 1 file:

silvernexus 2013-11-06 22:54 Rev.: 19101

Pixel cleanup on the dancing sword faces.

0 lines of code changed in 3 files:

silvernexus 2013-11-06 22:44 Rev.: 19100

Added better shading to popcorn to give better depth. Reinstated old image to the classic image set.

0 lines of code changed in 2 files:

akirschbaum 2013-11-06 12:25 Rev.: 19099

Fix 'gradle run'.

1 lines of code changed in 1 file:

rjtanner 2013-11-05 19:20 Rev.: 19098

Merge from Trunk changes to port_joseph/ - no guild maps in this directory.

14295 lines of code changed in 46 files:

rjtanner 2013-11-05 19:14 Rev.: 19097

Merge from Trunk changes to planes/ - no guild maps in this directory.

2239 lines of code changed in 14 files:

rjtanner 2013-11-05 19:11 Rev.: 19096

Merge from Trunk changes to navar_city/ with the exception of the guild maps.

215632 lines of code changed in 247 files:

partmedia 2013-11-04 20:05 Rev.: 19095

Sort default keybindings and remove old FXX keys.

6 lines of code changed in 1 file:

partmedia 2013-11-04 19:23 Rev.: 19094

Fix keybindings when connecting to a pre-login server.

Submitted by: Arvid Brodin <arvidb@kth.se>

35 lines of code changed in 4 files:

silvernexus 2013-11-03 19:59 Rev.: 19093

Adjusted message for invalid stats to correspond with change in r19092.

1 lines of code changed in 1 file:

silvernexus 2013-11-03 18:09 Rev.: 19092

Adjusted the boundaries for the invalid stat message for character creation to include zero.

4 lines of code changed in 1 file:

partmedia 2013-11-03 10:35 Rev.: 19091

Implement per-character key bindings [1].

Submitted by: Arvid Brodin <arvidb@kth.se> [1]

104 lines of code changed in 6 files:

partmedia 2013-11-02 23:34 Rev.: 19090

Implement multiple changes to how keybindings are handled. [1]

- Show all keybindings (including defaults)
- Add "Any" key modifier type
- Consistently use hash helper functions to clean up code
- Fix usage texts
- Only bind lowercase keys
- Rehash keybind entry on key dialog update
- Remove -afmnr flags from 'bind' command

Submitted by: Arvid Brodin <arvidb@kth.se> [1]

433 lines of code changed in 3 files:

October 2013 »

Generated by StatSVN 0.7.0