summaryrefslogtreecommitdiff
path: root/src/common/showmsg.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Fix some warnings caused by static functions defined and unusedHaru1-0/+2
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-34/+38
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-07-17If build bot enabled, show error message in ShowConfigWarning.Andrei Karas1-0/+4
2016-05-08Fixed various issues pointed out by cppcheckHaru1-8/+5
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+1
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-2/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-2/+2
2016-01-09Sanitized various macrosHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Added showmsg HPM interfaceHaru1-50/+99
2015-06-19Cleaned up some #includesHaru1-2/+0
2015-06-19Removed ".." from include directivesHaru1-7/+7
2014-11-16Whitespace cleanup (no code changes)Haru1-207/+154
2014-08-07Corrected several format-string errors through the codeHaru1-8/+17
2014-07-11Fixed reserved __identifier violationsHaru1-15/+15
2014-05-30Fixed typos inside src/Shido1-3/+3
2014-05-13Removed trailing whitespace (sources)Haru1-17/+17
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-7/+10
2014-05-10Revert "Fixed order of includes in all source files"panikon1-10/+7
2014-05-09Fixed order of includes in all source filesHaru1-7/+10
2013-11-19Sanitized and improved several macros through the codeHaru1-68/+43
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-1/+1
2013-05-15HPM Updateshennetsind1-9/+9
2013-05-02Introducing Hercules Plugin Manangershennetsind1-13/+4
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-652/+699
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-699/+652
2012-11-20Forgot the Show* voiding <3momacabu1-40/+20
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius1-2/+1
2012-03-20- Change libconfig.h include directives to double-quoted form (file missing f...flaviojs1-1/+1
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-1/+1
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19841-1/+0
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-0/+16
2012-01-30- Removed more trailing tabs.brianluau1-7/+7
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-4/+4
2011-12-15Finished BuildBot "console error scan" stuff.shennetsind1-1/+1
2011-12-15whops, typo.shennetsind1-1/+1
2011-12-15BuildBot console report codeshennetsind1-0/+10
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-0/+27
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-4/+10
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-13/+5
2007-12-12* Some preparations for the guild script updateultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-9/+12
2007-07-01Cleaned up some parts of the code.ultramage1-6/+6
2007-07-01* TXT->SQL converter fixupultramage1-1/+1
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-4/+5
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage1-2/+2
2007-04-09* Played around with MinGW a bit today...ultramage1-4/+3