Age | Commit message (Expand) | Author | Files | Lines |
2013-05-16 | Fixed Bug #7250 | shennetsind | 1 | -1/+1 |
2013-05-15 | HPM Update | shennetsind | 1 | -134/+134 |
2013-02-18 | Improvements all over the place | shennetsind | 1 | -5/+6 |
2013-02-16 | Updating the Headers across source files | shennetsind | 1 | -1/+1 |
2013-02-07 | Fixing mistake in modified source code headers | shennetsind | 1 | -1/+1 |
2013-02-06 | Fixed Bug #7056 | shennetsind | 1 | -1/+1 |
2013-02-04 | Allow unsigned int values for guild exp (as it was before the change). | akrus | 1 | -2/+2 |
2013-01-31 | Fixed Bug #3080 | shennetsind | 1 | -3/+4 |
2013-01-27 | Fixed Bug #7035 | shennetsind | 1 | -1/+1 |
2013-01-02 | -Follow up r17065 | glighta | 1 | -25/+25 |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -5/+5 |
2012-12-22 | Community Contribution Time! | momacabu | 1 | -2/+2 |
2012-12-12 | - Follow up r17004 & bugreport:6995, added safer calculation to strategic poi... | markzd | 1 | -2/+2 |
2012-12-09 | * Use sv_readdb to read exp_guild. | momacabu | 1 | -24/+11 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -1539/+1533 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -1533/+1539 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -7/+9 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -3/+6 |
2012-03-09 | Code cleanup: replaced `DBIterator` function calls with macros where possible. | gepard1984 | 1 | -3/+2 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 1 | -21/+3 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 1 | -201/+125 |
2012-03-02 | Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`. | gepard1984 | 1 | -18/+6 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -2/+2 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -985/+1392 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -15/+15 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -15/+15 |
2010-12-02 | * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). | ai4rei | 1 | -4/+4 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -15/+15 |
2010-11-22 | * Fixed saving/loading errors with compilers (such as VC6, MinGW), which do n... | ai4rei | 1 | -2/+2 |
2010-11-22 | * Fixed map server getting notified of hair, hair color, gender, class and le... | ai4rei | 1 | -1/+2 |
2010-06-01 | Replaced all occurrences of 'leaved' with 'withdraw'. | Paradox924X | 1 | -2/+2 |
2010-02-09 | Expanded range for cached and stored-in-db guild member exp (devotion) from u... | Paradox924X | 1 | -3/+3 |
2009-06-16 | Fixed an exploit that makes guild skill get higher level than the max defined... | Inkfish | 1 | -3/+3 |
2008-04-12 | TXT code has been re uploaded. Please note this does not change the fact that... | Kevin | 1 | -0/+1579 |
2008-04-12 | I live in a giant bucket. | Kevin | 1 | -1579/+0 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -22/+22 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -0/+1 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -1/+0 |
2007-12-18 | Fixed a glitch where the TXT charserver would not unlock castle.txt after cre... | ultramage | 1 | -2/+2 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -100/+33 |
2007-12-12 | Some more tweaks to the guild code | ultramage | 1 | -120/+171 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -195/+256 |
2007-12-12 | Removed the badly designed/unfinished guild_check_conflict() data integrity c... | ultramage | 1 | -35/+0 |
2007-12-11 | Fixed TXT charserver attempting to do a guild master change instead of an int... | ultramage | 1 | -1/+1 |
2007-11-26 | Fixed guild expulsion not working correctly. | ultramage | 1 | -1/+1 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -4/+4 |
2007-10-26 | * Removed confusing map_nick2sd_nocase(), let the charserver handle it | ultramage | 1 | -0/+1 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 1 | -3/+1 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -4/+4 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -4/+4 |