ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_effect.C
Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:28 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4
Changes since 1.76: +4 -4 lines
Diff to previous 1.76
update copyrights and other minor stuff to deliantra

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 04:16:22 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
*** empty log message ***

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 01:25:02 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.74: +1 -1 lines
Diff to previous 1.74
*** empty log message ***

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 00:30:25 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.73: +11 -15 lines
Diff to previous 1.73
- implement archetype->instance as replacement for arch_to_object
  (better name?)
- fix arrows merging with stuff on floor
- fix level_for_item to read more clearfly, do not use drand48
  and fix the random level generation when !level set.
- splay arrow container in find_arrow (but searching containers is still borked?)
- improve create_missile spell.

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sat Sep 1 08:03:46 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.72: +17 -19 lines
Diff to previous 1.72
first round of infobox and c++-level channels

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 00:20:41 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.71: +12 -20 lines
Diff to previous 1.71
hopefully fix flaming aura for good this time

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 20:40:25 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.70: +4 -5 lines
Diff to previous 1.70
corretcly set owner afetr insert to fix new owner semantics

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 05:10:51 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.69: +5 -4 lines
Diff to previous 1.69
fix cure disease giving exp for the wrong skill

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 17:17:41 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
cleanup

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 17:13:04 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.67: +6 -1 lines
Diff to previous 1.67
cleanup

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 12:50:30 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
hopefully fix alchemy scroll bug

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 01:47:53 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.65: +22 -58 lines
Diff to previous 1.65
- make alchemy create pyrite not gold nuggets
- use three types of "nuggets"
- simplified alchemy code.
- update the floorbox in do_remove, this fixes some issues and
  should simplify other code as well. besides, insert does it too,
  and it is cheap.

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 00:26:04 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.64: +3 -2 lines
Diff to previous 1.64
allow exploding thingy effect

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 00:27:09 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
very very preliminary, non-working sound framework

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 07:31:20 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.62: +3 -5 lines
Diff to previous 1.62
return 0 from name_to_material for unknown materials, to avoid unknown material message

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:20 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.61: +10 -11 lines
Diff to previous 1.61
- upgrade crossfire trt to the GPL version 3 (hopefully correctly).
- add a single file covered by the GNU Affero General Public License
  (which is not yet released, so I used the current draft, which is
  legally a bit wavy, but its likely better than nothing as it expresses
  direct intent by the authors, and we can upgrade as soon as it has been
  released).
  * this should ensure availability of source code for the server at least
    and hopefully also archetypes and maps even when modified versions
    are not being distributed, in accordance of section 13 of the agplv3.

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sun Jun 24 16:11:51 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.60: +2 -0 lines
Diff to previous 1.60
*** empty log message ***

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jun 24 01:09:28 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.59: +28 -28 lines
Diff to previous 1.59
implement beginning of gender support, asking at character creation, showing in who and perceive self

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 10:16:04 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.58: +5 -1 lines
Diff to previous 1.58
fixed create food spell a bit to have less dependency on
archetype order

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 08:36:48 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
fix for horn of plenty and others

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 13:04:01 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.56: +11 -11 lines
Diff to previous 1.56
- archetype is now a subclass of object.
- store archetypes in an object_vector.
- use a different startegy for archetype loading
  (reloading is MOST CERTAINLY broken).

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 12:19:09 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
rename arch->name to arch->archname for preparation of subclassing object

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sat Jun 2 03:34:48 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.54: +7 -5 lines
Diff to previous 1.54
reorder stats ablity messages and add the remaining ones (even if not used yet).

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:28:36 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.53: +17 -17 lines
Diff to previous 1.53
update copyrights in server/*.C

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue May 22 10:50:01 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.52: +0 -241 lines
Diff to previous 1.52
- fix players frozen on movers
- allow overriding of existing spells

implement town portal:
- new fields portasl_maap|x|y for regions
- new ext town_portsla completelyx implementing it
- some debugging code, some check code

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu May 17 14:14:55 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.51: +0 -10 lines
Diff to previous 1.51
remove superfluous/broken settings and related code

- COZY_SERVER:
  enabled most msall adjustments, changed digestion formula to the original one,
  party member treament w.r.t. pets enforced.
- PROHIBIT_PLAYERKILL: default
- real_wiz: removed and enforced
- create_home_portals: removed and enforced
- casting_time: removed and forced to be off (was crashing anyways)
- was_wiz flag removed and treated as off usually unless it was used
  in place of flag_wiz.
- do not save or restore wiz, wizcast and wizpass flags.

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat May 12 18:14:48 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.50: +13 -22 lines
Diff to previous 1.50
- unrelated change, replace get_attr_value/set_attr_value by a nicer to use
  stat member function. should really replace the struct values by an array.

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat May 12 08:36:35 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.49: +6 -6 lines
Diff to previous 1.49
less artificial linebreaks

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Apr 30 04:25:30 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.48: +2 -3 lines
Diff to previous 1.48
This is the first rough cut of the skill use system (use the STABLE tag).

Details will likely change, and combat skills do not work very well, but
it works quite well.

Players no longer have a shoottype or range slots, instead, each player
has these members:

   combat_skill/combat_ob  the currently selected skill (and weapon)
                           for direct attacks.
   ranged_skill/ranged_ob  the currently selected ranged skill (and
                           bow/spell/item)
   golem                   the currently-controlled golem, if any.

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 16:33:38 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 16:30:29 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
need to learn c properly

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 12:32:16 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45
server crashed this morning because a freed golem tried to follow
his owner, triggering the assertion failure.

the golem had no owner, but the owner still had him in his range slots.

I refactored a bit of the code and rearranged it to hopefully increase
chances of this not occuring again.

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 06:23:43 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
VERY EXPERIMENTAL

- change the way archetypes and treasurelists are being loaded:
  - referring to a nonexisting treasurelist will create an empty one
  - referring to a nonexisting archetype will create an empty one
  - archetypes/treasurelists will overwrite any existing object
    of the same name.

- net effect should be to allow reloading of archetypes and treasurelists
  at runtime at a later stage.

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Apr 15 16:25:16 2007 UTC (17 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.43: +9 -2 lines
Diff to previous 1.43
fixed sanctuary spell for floor-spell-effects
and added my todo file to the cvs

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 03:05:40 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42
- reduce default output-sync to less than a second
- output-sync command now uses seconds as unit, not
  something users cannot even know.
- lots of useless const adjustments.

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 04:12:29 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41
- rewrote more face handling code
- automatically send smooth faces, as the client will need them anyways
  and it makes little sense to wait for the client to axk for it. of course,
  gcfclient suffers from weird ordering problems again.
- UP_OBJ_FACE was often abused in situations where other things changed,
  updated lots of spaces, probably more to be done.
- update_smooth became so small that inlining it actually clarified
  the code. similar for update_space, which is not inlined for other reasons.
- faces were not initialised properly
- add versioncheck for face data
- rewrite invisibility handling a bit: god finger etc. now makes you blink,
  blinking routine has changed to be less annoying and more useful while
  still indicating invisibleness.

Revision 1.41 - (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.40: +0 -2 lines
Diff to previous 1.40
nano-cleanups

Revision 1.40 - (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.39: +15 -19 lines
Diff to previous 1.39
uglyness prevails in fixing nekosan

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 23:43:01 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.38: +7 -10 lines
Diff to previous 1.38
- more fixes to spell alchemy: nuke /4 fix by GHJ, don't understand it, makes no sense

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 23:30:03 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.37: +46 -72 lines
Diff to previous 1.37
also limit generated value in spell alchemy to some level-dependent maximum.

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 23:32:53 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.35: +5 -9 lines
Diff to previous 1.35
wait_for_tick in synchronously executed code. very, very bad idea

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

Revision 1.34 - (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.33: +0 -1 lines
Diff to previous 1.33
more preperations for player eviction

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32
""

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

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 16:19:32 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.30: +27 -22 lines
Diff to previous 1.30
- 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.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 10:28:37 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
different interface design for c++/perl map handling, some random map framework

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 22:01:39 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:11 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.27: +10 -19 lines
Diff to previous 1.27
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.27 - (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.26: +47 -79 lines
Diff to previous 1.26
- added maptile->insert and object->insert_at methods that might
  make code using it clearer.
- replaced some insert_ob_in_map calls.

Revision 1.26 - (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.25: +5 -17 lines
Diff to previous 1.25
replace update_ob_speed by ->set_speed

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 09:58:23 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +11 -11 lines
Diff to previous 1.24
do not set owner on created earthwalls so they save in maps (they are pretty
important as defense on restarts, so that warrants a hack like this).

also simplify the code a bit - seems to have been rather redundant.

Revision 1.24 - (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.23: +3 -3 lines
Diff to previous 1.23
- 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.23 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 23:37:06 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
- made state a per-client variable
  (that does not magically make state a per-client thing!)
- rename player->socket to player->ns. its not a good name for "client",
  but it is an historical artifact, and better than "socket".

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 05:41:22 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +15 -10 lines
Diff to previous 1.20
goofing around in vain, trying to find a generalisation for esrv*item

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 04:30:32 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
- rewrote most of the socket loop code
- moved connection accept into tcp.ext
- no evil socket copying anymore,
  needs more cleanups

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: +5 -5 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: +11 -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: +43 -54 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: +34 -34 lines
Diff to previous 1.15
replace some function- by method-calls

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 16:11:09 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14
remove golem_count, likely golems are destroyed late now

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Sep 17 14:22:29 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13
improved ordering and usefulness of map change events

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

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

Revision 1.11 - (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.10: +1 -8 lines
Diff to previous 1.10
indent

Revision 1.10 - (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.9: +7 -7 lines
Diff to previous 1.9
cleanup

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:08 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +4 -4 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]
Sun Sep 10 15:59:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +2209 -1895 lines
Diff to previous 1.7
indent

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: +58 -68 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 11:58:02 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
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.5 - (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.4: +1051 -1051 lines
Diff to previous 1.4
expand initial tabs to spaces

Revision 1.4 - (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.3: +1 -7 lines
Diff to previous 1.3
nuke transports

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 20:23:32 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
get rid of esrv_map_scroll and MapNewmapCmd, map update will handle it automatically

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_4: (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