ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-random.ext
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 11:08:34 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-2_4, rel-2_41, rel-2_42, rel-2_43
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
switch to JSON::XS 2.01 API

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 08:09:46 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32
Changes since 1.17: +3 -7 lines
Diff to previous 1.17
switch from Event to EV

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 21:38:13 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
port micropather to c++...

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 04:24:50 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.15: +4 -13 lines
Diff to previous 1.15
some tweaking, preload random maps now, too

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 17:34:24 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
slight revert, and more fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 17:56:31 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.13: +7 -7 lines
Diff to previous 1.13
fix random maps broken due to my renaming

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 12:47:02 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
fix some more random maps generator bugs caused by feeding unexpected data (non-monster on monsterstyle map)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 12:45:04 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
fix some more random maps generator bugs caused by feeding unexpected data (non-monster on monsterstyle map)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 02:19:37 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +18 -0 lines
Diff to previous 1.10
- 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.10 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 16:29:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +26 -28 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 21:28:27 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8
mark watchers as reentrant, some FABS => fabs

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 23:30:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
add virtual worldmap plug-in

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 22:54:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
this seems to fix the random map closed bug... but why?

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 02:00:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.5: +8 -0 lines
Diff to previous 1.5
- introduce cf::attachable::thawer_merge, allowing classes
  to overwrite what happens when two objects get merged.
- protect some extension data with it
- make unlink_save blocking, so we do not get needless reset loops
  because of slow disk response.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 23:06:13 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.4: +13 -9 lines
Diff to previous 1.4
WARNING: this release is BROKEN

- rewrote map handling. map types are now completely pluggable, maybe
  *too* pluggable, as everything is a plug-in now.
- mark mandatory extensions as such.
- handle overloaded attachable objects correctly.
- many minor changes.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 01:06:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
minor adjustments

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 01:01:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.2: +48 -5 lines
Diff to previous 1.2
reset random maps regularly

Revision 1.2 - (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.1: +3 -6 lines
Diff to previous 1.1
make random map paths more beautiful, in the common case

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 00:16:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
- start pluggable map types framework
- mvoe random map handling out of the core

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-2_43: (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