ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/treasure.C
Revision 1.25 - (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.24: +2 -2 lines
Diff to previous 1.24
- 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.24 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 02:19:37 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.23: +28 -19 lines
Diff to previous 1.23
- 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.23 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 00:56:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.22: +6 -0 lines
Diff to previous 1.22
proactive

Revision 1.22 - (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.21: +7 -10 lines
Diff to previous 1.21
- fix a crashing bug inside the random map generator
- do not decrease dungeon size with random map depth

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: +4 -4 lines
Diff to previous 1.20
just experimenting

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 00:06:56 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +0 -25 lines
Diff to previous 1.19
properly use xsize/ysize default as random for random maps. 10/10 was not just wrong but also greatly increased the pressure on the generator, leading to more crashes. those should be solved, obviously...

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 12:36:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.18: +47 -33 lines
Diff to previous 1.18
fix possibly uninitialised kx,ky because find_free_spot does not seem to guarentee a result

Revision 1.18 - (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.17: +22 -23 lines
Diff to previous 1.17
comments

Revision 1.17 - (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.16: +10 -5 lines
Diff to previous 1.16
experimental stability and correctness changes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 01:55:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
fix yet another 'i am stupid and renamed magic constants so everybody crashes' bugs in the random map generator

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 01:50:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
testing helps

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

Revision 1.13 - (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.12: +11 -14 lines
Diff to previous 1.12
increased various limits, strategically added cede's

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: +76 -79 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: +15 -15 lines
Diff to previous 1.10
random maps are nphard

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

Revision 1.9 - (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.8: +5 -5 lines
Diff to previous 1.8
- more ooficiation
- removed now superfluous remove calls

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

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:34:03 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -7 lines
Diff to previous 1.5
indent

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 21:16:12 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
cleanup

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: +605 -442 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: +23 -23 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_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