ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu May 24 00:24:11 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
I like micropather so much without ever having used it that I included it.

This is not to be used directly, it should be integrated into the map management code.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 16:23:47 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
- implement "random encounters" by simply populating the
  worldmap randomly by region.
- allow treasurelists to silently forward-reference archetypes
  (should have an extra checkign path for never-defined archetypes)
- fix GT_ENVIRONMENT, which had the semantics of putting treasure
  items _and_ their inventory on the floor, now only puts the
  items themselves on the floor.
- remove warning about generated inventory - some items simply
  can come with an empty inventory.
- do some other minor improvements.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 20:07:04 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
more cleanups for dist

Revision 1.24 - (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.23: +2 -2 lines
Diff to previous 1.23
partially support vpath builds

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 18:09:34 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
- the damn rotate shift checksum just failed on me
- add crc32 and use it for bmaps_checksum (probably also for images).

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 20:39:54 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
- implement c++ interface to Event->io watchers
- cut number of write()'s the server does in half

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

Revision 1.19 - (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.18: +1 -1 lines
Diff to previous 1.18
- portability fixes
- fail when GPERF not found

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 17:28:37 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
removed regex comparison. this is now done with perl

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Nov 17 19:40:54 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
* remove arch.h
* use refcounting for archetypes
* cleanup
* strat of generic garbage collector

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 22:05:55 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
add mapcell flags support and define #0 to be has_dialogue

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 00:53:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
introducing skillinc.h

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 02:45:16 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
- 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.13 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 13:34:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Sep 1 14:14:28 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Delete stamp.preprocess when doing make maintainer-clean.

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

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

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 13:11:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 12:07:13 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
make fixes

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 08:38:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
autogenerate eventinc.h

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 17:29:29 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- fix extmap protocol
- lay foundation for new event interface (not used, not tested)
- "slow down" in-game time specials

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 13:13:49 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
- added cfperl.h, soon to be used by events
- no perl == exit, its no longer optional
- moved server main loop entirely in perl
- removed lots of unneeded timekeeping cruft

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 2 15:05:15 2006 UTC (17 years, 10 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:12:47 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_1: (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