ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/Makefile.am
Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 20:18:33 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
mostly clean, except for uninstall

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 20:07:04 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.22: +6 -12 lines
Diff to previous 1.22
more cleanups for dist

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 19:54:49 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
partially support vpath builds

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 13:14:10 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
all chat commands are now in perl

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:14 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +0 -1 lines
Diff to previous 1.19
""

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 10:40:01 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +0 -4 lines
Diff to previous 1.18
remove flex and (direct) awk dependencies

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 18:45:28 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17
random maps are nphard

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:11 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:59:20 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
the rename for sanity campaign hits
you died
- renamed stuff
- partially updated copyrights
- some cleanups

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 02:55:51 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
- medium decruftification
- medium cleanups
- make settings accessible to perl using cf::settings->mutator
  (completely untested)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 18:59:18 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
hopefully fix dependencies

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 21:53:50 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
added many accessors and mutators to struct player, including *title* and (hint, hint) *own_title*

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 17:34:02 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
genaccess, take three

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 16:51:44 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
generic accessors, take one

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 20:03:20 2006 UTC (17 years, 9 months ago) by pippijn
Branch: MAIN
Changes since 1.9: +0 -5 lines
Diff to previous 1.9
Entirely removed cfpython.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 17:54:15 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
rewrote object serialiser, parser is next

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 16:30:37 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
remove compression support, intiialise perl earlier etc. etc.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:55 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6
- added ready/unready/can_apply events and their passive versions
- removed support for event_*-fields in maps
- removed support for current_weapon_script
- removed timers
- removed say/shout/Tell and related commands

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 08:44:06 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5
many, many cleanups

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 17:12:47 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
converted perl to a mandatory / non-dynamic plug-in, firts step to put it fully in-core

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 17:10:46 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.3: +11 -3 lines
Diff to previous 1.3
converted perl to a mandatory / non-dynamic plug-in, firts step to put it fully in-core

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:03 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.2: +41 -41 lines
Diff to previous 1.2
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 2 15:05:17 2006 UTC (17 years, 11 months ago) by pippijn
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
make maintainer-clean-recursive now deletes all generated files

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:14:23 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-2_0: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a