ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/pets.C
Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 19:42:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
just experimenting

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 16:19:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.23: +22 -43 lines
Diff to previous 1.23
- 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.23 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:20 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.22: +22 -22 lines
Diff to previous 1.22
comments

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 01:19:04 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +0 -4 lines
Diff to previous 1.21
more preperations for player eviction

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 23:12:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
use destroy_on_detah, not no_drop, for summoned stuff

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 20:32:13 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +19 -12 lines
Diff to previous 1.18
set no_drop flag on all inv items of created objects (e.g. pets), experimental.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 02:30:52 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
implemented proper support for empty treasures, which
sadly occur in empty treasure lists. fixing treasurelists
to have no entries at all would be even more complicated,
but even when this is fixed, the current changes only make the
server more crash robust to bad treasures.
Also removed the 'NONE' specialcase for treasure lists. Developers
should use 'none' instead now.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 08:55:00 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -4 lines
Diff to previous 1.16
replace update_ob_speed by ->set_speed

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 09:14:22 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 03:28:42 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.14: +18 -18 lines
Diff to previous 1.14
further cleanups and oofication

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 21:39:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.13: +6 -6 lines
Diff to previous 1.13
- more ooficiation
- removed now superfluous remove calls

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 20:53:03 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.12: +12 -12 lines
Diff to previous 1.12
replace some function- by method-calls

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 16:11:09 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.11: +4 -6 lines
Diff to previous 1.11
remove golem_count, likely golems are destroyed late now

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 22:24:13 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 23:13:49 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +5 -6 lines
Diff to previous 1.9
replace was_destroyed by much simpler and less expensive ->destroyed,
which is valid, as objetc pointers are now reliable.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:34:04 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -7 lines
Diff to previous 1.8
indent

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 17:10:25 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +10 -13 lines
Diff to previous 1.7
removed now obsolete generation counter checks - further slimmed down sizeof(objetc) to 616 bytes

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 21:20:15 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 20:55:18 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +10 -2 lines
Diff to previous 1.5
indent

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 18:15:35 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +32 -17 lines
Diff to previous 1.4
- introduce shstr_cmp for mass comparisons to shstr and make use of it
- introduce assign utility function to replace strncpy

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +989 -825 lines
Diff to previous 1.3
indent

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +19 -21 lines
Diff to previous 1.2
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.2 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:37 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +539 -539 lines
Diff to previous 1.1
expand initial tabs to spaces

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:04 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

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