ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/follow.ext
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed May 4 19:04:44 2011 UTC (13 years ago) by root
Branch: MAIN
CVS Tags: HEAD, rel-3_1
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed May 26 20:07:17 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
omg, another bug in who...

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue May 25 20:10:29 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.23: +4 -3 lines
Diff to previous 1.23
fix more follow issues

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri May 21 00:42:03 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.22: +4 -1 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue May 18 21:45:37 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.21: +53 -48 lines
Diff to previous 1.21
make it better

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue May 18 21:30:16 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
shield follow against yuna resetting the map at the right time

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue May 4 21:45:42 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.19: +0 -3 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun May 2 19:42:15 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.18: +30 -9 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun May 2 19:04:01 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.17: +55 -49 lines
Diff to previous 1.17
hopefully better follow implementation

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun May 2 14:54:06 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.16: +12 -9 lines
Diff to previous 1.16
slightly fix follow

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun May 2 14:31:49 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
fix follow

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 07:52:01 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.14: +0 -3 lines
Diff to previous 1.14
logging

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 21:41:38 2008 UTC (15 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_61, rel-2_7, rel-2_71, rel-2_72, rel-2_73, rel-2_74, rel-2_75, rel-2_76, rel-2_77, rel-2_78, rel-2_79, rel-2_80, rel-2_81, rel-2_82, rel-2_90, rel-2_92, rel-2_93
Changes since 1.13: +3 -0 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 00:34:31 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3, rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43, rel-2_5, rel-2_52, rel-2_53, rel-2_54, rel-2_55, rel-2_56
Changes since 1.12: +36 -27 lines
Diff to previous 1.12
- rewrite follow to use a coroutine and make it generally safer.
- the map scheduler, under duress, tried to swap out maps fast, but when
  a sync job was entered it also entered and andless loop causing a freeze.
  hack around this temporairly by always sleeping 50ms.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 14:32:44 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.11: +24 -26 lines
Diff to previous 1.11
no sync job in follow please :)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 14:00:29 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
try to exclude shop floors, too

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 13:58:07 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
- try to patch follow to not go onto the link map (stealing from
  playershop is still possible).
- upgrade to Coro::Storable for maps.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 18:00:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1, rel-2_2
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
""

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 01:06:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
rename goto_map to goto

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 18:48:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
update follow

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 08:26:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
fix follow (but should be cleanly rewritten)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 21:19:52 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +25 -41 lines
Diff to previous 1.3
minor changes, follow command still borked

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 22:41:34 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- updated cf.pm to use a more generic and extendable syntax,
  now that it is clear that we will have multiple "attachable" objects.
  maybe bite the bullet in C++ and make attachable virtual?
- completely rework the syntax for attaching and attachments
- update all extensions

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 00:44:59 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
free is now destroy

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:29:18 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
moved perl extensions into server codebase, where they belong

Convenience Links

Links to HEAD: (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