April 2007 Commit Log

Number of Commits:
116
Number of Active Developers:
5
ryo_saeba 2007-04-30 10:44 Rev.: 6164

Fix misc compilation warnings. Remove duplicate function.

8 lines of code changed in 7 files:

ryo_saeba 2007-04-30 10:28 Rev.: 6163

Fix misc compilation warnings.

7 lines of code changed in 2 files:

ryo_saeba 2007-04-30 09:07 Rev.: 6161

Ensure you can't harvest items already harvested, or skills and such.

8 lines of code changed in 2 files:

ryo_saeba 2007-04-30 03:43 Rev.: 6159

Fix bug #1709618: Text message is too long/truncated.

5 lines of code changed in 2 files:

ryo_saeba 2007-04-29 17:06 Rev.: 6158

Typos.

2 lines of code changed in 1 file:

ryo_saeba 2007-04-29 16:59 Rev.: 6155

Fix dosygen comment.

10 lines of code changed in 1 file:

ryo_saeba 2007-04-29 16:51 Rev.: 6154

Doc update.

6 lines of code changed in 2 files:

ryo_saeba 2007-04-29 16:49 Rev.: 6153

Partially implement feature request #1668158: Better nethack implementation.

61 lines of code changed in 5 files:

ryo_saeba 2007-04-29 16:45 Rev.: 6152

Walls should always block.

5 lines of code changed in 2 files:

ryo_saeba 2007-04-29 16:32 Rev.: 6150

Trap's message can be NULL (random maps for instance).

6 lines of code changed in 2 files:

ryo_saeba 2007-04-29 11:07 Rev.: 6146

Add Crossfire.Object.Move, tweak cf_object|player_move().

26 lines of code changed in 5 files:

ryo_saeba 2007-04-29 08:10 Rev.: 6144

Give read-only access to map->unique to plugins. Add Crossfire.Map.Unique property.

21 lines of code changed in 5 files:

gros 2007-04-29 04:52 Rev.: 6143

Fixed crashes when more than one animation was running simultaneously.

42 lines of code changed in 4 files:

ryo_saeba 2007-04-29 02:24 Rev.: 6142

Wrong param type.

5 lines of code changed in 2 files:

gros 2007-04-29 01:55 Rev.: 6141

Made the paralyze option of animation files to work.

6 lines of code changed in 2 files:

gros 2007-04-29 01:28 Rev.: 6140

Fixed a crash occuring when ghosting a DM. Made the
Animator work by making it listening to the time event. Fixed the bug that
left the player invisible after having been ghosted.

10 lines of code changed in 2 files:

gros 2007-04-28 18:42 Rev.: 6139

Added missing plugin function cf_object_get_long_property.

12 lines of code changed in 3 files:

akirschbaum 2007-04-28 15:16 Rev.: 6138

Fix type mismatch in varargs function parameters in plugin code.

15 lines of code changed in 3 files:

ryo_saeba 2007-04-28 14:30

Fix bug #1706986: Rabies can infect a DM

14 lines of code changed in 2 files:

qal21 2007-04-28 14:29 Rev.: 6133

Change the version string from 1.9.1 to 2.0-dev for trunk

4 lines of code changed in 2 files:

ryo_saeba 2007-04-28 14:22 Rev.: 6131

Fix unitialized variable.

4 lines of code changed in 2 files:

ryo_saeba 2007-04-28 14:01 Rev.: 6129

Fix wrong property set (value is int).

4 lines of code changed in 2 files:

mwedel 2007-04-26 00:51 Rev.: 6127

server/player.c: No need to copy faces_sent - just use the data already
there, and set ns->faces_sent to NULL so we know there is no data there.
socket/init.c: Allocate ns->faces_sent if not there.
MSW 2007-04-25

socket/init.c: Change free calls with FREE_AND_CLEAR - were getting double
frees - since pointer wasn't reset, was no way for program to know not
to have the data cleared again.
MSW 2007-04-24

31 lines of code changed in 3 files:

akirschbaum 2007-04-25 15:03 Rev.: 6125

Stop processing if a disease dies the victim. This prevents access to freed objects.

7 lines of code changed in 2 files:

akirschbaum 2007-04-25 13:17 Rev.: 6124

Do not pass NULL value to add_string().

2 lines of code changed in 2 files:

akirschbaum 2007-04-25 12:40 Rev.: 6122

Fix format arguments of calls to draw_ext_info_format().

4 lines of code changed in 3 files:

akirschbaum 2007-04-25 12:22 Rev.: 6121

Remove trailing whitespace.

73 lines of code changed in 1 file:

akirschbaum 2007-04-25 02:08 Rev.: 6119

Fix possible buffer overflow when creating disease symptom names.

6 lines of code changed in 2 files:

akirschbaum 2007-04-25 01:50 Rev.: 6118

Remove trailing whitespace.

46 lines of code changed in 1 file:

akirschbaum 2007-04-24 16:34 Rev.: 6115

Remove unused variables.

4 lines of code changed in 10 files:

akirschbaum 2007-04-24 16:05 Rev.: 6114

Fix possible access to freed object.

3 lines of code changed in 2 files:

akirschbaum 2007-04-24 16:02 Rev.: 6113

Fix array out-of-bounds access for clients using 25x25 map size.

6 lines of code changed in 2 files:

akirschbaum 2007-04-24 15:52 Rev.: 6112

Remove trailing whitespace.

109 lines of code changed in 2 files:

ryo_saeba 2007-04-23 17:12 Rev.: 6110

Clean old code related to single player directory.

19 lines of code changed in 4 files:

ryo_saeba 2007-04-23 15:32 Rev.: 6106

Implement feature request #1560389: improve inscription logic.

74 lines of code changed in 6 files:

ryo_saeba 2007-04-22 08:48 Rev.: 6097

Add background music support to maps, change 'socket.sound' field signification.

57 lines of code changed in 9 files:

ryo_saeba 2007-04-22 08:46 Rev.: 6095

Remove obsolete spellbook handling.

12 lines of code changed in 2 files:

ryo_saeba 2007-04-22 03:47 Rev.: 6093

Second and last part of feature request #1543553: Inventories in artifacts/archetypes.

37 lines of code changed in 3 files:

ryo_saeba 2007-04-22 03:38 Rev.: 6092

Revert wrong commit, put yesterday's commit message.

11 lines of code changed in 4 files:

ryo_saeba 2007-04-22 03:35 Rev.: 6091

Forgot to commit the Changelog, here we go.

25 lines of code changed in 4 files:

mwedel 2007-04-22 01:54 Rev.: 6090

Bring these changes into the trunk:

server/server.c: Add some debug to see if objects are on swapped out
maps in process_objects()
socket/loop.c: Hopeful fix for old bug - can be rare cases where
next player gets freed, so code tries to process garbage player
and crashes.
MSW 2007-04-21

33 lines of code changed in 3 files:

ryo_saeba 2007-04-21 17:40 Rev.: 6085

Fix bug #1673804: Items of Occidental Mages use obsolete event_xxx fields.

8 lines of code changed in 1 file:

ryo_saeba 2007-04-21 17:15 Rev.: 6083

Partially implement feature request #1543553: Inventories in artifacts/archetypes.

86 lines of code changed in 8 files:

ryo_saeba 2007-04-21 06:46 Rev.: 6081

Implement EVENT_TELL.

25 lines of code changed in 5 files:

ryo_saeba 2007-04-21 06:08 Rev.: 6080

Add discrete damage type for weapons, and probably also spells and such.

74 lines of code changed in 5 files:

ryo_saeba 2007-04-21 05:22 Rev.: 6078

Fix infinite recursion.

4 lines of code changed in 2 files:

ryo_saeba 2007-04-20 12:36 Rev.: 6070

Potions of life now won't affect player if their level is too low.

4 lines of code changed in 2 files:

ryo_saeba 2007-04-18 15:39 Rev.: 6061

Enable plugins to prevent attacks.

9 lines of code changed in 2 files:

ryo_saeba 2007-04-18 15:24 Rev.: 6060

Fix wrong return type.

3 lines of code changed in 2 files:

ryo_saeba 2007-04-17 15:44 Rev.: 6055

Missing definition for player's next property.

1 lines of code changed in 1 file:

ryo_saeba 2007-04-17 15:41 Rev.: 6054

Misc Python improvements.

36 lines of code changed in 3 files:

ryo_saeba 2007-04-17 15:40 Rev.: 6053

Give access to player list to plugins. Fix mishandling of multipart objects.

19 lines of code changed in 1 file:

ryo_saeba 2007-04-15 16:43 Rev.: 6038

Don't crash if no regions file found.

7 lines of code changed in 2 files:

ryo_saeba 2007-04-15 12:17 Rev.: 6034

Forgot that line.

1 lines of code changed in 1 file:

ryo_saeba 2007-04-15 12:11 Rev.: 6033

Wrap change_exp() function. Make 'exp' property the same as others.

79 lines of code changed in 7 files:

ryo_saeba 2007-04-15 11:11 Rev.: 6032

Add 'IsPet' and 'AttackMovement'

46 lines of code changed in 3 files:

ryo_saeba 2007-04-15 11:10 Rev.: 6031

Wrong case - FLAG_FRIENDLY is not the same as friendlylist :)

0 lines of code changed in 1 file:

ryo_saeba 2007-04-15 07:43 Rev.: 6030

Wrong name for events.

30 lines of code changed in 1 file:

ryo_saeba 2007-04-15 07:30 Rev.: 6029

EVENT_TRIGGER for magical scroll writing

6 lines of code changed in 2 files:

ryo_saeba 2007-04-15 07:17 Rev.: 6028

Add AttackType, AttackTypeNumber, EventType constants.

97 lines of code changed in 2 files:

ryo_saeba 2007-04-15 05:44 Rev.: 6027

Fix comments.

6 lines of code changed in 2 files:

ryo_saeba 2007-04-15 05:43 Rev.: 6026

Dump owner too.

3 lines of code changed in 1 file:

ryo_saeba 2007-04-15 05:43 Rev.: 6025

Check values for cfapi_map_get_object_at(). Handle FLAG_FRIENDLY and friendlist.

15 lines of code changed in 1 file:

ryo_saeba 2007-04-15 04:38 Rev.: 6024

Enable plugins to change the 'path' property of a map.

42 lines of code changed in 6 files:

ryo_saeba 2007-04-14 16:57 Rev.: 6023

Add plugin wrapper for cf_get_empty_map(). Add 'Object.GodGiven' and 'Crossfire.CreateMap'.

58 lines of code changed in 6 files:

ryo_saeba 2007-04-14 14:20 Rev.: 6022

Remove obsolete command_build function.

5 lines of code changed in 4 files:

ryo_saeba 2007-04-14 14:01 Rev.: 6020

Correctly clear god information.

7 lines of code changed in 2 files:

ryo_saeba 2007-04-14 13:57 Rev.: 6018

Remove unused godlink::pantheon field.

5 lines of code changed in 3 files:

ryo_saeba 2007-04-14 13:36 Rev.: 6015

Remove unused (and obsolete) current_weapon_script field. Remove now unused find_best_weapon_used_match().

10 lines of code changed in 10 files:

ryo_saeba 2007-04-14 12:43 Rev.: 6014

Replace plugin light change with call to map_change_light() for coherence checking.

77 lines of code changed in 8 files:

ryo_saeba 2007-04-12 15:55 Rev.: 6007

Make monsters use the same 'say' format than players.

5 lines of code changed in 2 files:

ryo_saeba 2007-04-12 15:53 Rev.: 6006

Remove '_speak' hook and related functions. '_say' exists, and is the same.

21 lines of code changed in 7 files:

ryo_saeba 2007-04-12 15:41 Rev.: 6005

Plugin API changes. More void* conversion removing.

187 lines of code changed in 9 files:

ryo_saeba 2007-04-12 12:52 Rev.: 6001

Add -conf documentation to help.

4 lines of code changed in 2 files:

akirschbaum 2007-04-11 16:33 Rev.: 5998

Do not crash for SKILL objects having incorrect subtype.

7 lines of code changed in 2 files:

akirschbaum 2007-04-11 16:25 Rev.: 5996

Remove trailing whitespace.

47 lines of code changed in 1 file:

ryo_saeba 2007-04-10 13:04 Rev.: 5992

Fix bug #1696810: skill items autoapply.

94 lines of code changed in 2 files:

ryo_saeba 2007-04-09 17:22 Rev.: 5990

Fix parameter for Doxygen, no functional change.

10 lines of code changed in 3 files:

ryo_saeba 2007-04-09 17:15 Rev.: 5989

More API changes.

87 lines of code changed in 5 files:

ryo_saeba 2007-04-09 16:52 Rev.: 5987

More API changes.

264 lines of code changed in 6 files:

ryo_saeba 2007-04-08 06:15 Rev.: 5978

More API changes.

275 lines of code changed in 6 files:

ryo_saeba 2007-04-08 05:38 Rev.: 5977

Have create_pathname() return buf to simplify code.

10 lines of code changed in 3 files:

ryo_saeba 2007-04-08 05:09

Remove unused function.

12 lines of code changed in 9 files:

ryo_saeba 2007-04-08 05:06 Rev.: 5972

Map-property type checking. Remove some unused void* return values.

126 lines of code changed in 4 files:

ryo_saeba 2007-04-08 04:35 Rev.: 5971

Change map plugin API to not use static vars. Remove old hooks (replaced by other means).

168 lines of code changed in 9 files:

ryo_saeba 2007-04-08 03:39 Rev.: 5969

Abort() if first map doesn't exist.

14 lines of code changed in 2 files:

ryo_saeba 2007-04-07 08:33 Rev.: 5959

Fix bug #1695764: Charm monsters - shared experience broken.

69 lines of code changed in 5 files:

ryo_saeba 2007-04-07 06:08 Rev.: 5958

Fix Doxygen stuff, no functional changes.

14 lines of code changed in 4 files:

ryo_saeba 2007-04-07 06:01 Rev.: 5956

Enable polymorph spell. Will need tweaking, quite certainly.

164 lines of code changed in 4 files:

ryo_saeba 2007-04-07 05:14 Rev.: 5955

Add 'Crossfire.WhatIsEvent()' to get event object.

27 lines of code changed in 3 files:

ryo_saeba 2007-04-07 04:49 Rev.: 5954

Change plugin object event interface to send the event object itself.

44 lines of code changed in 10 files:

ryo_saeba 2007-04-06 15:13 Rev.: 5950

Fix crash with map reset (parameter is map, not path).

4 lines of code changed in 2 files:

ryo_saeba 2007-04-06 14:57 Rev.: 5948

Add 'Object.Count' property (read-only).

13 lines of code changed in 3 files:

ryo_saeba 2007-04-06 14:57 Rev.: 5947

Fix wrong set/get key checks.

7 lines of code changed in 3 files:

ryo_saeba 2007-04-06 14:06 Rev.: 5946

Add 'Object.Enemy' property.

31 lines of code changed in 3 files:

ryo_saeba 2007-04-06 13:36 Rev.: 5945

Fix scrolls not taking casting direction into account.

4 lines of code changed in 2 files:

qal21 2007-04-06 00:45 Rev.: 5944

Fix decleration of exit_type_apply.

3 lines of code changed in 1 file:

akirschbaum 2007-04-05 17:28 Rev.: 5943

Remove support for obsolete 'no_pass' attribute.

21 lines of code changed in 7 files:

akirschbaum 2007-04-05 17:24 Rev.: 5942

Remove trailing whitespace.

49 lines of code changed in 12 files:

akirschbaum 2007-04-05 17:14 Rev.: 5941

Remove trailing whitespace.

297 lines of code changed in 37 files:

qal21 2007-04-05 15:23 Rev.: 5938

Fix bad definition of exit_type_apply.

5 lines of code changed in 2 files:

qal21 2007-04-05 14:39 Rev.: 5937

Commit missing types/clock/clock.c file.

70 lines of code changed in 1 file:

qal21 2007-04-05 02:05 Rev.: 5935

Move apply logic for clocks.

16 lines of code changed in 7 files:

qal21 2007-04-05 01:33 Rev.: 5934

Move apply handling for exits.

42 lines of code changed in 4 files:

ryo_saeba 2007-04-04 12:59 Rev.: 5933

Tweak harvesting skill per Lalo's suggestions.

28 lines of code changed in 2 files:

qal21 2007-04-04 01:44 Rev.: 5932

Move ob_process logic for SPELL_EFFECT objects to the ob_method system.

884 lines of code changed in 9 files:

qal21 2007-04-04 01:27 Rev.: 5931

Remove LIGHTNING from cfpython type constants.

2 lines of code changed in 2 files:

qal21 2007-04-04 00:38 Rev.: 5930

Remove old LIGHTNING(12) type.

6 lines of code changed in 5 files:

ryo_saeba 2007-04-03 17:35 Rev.: 5929

Remove obsolete Flying/CanPassThru properties.

38 lines of code changed in 3 files:

ryo_saeba 2007-04-03 17:34 Rev.: 5928

Clean some old stuff, unused functions, ...

19 lines of code changed in 30 files:

ryo_saeba 2007-04-03 15:33 Rev.: 5923

New skill: harvesting, get something from some place - example: fishing.

130 lines of code changed in 5 files:

qal21 2007-04-03 14:23 Rev.: 5922

Merge types/example.c into types/README

52 lines of code changed in 3 files:

ryo_saeba 2007-04-02 13:01 Rev.: 5919

Remove obsolete Directionxxx and CostFlagxxx, replaced by constants.

14 lines of code changed in 2 files:

ryo_saeba 2007-04-02 12:52 Rev.: 5918

Add 'MessageFlag' constant, holding the NDI_xxx values, to Python.

23 lines of code changed in 2 files:

mwedel 2007-04-02 01:54 Rev.: 5917

configure.ac: Add AM_PROG_CC_C_O macro so it properly handles the types
directory.
MSW 2007-04-01

5 lines of code changed in 2 files:

ryo_saeba 2007-04-01 12:34 Rev.: 5916

Document random map files (except test.c and some .h).

4011 lines of code changed in 21 files:

March 2007 »

Generated by StatSVN 0.7.0