summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-05-13- Full revert of r16105 and r16106.eathenabot1-2/+2
2012-05-12* Merged changes up to eAthena 15095.eathenabot1-2/+2
2012-05-02Fixed the last buildbot warnings throughout multiple platforms, from console ...shennetsind1-25/+21
2012-03-20- Fixed CMake compilation (libconfig integrated into common_base).flaviojs2-12/+5
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19841-3/+0
2012-01-30- Removed more trailing tabs.brianluau2-2/+2
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-2/+2
2011-09-08* Fix C++ compilation issues.flaviojs1-1/+6
2011-07-22* CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE.flaviojs1-0/+5
2011-07-21* CMake: Only install template files if they don't already exist.flaviojs1-0/+175
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-3/+3
2011-02-19* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...ai4rei1-4/+2
2011-01-14* Removed 'gui' plug-in (support plug-in for 3rd party eAthena GUI front-ends...ai4rei4-137/+1
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-1/+1
2010-12-29* Fixed 'console' plugin not working on Windows, due to NULL passed to Create...ai4rei4-2/+23
2010-12-21* Removed 'strsignal' forward-declaration from 'sig' plugin to prevent random...ai4rei1-11/+2
2010-12-13* Fixed plugin 'sig' not being compilable on Mac OS X, due to different retur...ai4rei1-0/+4
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei2-3/+3
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X2-3/+3
2009-07-11Some insignificant code tweaks.ultramage1-2/+2
2008-09-23Removed the 'upnp' plugin (see bugreport:1000).ultramage2-36/+1
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-1/+1
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS2-8/+9
2008-02-22Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...Lupus1-1/+1
2008-01-27* Small update to the dgbhelpplug plugin:FlavioJS2-20/+21
2008-01-19* Added plugin dbghelpplug to generate more extensive crash reports in windows.FlavioJS2-0/+1949
2007-12-29* Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in.FlavioJS1-2/+2
2007-11-30* Random cleanup/documentation.FlavioJS1-4/+4
2007-11-26* Normalized makefiles:FlavioJS1-19/+15
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-1/+1
2007-10-31Commented out msg_athena.conf strings disabled in r11625.ultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS2-42/+67
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage2-2/+5
2007-05-19Reformatting @_@ultramage2-4/+8
2007-04-29Gave each file an empty last line, to make svn happierultramage3-3/+2
2007-04-23- Fixed a compilation problem with the pid pluginultramage2-8/+3
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-1/+0
2007-04-17* Discarded extra deflate function needed for afm readingultramage1-2/+4
2007-03-26Solved console plugins compilation errortoms1-0/+2
2007-02-01Removed graph, httpd and webserverultramage4-887/+1
2007-01-11- Console plugin working when built as Windows native.FlavioJS3-116/+392
2007-01-08Unimportant cleanupsultramage1-2/+2
2007-01-08* Silenced the plugin export messages during startup [ultramage]ultramage3-1/+16
2007-01-08- Added a precompiler error when the shutdown defines are not found.FlavioJS1-0/+226
2006-12-21- Moved md5calc to commonFlavioJS1-1/+1
2006-12-20- Changed the script source from unsigned char* to const char*.FlavioJS1-51/+52
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS9-1364/+1364
2006-09-07- Added error message when attempting to use deprecated bonus bAspd.skotlex1-2/+2
2006-04-28Rearrange makefile so dependencies won't get overwritten by 'make depend'celest1-4/+5
2006-04-13- Fixed the plugin's makefile to make it compile cleanlyskotlex2-4/+8