ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/swap.C
Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:20 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1
Changes since 1.21: +22 -22 lines
Diff to previous 1.21
comments

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:31 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20
added some copyrights

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:11 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -241 lines
Diff to previous 1.19
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 18:09:49 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +7 -9 lines
Diff to previous 1.18
i cannot find, nor reproduce, the problem at all.
the log clearly shows map loads where there shouldn't be any, so we lose maps.
but only on cf.schmorp.de.
i am frustrated.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 09:28:02 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.17: +26 -34 lines
Diff to previous 1.17
introduce for_all_maps

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 20:14:33 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.16: +3 -10 lines
Diff to previous 1.16
indent

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 15:28:35 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
emergency checkin

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Dec 24 12:28:30 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.14: +35 -35 lines
Diff to previous 1.14
broken logic before, broken code after - fixed

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 13:56:25 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.13: +39 -44 lines
Diff to previous 1.13
an experiment

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 04:07:31 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12
- check for in-memory map headers on login, so players
  end up on their random map (which has no file) again.
  (this is more efficient in the general case anyways
- in case the temp map does not exist, the emergency position is used.
  (an alternative that avoids this is to make the file some real
  map (like per-player maps))

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 03:49:39 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
- generate more correct map names (/random should go, though)
- allow random maps to end up in temp.maps list

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 02:35:01 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.10: +8 -8 lines
Diff to previous 1.10
- remove recycle_tmp_maps setting (hardwired to true)
- replace object->flags by std::bitset, seems to be way
  more efficient, for some unexplainable and not looked-into reason.
  its way cleaner, too...

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:41 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- 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.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 02:55:51 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.8: +4 -9 lines
Diff to previous 1.8
- medium decruftification
- medium cleanups
- make settings accessible to perl using cf::settings->mutator
  (completely untested)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 22:24:13 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7
mapstruct => maptile
removed many ytypedefs in favor of structure tags

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:58 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +206 -187 lines
Diff to previous 1.5
indent

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 10:01:58 2006 UTC (17 years, 9 months ago) by pippijn
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
Some cleanups.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 11:08:00 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -28 lines
Diff to previous 1.3
Changes...

- alternative shstr representation, saves code
- use glibs splice memory allocator (seems slower)
- use simpler memory/lifetime management for objects, no recycling

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:38 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +121 -121 lines
Diff to previous 1.2
expand initial tabs to spaces

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 13:24:50 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +8 -10 lines
Diff to previous 1.1
Implemented a rough outline of the new event system and made use of it
for a number of events. The corresponding plugin-events have been disabled.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:05 2006 UTC (17 years, 10 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_1: (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