ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstr.h
Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:25 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43, rel-2_5, rel-2_52
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
update copyrights and other minor stuff to deliantra

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 05:34:24 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
add slice and shstr statistics

Revision 1.18 - (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.17: +3 -1 lines
Diff to previous 1.17
- 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.17 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:18 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.16: +11 -12 lines
Diff to previous 1.16
- upgrade crossfire trt to the GPL version 3 (hopefully correctly).
- add a single file covered by the GNU Affero General Public License
  (which is not yet released, so I used the current draft, which is
  legally a bit wavy, but its likely better than nothing as it expresses
  direct intent by the authors, and we can upgrade as soon as it has been
  released).
  * this should ensure availability of source code for the server at least
    and hopefully also archetypes and maps even when modified versions
    are not being distributed, in accordance of section 13 of the agplv3.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:15:56 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.15: +22 -0 lines
Diff to previous 1.15
- update copyrights in .h files, where applicable
- rename preprocess to genkeywords

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon May 14 21:52:32 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.14: +8 -0 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Apr 23 16:07:00 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
add ostream << operator to for shstr

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Apr 23 15:27:46 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.12: +8 -0 lines
Diff to previous 1.12
add ostream << operator to for shstr

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 02:07:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.11: +12 -0 lines
Diff to previous 1.11
remove many strcmps on shstr, added fast strcmp wrapper that only etsts for inequality

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 21:16:12 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +6 -0 lines
Diff to previous 1.10
cleanup

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 18:15:34 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +26 -3 lines
Diff to previous 1.9
- introduce shstr_cmp for mass comparisons to shstr and make use of it
- introduce assign utility function to replace strncpy

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 11:07:59 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Changes...

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 23:33:01 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +22 -11 lines
Diff to previous 1.7
use alternative shstr representation, might or might not be faster, but does save code

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 09:00:09 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +16 -7 lines
Diff to previous 1.6
everything seems to work so far

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 07:57:56 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +75 -89 lines
Diff to previous 1.4
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 17:54:14 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +15 -0 lines
Diff to previous 1.3
rewrote object serialiser, parser is next

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 23:36:32 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +16 -0 lines
Diff to previous 1.1
intermediate check-in, per-object events work

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:12:50 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Initial revision

Convenience Links

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