ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_util.C
Revision 1.39 - (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.38: +0 -1 lines
Diff to previous 1.38
nano-cleanups

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 21:52:21 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.37: +3 -6 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 21:28:11 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.36: +7 -17 lines
Diff to previous 1.36
uglyness prevails in fixing nekosan

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 02:04:47 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
rework material code in preparation for nuking object->materials, also add some useful object methods in preparation of the mapspace limiting

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 22:20:00 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
RANDOM was broken due to signedness issues, also rewrote random_roll, no longer uses luck, but should

Revision 1.34 - (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.33: +22 -22 lines
Diff to previous 1.33
comments

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 01:25:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32
- faster implementation for isqrt
- add fast idistance approximation

now find_dir_2 has moved to the top of the profiling output for
mlab/cwdccastleofmarquis3, followed by get_rangevector, hit_map
and ok_to_put_more.

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 00:40:49 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.31: +6 -11 lines
Diff to previous 1.31
- micro-optimised hit_map and ok_to_put_more, this
  immensely helped reduce load on dense maps.
- introduced xy_normalise, which is imho a saner interface
  and much faster than get_map_flags so should be used
  in new code (and time-critical code).

Revision 1.31 - (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.30: +1 -0 lines
Diff to previous 1.30
added some copyrights

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 19:02:24 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.29: +6 -5 lines
Diff to previous 1.29
reindent, minor changes

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

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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:50 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
- 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.26 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 01:33:50 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.25: +5 -12 lines
Diff to previous 1.25
- reduce map memory consumption by reserving space for only the 3 existing layers
- factorise out some functions into mapspace and object

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 11:20:50 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.24: +0 -2 lines
Diff to previous 1.24
removed QUEST and LIGHTNING types.

Revision 1.24 - (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.23: +5 -5 lines
Diff to previous 1.23
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 02:15:49 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.22: +5 -2 lines
Diff to previous 1.22
documented CLOCK and LIGHTNING, FLAG_REFLECTING and FLAG_REFL_SPELL.
and discovered that LIGHTNING is mostly unused, most spells use subtypes to
indicate bolt spells (the actual lightnings are not of type LIGHTNING).

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:41 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
- implement event watcher autoncancellation on reload
- used it everywhere
- removed lots of compatibility cruft
  - configure does no longer check for mandatory unix functionality/headers
  - confgiure now runs much faster

Revision 1.21 - (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.20: +4 -4 lines
Diff to previous 1.20
further cleanups and oofication

Revision 1.20 - (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.19: +4 -9 lines
Diff to previous 1.19
- more ooficiation
- removed now superfluous remove calls

Revision 1.19 - (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.18: +7 -7 lines
Diff to previous 1.18
replace some function- by method-calls

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Nov 17 15:48:07 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.17: +11 -20 lines
Diff to previous 1.17
allow wizards to cast denied spells

Revision 1.17 - (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.16: +9 -9 lines
Diff to previous 1.16
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.16 - (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.15: +2 -3 lines
Diff to previous 1.15
replace was_destroyed by much simpler and less expensive ->destroyed,
which is valid, as objetc pointers are now reliable.

Revision 1.15 - (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.14: +1 -1 lines
Diff to previous 1.14
indent

Revision 1.14 - (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.13: +2 -2 lines
Diff to previous 1.13
cleanup

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 17:23:02 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]
Mon Sep 11 20:26:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +280 -286 lines
Diff to previous 1.11
indent

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +1069 -911 lines
Diff to previous 1.10
indent

Revision 1.10 - (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.9: +12 -13 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 11:58:02 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.8: +11 -6 lines
Diff to previous 1.8
preventing hits of objects on a map by any effects if it is on a safe ground.
this should prevent most harmful effects for items and players there (delta
stuff that i didn't think of and couldn't find in the code).

Revision 1.8 - (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.7: +679 -679 lines
Diff to previous 1.7
expand initial tabs to spaces

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 07:34:00 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -11 lines
Diff to previous 1.6
nuke transports

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 08:38:19 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
autogenerate eventinc.h

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 13:02:04 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +4 -7 lines
Diff to previous 1.4
some more fixes and refinements

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 17:11:53 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
converted more events, broken per-object events (needs map support), lots of fixes

Revision 1.3 - (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.2: +3 -3 lines
Diff to previous 1.2
removed P_SAFE_MAP and added P_SAFE as map flag set by an item with type SAFE_FLOOR (165)

Revision 1.2 - (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.1: +27 -20 lines
Diff to previous 1.1
added safe map and some checks over the code to make the maps really safe!

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:05 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