ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_attack.C
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 12:28:16 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.29: +0 -5 lines
Diff to previous 1.29
nano-cleanups

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 16:11:48 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.28: +8 -5 lines
Diff to previous 1.28
- add visibility_at to players (only), might/should be an object method
- mood spells only affect visible spaces now.

Revision 1.28 - (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.27: +22 -22 lines
Diff to previous 1.27
comments

Revision 1.27 - (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.26: +1 -1 lines
Diff to previous 1.26
more preperations for player eviction

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

Revision 1.25 - (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.24: +63 -134 lines
Diff to previous 1.24
- added maptile->insert and object->insert_at methods that might
  make code using it clearer.
- replaced some insert_ob_in_map calls.

Revision 1.24 - (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.23: +2 -5 lines
Diff to previous 1.23
replace update_ob_speed by ->set_speed

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:50 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.22: +10 -9 lines
Diff to previous 1.22
- 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.22 - (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.21: +1 -1 lines
Diff to previous 1.21
- 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.21 - (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.20: +7 -7 lines
Diff to previous 1.20
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 02:35:01 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19
- remove recycle_tmp_maps setting (hardwired to true)
- replace object->flags by std::bitset, seems to be way
  more efficient, for some unexplainable and not looked-into reason.
  its way cleaner, too...

Revision 1.19 - (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.18: +18 -18 lines
Diff to previous 1.18
further cleanups and oofication

Revision 1.18 - (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.17: +5 -8 lines
Diff to previous 1.17
added a needed abstraction

Revision 1.17 - (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.16: +52 -66 lines
Diff to previous 1.16
- more ooficiation
- removed now superfluous remove calls

Revision 1.16 - (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.15: +50 -50 lines
Diff to previous 1.15
replace some function- by method-calls

Revision 1.15 - (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.14: +15 -15 lines
Diff to previous 1.14
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.14 - (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.13: +11 -17 lines
Diff to previous 1.13
replace was_destroyed by much simpler and less expensive ->destroyed,
which is valid, as objetc pointers are now reliable.

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

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:26:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
indent

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 23:24:12 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +9 -7 lines
Diff to previous 1.9
indent

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 10:01:58 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7
Some cleanups.

Revision 1.7 - (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.6: +18 -22 lines
Diff to previous 1.6
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.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:38 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +762 -762 lines
Diff to previous 1.5
expand initial tabs to spaces

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 17:35:51 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
removed P_SAFE_MAP and added P_SAFE as map flag set by an item with type SAFE_FLOOR (165)

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 16:19:55 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.2: +15 -1 lines
Diff to previous 1.2
added safe map and some checks over the code to make the maps really safe!

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 15:00:20 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.1: +8 -1 lines
Diff to previous 1.1
added a safe_map flag which prevents bad effects on maps that should be
safe, like some shops and for example the trade shop in scorn.

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