ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.am
Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 13:35:32 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
2.2 release

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 19:46:59 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
weg mit schaden

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:18 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.30: +11 -12 lines
Diff to previous 1.30
- upgrade crossfire trt to the GPL version 3 (hopefully correctly).
- add a single file covered by the GNU Affero General Public License
  (which is not yet released, so I used the current draft, which is
  legally a bit wavy, but its likely better than nothing as it expresses
  direct intent by the authors, and we can upgrade as soon as it has been
  released).
  * this should ensure availability of source code for the server at least
    and hopefully also archetypes and maps even when modified versions
    are not being distributed, in accordance of section 13 of the agplv3.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:07:07 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.29: +21 -17 lines
Diff to previous 1.29
update copyrights in *.am

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun May 27 17:45:51 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
create maps directory when installing

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat May 26 15:44:06 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
- restore after combined mainboard+harddisk crash
- cleanup/fixes for 2.1 release
- fix invoke to actually do work
- refactor invoke shortcuts, gcc cannot inline
  varargs functions.
- optimised invoke to 4-5 insns in the common case.
- optimised (For no good reason) the int-to-ascii
  conversions of dynbuf_text into division-less and
  branchless code (of which I am pretty proud).
- actually move players to their savebed when they did
  not use one and the map has been reste in the meantime.
  does not kill (yet) when too long.
- enter_map is now handled completely in perl.
- goto is now using generation counting to ensure that only the
  most-recently-issues goto will succeed.
- make some heavy use of __builtin_expect to streamline
  rare callbacks even more.
- optimised thawer.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu May 24 03:33:29 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
add books from books.pod via some most dire hacks

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 22:11:23 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
remove clockdata and base it off of the runtime; improve the tod code.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 17:26:41 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.24: +4 -44 lines
Diff to previous 1.24
try to switch over to cfutil - cfutil willnow be built and install, should mostly work, and files should not get overwritten by make install

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 19:02:35 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.23: +12 -21 lines
Diff to previous 1.23
clean up makefiles, add dummy pod.pm

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

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 01:15:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.21: +0 -27 lines
Diff to previous 1.21
install some pod files to be used by the server

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 23:59:29 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.20: +1 -5 lines
Diff to previous 1.20
- implement per-space regions

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 22:09:52 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +6 -2 lines
Diff to previous 1.19
- move util/world.png to server/lib/
  (should go to maps/world.png, but I will not fiddle around with that now)
- compile worldmap to world.pst and install it.
- rename FLAG_NO_SAVE to FLAG_NO_MAP_SAVE
- define FABS to fabs, as intended
- fix all(?) the FABS(int) calls

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 01:01:27 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
hooked up config in the build system

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

Revision 1.17 - (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.16: +1 -1 lines
Diff to previous 1.16
I goofed.

Revision 1.16 - (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.15: +1 -1 lines
Diff to previous 1.15
more slight copyright adjustments

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 02:18:39 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.14: +0 -19 lines
Diff to previous 1.14
Finished generating help files.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 01:06:23 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
jeweler.yaml is now installed too!

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 18:36:22 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: LAST_C_VERSION
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
moved the treasures over to the archs

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 16:41:11 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
removed regions file from server like crossfire did (made sense to me).

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 13:02:11 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
CVS Tags: difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
installing the jeweler.yaml to <prefix>/share/crossfire/ at the moment,
until i've a way to find it somewhere else from the perl extension.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jul 2 15:05:15 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
make maintainer-clean-recursive now deletes all generated files

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 9 17:23:23 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
make maintainer-clean will now remove all files generated by make collect.
I also got rid of the last traces of the classic tileset.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 8 08:25:07 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Removed the classic tileset from the Makefile.am as well.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun May 7 18:05:02 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Changed help so quit_character fullfulls its point of not being documented.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun May 7 14:00:48 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.5: +16 -17 lines
Diff to previous 1.5
Adding new helpfile and adding some other helpfiles to Makefile.am

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun May 7 13:19:17 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.4: +5 -2 lines
Diff to previous 1.4
Adding forgotten smooth in make collect.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 04:58:13 2006 UTC (18 years, 1 month ago) by pippijn
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Added the two new helpfiles follow and invite

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Feb 22 18:53:49 2006 UTC (18 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
UPSTREAM_2006-02-22 merge

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 19:49:32 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:12:51 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_2: (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