ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/disease.C
Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue May 22 21:35:26 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon May 14 21:32:27 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.22: +5 -6 lines
Diff to previous 1.22
breath life into completely broken skill tools

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat May 12 18:38:44 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.21: +17 -22 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue May 1 05:48:20 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.20: +10 -10 lines
Diff to previous 1.20
big simplification, still doesn't work, but feels cleaner

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Apr 29 18:11:21 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.19: +11 -15 lines
Diff to previous 1.19
indent, avoid lots of double<=>float conversions

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 02:07:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
remove many strcmps on shstr, added fast strcmp wrapper that only etsts for inequality

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 22:09:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- 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.17 - (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.16: +22 -22 lines
Diff to previous 1.16
comments

Revision 1.16 - (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.15: +1 -0 lines
Diff to previous 1.15
added some copyrights

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

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

Revision 1.13 - (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.12: +2 -2 lines
Diff to previous 1.12
- 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.12 - (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.11: +1 -1 lines
Diff to previous 1.11
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.11 - (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.10: +4 -4 lines
Diff to previous 1.10
further cleanups and oofication

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 00:42:04 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
added a needed abstraction

Revision 1.9 - (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.8: +14 -12 lines
Diff to previous 1.8
- more ooficiation
- removed now superfluous remove calls

Revision 1.8 - (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.7: +10 -10 lines
Diff to previous 1.7
replace some function- by method-calls

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Oct 5 16:50:07 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.6: +18 -20 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (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.5: +1 -1 lines
Diff to previous 1.5
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.5 - (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.4: +1 -7 lines
Diff to previous 1.4
indent

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: +466 -378 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, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +16 -17 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, 8 months ago) by root
Branch: MAIN
Changes since 1.1: +214 -214 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_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