Age | Commit message (Expand) | Author | Files | Lines |
2007-04-17 | - Expanded the autospell structure to hold a flag, which contains the require... | skotlex | 1 | -30/+38 |
2007-04-12 | - Fixed status changes that can't be reduced and have a passed duration of 0 ... | skotlex | 1 | -1/+1 |
2007-04-11 | - When a mob fails to use the selected skill, it will now move on to the next... | skotlex | 1 | -0/+4 |
2007-04-10 | - Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin... | skotlex | 1 | -1/+1 |
2007-04-10 | - Modified status_get_sc_def to handle both rate and tick reductions. This wa... | skotlex | 1 | -53/+69 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-08 | - Made the return code \n for Apple systems (it was \r before), this still ne... | skotlex | 1 | -2/+1 |
2007-04-07 | - Disabled the exception handler on windows debug builds | ultramage | 1 | -2/+2 |
2007-04-04 | - Corrected song/dances/encores reducing SP at the incorrect intervals (eithe... | skotlex | 1 | -1/+1 |
2007-04-03 | - Corrected Longing for Freedom, it should triple SP cost rather than modifyi... | skotlex | 1 | -1/+1 |
2007-04-03 | - SC_ENCHANTARMS will no longer fail to start if it's already running with a ... | skotlex | 1 | -0/+1 |
2007-04-02 | - Cleaned up mmo_auth, as this function was quite filled with sql memory leak... | skotlex | 1 | -12/+9 |
2007-04-02 | - Corrected the login TXT server not initializing the waiting_disconnect vari... | skotlex | 1 | -0/+1 |
2007-04-01 | - Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ... | skotlex | 1 | -26/+11 |
2007-03-30 | Fixed typos from previous revisions :) | ultramage | 1 | -1/+1 |
2007-03-29 | - Corrected a pretty serious typo in script.c | skotlex | 1 | -0/+2 |
2007-03-29 | - Added "do_abort" function to the core. It is invoked when the server has re... | skotlex | 1 | -7/+11 |
2007-03-28 | - Added defines script_getnum and script_getstr to further simplify variable ... | skotlex | 1 | -6/+0 |
2007-03-26 | - Cleaned up some the mob skill use code. The skill re-use delay is set at th... | skotlex | 1 | -1/+1 |
2007-03-26 | - Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (hig... | ultramage | 1 | -7/+0 |
2007-03-25 | - Coma now reduces SP to 0 (with the exception of Dark Blessing) | skotlex | 1 | -2/+6 |
2007-03-24 | Corrected change r10051 which prevented Ice Pick from working | ultramage | 1 | -3/+2 |
2007-03-22 | - Removed unused bIgnoreDefMob | skotlex | 1 | -4/+3 |
2007-03-22 | - Twilight Pharmacy's cast time is no longer reducable by dex. | skotlex | 1 | -11/+11 |
2007-03-20 | - Increased Improve Concentration's hide-revealing range to 3 (7x7) | skotlex | 1 | -6/+4 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -1/+11 |
2007-03-19 | - Rewrote the jail logic to always use a status change. This means that the c... | skotlex | 1 | -16/+29 |
2007-03-14 | - Increased Shield Chain's range by one. It is now a ranged skill. | skotlex | 1 | -2/+9 |
2007-03-11 | - cbasetypes now assumes that Mingwin does defines ssize_t | skotlex | 1 | -1/+1 |
2007-03-07 | - Corrected the pet/homunc data not being free'd if the player logs out befor... | skotlex | 1 | -2/+1 |
2007-03-01 | - Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone... | skotlex | 1 | -7/+7 |
2007-02-26 | - NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on... | skotlex | 1 | -1/+1 |
2007-02-25 | - You are allowed to attack/use skills now when your cloaking level is below 3. | skotlex | 1 | -2/+2 |
2007-02-25 | Corrected some typos and small details | ultramage | 1 | -1/+1 |
2007-02-12 | - Fixed npc_check_areanpc, Wand of Hermod works now. | skotlex | 1 | -0/+1 |
2007-02-12 | - Corrected range of self destruction / bio explosion to be equal to their sp... | skotlex | 1 | -3/+2 |
2007-02-12 | - Fixed the inverted behavior of display_skill_fail, caused by r9823 | ultramage | 1 | -1/+2 |
2007-02-08 | - Fixed a bunch of probably incorrect logical comparisons. | skotlex | 1 | -3/+3 |
2007-02-07 | - Updated the range of BioExplosion and Self Destruction so they count as ran... | skotlex | 1 | -5/+6 |
2007-02-01 | - Corrected homunculus's aspd being halved after using some aspd adjusting sk... | skotlex | 1 | -1/+1 |
2007-01-29 | - Corrected the homunculus deletion functions so that the homunculus is delet... | skotlex | 1 | -3/+4 |
2007-01-27 | - Kaite and Assumptio no longer stack. One will remove the other in the same ... | skotlex | 1 | -0/+7 |
2007-01-23 | Fixed int/dex foods using an incorrect icon for their status | ultramage | 1 | -2/+2 |
2007-01-23 | - Added view_data support to mercenary.*, so that the Homunculus entries are ... | skotlex | 1 | -2/+8 |
2007-01-19 | - Merged Rayce's cleanups of the script engine that account for duplicate lab... | skotlex | 1 | -1/+8 |
2007-01-18 | - Modified the Storm Gust freeze counter code. It now takes into consideratio... | skotlex | 1 | -7/+1 |
2007-01-16 | - Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt... | skotlex | 1 | -3/+6 |
2007-01-15 | - Fixed Joint Beat's speed penalty. | skotlex | 1 | -2/+2 |
2007-01-15 | - Probably fixed the registration flood protection code being broken. | skotlex | 1 | -1/+1 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -1/+1 |