summaryrefslogtreecommitdiff
path: root/src/common/console.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-0/+17
2018-11-13Remove the unused minicore libraries and ifdefsHaru1-12/+9
2018-08-25Show packet version and type at server startup.Andrei Karas1-0/+2
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-25/+25
2018-06-24Call the shutdown callback when terminating through the server exit console c...Haru1-1/+4
2018-05-312012-2018 !Maytichai Saowa1-2/+2
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-04Add missing checks into console.cAndrei Karas1-11/+32
2016-07-12Removed unnecessary typedefs from thread and spinlockHaru1-6/+8
2016-07-12Interface thread.chemagx1-2/+2
2016-07-12Interface mutex.chemagx1-10/+10
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+2
2016-02-05Add to system information also information about clock function.Andrei Karas1-0/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-15Added GPL information on interactive server startupHaru1-0/+11
2015-10-21Fixed a console command parse issueHaru1-16/+9
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Fixed an issue preventing correct nesting of console commands into subcategoriesHaru1-1/+1
2015-10-11Changed struct CParseEntry::u.next to VECTOR and renamed to u.childrenHaru1-53/+84
2015-10-11Changed console->input->cmds to a VECTOR and renamed to console->input->commandsHaru1-33/+34
2015-10-11Changed console->input->cmd_list to a VECTOR and renamed to console->input->c...Haru1-62/+72
2015-08-17Fixed a minor issue in the Hercules startup bannerHaru1-1/+1
2015-08-15Added core HPM interfaceHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Minor symbols cleanup to avoid conflictsHaru1-36/+36
2015-06-19Removed ".." from include directivesHaru1-18/+17
2015-06-02Follow up to 712812bMysteries1-1/+1
2015-01-18Fixing 38 issuesshennetsind1-1/+1
2015-01-1710 Distinct fixesshennetsind1-2/+2
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+5
2014-12-02Fix compilation without memory manager.Andrei Karas1-0/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-46/+44
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-108/+115
2014-05-10Revert "Fixed order of includes in all source files"panikon1-115/+108
2014-05-09Fixed order of includes in all source filesHaru1-108/+115
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-6/+9
2014-03-31Updated documentation for pc_statusup2 and pc_statusuppanikon1-9/+74
2013-11-19Sanitized and improved several macros through the codeHaru1-0/+4
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-2/+2
2013-09-25Renamed iTimer interface to timer.shennetsind1-3/+3
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-2/+2
2013-08-02Corrected alignment of the Hercules console logoHaru1-11/+11
2013-07-08Cygwin Fix for the Hercules SQL Update Checkshennetsind1-0/+16
2013-07-08Fixed Bug #7493shennetsind1-2/+3
2013-07-08Fixed Cygwin Problemshennetsind1-4/+5
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-3/+3
2013-05-30Memory Slasher - May 30 Patchshennetsind1-0/+6
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-1/+1
2013-05-04Mapreg saving overhaulshennetsind1-9/+10