ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/living.h
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue May 6 16:55:26 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61, rel-2_7, rel-2_71, rel-2_72, rel-2_73, rel-2_74
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
update copyright

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:24 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43, rel-2_5, rel-2_52, rel-2_53
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
update copyrights and other minor stuff to deliantra

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 21:58:25 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.16: +3 -1 lines
Diff to previous 1.16
- lots of clamping on stats
- optimisations/bugfixes in update_stats
- disease progression now uses lots of ad-hoc clamping on various values

Revision 1.16 - (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.15: +11 -12 lines
Diff to previous 1.15
- 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.15 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:15:56 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.14: +17 -17 lines
Diff to previous 1.14
- update copyrights in .h files, where applicable
- rename preprocess to genkeywords

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat May 12 18:34:19 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.13: +27 -2 lines
Diff to previous 1.13
now heavily optimise indexed stat access without sacrificing abstraction

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat May 12 18:14:47 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12
- unrelated change, replace get_attr_value/set_attr_value by a nicer to use
  stat member function. should really replace the struct values by an array.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:19 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.11: +22 -22 lines
Diff to previous 1.11
comments

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:30 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
added some copyrights

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:49 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
- small, but subtle, rewrite of object management
- perl will now keep attachable objects alive
- objects are now refcounted
- refcouts need to be tested explicitly (refcnt_chk)
- explicit destroy is required current
- explicit destroy asks "nicely" for the object to self destruct, if possible
- refcounts will be used during mortal killing
- minor bugfixes, optimisations etc.
- some former hacks removed.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 00:14:29 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.8: +12 -12 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:34:00 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.7: +19 -14 lines
Diff to previous 1.7
- preliminary check in, stuff is rudimentarily working
- moved most of the player creation process into a perl coroutine
- changed internal design of player management to not reuse
  and morph the object in funny ways. should be safer and much
  nicer to handle.
- got rid of some annoying hacks, such as clear()
  (TODO: get rid of player_pod and other stuff now unnecessary?)

Revision 1.7 - (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.6: +1 -1 lines
Diff to previous 1.6
I goofed.

Revision 1.6 - (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.5: +1 -1 lines
Diff to previous 1.5
more slight copyright adjustments

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 17:43:59 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 17:19:38 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +6 -5 lines
Diff to previous 1.3
realign struct living and make food 32 bit

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 13 00:29:17 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +0 -5 lines
Diff to previous 1.2
indent

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

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