Age | Commit message (Expand) | Author | Files | Lines |
2006-02-20 | - Added back the char-sql server sending the GM list when the map server conn... | skotlex | 3 | -4/+5 |
2006-02-20 | - Play-dead and Basilica now do block Gospel | skotlex | 3 | -44/+23 |
2006-02-20 | - SC_NOCHAT won't be cancelled on death. | skotlex | 2 | -39/+44 |
2006-02-20 | - Close confine won't get the bonus range on cast as other skills do due to e... | skotlex | 2 | -2/+3 |
2006-02-20 | - Added sd variables menuskill_id/menuskill_lv to store menu-based selections... | skotlex | 6 | -106/+166 |
2006-02-20 | - Corrected implementation of Gangster Paradise to just prevent mobs from tar... | skotlex | 3 | -14/+26 |
2006-02-20 | * Updated item_bluebox.txt, item_giftbox.txt, item_violetbox.txt, item_db.txt... | Komurka | 1 | -6/+9 |
2006-02-20 | - Fixed Taekwon stances not triggering. | skotlex | 5 | -14/+52 |
2006-02-19 | * Preparing eA for new mob_skill_db from Aegis 10.2 [Komurka] | Komurka | 1 | -1/+1 |
2006-02-19 | - Fixed a compile warning this time ~.~ | skotlex | 1 | -1/+1 |
2006-02-19 | - Oops, fixed the compilation error. | skotlex | 2 | -4/+6 |
2006-02-19 | - Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes i... | skotlex | 2 | -15/+13 |
2006-02-19 | - Fixed parsing of @kamic/@kamib to check for case. | skotlex | 3 | -28/+32 |
2006-02-18 | - Removed the SP_<stat> cases from status_get_sc_def as they were colliding w... | skotlex | 2 | -14/+9 |
2006-02-18 | * Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars) | Komurka | 7 | -8/+37 |
2006-02-18 | - Added an alternate path searching method for non-stacking mode. | skotlex | 3 | -11/+29 |
2006-02-18 | - Cleaned up irc.c (moved variable declarations before code commants >.>) | skotlex | 1 | -10/+14 |
2006-02-18 | - Fixed possible crash due to invalid index in the pet select packet. | skotlex | 1 | -0/+3 |
2006-02-17 | - Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE) | skotlex | 11 | -545/+383 |
2006-02-17 | - Modified the included files in irc.c, used as reference the includes in com... | skotlex | 1 | -4/+17 |
2006-02-17 | - Char-SQL: Removed the ridiculous check for existing party/guild each time a... | skotlex | 4 | -86/+51 |
2006-02-17 | - Applied the suggested fixes by Joshuaali to fix the compiling of the sql ma... | skotlex | 2 | -6/+5 |
2006-02-17 | - Fixed the memory leak on opt_2str as pointed out by End of Exam | skotlex | 2 | -5/+12 |
2006-02-17 | - Fixed crash in AL_TELEPORT. | skotlex | 1 | -2/+2 |
2006-02-17 | - Now you can't close-confine and already confined mob. | skotlex | 3 | -32/+27 |
2006-02-16 | - Added a new column in the skill_db to specify the splash-range/area-of-effe... | skotlex | 2 | -13/+15 |
2006-02-16 | - Autocasted AL_TELEPORT should now automatically pick menu entry rather than... | skotlex | 1 | -5/+11 |
2006-02-16 | - In CELL_NOSTACK mode, mob_canreach will now ignore other players when check... | skotlex | 3 | -9/+17 |
2006-02-16 | - Fixed the include in irc.c from strings.h to string.h, which fixes a bunch ... | skotlex | 1 | -1/+1 |
2006-02-16 | - Updated the login/char sql servers to let the sql tables autogenerate the n... | skotlex | 12 | -343/+132 |
2006-02-16 | - Cleaned up function pc_useitem and pc_isUseitem | skotlex | 1 | -82/+94 |
2006-02-16 | - Fixed crash in chrif_load_scdata warning message. | skotlex | 1 | -1/+1 |
2006-02-16 | - Fixed pets displaying "strangely" when they did not have their pet armor | skotlex | 2 | -4/+4 |
2006-02-15 | - Added battle config option pk_level_range for specifying valid level ranges... | skotlex | 3 | -12/+26 |
2006-02-15 | - Fixed the char servers to store correctly exp as uints. They are also cappe... | skotlex | 3 | -29/+37 |
2006-02-15 | - Made the warm skills BF_WEAPON type so that they may trigger effect cards. | skotlex | 7 | -157/+215 |
2006-02-15 | - Fixed @lvup commmand raising levels when you specify a negative value.. aga... | skotlex | 1 | -4/+4 |
2006-02-15 | - Fixed @lvup commmand raising levels when you specify a negative value... | skotlex | 1 | -1/+1 |
2006-02-15 | - Some cleaning of the slave moving code. | skotlex | 5 | -30/+27 |
2006-02-14 | - Removed the declaration of puchar and pchar from my_global.h which was prev... | skotlex | 1 | -2/+4 |
2006-02-14 | - Hiding cancels Close Confine. | skotlex | 5 | -855/+514 |
2006-02-13 | - Added battle config sc_def_rate which adjusts natural defense of characters... | skotlex | 3 | -3/+10 |
2006-02-13 | - Pet eggs won't be deleted upon selection for hatching, but on pet data retr... | skotlex | 2 | -5/+26 |
2006-02-13 | - Made the NPC_BREAK* skills attack skills again, their chance of equipment b... | skotlex | 2 | -45/+45 |
2006-02-13 | - Made Land Protector Block Hammerfall. | skotlex | 8 | -51/+83 |
2006-02-13 | - Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack. | skotlex | 8 | -38/+39 |
2006-02-13 | - Fixed SG_FUSION costing SP to deactivate. | skotlex | 3 | -10/+15 |
2006-02-13 | - NPC_POWERUP now gives +40% atk per level. | skotlex | 7 | -58/+55 |
2006-02-13 | - Added CELL_CHKSTACK to check if a map cell is stacked (CELL_NOSTACK server ... | skotlex | 4 | -2/+32 |
2006-02-13 | - Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets... | skotlex | 5 | -142/+101 |