Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | - Some fixes to mail system. | zephyrus | 3 | -13/+27 |
2008-02-12 | Fixed a typo in #item preventing it from working (see r12195). | ultramage | 1 | -61/+56 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 8 | -406/+394 |
2008-02-11 | - Applied some cleanups to party.c/guild.c to ensure that direct pointers to ... | skotlex | 2 | -33/+54 |
2008-02-11 | - 'Forget me Not' no longer blocks ASPD bonuses from working or prevents thei... | skotlex | 2 | -7/+8 |
2008-02-11 | * Expanded the script command 'input': (bugreport:811) | FlavioJS | 2 | -14/+41 |
2008-02-10 | Added two missing opt2 values, for Angelus and Bleeding status. | ultramage | 3 | -159/+81 |
2008-02-10 | Fixed Warp Portal code sometimes producing errors/crashes in the case where a... | ultramage | 1 | -5/+11 |
2008-02-08 | Fixed wrong message in item group loading code (bugreport:936) | ultramage | 2 | -2/+2 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 8 | -27/+23 |
2008-02-04 | - Some code cleanups. | zephyrus | 11 | -34/+128 |
2008-02-04 | Fixed one IRC module crash when trying to send messages when disconnected. | ultramage | 1 | -2/+2 |
2008-02-04 | - Fixed a 'typo' which made my last commit actually not fix anything (Plagiar... | skotlex | 1 | -1/+1 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 5 | -65/+51 |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 3 | -0/+168 |
2008-02-03 | Added a missing client update when the mute status is manually cancelled by a GM | ultramage | 1 | -0/+5 |
2008-02-02 | Fixed npc reloading crash (bugreport:889) | ultramage | 3 | -7/+7 |
2008-02-01 | Added a missing script On-events index refresh operation after a npc is unloa... | ultramage | 1 | -0/+1 |
2008-01-30 | Added back the GRF_PATH_FILENAME variable and commandline parameter. | ultramage | 2 | -1/+6 |
2008-01-30 | - Fixed a serious zeny exploid on scripts. Please update!! | zephyrus | 1 | -0/+3 |
2008-01-29 | - Plagiarize can no longer copy skill levels beyond their max skill_db value. | skotlex | 1 | -5/+11 |
2008-01-29 | - Modified pc_dead so that the src is passed on to the master when it is a pe... | skotlex | 1 | -15/+21 |
2008-01-29 | - Added some error reporting when a player is not found inside its guild/part... | skotlex | 2 | -0/+4 |
2008-01-28 | Fixed a coding mistake I made in r12142. | ultramage | 1 | -1/+4 |
2008-01-26 | Added an out-of-bounds crashfix for map_delobject and map_delobjectnofree. | ultramage | 2 | -4/+14 |
2008-01-26 | Some random cleaning | ultramage | 6 | -68/+37 |
2008-01-23 | - Fixed pc_setrestartvalue not correctly setting your SP when sending to save... | skotlex | 1 | -3/+2 |
2008-01-22 | - Removed hom_setting&02 (ignore skill range) as this was fixed by Gravity so... | skotlex | 2 | -6/+2 |
2008-01-21 | Fixed/cleaned r12114 and 12117. | ultramage | 3 | -20/+15 |
2008-01-21 | Fixed battle config loading not applying the side-effects of battle_adjust_co... | ultramage | 1 | -14/+16 |
2008-01-21 | - Optimized some code about @size changes in chars. | zephyrus | 3 | -8/+29 |
2008-01-20 | - Fixed a comparison whn doing item searches | skotlex | 4 | -24/+15 |
2008-01-20 | Fixed yet another status code crash, this time when a stonecursed mob with hi... | ultramage | 1 | -0/+7 |
2008-01-20 | Expanded a mapserver's debug message in its interserver parsing function. | ultramage | 1 | -1/+1 |
2008-01-19 | Added back periodic user count updates that got replaced in r11703, but are n... | ultramage | 1 | -0/+3 |
2008-01-17 | - Made battle_check_range fail whenever the distance between src/target is gr... | skotlex | 1 | -1/+5 |
2008-01-17 | Icewalls can no longer be knocked back (see bugreport:38) | ultramage | 1 | -2/+5 |
2008-01-15 | * Manner system fixing | ultramage | 4 | -35/+97 |
2008-01-14 | - Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually ... | skotlex | 1 | -1/+3 |
2008-01-14 | * Client packet corrections | ultramage | 5 | -129/+177 |
2008-01-14 | Fixed card removal script functions' 'extra card' bug (bugreport:786) | ultramage | 1 | -61/+60 |
2008-01-14 | Removed the hardcoded limit for numeric npc input boxes (bugreport:811) | ultramage | 1 | -6/+0 |
2008-01-14 | Applied a temp patch to make some npc-executed atcommands work again (bugrepo... | ultramage | 6 | -37/+29 |
2008-01-14 | Simplified the BL_CAST macro (see topic:166795) | ultramage | 6 | -86/+77 |
2008-01-13 | - Fixed a compilation warning | skotlex | 1 | -4/+4 |
2008-01-13 | - Fixed dangling pointer crashes when bleeding or Deadly poison kills a spawn... | skotlex | 1 | -5/+11 |
2008-01-13 | - Removed the sc_start_abort define. Since now when a status already exists, ... | skotlex | 1 | -21/+10 |
2008-01-13 | - Fixed a possible ers_entry corruption if you die from bleeding while under ... | skotlex | 1 | -1/+1 |
2008-01-13 | - Updated Safety wall so it does not blocks melee magic. | skotlex | 1 | -1/+1 |
2008-01-13 | * Another possible fix to ers/status_change crashing. | FlavioJS | 1 | -23/+31 |