ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/random_map.C
Revision 1.31 - (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.30: +4 -4 lines
Diff to previous 1.30
update copyrights and other minor stuff to deliantra

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:19 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.29: +10 -11 lines
Diff to previous 1.29
- 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.29 - (view) (download) (annotate) - [select for diffs]
Tue Apr 17 10:06:34 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
cede less often in background tasks while still reducing jittering

Revision 1.28 - (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.27: +16 -12 lines
Diff to previous 1.27
- 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.27 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 02:19:37 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.26: +11 -5 lines
Diff to previous 1.26
- 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.26 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 03:54:45 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
added checkrusage extension

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 22:24:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
fix random number generator seeding

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 21:49:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.23: +5 -1 lines
Diff to previous 1.23
- fix a crashing bug inside the random map generator
- do not decrease dungeon size with random map depth

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 15:38:01 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.22: +0 -1 lines
Diff to previous 1.22
indent

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 15:29:52 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +57 -53 lines
Diff to previous 1.21
- make random map generation more deterministic again.
- expose cf::rndm to perl.
- preset most random map parameters from perl to ensure determinism.

Revision 1.21 - (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.20: +11 -11 lines
Diff to previous 1.20
just experimenting

Revision 1.20 - (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.19: +22 -22 lines
Diff to previous 1.19
comments

Revision 1.19 - (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.18: +25 -21 lines
Diff to previous 1.18
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.18 - (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.17: +9 -3 lines
Diff to previous 1.17
make random map paths more beautiful, in the common case

Revision 1.17 - (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.16: +1 -1 lines
Diff to previous 1.16
added some copyrights

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 21:02:05 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +0 -7 lines
Diff to previous 1.15
more use of shstr where it makes sense naturally

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 20:48:27 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +9 -9 lines
Diff to previous 1.14
uhm, do it right

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 20:46:17 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +23 -19 lines
Diff to previous 1.13
increased various limits, strategically added cede's

Revision 1.13 - (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.12: +34 -32 lines
Diff to previous 1.12
reindent, minor changes

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 17:17:23 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.11: +4 -3 lines
Diff to previous 1.11
many minor changes everywhere, random maps crash sometimes but design is in place

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: +131 -145 lines
Diff to previous 1.10
random maps are nphard

Revision 1.10 - (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.9: +2 -2 lines
Diff to previous 1.9
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:40 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- 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.8 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 21:27:09 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
continued simplifying network code, partially removed support for sc protocol 1026

Revision 1.7 - (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.6: +3 -3 lines
Diff to previous 1.6
- more ooficiation
- removed now superfluous remove calls

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 20:12:32 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
*** empty log message ***

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

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

Revision 1.3 - (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.2: +791 -634 lines
Diff to previous 1.2
indent

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: +65 -65 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_41: (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