summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2012-01-14another cool multi-map-server ancient bugfix:shennetsind1-2/+5
2012-01-14Fixed ancient multi-map-server bug where gmlevel was lost during changing map...shennetsind1-2/+3
2012-01-11added remode-specific exp files processing as per kenpachi request, special t...shennetsind1-2/+2
2012-01-05Improved friend removal process to avoid inconsistent state if char-server wa...gepard19841-1/+1
2012-01-04Made charserver refuse connections if no map server is connected, performance...shennetsind1-6/+5
2012-01-04Pets & Homun renaming with empty name fix, bugreport:3032shennetsind1-8/+15
2012-01-04Fixed char-server not making use of name_ignoring_case setting, bugreport:4700shennetsind1-6/+10
2011-12-23Follow up r15029 fixed a typo in the array slotshennetsind1-1/+1
2011-12-22Added a memory optimization. bugreport:4972xazax-hun1-1/+1
2011-12-22Minstrel/Wanderer changesex bugfix, bugreport:5147shennetsind1-1/+7
2011-12-22Fixed character delayed deletion method, bugreport:5136shennetsind1-0/+5
2011-12-201/2/3-letter char name creation exploit fix.shennetsind1-1/+6
2011-12-20fixed char server from creating character names with \255 and \xA0 (exploitab...shennetsind1-1/+1
2011-12-18* Merged changes up to eAthena 15034.eathenabot1-1/+5
2011-12-15few MySQL Optimizations to char-servershennetsind1-8/+8
2011-12-14Removing a friend will also remove you from your friends friendlist, bugrepor...shennetsind1-0/+16
2011-12-13- Fixed char-server saving skills which have no level associated with themepoque111-1/+5
2011-12-11* Merged changes up to eAthena 15024.eathenabot1-2/+2
2011-12-08Babies can now share exp with either of their parents (or even both) ignoring...shennetsind1-3/+12
2011-12-06removed unnecessary debug message bugreport:4952 -- I actually planned this c...shennetsind1-1/+0
2011-10-16* Added field for the change slot feature to character select list packet for...ai4rei1-1/+5
2011-10-15- Fixed .@GID not being set in Gld_Trea_Spawn, since r13559. (bugreport:5067)brianluau1-2/+2
2011-10-09* Rework some party code.flaviojs2-23/+22
2011-09-08* Fix C++ compilation issues.flaviojs1-1/+1
2011-08-30- Updated mmo_char_tosql and memitemdata_to_sql to keep a count of errors whi...Skotlex1-24/+61
2011-08-10- added sending a dummy 0x08b9 packet in the char-server, required to support...Skotlex1-0/+10
2011-07-31* Fixed quest saving checking only the first 3 objectives for changes regardl...ai4rei1-2/+3
2011-07-22* CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE.flaviojs1-4/+2
2011-07-21* Missing deletion from r14918.flaviojs1-1/+0
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-1/+8
2011-07-10* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si...flaviojs1-14/+14
2011-07-07* CMake: normalized variable names, added ability to create a package/installer.flaviojs1-3/+4
2011-07-06* CMake: src/common builds static libraries common_base/common_sql, that are ...flaviojs1-58/+40
2011-07-01* CMake: marked executables as different components and other miscellaneous c...flaviojs1-1/+7
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage3-14/+14
2011-06-29* Added experimental support for CMake. (for now: basic build, no extras, onl...flaviojs1-0/+68
2011-06-27* Added common/random and 3rdparty/mt19937ar to project files, makefiles and ...flaviojs1-7/+14
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-3/+3
2011-06-16Fixed char-converter not being able to compile due to both char.h being inclu...flaviojs1-0/+2
2011-06-16* Merges from charmerge:flaviojs2-103/+282
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/+9
2011-04-10* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.ai4rei1-1/+5
2011-03-19Removed leftovers of old charcommand config (follow-up to r13403).Gepard1-1/+2
2011-02-19* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...ai4rei1-2/+2
2011-02-08* Added support for new delayed character deletion.ai4rei1-7/+259
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei2-15/+15
2011-01-13* Removed ladmin (remote administration tool), all related support code and t...ai4rei1-16/+0