summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2012-05-13- Full revert of r16105 and r16106.eathenabot1-5/+3
2012-05-12* Merged changes up to eAthena 15095.eathenabot1-3/+5
2012-05-03Regularized file not found error messages.xazax-hun2-2/+2
2012-05-02Fixed bugreport:5682 elemental_init was being called instead of final at inter.cshennetsind3-4/+4
2012-05-02Follow up r16025 minor performance improvement on the already-stupid job name...shennetsind1-11/+12
2012-05-01Follow up r16025 fixing gcc warning, special thanks to brian for noticing.shennetsind1-1/+2
2012-05-01Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.shennetsind1-1/+502
2012-04-22* Merged changes up to eAthena 15088.eathenabot1-1/+1
2012-04-21Add CMakeLists.txt changes missing from r15885flaviojs1-0/+2
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind5-29/+214
2012-04-20=Generaltechnote241-1/+4
2012-04-19=Generaltechnote241-2/+5
2012-04-04Changed some defines into an enumerator.protimus2-25/+23
2012-04-03Cleanup of conditions for old clients.protimus1-7/+0
2012-03-21- Fixed characters being automatically deleted when confirmation was required...epoque111-23/+2
2012-03-20- Fixed character deletion not updating the client when char_del_delay was se...epoque111-0/+16
2012-03-20- Fixed CMake compilation (libconfig integrated into common_base).flaviojs1-2/+2
2012-03-20- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sexepoque111-12/+4
2012-03-19- Updated existing registry saving code to perform one single uniform query. ...epoque111-15/+22
2012-03-13Fixed char-server notifying map-servers only about first 30 maps (on other ma...gepard19841-2/+2
2012-03-13Fixed mail system not notifying about new messages that were received from an...gepard19841-1/+2
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19843-26/+50
2012-03-11* Added packets for clients 2012-03-07+Protimus1-1/+24
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19842-13/+8
2012-03-05- Guild Castle code cleanup:gepard19841-21/+3
2012-03-04- Guild Castle code cleanup:gepard19843-205/+126
2012-03-02Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ...gepard19841-1/+1
2012-03-02Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`.gepard19841-18/+6
2012-02-18Fixed char server's 0x2b05 not skipping it's full length.shennetsind1-3/+2
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19842-2/+1
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19842-2/+2
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19842-17/+25
2012-02-07Removed some TXT converter leftovers (follow-up to r15503).gepard19841-4/+0
2012-01-30- Removed more trailing tabs.brianluau2-4/+4
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-2/+2
2012-01-23` Added renaming support for the remaining 'ragnarok' tables in the inter_ath...xantara4-24/+42
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-2/+1
2012-01-20Merged TXT removal branch back to trunk.gepard198426-4750/+6099
2011-12-18* Merged changes up to eAthena 15034.eathenabot1-1/+5
2011-12-11* Merged changes up to eAthena 15032.eathenabot1-1/+1
2011-12-11* Merged changes up to eAthena 15024.eathenabot1-2/+2
2011-10-16* Added field for the change slot feature to character select list packet for...ai4rei1-1/+5
2011-10-09* Rework some party code.flaviojs2-24/+22
2011-09-08* Fix C++ compilation issues.flaviojs1-2/+2
2011-08-10- added sending a dummy 0x08b9 packet in the char-server, required to support...Skotlex1-0/+10
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-5/+2
2011-07-12* CMake: set project language to C, added module FindFunctionLibrary, added s...flaviojs1-2/+2
2011-07-10* CMake: added txt-converter targets, added warning for 64bit, added list of ...flaviojs1-17/+24
2011-07-10* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si...flaviojs1-14/+14