[go: up one dir, main page]

Menu

Tree [897c37] master / mlib / lib /
 History

HTTPS access


File Date Author Commit
 CVS 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 README 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 adverbs 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 adverbs.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 age.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 alert.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 ansi.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 arrays.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 bit.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 bitstr.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 colour.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 colours.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 damage_status.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 date.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 describe.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 direction.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 dump.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 dump_string.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 emote.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 english.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 euclidean.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 file.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 filename.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 format.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 fraction.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 gender.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 handle_parse.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 hex.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 imath.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 levels.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 localtime.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 look.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 ls.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 misc.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 numbers.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 oldfilename.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 people.add 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 people.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 plural.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 plural_exceptions 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 present2.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 primes.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 printf.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 range.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 say.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 scripts.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 sort.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 vision.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.
 whois.lpc 2022-09-16 Geoff Wong Geoff Wong [e89a16] Moved from CVS to git.

Read Me

/lib directory
--------------

  /lib contains library code, ie. code that has potentially general uses,
  and is not specific to any particular game paradigm.

  /lib code should ideally be non-persistent (but the code may read in
  constant information from save files of configuration files).