January 2007 Commit Log

Number of Commits:
59
Number of Active Developers:
6
akirschbaum 2007-01-29 17:30 Rev.: 5357

Remove unused variables.

1 lines of code changed in 1 file:

akirschbaum 2007-01-29 17:29 Rev.: 5356

cflogger: Add missing return value in store_time().

2 lines of code changed in 2 files:

akirschbaum 2007-01-29 17:27 Rev.: 5355

Add missing call to va_end().

4 lines of code changed in 2 files:

akirschbaum 2007-01-29 17:05 Rev.: 5354

Whitespace changes.

2 lines of code changed in 1 file:

ryo_saeba 2007-01-28 16:55 Rev.: 5353

Fix sort (sort by object's name). Fix memory leaks.

82 lines of code changed in 2 files:

aaron_baugher 2007-01-28 15:07 Rev.: 5352

Debugging sort functions

62 lines of code changed in 1 file:

aaron_baugher 2007-01-25 20:54 Rev.: 5349

Formatting: corrected indentation, removed tabs, cleaned up long lines

515 lines of code changed in 1 file:

ryo_saeba 2007-01-21 18:11 Rev.: 5341

Implement feature request #822087: Apply below.

25 lines of code changed in 4 files:

gros 2007-01-21 10:54 Rev.: 5340

Removed obsolete server/swamp.c file. Updated the main ChangeLog.

2007-01-21 - gros

8 lines of code changed in 2 files:

gros 2007-01-21 10:43 Rev.: 5339

Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().

2007-01-21 - gros

8395 lines of code changed in 122 files:

ryo_saeba 2007-01-21 08:30 Rev.: 5338

Some refactoring, new tags.

35 lines of code changed in 4 files:

akirschbaum 2007-01-21 05:05 Rev.: 5337

Consider all stats when swapping random stats due to a failed spell.

5 lines of code changed in 2 files:

akirschbaum 2007-01-21 05:01

Remove trailing whitespace.

290 lines of code changed in 2 files:

ryo_saeba 2007-01-20 18:33 Rev.: 5334

Implement feature request #656195: More effects of confusion.

202 lines of code changed in 4 files:

ryo_saeba 2007-01-20 16:39 Rev.: 5332

Girdles are not armours for restriction - too much of a balance change.

6 lines of code changed in 3 files:

aaron_baugher 2007-01-20 08:54 Rev.: 5331

New utility to build wiki monster pages.

This is my first commit of my bwp (build wiki pages) program. The
program works at the moment, except for a sorting issue, but I thought
it'd be easier for anyone who wants to help fix that if the files were
on svn. I plan to add additional features, and welcome suggestions.
Command to compile (on FreeBSD, anyway) is in the comments at the head
of the file.

846 lines of code changed in 10 files:

ryo_saeba 2007-01-20 05:18 Rev.: 5330

Implement partially feature request #656194: It should be possible to curse and bless.

83 lines of code changed in 5 files:

ryo_saeba 2007-01-15 18:15 Rev.: 5329

Update doc

0 lines of code changed in 2 files:

ryo_saeba 2007-01-15 17:26 Rev.: 5327

add --disable-logger flag to not build cflogger plugin, courtesy gros.

18 lines of code changed in 1 file:

qal21 2007-01-14 21:07 Rev.: 5326

Actually remove dummy.c

0 lines of code changed in 1 file:

qal21 2007-01-14 21:06 Rev.: 5325

Remove dummy file now that it's no longer necessary

10 lines of code changed in 4 files:

ryo_saeba 2007-01-14 17:46 Rev.: 5324

Implement feature request #817585: altars don't take group of same logical item.

149 lines of code changed in 4 files:

ryo_saeba 2007-01-14 13:35 Rev.: 5322

Implement feature request #778211: allow avatars and holy servants to be random.

41 lines of code changed in 2 files:

ryo_saeba 2007-01-14 12:37 Rev.: 5321

Link to information, not source, more useful imo.

1 lines of code changed in 1 file:

ryo_saeba 2007-01-14 12:17 Rev.: 5320

Rename 'new_save_map' to 'save_map'.

17 lines of code changed in 9 files:

ryo_saeba 2007-01-14 11:55 Rev.: 5319

Fix memory leak.

8 lines of code changed in 2 files:

ryo_saeba 2007-01-14 10:13 Rev.: 5318

Typo.

1 lines of code changed in 1 file:

ryo_saeba 2007-01-14 10:12 Rev.: 5317

Give a dummy name if skill doesn't have it. Avoids crashing later on :)

74 lines of code changed in 2 files:

ryo_saeba 2007-01-14 09:58 Rev.: 5315

Apply long standing patch #1382884: change to player wraith race courtesy Anton Oussik.

169 lines of code changed in 12 files:

ryo_saeba 2007-01-14 08:19 Rev.: 5314

Apply patch #1631685: Monster flag set on all monster parts courtesy Aaron Baugher.

9 lines of code changed in 2 files:

ryo_saeba 2007-01-14 07:33 Rev.: 5313

Some tweaks.

5 lines of code changed in 1 file:

gros 2007-01-14 05:35 Rev.: 5312

Refactoring for the TRIGGER class of objects, methods apply and process.

2007-01-14 - gros

170 lines of code changed in 9 files:

gros 2007-01-14 04:50 Rev.: 5311

Added two files that went missing in the previous commit.
Added a couple of legacy wrappers for apply functions.

2007-01-14 - gros

420 lines of code changed in 4 files:

gros 2007-01-14 04:16 Rev.: 5310

Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.

2007-01-14 - Gros

1471 lines of code changed in 32 files:

ryo_saeba 2007-01-13 19:17 Rev.: 5309

Better include the file :)

1 lines of code changed in 1 file:

ryo_saeba 2007-01-13 19:14 Rev.: 5308

New util: mapper.c, which generates HTML pages to browse maps.

1759 lines of code changed in 19 files:

ryo_saeba 2007-01-13 14:31 Rev.: 5307

Variables should be declared at function start.

3 lines of code changed in 2 files:

ryo_saeba 2007-01-13 14:04 Rev.: 5306

Some Win32 fixes: binmode for Perl, binary mode for opened files.

19 lines of code changed in 5 files:

qal21 2007-01-11 00:53 Rev.: 5305

Clean up follower_remove_given_items()

29 lines of code changed in 2 files:

ryo_saeba 2007-01-09 13:43 Rev.: 5304

Win32 compilation fixes: variables should be declared at function start.

8 lines of code changed in 3 files:

ryo_saeba 2007-01-07 08:59 Rev.: 5302

Forgot to comment the file :)

186 lines of code changed in 2 files:

ryo_saeba 2007-01-07 07:56 Rev.: 5301

New plugin: cflogger, which logs to sqlite3 database.

1721 lines of code changed in 8 files:

mwedel 2007-01-05 02:30 Rev.: 5298

common/loader.l: Remove call to yylex_destroy() - at least on my linux
box, I get an unresolved symbol during link time (maybe different
versions of flex?)
MSW 2007-01-04

10 lines of code changed in 2 files:

ryo_saeba 2007-01-04 16:09 Rev.: 5297

Make some functions DM only.

12 lines of code changed in 2 files:

qal21 2007-01-04 03:53 Rev.: 5296

Apply patch #1627442 by Aaron Baugher, to fix bug #1551735. Works by using a key_value of divine_giver_name to objects that are given by a god.

66 lines of code changed in 2 files:

ryo_saeba 2007-01-03 16:00 Rev.: 5294

Fix error logic crashing with empty spellbooks.

7 lines of code changed in 2 files:

ryo_saeba 2007-01-03 13:20 Rev.: 5293

Update link

0 lines of code changed in 2 files:

ryo_saeba 2007-01-03 12:57 Rev.: 5292

Remove parasite line.

0 lines of code changed in 1 file:

qal21 2007-01-03 02:58 Rev.: 5291

Doxygenify header file and add licence. No functional changes.

52 lines of code changed in 2 files:

ryo_saeba 2007-01-02 17:55 Rev.: 5289

Check len of client-sent commands.

44 lines of code changed in 2 files:

ryo_saeba 2007-01-02 17:35

Implement feature request #1443844: Lock in 1.9.0 is ethernal.

56 lines of code changed in 4 files:

ryo_saeba 2007-01-02 14:21 Rev.: 5285

Massive doxygenation of code. Reformat indentation. No functional change.

42 lines of code changed in 2 files:

ryo_saeba 2007-01-02 13:08 Rev.: 5284

Implement feature request #1555532: Disallow enchanting armour/weapons while wearing/wielding it.

140 lines of code changed in 2 files:

gros 2007-01-02 03:49 Rev.: 5282

Fixed some mistakes in the alchemical formulae
- gros 2007-01-02

14 lines of code changed in 2 files:

ryo_saeba 2007-01-01 18:51 Rev.: 5280

Misc doc fixes.

67 lines of code changed in 3 files:

ryo_saeba 2007-01-01 17:38 Rev.: 5277

Fix horn/rod behaviour relative to sp, fix broken message.

60 lines of code changed in 2 files:

ryo_saeba 2007-01-01 10:59 Rev.: 5274

Implement feature request #656191: Add blessings and curses to scrolls.

278 lines of code changed in 7 files:

ryo_saeba 2007-01-01 08:01 Rev.: 5273

Implement feature request #1536177: Orc Knuckle requires no dice.

87 lines of code changed in 3 files:

gros 2007-01-01 03:54 Rev.: 5270

Corrected garbage being displayed when examining an object, caused by an uninitialized buffer.
- gros 2007-01-01

1 lines of code changed in 1 file:

December 2006 »

Generated by StatSVN 0.7.0