summaryrefslogtreecommitdiff
path: root/src/plugins/console.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-30- Removed more trailing tabs.brianluau1-1/+1
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-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...ai4rei1-2/+3
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-4/+4
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-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+1
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-1/+0
2007-03-26Solved console plugins compilation errortoms1-0/+2
2007-01-11- Console plugin working when built as Windows native.FlavioJS1-112/+386
2007-01-08Unimportant cleanupsultramage1-2/+2
2007-01-08* Silenced the plugin export messages during startup [ultramage]ultramage1-1/+1
2007-01-08- Added a precompiler error when the shutdown defines are not found.FlavioJS1-0/+226