summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Fixed gm_all_skill, bugreport:5239shennetsind1-12/+13
2012-01-09Sending to a broken socket will no longer cause SIGPIPE signal to be sent bac...gepard19841-1/+5
2012-01-04*Added 2 new accessory skills.Chilly01231-1/+8
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...shennetsind2-29/+3
2011-12-29Follow up to r:15318. Increased MAX_HOMUNCULUS_CLASS to 60 to allow new HomunS.jmanfffreak1-1/+1
2011-12-27* Merged changes up to eAthena 15050.eathenabot1-2/+6
2011-12-25* Merged changes up to eAthena 15049.eathenabot1-1/+1
2011-12-24Raised skill range for ALL_RIDING skill support -- removes 2 errors on consoleshennetsind1-1/+1
2011-12-22Added a memory optimization. bugreport:4972xazax-hun1-2/+2
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-18* Merged changes up to eAthena 15034.eathenabot1-0/+1
2011-12-15Finished BuildBot "console error scan" stuff.shennetsind3-3/+3
2011-12-15whops, typo.shennetsind2-2/+2
2011-12-15BuildBot console report codeshennetsind3-0/+17
2011-12-14Removed sleep() from root privileges message, reworded.shennetsind1-3/+1
2011-12-12Corrected an event mob being summoned in Endless tower (bugreport:4942)jmanfffreak1-0/+3
2011-12-11getting rid of some ubuntu-specific console errorsshennetsind1-10/+13
2011-12-11* Merged changes up to eAthena 15032.eathenabot3-56/+16
2011-12-11* Merged changes up to eAthena 15024.eathenabot3-275/+328
2011-12-11* Merged changes up to eAthena 15014.eathenabot5-124/+301
2011-12-05- Added SQL_INNODB switch for databases running under InnoDB (where INSERT DE...epoque111-1/+4
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind3-2/+81
2011-12-01Updated core.c ASCII art to reflect RAthena rather than eAthena.calciumkid1-15/+11
2011-11-17* Added a check to WFIFOSET to detect zero-length 'sets' of packets, that cou...ai4rei1-0/+8
2011-10-16* Added a message indicating how many concurrent connections the server was c...ai4rei1-0/+4
2011-10-16* Added field for the change slot feature to character select list packet for...ai4rei1-0/+1
2011-10-07* Remove fds from the shortlist before processing.flaviojs1-14/+16
2011-09-08* Fix C++ compilation issues.flaviojs6-12/+41
2011-09-05* Add consistency checks to the shortlist.flaviojs1-2/+17
2011-07-22* CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE.flaviojs1-4/+2
2011-07-21* CMake: Only install template files if they don't already exist.flaviojs1-2/+2
2011-07-20* Made GCOLLECT use it's debug functions.flaviojs2-36/+42
2011-07-20Removed malloc's Atomic (-A) function macros (see r968, changelog 01/20). The...ultramage2-53/+6
2011-07-19* Made NO_MEMMGR only be set as a default value, allowing for simultaneous us...flaviojs3-80/+82
2011-07-15* Changed the warning message of when setrlimit fails to be more explicit.flaviojs1-2/+9
2011-07-12* CMake: added search for math.h, added search for socket/nsl library. (teste...flaviojs1-0/+3
2011-07-12* CMake: set project language to C, added module FindFunctionLibrary, added s...flaviojs1-5/+5
2011-07-11* Added bonus3 bAddClassDropItem, care of Epoque.L0ne_W0lf1-1/+1
2011-07-10* CMake: added txt-converter targets, added warning for 64bit, added list of ...flaviojs1-2/+4
2011-07-10* Temporary fix for bugreport:4961 (unintended conversion from signed to unsi...flaviojs1-0/+10
2011-07-07* Replaced compress/uncompress inline code (encode_zip/decode_zip) with the r...ai4rei1-54/+2
2011-07-07* CMake: normalized variable names, added ability to create a package/installer.flaviojs1-18/+7
2011-07-06* CMake: src/common builds static libraries common_base/common_sql, that are ...flaviojs1-10/+125
2011-07-06* Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of...flaviojs2-3/+75
2011-07-06* Changed grfio.c include order and moved zlib include from the header to the...flaviojs2-9/+6
2011-07-04* Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r148...ai4rei1-1/+0