ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/living.C
Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 03:01:32 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.33: +3 -4 lines
Diff to previous 1.33
indent

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 02:19:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
- experimentall.y determine minimum random map size (12)
- harden random map generator by stresstesting
- reduced codesize while increasing readability (RANDOM => rndm)
- fixed a likely unimportant bug in random_roll64
- possibly broke lots of code

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 22:09:50 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31
- 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.31 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 19:42:09 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
just experimenting

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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 15:41:09 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.28: +10 -10 lines
Diff to previous 1.28
indent

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 00:22:01 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27
bad style causes bugs

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 20:39:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.26: +7 -7 lines
Diff to previous 1.26
fix stat change messages

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 18:18:35 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.25: +5 -2 lines
Diff to previous 1.25
- move most last_* values into socket, where they belong
- this actually saved a lot of space in the text segment,
  which might mean less complicated pointer accesses, because
  the data is no where it belongs, mostly.

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 16:19:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23
- word of recall activated the player indirectly
- implement maptile->xy_find and xy_load
- separate find and load, even on C level
- generate map_leave/enter and map_change events even for tiled map changes
  (experimental)
- implement mainloop freezeing by start/stop, not skipping ticks
- no map updates when player !active

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

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 06:53:39 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
so thats where those values were being used

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 06:30:49 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +12 -2 lines
Diff to previous 1.19
remove object_pod/object_keep hacks

Revision 1.19 - (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.18: +303 -299 lines
Diff to previous 1.18
- 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.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 10:31:00 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.17: +8 -8 lines
Diff to previous 1.17
removed EXPERIENCE type.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 21:32:16 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
- simplify headerfiles (this is the 21st century)
- remove long long hacks for printf etc.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 21:06:58 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
lld -> I64_PFd

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 19:46:46 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.14: +0 -4 lines
Diff to previous 1.14
removed #ifn?def WIN32 from all files

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 12:49:03 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.13: +12 -10 lines
Diff to previous 1.13
just some reformatting

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 17:48:35 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.12: +0 -4 lines
Diff to previous 1.12
- changed uint64 to sint64 for levels
- removed obsolete debugging code

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 21:16:11 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
cleanup

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 02:06:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +168 -173 lines
Diff to previous 1.9
indent

Revision 1.9 - (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.8: +1433 -1221 lines
Diff to previous 1.8
indent

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 9 22:09:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Sep 9 21:48:28 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
fix a few ugly pod-constructs on non-pod objects, and a few newly introduced bugs

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 09:37:12 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Cleaned up code a little.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:40 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +12 -27 lines
Diff to previous 1.4
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.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 1 17:16:47 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.3: +77 -55 lines
Diff to previous 1.3
added SK_EXP_SKILL_ONLY

Revision 1.3 - (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.2: +782 -782 lines
Diff to previous 1.2
expand initial tabs to spaces

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 23:36:28 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -7 lines
Diff to previous 1.1
intermediate check-in, per-object events work

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