ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.1
Committed: Tue Jul 10 05:51:38 2007 UTC (16 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
- 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.

File Contents

# Content
1 // declare some predefined const shstr's
2
3 def (undead)
4 def (clawing)
5 def (dragon_ability_force)
6 def (dragon_skin_force)