August 2010 Commit Log

Number of Commits:
43
Number of Active Developers:
5
mwedel 2010-08-31 01:01 Rev.: 13692

server/player.c: Move clearing of monitor_spells to initial socket allocation.
Fixes bug where spell updates would cease if player used a savebed and
then played again on same server.
MSW 2010-08-30

15 lines of code changed in 2 files:

ryo_saeba 2010-08-29 03:14 Rev.: 13685

Tentative fix for bug #3054686: unarmed combat xp goes to sorcery by default.

9 lines of code changed in 2 files:

ryo_saeba 2010-08-28 03:49 Rev.: 13682

Fix broken special foods.

5 lines of code changed in 2 files:

akirschbaum 2010-08-26 12:38 Rev.: 13672

Fix jumping skill: now jumping into a monster or player attacks it.

4 lines of code changed in 2 files:

akirschbaum 2010-08-26 12:35 Rev.: 13671

Check head parts of multi-part objects when using the skills jumping, singing, or oratory.

23 lines of code changed in 2 files:

akirschbaum 2010-08-26 11:48 Rev.: 13670

Fix possible crash using the singing skill.

5 lines of code changed in 2 files:

akirschbaum 2010-08-26 11:37 Rev.: 13669

Remove trailing whitespace.

7 lines of code changed in 1 file:

ryo_saeba 2010-08-21 10:42 Rev.: 13661

Fix balm of asbestos's formulae.

1 lines of code changed in 1 file:

alestan 2010-08-19 17:25 Rev.: 13655

added call to knockback to bolt and explosion spells.

49 lines of code changed in 1 file:

ryo_saeba 2010-08-16 13:19 Rev.: 13625

Remove new lines in town portal messages.

7 lines of code changed in 2 files:

ryo_saeba 2010-08-16 12:06 Rev.: 13624

Fix container-related crash, when a plugin removes the container or equivalent.

19 lines of code changed in 2 files:

mwedel 2010-08-14 23:40 Rev.: 13605

Move location of assignment - after seeing another stack trace,
seems like invoke also needs this.
MSW 2010-08-14

2 lines of code changed in 1 file:

mwedel 2010-08-14 23:38 Rev.: 13604

server/c_range.c:
Fix missing assignment of spell in player object - only results in crashes if
casting time is used.
MSW 2010-08-14

8 lines of code changed in 2 files:

alestan 2010-08-14 19:44 Rev.: 13600

fixed a bug with spell casting time that made the server crash when an npc cast a spell and casting_time true is set in the settings file

1 lines of code changed in 1 file:

ryo_saeba 2010-08-14 06:04 Rev.: 13596

Fix wrong attack roll adjust for player in the dark with xray.

5 lines of code changed in 2 files:

ryo_saeba 2010-08-14 05:46 Rev.: 13595

Merge split lines.

21 lines of code changed in 1 file:

ryo_saeba 2010-08-14 05:16 Rev.: 13594

Wrap player state change to a function.

40 lines of code changed in 6 files:

ryo_saeba 2010-08-14 03:14 Rev.: 13593

Correctly inform player of lost overall level at death.

19 lines of code changed in 2 files:

ryo_saeba 2010-08-14 02:42 Rev.: 13589

Make Python's Object.Anim a String in both read and write.

46 lines of code changed in 5 files:

ryo_saeba 2010-08-14 02:17 Rev.: 13588

Make Python's Object.Face a String in both read and write.

44 lines of code changed in 5 files:

meflin2 2010-08-12 09:11 Rev.: 13580

make config.h match settings for permxp

1 lines of code changed in 1 file:

ryo_saeba 2010-08-10 12:41 Rev.: 13578

Fix accidentally broke 'tell' command.

14 lines of code changed in 2 files:

ryo_saeba 2010-08-08 09:09 Rev.: 13565

Fix broken 'curse' spell.

7 lines of code changed in 2 files:

ryo_saeba 2010-08-08 07:50 Rev.: 13564

Merge split lines in artifacts messages.

63 lines of code changed in 2 files:

ryo_saeba 2010-08-07 09:04 Rev.: 13563

Don't change decor's move_block in random maps, this messes item merging.

15 lines of code changed in 2 files:

ryo_saeba 2010-08-07 05:16 Rev.: 13561

Fix mover-related crash if in an inventory.

13 lines of code changed in 2 files:

ryo_saeba 2010-08-07 04:09 Rev.: 13560

Change plugin hooks prototype, don't return anything. Make functions static.

230 lines of code changed in 4 files:

ryo_saeba 2010-08-07 04:03 Rev.: 13559

Change event listener prototype for plugins to return int instead of void*.

70 lines of code changed in 17 files:

ryo_saeba 2010-08-05 15:53 Rev.: 13558

Remove unused 'command_' return values. Change function prototype to make 'params' const. Fix some const discarding.

766 lines of code changed in 19 files:

ryo_saeba 2010-08-05 15:52 Rev.: 13557

Add missing prototype for test.

2 lines of code changed in 1 file:

ryo_saeba 2010-08-05 12:22 Rev.: 13555

Make some DM functions static. Move 'command_dumpbelow' to c_wiz.c.

241 lines of code changed in 4 files:

ryo_saeba 2010-08-05 12:19 Rev.: 13554

Remove old 'ring_desc' function.

14 lines of code changed in 3 files:

ryo_saeba 2010-08-04 01:49 Rev.: 13549

Don't send the view when dropping items, that makes appear an opened
container was closed.

10 lines of code changed in 2 files:

ryo_saeba 2010-08-04 01:45 Rev.: 13548

Don't switch to golem mode if summon failed.

14 lines of code changed in 2 files:

ryo_saeba 2010-08-02 11:22 Rev.: 13547

CRE: tool to create base for smoothed face from a face.

256 lines of code changed in 8 files:

ryo_saeba 2010-08-01 11:55 Rev.: 13546

Fix bug #2546538: odd rune spell behavior.

8 lines of code changed in 2 files:

ryo_saeba 2010-08-01 06:01 Rev.: 13544

Don't display attenuation or repell if denied.

8 lines of code changed in 2 files:

ryo_saeba 2010-08-01 05:45 Rev.: 13543

Fix bug #3018536: duplication of items in containers.

11 lines of code changed in 2 files:

ryo_saeba 2010-08-01 05:22 Rev.: 13542

Remove deprecated function.

45 lines of code changed in 12 files:

ryo_saeba 2010-08-01 03:45 Rev.: 13539

Fix knowledge for recipes not displaying the required cauldron.

16 lines of code changed in 2 files:

ryo_saeba 2010-08-01 03:18 Rev.: 13538

CRE: correctly display artifacts that can be made via alchemy.

27 lines of code changed in 3 files:

ryo_saeba 2010-08-01 03:16 Rev.: 13537

Fix lighter message containing 'NULL'.

3 lines of code changed in 2 files:

ryo_saeba 2010-08-01 03:15 Rev.: 13536

Fix a unit test.

6 lines of code changed in 2 files:

July 2010 »

Generated by StatSVN 0.7.0