Age | Commit message (Expand) | Author | Files | Lines |
2006-08-29 | - Applied Mpeg's work on GS | toms | 5 | -29/+77 |
2006-08-29 | @showmobs = shows selected mobs on mini-map | Lupus | 2 | -0/+88 |
2006-08-28 | - Restructured CG_MOONLIT so that it is a ground effect like the other Encores. | skotlex | 8 | -105/+37 |
2006-08-28 | - The memory leak reports will now print out in the logs also the revision th... | skotlex | 2 | -18/+24 |
2006-08-28 | Added TK level-up buffs to SG too, and extended them to 10 min | DracoRPG | 2 | -6/+7 |
2006-08-28 | - Changed the produce_db format, now there's a skill-lv column right after th... | skotlex | 2 | -5/+7 |
2006-08-28 | reverted mpeg's work | Vicious | 5 | -7279/+7220 |
2006-08-28 | - Reverted the "fix" to mdef reduction code being applied before the number o... | skotlex | 1 | -4/+3 |
2006-08-28 | - Added a missing pair of lines to mob.c which mysteriously vanished on my la... | skotlex | 1 | -1/+2 |
2006-08-28 | - Fixed exp bonuses applying twice for the job-exp | skotlex | 7 | -17/+58 |
2006-08-28 | Reverted Mpeg's change of NJ_BUNSINJYUTSU SCB | toms | 1 | -1/+1 |
2006-08-28 | - Fixed homun hp/sp growth rates stacking with HP/SP passive increasing skills. | skotlex | 1 | -4/+2 |
2006-08-28 | Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg... | toms | 5 | -28/+90 |
2006-08-27 | Tweaked MEMSET_TURBO abit, temperory disabled GCC version. | Lance | 2 | -2/+2 |
2006-08-27 | Fixed undefined reference to 'malloc_set' in log.c | toms | 1 | -0/+1 |
2006-08-27 | - Updated svn-revision reading, now it can read the new svn file system | toms | 1 | -2/+11 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 23 | -406/+408 |
2006-08-26 | Small bug fix in read_homunculus_expdb (a warning was always displayed) | toms | 1 | -1/+1 |
2006-08-26 | - Small adjustment on the mob_ai code which could fix mobs not chasing you if... | skotlex | 2 | -2/+2 |
2006-08-25 | - Cleaned some the skill unit removal added flag so that it signals whether t... | skotlex | 1 | -9/+10 |
2006-08-25 | - The following skills will display a normal attack animation now: | skotlex | 1 | -2/+13 |
2006-08-25 | - Oops, forgot to even try to compile the previous update. | skotlex | 1 | -0/+2 |
2006-08-25 | - Added script commands roclass/eaclass to enable scripts to access eA's job ... | skotlex | 2 | -2/+42 |
2006-08-25 | Added a flag to skill_delunitgroup, skill_delunit & skill_unit_onlimit. | toms | 5 | -38/+39 |
2006-08-24 | - Cleanup/typo on homunc's code | toms | 6 | -203/+205 |
2006-08-24 | - Now when a mob's adelay is set to be less than the amotion, both values wil... | skotlex | 1 | -2/+13 |
2006-08-24 | - script command "isrefine" will no longer return always false for equip posi... | skotlex | 2 | -3/+5 |
2006-08-24 | - Reverted the previous change, changed the pet capture code to try to captur... | skotlex | 4 | -14/+9 |
2006-08-24 | - Fixed the md->class_ variable not being updated when a mob's class is changed. | skotlex | 1 | -2/+2 |
2006-08-24 | - Added setting clear_skills_on_warp to specify when a character's land-based... | skotlex | 6 | -12/+44 |
2006-08-24 | - Applied some change from mpeg on Ninja Skills | toms | 1 | -12/+13 |
2006-08-24 | - Fixed mob_clone_spawn completely ignoring the mode variable. | skotlex | 1 | -1/+3 |
2006-08-23 | - Fixed Energy Coat reducing and consuming more than it should when you have ... | skotlex | 1 | -1/+1 |
2006-08-23 | - Cleaned up getmapxy script function, also added support for type 4 so that ... | skotlex | 1 | -109/+94 |
2006-08-23 | SC_ARMOR_ELEMENT looks like gone away from status_change_start since ... rev ... | toms | 1 | -0/+4 |
2006-08-23 | - Some minor cleanups. | skotlex | 1 | -1/+1 |
2006-08-23 | - Fixed HVAN_EXPLOSION (What did I fixed? either it doing no damage, or it gi... | skotlex | 1 | -12/+11 |
2006-08-23 | - Fixed a possible SIGSEGV on buildin_maprespawnguildid if the map is unknown | toms | 1 | -1/+5 |
2006-08-23 | - Adjusted skill_attack_area so that skill_area_temp[1] holds the ID of the t... | skotlex | 1 | -6/+13 |
2006-08-22 | - Fixed a crash on the mobspawn script command. | skotlex | 3 | -4/+14 |
2006-08-22 | Fixed gcc warning | toms | 1 | -0/+2 |
2006-08-22 | Fixed AM_REST not closing the homunc status window | toms | 1 | -3/+6 |
2006-08-22 | - Fixed SC_NEN according to Mpeg | toms | 1 | -1/+0 |
2006-08-22 | - Some corrections to make Tatami Gaeshi work correctly. | skotlex | 2 | -9/+13 |
2006-08-22 | - Some more work on the splash skill code. Now splash-damaged enemies should ... | skotlex | 3 | -43/+41 |
2006-08-22 | - updated (more or less) the sql-files/item_db2.sql file. | skotlex | 2 | -5/+1 |
2006-08-22 | - getnameditem will now also work on stackable items | skotlex | 3 | -22/+20 |
2006-08-22 | - Some more cleaning up of the splash skill code. Now the passed hit value fo... | skotlex | 1 | -28/+5 |
2006-08-21 | Fixed call homunc bug when the homunc was vapo and the master has change of map | toms | 1 | -0/+1 |
2006-08-21 | - Some cleaning of the splash skills. Updated skill-attack to enable again pa... | skotlex | 1 | -105/+88 |