summaryrefslogtreecommitdiff
path: root/src/common/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Sanitized and improved several macros through the codeHaru1-1/+1
2013-11-09HPM Support for plugin-implemented "--args" (options)shennetsind1-0/+5
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-2/+12
2013-09-25Renamed iTimer interface to timer.shennetsind1-3/+3
2013-07-09Travis Report Fixesshennetsind1-6/+0
2013-07-05HCache | Item Packages Updateshennetsind1-1/+5
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-2/+2
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-7/+7
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-4/+6
2013-05-16Fixed Bug #7248shennetsind1-2/+2
2013-05-15HPM Updateshennetsind1-9/+14
2013-05-02Introducing Hercules Plugin Manangershennetsind1-4/+12
2013-03-17Re-Introducing Console Inputshennetsind1-114/+75
2013-02-18Improvements all over the placeshennetsind1-1/+1
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-15Modified GIT_ORIGIN macroshennetsind1-2/+2
2013-02-14Introducing Git Hashshennetsind1-4/+36
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-02-03Updating the headers of so-far modified files with outdated headersshennetsind1-2/+3
2013-02-03Introducing MySQL Reconnectshennetsind1-0/+2
2013-01-26Changing ASCI Art / Moving stat server to Hercules.shennetsind1-13/+14
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-222/+225
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-225/+222
2012-11-23-Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl...glighta1-4/+4
2012-10-27- Adjusted spacing in ASCII art so all lines are 70 characters wide.brianluau1-10/+10
2012-09-29* Merged eAthena changeset ea:15190. (bugreport:5138)eathenabot1-35/+73
2012-08-02lowercase'd the r in the console ASCII logo.shennetsind1-8/+8
2012-06-10- added some missing copyrightsblacksirius1-2/+3
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius1-0/+5
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius1-1/+1
2012-06-01removed the old obsolete Plugin system (commit 1/2)blacksirius1-5/+0
2012-04-21* Made branding more consistent.xazax-hun1-1/+1
2012-03-24Fixed Ctrl+c shutdown function on windows, followup r15706. (bugreport:5495)xazax-hun1-1/+1
2012-03-18* Properly handling, when closing the consoles via X button on windows.xazax-hun1-0/+35
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19841-1/+0
2012-01-17Fixed root usercheck not printing warning if file is suid-root.gepard19841-2/+2
2012-01-03fixing a warning in ubuntu's gcc, follow up r15358shennetsind1-5/+4
2012-01-03fixed a compiler warning restricted to ubuntu's gcc onlyshennetsind1-2/+2
2012-01-03removed unix server revision caching -- now it will always display the actual...shennetsind1-15/+1
2011-12-22Removed a redundant check. Rebranding a variable.xazax-hun1-10/+10
2011-12-22Improved subversion 1.7 revision detecting. Followup r15211.xazax-hun1-3/+4
2011-12-22Adding support for subversion 1.7' method of storing working copy numbers (re...shennetsind1-1/+22
2011-12-15Finished BuildBot "console error scan" stuff.shennetsind1-1/+1
2011-12-15BuildBot console report codeshennetsind1-0/+3
2011-12-14Removed sleep() from root privileges message, reworded.shennetsind1-3/+1
2011-12-01Updated core.c ASCII art to reflect RAthena rather than eAthena.calciumkid1-15/+11
2011-07-19* Made NO_MEMMGR only be set as a default value, allowing for simultaneous us...flaviojs1-4/+0
2011-06-16* Merges from charmerge:flaviojs1-3/+11
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-1/+1
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-31/+26