May 2007 Commit Log

Number of Commits:
54
Number of Active Developers:
3
ryo_saeba 2007-05-30 14:06 Rev.: 6368

Implement feature request #1724356: logging improvements.

59 lines of code changed in 7 files:

ryo_saeba 2007-05-30 12:51 Rev.: 6366

Fix bug #1726632: After useing a # of times on the forge..

13 lines of code changed in 2 files:

ryo_saeba 2007-05-29 17:37 Rev.: 6365

Documentation, fix indentation. No functional change.

231 lines of code changed in 3 files:

ryo_saeba 2007-05-28 13:31 Rev.: 6361

Fix bug #1726561: formulae for potion_heal needs supreme potion of life.

4 lines of code changed in 2 files:

ryo_saeba 2007-05-28 13:14 Rev.: 6360

Add a world map of used and unused exits / blocking zones / roads.

136 lines of code changed in 2 files:

ryo_saeba 2007-05-27 04:34 Rev.: 6355

Calming mood floors should calm attacking monsters.

7 lines of code changed in 2 files:

ryo_saeba 2007-05-27 04:33 Rev.: 6354

Remove extra space.

5 lines of code changed in 2 files:

ryo_saeba 2007-05-26 16:32 Rev.: 6353

Document code, no functional change.

290 lines of code changed in 2 files:

ryo_saeba 2007-05-26 12:05 Rev.: 6344

Food/drink can't be eaten if no_pick is set.

8 lines of code changed in 2 files:

ryo_saeba 2007-05-26 10:29 Rev.: 6343

Use region's longname for 'mapinfo', neater than name.

4 lines of code changed in 2 files:

ryo_saeba 2007-05-26 05:23 Rev.: 6342

Some more stories.

26 lines of code changed in 3 files:

ryo_saeba 2007-05-25 16:57 Rev.: 6341

Document code, no functional change.

328 lines of code changed in 4 files:

ryo_saeba 2007-05-24 16:11 Rev.: 6335

Implement feature request #1653768: Pants/legs

7 lines of code changed in 3 files:

ryo_saeba 2007-05-24 13:55 Rev.: 6333

Allow plugins to override the usual move process.

7 lines of code changed in 2 files:

ryo_saeba 2007-05-21 16:15 Rev.: 6327

Add party rejoin at login. New command 'party_rejoin' to control the behaviour.

145 lines of code changed in 10 files:

ryo_saeba 2007-05-20 12:14 Rev.: 6318

Misc memory fixes. Remove obsolete 'inventory' line.

42 lines of code changed in 8 files:

ryo_saeba 2007-05-20 11:05 Rev.: 6317

Document save_object(s) and save_map() options, add enum for doc linking.

55 lines of code changed in 10 files:

ryo_saeba 2007-05-20 10:17 Rev.: 6315

Fix bug #1713140: sustenance overflow.

10 lines of code changed in 2 files:

mwedel 2007-05-20 02:11 Rev.: 6314

Re-do last commit a bit (Add check to make sure symptom was not destroyed
when victim dies - otherwise we get double remove/free) - still want to
exit the function if the victim is dead, just don't want to do the
remove/free_ob
MSW 2007-05-19

5 lines of code changed in 1 file:

mwedel 2007-05-20 02:02 Rev.: 6312

server/disease.c: Add check to make sure symptom was not destroyed
when victim dies - otherwise we get double remove/free.
MSW 2007-05-19

10 lines of code changed in 2 files:

mwedel 2007-05-20 00:53 Rev.: 6310

Minor comment adjustment - otherwise, gcc complains about a comment
in a comment when run with -Wall.
MSW 2007-05-19

1 lines of code changed in 1 file:

ryo_saeba 2007-05-18 03:52 Rev.: 6309

Static buffer removal, remove unused parameters, use safe string functions.

145 lines of code changed in 13 files:

ryo_saeba 2007-05-17 08:25 Rev.: 6308

Remove static buffer.

17 lines of code changed in 2 files:

ryo_saeba 2007-05-17 08:12 Rev.: 6307

Player count tracking will get false if moving from a map to the same.

15 lines of code changed in 2 files:

ryo_saeba 2007-05-17 08:05 Rev.: 6306

Remove obsolete funcpoint.h file.

1 lines of code changed in 16 files:

ryo_saeba 2007-05-17 07:35 Rev.: 6305

Don't pass variables that aren't needed, remove prototype confusion. Document.

229 lines of code changed in 2 files:

ryo_saeba 2007-05-17 05:49 Rev.: 6304

Change weather_effect() to use mapstruct* instead of filename.

33 lines of code changed in 13 files:

ryo_saeba 2007-05-17 05:19 Rev.: 6302

Fix mountain cave being covered and rendered invisible.

9 lines of code changed in 2 files:

ryo_saeba 2007-05-17 04:51 Rev.: 6301

Some tests for hit_player.

65 lines of code changed in 3 files:

qal21 2007-05-16 18:10 Rev.: 6300

Remove obsolete item_transformer file

4 lines of code changed in 4 files:

mwedel 2007-05-15 01:43 Rev.: 6297

Add spell merging code - this makes the server run much faster when many
spell objects are in use. For more details, see doc/Developers/spells
---
common/init.c: And declaration/initialization of statistics values.
common/object.c: Add handling of spell_tags in object structure (free,
copy. Add merge_spell() function. Add call to function from
insert_ob_in_map(). Remove was_destroyed() function - now macro.
doc/Developers/spells: Add notes on performance numbers and how spell
merging works.
include/global.h: Add statistics structure used to hold various
statistic related variables - added since I added a few points to collect
data for my testing.
include/libproto.h: remove was_destroyed() declaration.
include/object.h: Make was_destroyed() a macro, moving it here. Also add
information related to spell tags in object structure.
server/server.c: change process_events() to be a non static function,
so that test programs can call it/use it.
server/spell_util.c: Change ok_to_put_more() to look at the spell_tags
in the object for match spell instances.
test/unit/server/Makefile.am: Remove double dependency of libraries - not
needed. Add dependency for libtypes.a. Add comet_perf test case.
test/unit/server/comet_perf.c: New file/test, used to test both performance
improvments as well as consistency of results.
types/spell_effect/spell_effect.c: Modify explosion() to set op->range=0
after spell has propogated to neighboring spaces. Call merge_spell()
after setting range to zero.
MSW 2007-05-14

845 lines of code changed in 12 files:

ryo_saeba 2007-05-14 17:11 Rev.: 6296

Remove now obsolete 'item_transformer' type, replaced by 'use' command.

12 lines of code changed in 6 files:

ryo_saeba 2007-05-14 16:08 Rev.: 6293

Remove obsolete function.

0 lines of code changed in 1 file:

ryo_saeba 2007-05-14 15:50 Rev.: 6292

Remove (legacy_)apply_container that wasn't used. Rename esrv_ function to this name.

38 lines of code changed in 6 files:

ryo_saeba 2007-05-13 13:25 Rev.: 6280

Fix unit test pics (those are dummy ones, to be replaced someday). Add more tests to objects.

202 lines of code changed in 13 files:

ryo_saeba 2007-05-13 13:24 Rev.: 6279

Binary issue.

7 lines of code changed in 9 files:

ryo_saeba 2007-05-13 09:54 Rev.: 6278

Remove obsolete fields.

6 lines of code changed in 3 files:

ryo_saeba 2007-05-10 17:31 Rev.: 6232

Fix wrong 'skills' display when no god is whoreshipped.

5 lines of code changed in 2 files:

ryo_saeba 2007-05-09 16:12 Rev.: 6228

Fix bug #1713112: rabies infects audience of the arena.

9 lines of code changed in 2 files:

ryo_saeba 2007-05-09 15:46 Rev.: 6224

Fix multipart object creation.

12 lines of code changed in 2 files:

ryo_saeba 2007-05-08 11:31 Rev.: 6222

Fix wrong parameter order.

4 lines of code changed in 2 files:

ryo_saeba 2007-05-08 11:14 Rev.: 6220

Add 'Crossfire.Object.Race' attribute.

36 lines of code changed in 3 files:

ryo_saeba 2007-05-08 09:42 Rev.: 6219

New command: 'use <item> with <item>', which enables complex item transformation.

155 lines of code changed in 8 files:

ryo_saeba 2007-05-08 08:07 Rev.: 6218

Remove obsolete object types.

13 lines of code changed in 4 files:

ryo_saeba 2007-05-08 04:01 Rev.: 6210

Doxygen documentation, no functional change.

100 lines of code changed in 2 files:

ryo_saeba 2007-05-07 17:25 Rev.: 6209

New parameter, -listunusedmaps, that'll generate a maps.unused file.

137 lines of code changed in 2 files:

ryo_saeba 2007-05-07 15:13 Rev.: 6203

Fix plugin unloading which didn't call the closePlugin function. Document

41 lines of code changed in 3 files:

ryo_saeba 2007-05-05 16:10 Rev.: 6192

Apply patch #1713563: Reopen log file on SIGHUP, courtesy Kari Pahula.

47 lines of code changed in 4 files:

ryo_saeba 2007-05-05 16:02 Rev.: 6190

Apply patch #1713564, Open log file only once with -detach, courtesy Kari Pahula.

18 lines of code changed in 4 files:

ryo_saeba 2007-05-05 12:39 Rev.: 6188

Forgot the settings file.

8 lines of code changed in 2 files:

ryo_saeba 2007-05-05 12:38 Rev.: 6187

Implement feature request #1657735: Server setting for handling 'incorrect' converters.

16 lines of code changed in 5 files:

ryo_saeba 2007-05-05 12:36 Rev.: 6186

Fix broken LIGHTER.

4 lines of code changed in 2 files:

ryo_saeba 2007-05-05 11:50 Rev.: 6180

Fix some type issues in plugin. Wrap change_abil(). Add set_resist(). Add duration property.

141 lines of code changed in 8 files:

ryo_saeba 2007-05-04 17:44 Rev.: 6178

Initialize map's reset time, so town portal works correctly there too.

7 lines of code changed in 2 files:

April 2007 »

Generated by StatSVN 0.7.0