server-1.12/common
kts of kettek(MindFire) d09ffb861e Fix missing blocks 2020-01-15 15:09:06 -08:00
..
Makefile.am Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
README Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
anim.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
arch.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
button.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
dialog.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
exp.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
friend.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
glue.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
holy.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
image.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
info.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
init.c Fix bad logic for getting ring image 2019-08-13 16:46:03 -07:00
item.c Add logic check for throwable potions 2019-08-13 17:49:06 -07:00
languages.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
links.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
living.c Fix missing blocks 2020-01-15 15:09:06 -08:00
loader.l Add earring type 2018-06-22 16:21:16 -07:00
logger.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
los.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
map.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
ob_methods.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
ob_types.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
object.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
path.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
player.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
porting.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
re-cmp.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
readable.c Add earring type 2018-06-22 16:21:16 -07:00
recipe.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
region.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
shstr.c Adjust join_strings logic to not auto free 2020-01-14 21:29:20 -08:00
stringbuffer.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
time.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
treasure.c Fix bad logic for getting ring image 2019-08-13 16:46:03 -07:00
utils.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00

README

If you link with this library, it's a _very_ good idea to call
init_library() as a part of your initializing.

(If not, a lot of function-pointers will point to god knows where...)

Documentation for the functions can be generated using doxygen.
See ../Doxyfile.

-Frank.