Directory server/branches/1.x/lib/

Directory Deleted:
2009-01-17 15:01
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/server/branches/1.x/lib
                    Folder removed from repo adm (0 files, 0 lines)
                    Folder removed from repo help (0 files, 0 lines)

Lines of Code

server/branches/1.x/lib/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 334 (100.0%) 5.7
ryo_saeba 14 (24.1%) 123 (36.8%) 8.7
mwedel 7 (12.1%) 101 (30.2%) 14.4
akirschbaum 14 (24.1%) 76 (22.8%) 5.4
rjtanner 5 (8.6%) 23 (6.9%) 4.6
gros 7 (12.1%) 7 (2.1%) 1.0
kbulgrien 2 (3.4%) 4 (1.2%) 2.0
lalo 9 (15.5%) 0 (0.0%) 0.0

Most Recent Commits

lalo 2009-01-17 15:01 Rev.: 11152

preparing for 1.12 release

0 lines of code changed in 9 files:

  • server/branches/1.x/lib: Makefile.am (del), Makefile.in (del), artifacts (del), collect.pl.in (del), formulae (del), metaserver2 (del), settings (del), smooth (del), treasures (del)
ryo_saeba 2008-10-31 14:31 Rev.: 10233

Fix for bug #2081472: short int encoding for food value in payment altars.

52 lines of code changed in 1 file:

  • server/branches/1.x/lib: Makefile.in (+52 -57)
ryo_saeba 2008-05-08 02:35 Rev.: 8916

Fix artifact reading to (kind of) trim strings. Fix add missing artifacts to fix alchemy warning.

6 lines of code changed in 1 file:

  • server/branches/1.x/lib: artifacts (+6 -6)
mwedel 2007-12-04 03:15 Rev.: 7688

Fix typo on sample metaserver2 line.
MSW 2007-12-04

1 lines of code changed in 1 file:

  • server/branches/1.x/lib: metaserver2 (+1 -1)
rjtanner 2007-11-08 19:53 Rev.: 7498

Update the treasure list so the different types of Potions show up in shops

10 lines of code changed in 1 file:

  • server/branches/1.x/lib: treasures (+10 -1)
akirschbaum 2007-11-03 14:14 Rev.: 7461

Fix collect script to not insert editor_folder lines into nested inventory objects.

6 lines of code changed in 1 file:

  • server/branches/1.x/lib: collect.pl.in (+6 -3)
akirschbaum 2007-11-03 12:09 Rev.: 7460

Adapt alchemy formulas to changed archetypes.

4 lines of code changed in 1 file:

  • server/branches/1.x/lib: formulae (+4 -4)
akirschbaum 2007-11-03 12:06 Rev.: 7459

Remove trailing whitespace.

55 lines of code changed in 1 file:

  • server/branches/1.x/lib: formulae (+55 -55)
rjtanner 2007-09-27 12:46 Rev.: 7269

Required updates for the potion of invulnerability to potion of shielding name change

3 lines of code changed in 2 files:

  • server/branches/1.x/lib: formulae (+2 -2), treasures (+1 -1)
rjtanner 2007-09-26 23:02 Rev.: 7256

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 1 file:

  • server/branches/1.x/lib: treasures (+9)
rjtanner 2007-09-26 22:53 Rev.: 7255

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 1 file:

  • server/branches/1.x/lib: treasures (+1 -1)
mwedel 2007-09-18 01:32 Rev.: 7213

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 1 file:

  • server/branches/1.x/lib: settings (+8)
ryo_saeba 2007-09-16 13:47 Rev.: 7154

Add a message when explore mode is disabled. Add help file for this command.

11 lines of code changed in 2 files:

  • server/branches/1.x/lib: Makefile.am (+1 -1), Makefile.in (+10 -3)
ryo_saeba 2007-09-09 13:31 Rev.: 7134

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 1 file:

  • server/branches/1.x/lib: Makefile.am (+1)
mwedel 2007-09-01 00:32 Rev.: 7091

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 3 files:

  • server/branches/1.x/lib: Makefile.am (+1 -1), Makefile.in (+4 -1), metaserver2 (new 80)
akirschbaum 2007-08-22 15:03 Rev.: 6976

Add help for "fire" and "fire_stop" commands.

2 lines of code changed in 2 files:

  • server/branches/1.x/lib: Makefile.am (+1), Makefile.in (+1)
mwedel 2007-07-12 01:55 Rev.: 6772

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 1 file:

  • server/branches/1.x/lib: Makefile.in (+3 -2)
akirschbaum 2007-07-02 15:01 Rev.: 6736

Add help for skills command.

1 lines of code changed in 1 file:

  • server/branches/1.x/lib: Makefile.am (+1)
ryo_saeba 2007-05-30 15:07 Rev.: 6369

Implement feature request #1724356: logging improvements.

4 lines of code changed in 1 file:

  • server/branches/1.x/lib: settings (+4)
ryo_saeba 2007-05-28 13:33 Rev.: 6362

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

1 lines of code changed in 1 file:

  • server/branches/1.x/lib: formulae (+1 -1)
ryo_saeba 2007-05-21 16:18 Rev.: 6328

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

1 lines of code changed in 1 file:

  • server/branches/1.x/lib: Makefile.am (+1 -1)
ryo_saeba 2007-05-05 12:42 Rev.: 6189

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

3 lines of code changed in 1 file:

  • server/branches/1.x/lib: settings (+3)
ryo_saeba 2007-05-01 04:37 Rev.: 6170

Add blue and green dragon scales.

25 lines of code changed in 1 file:

  • server/branches/1.x/lib: treasures (+25 -7)
ryo_saeba 2007-04-21 17:41 Rev.: 6086

Fix bug #1673804: Items of Occidental Mages use obsolete event_xxx fields.

8 lines of code changed in 1 file:

  • server/branches/1.x/lib: artifacts (+8 -4)
akirschbaum 2007-03-31 16:25 Rev.: 5913

Add a help file for the 'maps command (merge to branch).

1 lines of code changed in 1 file:

  • server/branches/1.x/lib: Makefile.am (+1 -1)
mwedel 2007-03-26 02:11 Rev.: 5898

Bring forward fix from 1.10.0:
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for buildin
g in alternate directory, which
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25

4 lines of code changed in 1 file:

  • server/branches/1.x/lib: Makefile.in (+4 -9)
ryo_saeba 2007-03-24 10:08 Rev.: 5866

Win32 compilation fixes.

9 lines of code changed in 1 file:

  • server/branches/1.x/lib: collect.pl.in (+9)
kbulgrien 2007-02-11 23:46 Rev.: 5518

lib/smooth updated in conjunction with arch update (revision 5421).

4 lines of code changed in 2 files:

  • server/branches/1.x/lib: smooth (+4)
akirschbaum 2007-01-26 16:40 Rev.: 5351

lib/formulae: Fix formula for "low boots of steel".

2 lines of code changed in 1 file:

  • server/branches/1.x/lib: formulae (+2 -2)
gros 2006-12-30 09:47 Rev.: 5258

Implemented proposal #1497089: fix for some random items.
Changed the title of several treasures from Gaea to Vitality, and from
Ruggilli to Blazing Fires, to match better the personality of those gods.
Yann Chachkoff 2006-12-30

4 lines of code changed in 3 files:

  • server/branches/1.x/lib: artifacts (+2 -2), formulae (new)
gros 2006-12-30 08:32 Rev.: 5252

Fix for bug #1539120: talisman of Evocation grants wrong skill.
Changed the name of the "Talisman of Evocation" artifact to "Talisman of Creation",
so there is no confusion with the skill name.
- gros 2006-12-30

1 lines of code changed in 2 files:

  • server/branches/1.x/lib: artifacts (+1 -1)
gros 2006-12-29 12:38 Rev.: 5232

Fix for bug #1622609: Specific flags no longer displayed with 'who command

Replaced [] by <> in the who output command, as [] are reserved for the various
formatting tags.

- gros 2006-12-29

2 lines of code changed in 2 files:

  • server/branches/1.x/lib: settings (new)
akirschbaum 2006-12-24 08:39 Rev.: 5193

lib/{Makefile.in,adm/map_info,collect.pl.in,Makefile.am}: ignore .svn rather than CVS.

5 lines of code changed in 6 files:

  • server/branches/1.x/lib: Makefile.am (new), Makefile.in (new), collect.pl.in (new)
ryo_saeba 2006-11-26 15:11 Rev.: 5141

Implement feature request #1555887: Thief player - should have bargaining as default skill

2 lines of code changed in 2 files:

  • server/branches/1.x/lib: treasures (+2)
Generated by StatSVN 0.7.0