ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/anim.C
Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Feb 9 01:52:09 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.19: +10 -3 lines
Diff to previous 1.19
minor stuff, indent

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 02:17:28 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
sneaky bug i introduced there

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 17:50:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +6 -6 lines
Diff to previous 1.17
- rename Animations => animation
- rename New_Face => facetile
- add but do not implement some generic loader framework classes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:17 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.16: +22 -22 lines
Diff to previous 1.16
comments

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 23:15:57 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
fix 'object lacks animation' continued reporting. maps should use 'animation', not 'animation NONE'

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 00:21:34 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
initialised :)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 23:39:21 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
started a fix of the log

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 20:04:09 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.11: +2 -4 lines
Diff to previous 1.11
- added maptile->insert and object->insert_at methods that might
  make code using it clearer.
- replaced some insert_ob_in_map calls.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 21:27:09 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -4 lines
Diff to previous 1.10
continued simplifying network code, partially removed support for sc protocol 1026

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:05 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +5 -6 lines
Diff to previous 1.8
- improve assign to prepend "..."
- make more use of assign
- implement op->debug_desc() and make some more use of it

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:28:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -5 lines
Diff to previous 1.7
implement owner pointer using refcounted refptr templates

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 16:00:23 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +208 -161 lines
Diff to previous 1.6
indent

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 08:05:39 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +14 -7 lines
Diff to previous 1.5
for some unexplicable reasons, it seems to run after fixing the obvious errors

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 07:57:54 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:39 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +17 -18 lines
Diff to previous 1.3
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.3 - (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.2: +2 -2 lines
Diff to previous 1.2
remove compression support, intiialise perl earlier etc. etc.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:35 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.1: +71 -71 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:00 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