ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf/pod.pm
Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 22:18:46 2008 UTC (15 years, 9 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
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 22:18:09 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 11:37:08 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 23:02:40 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.14: +8 -4 lines
Diff to previous 1.14
fix expand bug

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Sep 6 20:06:10 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_7
Changes since 1.13: +6 -7 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 09:03:31 2008 UTC (15 years, 10 months ago) by root
Branch: MAIN
Changes since 1.12: +7 -8 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 17:33:53 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, 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, rel-2_6, rel-2_61
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
move some code to Coro

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 05:51:38 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
- 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.10 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 14:56:06 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
do NOT let event do its stuff or let other coros run inside a fork_call child

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 06:07:07 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 01:10:38 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.7: +4 -11 lines
Diff to previous 1.7
take advantage of cfpod directives in help

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 18:03:17 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.6: +6 -0 lines
Diff to previous 1.6
rip out old help implementation in favour of the new one (which incidentally is non-blocking)

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 17:32:07 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.4: +29 -13 lines
Diff to previous 1.4
meet our new pod fucntionality, certainly not finished :) let me also introduce the beginnings of a new help command

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 15:28:18 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.3: +9 -4 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 14:24:10 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.2: +12 -1 lines
Diff to previous 1.2
- implement two new helper functions:
  cf::cache => load and process a file, caching the result in the db
  cf::fork_call => execute a given sub asynchronously (e.g. for cpu jobs)
- make use of it in ext/map-world.ext, greatly speeding up worldmap
  loading.
- preliminary garbage added to cf::pod.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 12:43:54 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.1: +167 -0 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 19:02:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
clean up makefiles, add dummy pod.pm

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