ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/special.C
Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 10:32:50 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_72, rel-2_73, rel-2_74
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
destroy (true) => destroy ()

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 09:04:51 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
Replace all destroy calls by destroy (true) (after checking), add
temporary debugging code for lost objects, fix some minor issues in random_maps.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:39:24 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61, rel-2_7, rel-2_71
Changes since 1.32: +6 -6 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun May 4 14:12:37 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_53
Changes since 1.31: +84 -83 lines
Diff to previous 1.31
lotsa

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun May 4 08:25:33 2008 UTC (16 years ago) by root
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30
rewrite objetc_create_clone to deep_clone and fix randfom map generator bug

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri May 2 21:22:22 2008 UTC (16 years ago) by root
Branch: MAIN
Changes since 1.29: +18 -22 lines
Diff to previous 1.29
rmeove some medium hard cases, also get rid of some annoying random map code

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri May 2 21:01:53 2008 UTC (16 years ago) by root
Branch: MAIN
Changes since 1.28: +3 -7 lines
Diff to previous 1.28
remove all easy cases of copy_to, mostly replace by clone or instance

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Apr 13 22:54:08 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_5, rel-2_52
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 21:09:53 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
Changes since 1.26: +6 -12 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:25 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
update copyrights and other minor stuff to deliantra

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Aug 9 21:00:42 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.24: +9 -3 lines
Diff to previous 1.24
just place the exit *somewhere* if we cannot find one. this freeze was hit because some random map used deep_sea as floor which blocks movements and thus doesn't allow exist there

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:19 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.23: +10 -11 lines
Diff to previous 1.23
- 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.23 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 03:05:40 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
- 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.22 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 23:32:11 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- prepare find_style_map rewrite
- move pick_random_object to maptile::
- make pick_random_object fair overe the numbe rof monsters and
  no longer prefer big monsters.

Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20
rework material code in preparation for nuking object->materials, also add some useful object methods in preparation of the mapspace limiting

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 16:25:19 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
typo

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 00:56:48 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.18: +33 -34 lines
Diff to previous 1.18
proactive

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 00:50:13 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.17: +10 -1 lines
Diff to previous 1.17
proactive

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 19:42:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.16: +6 -6 lines
Diff to previous 1.16
just experimenting

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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 15:54:19 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14
experimental stability and correctness changes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 00:41:08 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
make random map paths more beautiful, in the common case

Revision 1.13 - (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.12: +1 -0 lines
Diff to previous 1.12
added some copyrights

Revision 1.12 - (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.11: +58 -57 lines
Diff to previous 1.11
reindent, minor changes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 18:45:28 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
random maps are nphard

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 14:43:23 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +13 -13 lines
Diff to previous 1.9
interim.checkin

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 21:39:56 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.7: +11 -8 lines
Diff to previous 1.7
- more ooficiation
- removed now superfluous remove calls

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

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: +9 -9 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:02 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 16:06:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +237 -193 lines
Diff to previous 1.3
indent

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +4 -5 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:36 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.1: +43 -43 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:03 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_72: (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