Age | Commit message (Expand) | Author | Files | Lines |
2006-06-09 | - Fixed @mapinfo displaying incorrectly maps with nosave which send you back ... | skotlex | 3 | -10/+26 |
2006-06-09 | Fixed a typo in char_sql/char.c, thanks to Euph. | MasterOfMuppets | 1 | -1/+1 |
2006-06-09 | - Modified guild exp to be an unsigned int rather than a signed one. | skotlex | 1 | -10/+11 |
2006-06-07 | - Removed char_nick2id from char-sql server as it's no longer needed. | skotlex | 3 | -22/+3 |
2006-06-07 | * [Optimized]: | Lance | 1 | -5/+2 |
2006-06-05 | - Fixed skill_unitsetting using layout->count for the for instead of group->c... | skotlex | 1 | -0/+7 |
2006-06-01 | [Fixed]: | Lance | 1 | -0/+1 |
2006-05-31 | - Fixed compilation of char_sql/int_party.c -.- | skotlex | 1 | -0/+1 |
2006-05-31 | - Made the char_name_option char_athena.conf setting apply to parties and gui... | skotlex | 3 | -0/+32 |
2006-05-31 | - Fixed compilation of char_sql/char.c | skotlex | 1 | -3/+3 |
2006-05-31 | - Moved the JOB_* defines from map.h to mmo.h, update char.c to use them. | skotlex | 1 | -89/+93 |
2006-05-31 | - Some cleaning of the fame-update code, fixing a logic bug which made the ra... | skotlex | 1 | -20/+32 |
2006-05-26 | * Change scripting engine's NPC scope vars to dot (.) style. | Lance | 1 | -1/+2 |
2006-05-26 | * Fixed typos in char.c | Lance | 1 | -2/+2 |
2006-05-26 | I'm still here! | DracoRPG | 1 | -30/+128 |
2006-05-15 | - Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers. | skotlex | 1 | -0/+4 |
2006-04-24 | - Added logging of deleted characters when the char_log is enabled. | skotlex | 1 | -0/+10 |
2006-04-22 | - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end | skotlex | 2 | -34/+31 |
2006-04-21 | - Char server will now ignore packet 0x65 for already authentified accounts. | skotlex | 1 | -0/+6 |
2006-04-16 | - Fixed char-sql server still reading the old lanconfig format rather than th... | skotlex | 1 | -7/+10 |
2006-04-16 | - Fixed mysql ping setting being in minutes rather than hours. | skotlex | 1 | -2/+2 |
2006-04-13 | - Added an Info message when pinging the SQL servers. | skotlex | 1 | -0/+1 |
2006-04-10 | - Updated the subnet support to not require specifying the subnet mask, it is... | skotlex | 1 | -1/+1 |
2006-04-05 | - Added inter config connection_ping_interval which specifies interval in hou... | skotlex | 3 | -22/+41 |
2006-04-01 | - Added a check to remove exp-even-share when someone leaves a party. | skotlex | 1 | -0/+6 |
2006-03-27 | - Changed status_point/skill_point to unsigned short. Adjusted the code as ne... | skotlex | 1 | -27/+27 |
2006-03-21 | warning msg typos fix | Lupus | 1 | -1/+1 |
2006-03-17 | - Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb) | skotlex | 1 | -9/+7 |
2006-03-13 | - Corrected char-server parameters so that the subnet config file is the thir... | skotlex | 1 | -1/+1 |
2006-03-04 | - Fixed a bug on the last fix :P | skotlex | 1 | -1/+1 |
2006-03-04 | - Fixed subnet checking being broken in the login txt server. | skotlex | 1 | -4/+4 |
2006-03-03 | * Fixed character deletion working on SQL without an email address (Thanks to... | Zephiris | 1 | -0/+1 |
2006-03-02 | - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h) | skotlex | 1 | -6/+29 |
2006-03-01 | * Corrected a few Compiling Warnings [Codemaster] | codemaster | 4 | -5/+5 |
2006-03-01 | * Added the ability to select GM loading via Login (default) or Char [Codemas... | codemaster | 1 | -25/+70 |
2006-02-28 | Rewrote LAN support code. Changed configuration file name lan_support.conf to... | LuzZza | 2 | -57/+78 |
2006-02-23 | - Modified the way autospells stack to mimic official servers. Cards of the s... | skotlex | 1 | -1/+1 |
2006-02-20 | - Added back the char-sql server sending the GM list when the map server conn... | skotlex | 1 | -3/+2 |
2006-02-17 | - Char-SQL: Removed the ridiculous check for existing party/guild each time a... | skotlex | 4 | -86/+51 |
2006-02-17 | - Fixed the memory leak on opt_2str as pointed out by End of Exam | skotlex | 1 | -3/+8 |
2006-02-16 | - Updated the login/char sql servers to let the sql tables autogenerate the n... | skotlex | 11 | -310/+110 |
2006-02-15 | - Fixed the char servers to store correctly exp as uints. They are also cappe... | skotlex | 1 | -11/+17 |
2006-02-08 | - Fixed Char-SQL server setting up the save/last point to the novice grounds ... | skotlex | 1 | -2/+2 |
2006-02-07 | - Fixed sql compile. | skotlex | 1 | -6/+4 |
2006-02-06 | - Fixed sql compile. | skotlex | 1 | -1/+1 |
2006-02-06 | - Added define clif_deadsit to send the dead state into player packets if the... | skotlex | 1 | -3/+4 |
2006-02-01 | - Map and char server now will complain if they are run using the default use... | skotlex | 1 | -0/+6 |
2006-01-30 | - Some compile warning fixes. | skotlex | 1 | -2/+2 |
2006-01-29 | AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ... | Valaris | 16 | -0/+9120 |
2006-01-29 | Clearing trunk. | Valaris | 17 | -8112/+0 |