Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 294 (100.0%) | 1703 (100.0%) | 5.7 |
gros | 136 (46.3%) | 1046 (61.4%) | 7.6 |
akirschbaum | 102 (34.7%) | 285 (16.7%) | 2.7 |
ryo_saeba | 27 (9.2%) | 244 (14.3%) | 9.0 |
silvernexus | 11 (3.7%) | 61 (3.6%) | 5.5 |
rjtanner | 5 (1.7%) | 39 (2.3%) | 7.8 |
mwedel | 1 (0.3%) | 10 (0.6%) | 10.0 |
crowbert | 3 (1.0%) | 9 (0.5%) | 3.0 |
kbulgrien | 7 (2.4%) | 6 (0.4%) | 0.8 |
partmedia | 1 (0.3%) | 3 (0.2%) | 3.0 |
eracc | 1 (0.3%) | 0 (0.0%) | 0.0 |
Rework get/take.
See https://sourceforge.net/p/crossfire/patches/385/ for details.
Commands can now accept "#1" for index-based operation, or "*melee" for multiple items.
Help texts updated in consequence.
130 lines of code changed in 6 files:
Add 'face' command to have the player face a given direction without taking any action.
1 lines of code changed in 1 file:
'apply' command: Pass through and honor '-a' and '-u' flags for containers and add a new flag '-o' to fully open a container in your inventory.
1 lines of code changed in 1 file:
Improve 'skills' command output and add '-l' option for full perm exp data
7 lines of code changed in 1 file:
Added new help file for the dip command
1 lines of code changed in 1 file:
Allow players to forget spells
3 lines of code changed in 1 file:
Update statistics help file with information on damage per second, and time played>
4 lines of code changed in 1 file:
New help files for the nextkey and prevkey commands.
16 lines of code changed in 2 files:
Added English help for passwd command.
4 lines of code changed in 1 file:
Added English help for language command.
7 lines of code changed in 1 file:
Added English help for lock command.
7 lines of code changed in 1 file:
Added English help for version command.
2 lines of code changed in 1 file:
Added English help for mapinfo command.
8 lines of code changed in 1 file:
Added English help for rotateshoottype command.
6 lines of code changed in 1 file:
Added English help for 'run' and 'run_stop' commands.
6 lines of code changed in 2 files:
Added English help message for afk command.
3 lines of code changed in 1 file:
Added rudimentary help information for use_skill and ready_skill commands in English. Someone will need to do a French translation.
18 lines of code changed in 2 files:
Remove trailing whitespace.
4 lines of code changed in 1 file:
New help file, death. Helps explain what happens during a character death and what to do after that in regards to restoring lost stats, stat loss and experience loss.
18 lines of code changed in 1 file:
Fix encoding.
4 lines of code changed in 1 file:
Add 'attempt' to 'knowledge', to try to do alchemy from the formulae.
6 lines of code changed in 2 files:
Add 'knowledge search <text>' to filter knowledge.
4 lines of code changed in 2 files:
Enable knowledge filter, with additional parameter to 'knowledge list'.
2 lines of code changed in 2 files:
- Add extra detail to the apply command help.
6 lines of code changed in 1 file:
Add '\!' to pickup to toggle the mode.
32 lines of code changed in 1 file:
Reformat und spellcheck all help texts.
209 lines of code changed in 44 files:
Fix typos in help texts.
12 lines of code changed in 9 files:
Add help for 'title' command.
7 lines of code changed in 1 file:
Player knowledge management.
14 lines of code changed in 2 files:
Low-level quest status handling.
10 lines of code changed in 2 files:
Remove 'explore' mode.
0 lines of code changed in 1 file:
- Remove help files that used to support the output-sync and output-count
functionality.
0 lines of code changed in 6 files:
Fix for bug 2.0 wraith feed auto-ready bug? - ID: 1989153 - unarmed skill
selection is hardcoded. Add a command - 'unarmed_skill' in which player
can specify what unarmed skill to use by default instead of the server using
its built in defaults.
---
common/player.c: clear unarmed_skill field in clear_player()
include/sproto.h: Add definition for command_unarmed_skill()
include/player.h: add unarmed_skill field to player structure.
lib/Makefile.am,lib/help/unarmed_skill.en : Add help file for unarmed_skill
server/c_misc.c: Add command_unarmed_skill() to set/get preferred unarmed
skill.
server/commands.c: Add unarmed_skill to command listing.
server/login.c: Add code to load/save unarmed_skill value. Since there
are several saved/loaded string values, pull processing of that out
and make the string value available to all values. Updated some of
the other users in the login function.
server/player.c: Set unarmed_skill to NULL for new players.
server/skill_util.c: Modify find_best_player_hth_skill() to look at
unarmed_skill if set.
MSW 2009-07-02
10 lines of code changed in 1 file:
Add help file for "chat" command.
2 lines of code changed in 1 file:
Apply #2753395 (help file for the wimpy command).
9 lines of code changed in 1 file:
Implement feature request #1961031: 'drop food' and 'drop flesh' buttons would be nice.
4 lines of code changed in 2 files:
Added more help French translations.
199 lines of code changed in 21 files:
Add help for sound command.
1 lines of code changed in 1 file:
Added some French translations for the help texts.
63 lines of code changed in 7 files:
Added some more French translations for the help files.
104 lines of code changed in 7 files:
(13 more)