ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 03:06:00 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.55: +6 -2 lines
Diff to previous 1.55
- automake insists on naming all libdirs .../cfserver now. i have to concur :/
- correctly reattach to players on reload, this likely fixes the reload crash bug.
- init env vars very early, so perl gets to see them.

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 22:06:50 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.54: +6 -0 lines
Diff to previous 1.54
check for convert

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

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 19:54:10 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.52: +0 -6 lines
Diff to previous 1.52
get rid of X in configure.ac

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 19:19:35 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.51: +1 -13 lines
Diff to previous 1.51
more cleanups

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 19:11:12 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
more cleanups

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 19:03:08 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.49: +1 -3 lines
Diff to previous 1.49
major clenaup in utils/

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 01:56:48 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
*** empty log message ***

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 22:16:16 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 19:25:44 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.46: +19 -19 lines
Diff to previous 1.46
more fixes, more debugging hints, use sync_job for reload

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 02:36:48 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45
podporn

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 01:52:50 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
depend on BDB 0.1

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:50:43 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.43: +0 -3 lines
Diff to previous 1.43
- remove google sparsehash dependency again, its actually slower than
  gcc's current std::tr1::unordered_hash.
- remove hardcoded archtable code - the archetypes table is now
  no longer limited by an hardcoded constant but can grow dynamically
  at runtime.
- removed some cruft

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 00:42:02 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.42: +3 -18 lines
Diff to previous 1.42
be forward-looking and require google sparsehash

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 16:29:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
*** empty log message ***

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 17:54:49 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.40: +67 -72 lines
Diff to previous 1.40
simplify and upgrade configury

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 16:19:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.39: +0 -7 lines
Diff to previous 1.39
- fix a horrendous bug that might have caused all the map corruption
- optimise/modernise some map-insert-related stuff
- fix debug_desc
- remove crypt configury
- minor adjustments/cleanups

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 21:20:50 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
- bump coro to 3.4 minimum
- delay server reload to after tick
- avoid back-to-back reloads, as those crash Coro :/

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 22:32:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
- disabled stuff that might cause instabilities at the cost of certain
  (controlled) additional memory usage.
- minor changes to improve the stability,

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 21:54:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
implement quit

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 15:32:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.35: +3 -1 lines
Diff to previous 1.35
in my stupidity i broke the loader

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 17:17:22 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
many minor changes everywhere, random maps crash sometimes but design is in place

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

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

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 16:48:44 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 16:29:02 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.30: +17 -5 lines
Diff to previous 1.30
- support Coro on C level
- check for required modules availability (but not suitability) in configure

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 04:31:24 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.29: +1 -44 lines
Diff to previous 1.29
remove more autoconf cruft

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 20:08:45 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
I goofed.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 20:07:02 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
more slight copyright adjustments

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:29:18 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
moved perl extensions into server codebase, where they belong

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:40 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.25: +1 -24 lines
Diff to previous 1.25
- implement event watcher autoncancellation on reload
- used it everywhere
- removed lots of compatibility cruft
  - configure does no longer check for mandatory unix functionality/headers
  - confgiure now runs much faster

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 19:21:12 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +9 -26 lines
Diff to previous 1.24
require gperf

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 19:10:58 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
- portability fixes
- fail when GPERF not found

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 15:28:35 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
nuke metaserver code

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 02:45:15 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.21: +3 -13 lines
Diff to previous 1.21
- moved events.pod to pod/
- changed build order so include/ is being built before anything else and lib/ and pod/ are built last

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 00:19:55 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.20: +15 -9 lines
Diff to previous 1.20
Removed docs and devel from autoconf

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 20:23:01 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19
*** empty log message ***

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 11:07:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.17: +12 -1 lines
Diff to previous 1.17
Changes...

- alternative shstr representation, saves code
- use glibs splice memory allocator (seems slower)
- use simpler memory/lifetime management for objects, no recycling

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 1 13:58:06 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
portability fix

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 06:23:17 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 16:30:36 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14
remove compression support, intiialise perl earlier etc. etc.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 16:52:50 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13
disable old-style plug-ins, implement attach-field for map headers and map attachments

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:47:24 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.11: +4 -32 lines
Diff to previous 1.11
configury changes for c++

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:22:24 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
cfanim removal

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:20:42 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
removed cfanim from configure

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 14:24:15 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Prepared perl plug-in for event support
removed on_clock (use more efficient Event->timer).

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 3 12:35:18 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
bump version, for no good reason except we fixed and added a lot

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun May 7 12:49:18 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
distconf

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun May 7 08:19:27 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
A few cleanups of Crossedit and a fix to automake so it doesn't build
Crossedit if the needed headers aren't found.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 15:35:45 2006 UTC (18 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3
UPSTREAM merge from 15.03.2006

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Feb 5 19:53:21 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.2: +25 -38 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:25:24 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +55 -2 lines
Diff to previous 1.1
initial cfperl/cf.schmorp.de import

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:11:29 2006 UTC (18 years, 3 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