March 2010 Commit Log

Number of Commits:
68
Number of Active Developers:
6
kbulgrien 2010-03-30 22:32 Rev.: 12771

- Fix the instructions to match the current situation. The propedit is in
the client area, not the server folder.

9 lines of code changed in 1 file:

kbulgrien 2010-03-30 22:20 Rev.: 12770

- Rename the confusing MSG_TYPE_DIALOG_MAGIC_MOUTH to
MSG_TYPE_DIALOG_MAGIC_EAR since only magic ears are MSG_TYPE_DIALOG.
- Add a new MSG_TYPE_SIGN subtype of MSG_TYPE_SIGN_MAGIC_MOUTH since magic
mouths are distinctly different from all other signs, and this might mean
a client might want to handle their messages uniquely.

30 lines of code changed in 4 files:

akirschbaum 2010-03-30 03:04 Rev.: 12754

Fix Ansi C89 violations.

4 lines of code changed in 1 file:

kbulgrien 2010-03-29 21:28 Rev.: 12750

Commit some edits made in conjunction with wiki edits a while back:
Sort the normal commands alphabetically.
Move gsay to the communications command list.
Move printlos out of the communications command list to the normal list.
Move cointoss and orcknuckle out from among the emote commands and put them
next to the non-emotion commands in the communications commands group. They
still do not seem to be communication commands, but that's where they were
already and I don't feel like debating it at the moment.

36 lines of code changed in 2 files:

kbulgrien 2010-03-29 21:07 Rev.: 12749

- Add extra detail to the apply command help.

9 lines of code changed in 2 files:

cavesomething 2010-03-29 20:52 Rev.: 12748

Patch by Funnyman3595 to add support for object.split and
object.clone to the python plugin

88 lines of code changed in 5 files:

cavesomething 2010-03-29 17:56 Rev.: 12745

Quest handling changes, remove questend calls, replace with individual
steps which can 'finish quest'.

160 lines of code changed in 9 files:

ryo_saeba 2010-03-29 16:32 Rev.: 12744

Use the right type 'const char*'.

1 lines of code changed in 1 file:

cavesomething 2010-03-27 20:44 Rev.: 12741

Replace the numbers used in the map2 command handling with some #defines.

23 lines of code changed in 3 files:

cavesomething 2010-03-27 19:31 Rev.: 12740

Don't drop the inventory of items that are marked as no_drop

12 lines of code changed in 2 files:

ryo_saeba 2010-03-27 04:41 Rev.: 12739

Massive CRE improvements.

658 lines of code changed in 22 files:

cavesomething 2010-03-26 21:16 Rev.: 12738

Stop chests from drawinfo-ing the names of invisible items when they are opened.

13 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:25 Rev.: 12737

Town portal now has an animation instead of being immediate.

40 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:24 Rev.: 12735

Have disappearing FLAG_IS_USED_UP items put their inventory on the ground, not on pile top.

5 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:23 Rev.: 12734

Add new flag to object_free() to force inventory contents on the ground instead on pile top.

10 lines of code changed in 3 files:

ryo_saeba 2010-03-25 14:12 Rev.: 12729

Add '\!' to pickup to toggle the mode.

45 lines of code changed in 3 files:

ryo_saeba 2010-03-25 12:43 Rev.: 12728

Add an help text.

17 lines of code changed in 3 files:

ryo_saeba 2010-03-24 17:43 Rev.: 12726

Basic filtering on artifacts and formulaes.

171 lines of code changed in 7 files:

ryo_saeba 2010-03-24 17:09 Rev.: 12725

Enable filtering on archetypes (name and clone's type).

320 lines of code changed in 14 files:

mwedel 2010-03-24 01:49 Rev.: 12722

Add requestinfo/replyinfo mechanisms to get the news/rules/motd file. In
this way, client does not need to parse drawinfo commands, and this
functionality is needed in account based logins since the login code path is
different. Add setup command for loginmethod - work in progress
but needed for testing.
---
socket/request.c: Add setup loginmethod, add send_file() to send files
socket/loop.c: Update requestinfo handling to deal with motd/news/rules
doc/Developers/protocol: Clarify some areas of protocol. Add information
about requestinfo/replyinfo for news/rules/motd
MSW 2010-03-23

87 lines of code changed in 4 files:

mwedel 2010-03-24 01:12 Rev.: 12721

As per discussion on IRC, some changes to hopefully improve balance - will
await feedback:
common/living.c: Don't have the magic of an item affect wc. Only if wc
is explicitly set does it improve the character.
server/skills.c: Tweak lockpicking - give the skill level more relevence.
Have difficulty increase exp gained.
MSW 2010-03-23

23 lines of code changed in 3 files:

ryo_saeba 2010-03-22 13:58 Rev.: 12716

Fix EVENT_SAY for items in a container.

5 lines of code changed in 2 files:

akirschbaum 2010-03-21 06:30 Rev.: 12707

Reformat and spellcheck default rules/motd/news files.

10 lines of code changed in 6 files:

akirschbaum 2010-03-21 05:58 Rev.: 12705

Reformat und spellcheck all help texts.

367 lines of code changed in 106 files:

akirschbaum 2010-03-21 05:23 Rev.: 12704

Fix typos in help texts.

12 lines of code changed in 9 files:

akirschbaum 2010-03-21 05:15 Rev.: 12703

Add help for 'title' command.

11 lines of code changed in 3 files:

ryo_saeba 2010-03-20 18:07 Rev.: 12693

Update.

4 lines of code changed in 1 file:

ryo_saeba 2010-03-20 18:07 Rev.: 12692

Send updated ground view when num_look_objects is received.

11 lines of code changed in 2 files:

ryo_saeba 2010-03-20 18:00 Rev.: 12690

Extract function to find player from socket.

26 lines of code changed in 4 files:

ryo_saeba 2010-03-20 17:48 Rev.: 12689

Be precise for 'setup' command.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-20 17:40 Rev.: 12688

Don't send empty 'stats ' commands.

6 lines of code changed in 2 files:

ryo_saeba 2010-03-20 16:28 Rev.: 12686

Update.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-20 16:28 Rev.: 12685

Explain how to actually fix svn:externals.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-20 16:25 Rev.: 12684

Update protocol.

8 lines of code changed in 1 file:

ryo_saeba 2010-03-20 15:26 Rev.: 12682

Add extended statistics informations: race stats, natural stats.

54 lines of code changed in 6 files:

akirschbaum 2010-03-19 10:04 Rev.: 12667

Fix crash with "cast" command having no arguments.

6 lines of code changed in 2 files:

ryo_saeba 2010-03-17 12:50 Rev.: 12659

Cache map information.

316 lines of code changed in 12 files:

meflin2 2010-03-17 09:46 Rev.: 12658

fix bowmode bestarrow crash

1 lines of code changed in 1 file:

ryo_saeba 2010-03-14 17:50 Rev.: 12656

Basic settings for map cache directory, and associated dialog.

130 lines of code changed in 7 files:

ryo_saeba 2010-03-14 17:48 Rev.: 12655

Add relevant debug flags to compilation.

7 lines of code changed in 2 files:

ryo_saeba 2010-03-14 17:14 Rev.: 12654

Use archetype name instead of archetype itself. Show map name in list too.

37 lines of code changed in 9 files:

ryo_saeba 2010-03-14 16:51 Rev.: 12653

Remove obsolete map fields in header.

13 lines of code changed in 2 files:

ryo_saeba 2010-03-14 06:52 Rev.: 12643

Basic map browsing. Report archetype use in maps.

308 lines of code changed in 9 files:

ryo_saeba 2010-03-14 05:11 Rev.: 12640

Sort alphabetically by default.

9 lines of code changed in 4 files:

ryo_saeba 2010-03-14 05:01 Rev.: 12639

Display archetype use in other_arch and treasure lists.

50 lines of code changed in 3 files:

ryo_saeba 2010-03-14 04:46 Rev.: 12638

Rename field 'class' to 'character_class'.

16 lines of code changed in 3 files:

mwedel 2010-03-13 22:54 Rev.: 12636

Update account handling - add character specific handling for the accounts,
add test case, and add some missing svn keywords. Still some more
work to be done here
---
doc/Developers/protocol: Clean up formatting some.
include/Makefile.am: Add new file
include/account_char.h: New file for account information
include/global.h: Include account_char.h
include/newserver.h: Add references to account information to socket
include/sproto.h: Add function prototypes
socket/init.c: And initialization & cleanup for account info in socket
server/Makefile.am: Add new file
server/account.c: Add creation time to account record
server/account_char.c: New file - character management
server/login.c: Add code to update character info in socket.
server/server.c: Add periodic saving of account information.
test/unit/server/Makefile.am: Update for new file
test/unit/server/check_account_char.c: New file - test for character
management
MSW 2010-03-09


679 lines of code changed in 15 files:

ryo_saeba 2010-03-13 07:15 Rev.: 12624

Enable sacrificed items on altars and such to be alive, if asked for.

5 lines of code changed in 2 files:

ryo_saeba 2010-03-13 04:35 Rev.: 12621

Fix some object_free_drop_inventory() to object_free2().

59 lines of code changed in 8 files:

akirschbaum 2010-03-12 15:17 Rev.: 12620

Do not send negative area for empty magicmap responses.

4 lines of code changed in 2 files:

mwedel 2010-03-09 01:50 Rev.: 12604

Change declaration for AUTOMAKE_OPTIONS to use = instead of := -
removes warning message printed by automake, and does not seem to affect
functionality at all.
MSW 2010-03-08

1 lines of code changed in 1 file:

akirschbaum 2010-03-08 18:31 Rev.: 12603

Update indentation style specification.

1 lines of code changed in 1 file:

akirschbaum 2010-03-08 14:06 Rev.: 12602

Do not run EVENT_DESTROY plugin events for merged objects.

11 lines of code changed in 3 files:

akirschbaum 2010-03-08 13:50 Rev.: 12601

Replace boolean flag of object_free2() with named bitfield.

17 lines of code changed in 3 files:

akirschbaum 2010-03-08 13:39 Rev.: 12600

Properly free inventory of merged objects.

135 lines of code changed in 4 files:

akirschbaum 2010-03-08 13:33 Rev.: 12599

Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.

277 lines of code changed in 67 files:

akirschbaum 2010-03-07 15:37 Rev.: 12597

Properly distinguish between text and binary files.

38 lines of code changed in 17 files:

ryo_saeba 2010-03-07 14:35 Rev.: 12594

Correctly reset los when mapsize changes.

13 lines of code changed in 2 files:

ryo_saeba 2010-03-06 14:31 Rev.: 12580

Load regions before trying to load the initial map.

5 lines of code changed in 2 files:

ryo_saeba 2010-03-06 14:10 Rev.: 12579

Fix crash when plugin removed dropped item.

8 lines of code changed in 2 files:

ryo_saeba 2010-03-06 04:17 Rev.: 12573

Update.

3 lines of code changed in 1 file:

ryo_saeba 2010-03-06 04:16 Rev.: 12572

Don't include <strings.h> under Windows.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-06 04:14 Rev.: 12571

Use CURL anyway.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-06 04:13 Rev.: 12570

Add missing files to project.

0 lines of code changed in 1 file:

akirschbaum 2010-03-05 10:09 Rev.: 12567

Fix indentation.

10 lines of code changed in 1 file:

akirschbaum 2010-03-04 14:42 Rev.: 12566

Fix possible segmentation fault when shutting down the server.

4 lines of code changed in 1 file:

akirschbaum 2010-03-04 14:33 Rev.: 12565

Fix possible segmentation fault when shutting down the server.

4 lines of code changed in 2 files:

akirschbaum 2010-03-04 12:55 Rev.: 12564

Remove nested assignments.

10 lines of code changed in 1 file:

February 2010 »

Generated by StatSVN 0.7.0