version 1.324 | | version 1.325 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | include/win32.h: add PLUGIN_SUFFIX definition. |
| | Ryo 2005-07-18 |
| | |
server/plugins.c: Merge mostly identical code from #ifdef WIN32 and #else | | server/plugins.c: Merge mostly identical code from #ifdef WIN32 and #else |
blocks. Use opendir/readdir/closedir instead scandir for Unix because WIN32 | | blocks. Use opendir/readdir/closedir instead scandir for Unix because WIN32 |
probably does not have these functions. Prevent loading one plugin multiple | | probably does not have these functions. Prevent loading one plugin multiple |
| | |
include/funcpoint.h libproto.h sproto.h | | include/funcpoint.h libproto.h sproto.h |
random_maps/standalone.c | | random_maps/standalone.c |
server/weather.c | | server/weather.c |
| | Ryo 2005-07-17 |
| | |
server/apply.c: Make converters that increase value non-functional. | | server/apply.c: Make converters that increase value non-functional. |
Andreas Kirschbaum 2005-07-17 | | Andreas Kirschbaum 2005-07-17 |