Age | Commit message (Expand) | Author | Files | Lines |
2007-05-19 | Fixed server crashes when you use long hostnames (/thx to Ancyker) | ultramage | 2 | -4/+4 |
2007-05-19 | Removed the wtf-y mmo_char_fromsql_short() from r2527 | ultramage | 3 | -212/+87 |
2007-05-19 | Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it... | ultramage | 1 | -1/+0 |
2007-05-19 | Corrected the problem with countitem2 (value wrapped-around in one case but n... | ultramage | 1 | -67/+62 |
2007-05-11 | - Updated the effect list a bit | ultramage | 1 | -1/+2 |
2007-05-11 | Re-phrased the attacker flee/def penalty config descs | ultramage | 3 | -30/+32 |
2007-05-10 | Attempt to fix unwanted teleporting of immobile mobs | Playtester | 1 | -1/+4 |
2007-05-10 | Replaced a few missed set_eof()-s | ultramage | 2 | -3/+3 |
2007-05-09 | * Adapted the shortlist to use a static array instead of a linked list and en... | FlavioJS | 2 | -69/+43 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 10 | -124/+251 |
2007-05-07 | * Fixed warpwaitingpc not working (bug introduced in r10471). | FlavioJS | 2 | -10/+10 |
2007-05-06 | Added a check to login_sql against too long db-stored emails. | ultramage | 1 | -1/+1 |
2007-05-06 | Removed an unused variable in script.c | toms | 1 | -1/+0 |
2007-05-06 | * Fixed Converters not overwriting each other | Playtester | 2 | -0/+3 |
2007-05-05 | * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. | FlavioJS | 14 | -307/+436 |
2007-05-05 | Missed a few occurences of strdup (followup to r10468) | ultramage | 1 | -3/+3 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 11 | -347/+212 |
2007-05-05 | Fixed Red Pouch overriding nobranch mapflag | Playtester | 1 | -2/+2 |
2007-05-05 | * Attempt to fix Kyrie Eleison not castable on enemy players | Playtester | 1 | -3/+7 |
2007-05-04 | adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details. | blackhole89 | 3 | -2/+993 |
2007-05-04 | * Added up-to-date monster summoning files thanks to Vicious_Pucca | Playtester | 1 | -1/+1 |
2007-05-04 | - Updated mob_poring.txt, by Spre. | DZeroX | 2 | -2/+3 |
2007-05-03 | Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr... | ultramage | 3 | -9/+10 |
2007-04-29 | * Ladmin fixes | ultramage | 4 | -1025/+1027 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 17 | -17/+6 |
2007-04-28 | Fixed login_sql ipbans not working (due to signed/unsigned mismatch) | ultramage | 1 | -1/+1 |
2007-04-28 | 'minor' details | ultramage | 3 | -3/+3 |
2007-04-28 | * Tried and fixed md5 password encryption | ultramage | 8 | -367/+310 |
2007-04-28 | * Internal changes to the script engine: | FlavioJS | 2 | -284/+294 |
2007-04-25 | - Corrected High Jump so it works on Guild Castles when WoE is off. | skotlex | 1 | -3/+5 |
2007-04-24 | - Modified the mob ai think time update after using skills from adelay/amotio... | skotlex | 3 | -9/+4 |
2007-04-24 | - NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ... | skotlex | 6 | -6/+16 |
2007-04-24 | - The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is defi... | skotlex | 4 | -17/+28 |
2007-04-24 | Spider Web / Fiber Lock status cannot be dispelled now | ultramage | 1 | -1/+1 |
2007-04-23 | - All mob casted skills have a fixed range of 9 now. You can use monster_ai&0... | skotlex | 1 | -1/+6 |
2007-04-23 | - Updated the skill_db, some mob skills seem to be better to a range of -9 th... | skotlex | 3 | -170/+170 |
2007-04-23 | - Fixed a compilation problem with the pid plugin | ultramage | 7 | -15/+10 |
2007-04-22 | - Removed the include of features.h from the console.c plugin. It is apparent... | skotlex | 8 | -39/+21 |
2007-04-22 | * Extended the functionality of StringBuf - length and appending a string. | FlavioJS | 5 | -216/+391 |
2007-04-22 | - Corrected crash if itemskill is used without an attached player. | skotlex | 4 | -13/+14 |
2007-04-21 | - Updated the autospell bonus scripts so you don't have to specify all the at... | skotlex | 2 | -5/+12 |
2007-04-21 | - Removed the +25% mdef, -50% def effect from Freeze status | ultramage | 7 | -29/+23 |
2007-04-20 | - Added ntows() to properly handle that client port number deficiency | ultramage | 9 | -23/+31 |
2007-04-19 | - fixed a few include lines. | skotlex | 2 | -6/+5 |
2007-04-18 | - Now @whogm hides perfect-hide gms only if their GM level is greater than th... | skotlex | 4 | -10/+5 |
2007-04-18 | Added MEXP overflow checks. | LuzZza | 1 | -1/+4 |
2007-04-18 | - Some more cleanups that should prevent the double-login issue even further. | skotlex | 2 | -9/+11 |
2007-04-17 | - A little check that I don't know how could anyone have forgotten to do. | skotlex | 1 | -1/+8 |
2007-04-17 | - The gain exp from resurrection config will now only work when the revived p... | skotlex | 3 | -3/+4 |
2007-04-17 | - Expanded the autospell structure to hold a flag, which contains the require... | skotlex | 8 | -43/+125 |