[root]/lib
adm
(2 files, 521 lines)
help
(8 files, 74 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 48 (100.0%) | 266 (100.0%) | 5.5 |
mwedel | 7 (14.6%) | 101 (38.0%) | 14.4 |
akirschbaum | 14 (29.2%) | 71 (26.7%) | 5.0 |
ryo_saeba | 13 (27.1%) | 69 (25.9%) | 5.3 |
rjtanner | 5 (10.4%) | 23 (8.6%) | 4.6 |
gros | 7 (14.6%) | 2 (0.8%) | 0.2 |
kbulgrien | 2 (4.2%) | 0 (0.0%) | 0.0 |
Fix artifact reading to (kind of) trim strings. Fix add missing artifacts to fix alchemy warning.
6 lines of code changed in:
Fix typo on sample metaserver2 line.
MSW 2007-12-04
1 lines of code changed in:
Update the treasure list so the different types of Potions show up in shops
10 lines of code changed in:
Fix collect script to not insert editor_folder lines into nested inventory objects.
6 lines of code changed in:
Adapt alchemy formulas to changed archetypes.
4 lines of code changed in:
Remove trailing whitespace.
55 lines of code changed in:
Required updates for the potion of invulnerability to potion of shielding name change
3 lines of code changed in:
Adding the minor, medium and major Potions of Life to the treasure list so they can be found in shops, dungeons, et al.
9 lines of code changed in:
Missed updating the treasures list in r7254 which was to rename potion of invulnerability to potion of shielding. Hopefully this will remove confusion as to why one takes damage from all attack types (except physical) when drinking this potion.
1 lines of code changed in:
Add ability to specify port that crossfire listens to in settings file.
Handy when you want to run 2 servers on same host and don't want to
mess with command line options.
--
lib/settings: Add port variable and comment on its usage.
server/init.c: Add code to handle port value in settings file.
MSW 2007-09-17
8 lines of code changed in:
Add a message when explore mode is disabled. Add help file for this command.
11 lines of code changed in:
Add an 'empty' command, that puts all contents of a (or all) container either on ground or in player's opened container.
1 lines of code changed in:
Server support for Metaserver2 - brought back from trunk:
acinclude.m4: Add LIBCURL_CHECK_CONFIG macro, used by configure.
configure.ac: Add check for pthread, LIBCURL. Extra
logic to display if we will build with metaserver2 support
lib/Makefile.am: add metaserver2 to list of files to install.
*/Makefile.in: rebuilt
lib/metaserver2: Settings file for metaserver2 support.
server/init.c: Add call to metaserver2_init() during startup.
include/metaserver2.h: Header file include metaserver2 related data.
include/autoconf.h.in: Rebuilt
include/sockproto.h: Rebuilt with new metaserver2 functions.
socket/metaserver.c: metaserver2 update logic added.
MSW 2007-08-31
85 lines of code changed in:
Add help for "fire" and "fire_stop" commands.
2 lines of code changed in:
lib/Makefile.in: Rebuilt
server/skills.c: Fix crash - using incorrect map pointer in call
to get_map_ob
common/object.c: Add some debugging to maybe help track down a crash
on metalforge.
MSW 2007-07-11
3 lines of code changed in:
Add help for skills command.
1 lines of code changed in:
Implement feature request #1724356: logging improvements.
4 lines of code changed in:
Fix bug #1726561: formulae for potion_heal needs supreme potion of life.
1 lines of code changed in:
Add party rejoin at login. New command 'party_rejoin' to control the behaviour.
1 lines of code changed in:
Implement feature request #1657735: Server setting for handling 'incorrect' converters.
3 lines of code changed in:
(12 more)