ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-world.ext
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 22:06:50 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
check for convert

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 02:34:45 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
dubidu

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 01:58:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 19:43:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- identified random memory corrutpion bug
- fixed most likely cause for bug above
- rewrote object loader etc. into a simple one-line lookahead
  parser.
- rewrote/cleaned up archetype, treasure, artifact, formula parser.
- some optimisations / cleanups

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 03:19:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +4 -24 lines
Diff to previous 1.14
- implement worldmap underlay and regionset and fill in C++,
  resulting in a *major* speedup in worldmap loading.
- use first arch (e.g. deep_sea) and first region (e.g. panthalassia)
  to fill maps outside the world: less hardcoded content data.
- fix ext/rent.ext to actually check again for entrance.
- temporarily remembver previous map in $ob->{_prev_pos}
  (HACK to make ext/rent.ext work).

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 22:37:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
needed for renamed maps to work

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 19:25:44 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.12: +35 -30 lines
Diff to previous 1.12
more fixes, more debugging hints, use sync_job for reload

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Feb 12 19:57:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.11: +6 -9 lines
Diff to previous 1.11
refine regions, re-enable vast world size again

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 01:38:47 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +14 -8 lines
Diff to previous 1.10
- likely fix the memleak problem.
- leave some dbeuggig code in purposely.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Feb 10 01:52:27 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +8 -4 lines
Diff to previous 1.9
hell on earth, rewrote the container code
- it really was a mess before
- open/close events should now be very reliable.
- make container an object_ptr, just to be on the safe side
  (the old code is known to crash, the new code should be reliable, but...).
- its also smaller, much smaller/clearer in sourcecode size and a bit
  smaller in text segment size.

also disable big worldmap again: is this still causing memleaks?

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 21:41:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +5 -8 lines
Diff to previous 1.8
re-enabled 50000x50000 worldmap

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 23:59:29 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +109 -28 lines
Diff to previous 1.7
- implement per-space regions

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 20:59:57 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +9 -6 lines
Diff to previous 1.6
- tame the map/map-world.ext a bit to avoid potential memleaks for now
- object refcounting was borked, fixed, again :)
- add cf::attacahble::mortals_size
- disable reset-after-load, this is unsafe due to locking issues, so don't do it
- make map-scheduler configurable
- improve emergency swap mode
- prepare_random_map must be a sync job for now :(
- do not keep object reference in enter_exit, the object might have been gone already.
- nuke cf::object::mortals.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 03:13:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
improve worldmap mapinfo

Revision 1.5 - (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.4: +4 -0 lines
Diff to previous 1.4
mark watchers as reentrant, some FABS => fabs

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 13:40:42 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
incidentally, there is no way to insret something below everything else

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 13:08:36 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.2: +5 -3 lines
Diff to previous 1.2
do not put worldmap tiles udner floors

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 23:39:08 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 23:30:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
add virtual worldmap plug-in

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