summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Another minor improvement on char_per_account setting (follow up to r16937). ...momacabu1-7/+4
2012-11-20Minor improvement in char_per_account setting, which could be greater than MA...momacabu1-5/+9
2012-11-20Console clean up, dropped quite a few pointless messages and modified others ...shennetsind1-27/+7
2012-11-20- Fixed bugreport:6915, where @follow would still be enabled when the target/...momacabu1-0/+3
2012-10-31Fixed bugreport:6779 dropped between-server ping timers, replaced by a much m...shennetsind1-26/+17
2012-10-29-Add some src basic documentation.glighta1-5/+5
2012-09-16Introducing rAthena's anonymous data collector. This aims at improving rAthen...shennetsind1-1/+30
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-7/+4
2012-08-18Fixed bugreport:6496 character selection screen rename function fixed for cli...shennetsind1-1/+1
2012-07-28Added support for the "favorite item tab" feature. super-mega-thanks to Judas...shennetsind1-10/+145
2012-07-26Added the merges proposed in evilpuncker's list of suggestions: http://rathen...shennetsind1-1/+1
2012-06-24Fixed bugreport:5951 changesex bug regarding it not changing bard/dancer clas...shennetsind1-0/+3
2012-06-24Fixed bugreport:5947 Genetic/Mechanics should be displayed properly in their ...shennetsind1-2/+2
2012-06-15Fixed bugreport:6035, chars will now start with all stats 1 and 48 status poi...shennetsind1-9/+21
2012-06-08` Fixed bugreport:5717 if character's last map is invalid, move to a major cityxantara1-1/+1
2012-05-30Fixed bugreport:5873 sex changed shouldn't now make exploits regarding item b...rud0lp201-5/+0
2012-05-03Regularized file not found error messages.xazax-hun1-1/+1
2012-04-22* Merged changes up to eAthena 15088.eathenabot1-1/+1
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-26/+28
2012-04-20=Generaltechnote241-1/+4
2012-04-19=Generaltechnote241-2/+5
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 Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sexepoque111-12/+4
2012-03-13Fixed char-server notifying map-servers only about first 30 maps (on other ma...gepard19841-2/+2
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-20/+38
2012-03-11* Added packets for clients 2012-03-07+Protimus1-1/+24
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).gepard19841-1/+0
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-1/+1
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-12/+10
2012-01-30- Removed more trailing tabs.brianluau1-2/+2
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...xantara1-4/+17
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-2/+1
2012-01-20Merged TXT removal branch back to trunk.gepard19841-1819/+1658
2011-12-18* Merged changes up to eAthena 15034.eathenabot1-1/+5
2011-10-16* Added field for the change slot feature to character select list packet for...ai4rei1-1/+5
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-10* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si...flaviojs1-14/+14
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-12/+12
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-4/+4
2011-06-16* Merges from charmerge:flaviojs1-101/+270
2011-04-17* Fixed char-server missing some WFIFOHEAD (partially due to r10909 being rev...ai4rei1-0/+4
2011-04-16* Added support for visible garments/robes.ai4rei1-5/+26
2011-04-10* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.ai4rei1-1/+5
2011-02-19* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...ai4rei1-1/+1
2011-02-08* Added support for new delayed character deletion.ai4rei1-15/+306