ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/help.ext
Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 05:01:41 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
CVS Tags: 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.15: +3 -12 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 04:29:11 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +6 -7 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Sep 22 01:33:09 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
many minor text layout fixes

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 11:39:47 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 01:15:49 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_5, rel-2_52, rel-2_53, rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61, rel-2_7
Changes since 1.11: +11 -4 lines
Diff to previous 1.11
improve help

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Apr 6 17:08:51 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_43
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 21:56:30 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3, rel-2_32, rel-2_4, rel-2_41, rel-2_42
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
name your coroutines

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 05:51:38 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- improve dynbuf implementation further
- save now saves shstrs longer than HUGE_BUF, lets fix any brokenness remaining
  in the server...
- converted most describe_*-functions to dynbuf_text, making them likely
  faster (or maybe slower), while removing any hardcoded length limit.
- memory allocated for static dynbuf's is not being returned ever (at least
  not the initial chunk, maybe fix this?)
- implement framework for predeclared const shstrs for comparison purposes
  (shstrinc.h).
- enabled and enforced new material code.
- implement hack to clean up book titles.
- increases HUGE_BUF to 10240, to be similar to mac network packet size.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 23:09:30 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Apr 23 19:17:16 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
fix help topic display

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 16:56:31 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.5: +11 -0 lines
Diff to previous 1.5
having a) monsters as treasures b) multipart monsters as treasures
and c) multipart monsters as terasures on tiled maps... hit a big
pile of bugs again.

this change:

- implements a per-map active flag. when items are being inserted
  they are activated or deactivated according to that flag.
  this could get rid of most or even all of the explicit
  activate/deactivate calls.
- implement some glue to make instantiating multipart objects easier
  (this is used inside fix_multipart_objects and might make it possible
  to put multipart objects at map borders - those were winged before)
- do finer-grained locking as to not lead to deadlocks when insert
  recurses e.g. when loading tiled maps.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 21:57:19 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 21:54:41 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 17:57:24 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.2: +35 -9 lines
Diff to previous 1.2
meet your new help command. tetx formatting and meta info in clients really needs to improve majorly now

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 17:32:06 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.1: +51 -7 lines
Diff to previous 1.1
meet our new pod fucntionality, certainly not finished :) let me also introduce the beginnings of a new help command

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 13:35:39 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
no help in perl yet..

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-2_77: (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