Age | Commit message (Expand) | Author | Files | Lines |
2006-03-01 | - Added sql init for the mapreg handle. | skotlex | 1 | -3/+4 |
2006-03-01 | - Checked and fixed the script engine barking when you try to have a label wi... | skotlex | 2 | -111/+34 |
2006-03-01 | - Turn Undead and Offensive Resurrection should now work on undead players. | skotlex | 9 | -117/+154 |
2006-03-01 | Some small changes in LAN support code. | LuzZza | 1 | -6/+8 |
2006-03-01 | * Added script command 'setbattleflag'. | Lance | 1 | -1/+17 |
2006-03-01 | * Corrected a few Compiling Warnings [Codemaster] | codemaster | 5 | -6/+6 |
2006-03-01 | * Added the ability to select GM loading via Login (default) or Char [Codemas... | codemaster | 2 | -64/+131 |
2006-02-28 | * Added autoequip flag check (added script command 'autoequip' to manipulate ... | Lance | 3 | -0/+18 |
2006-02-28 | * Added script command 'equip' to equip items. | Lance | 1 | -0/+29 |
2006-02-28 | Rewrote LAN support code. Changed configuration file name lan_support.conf to... | LuzZza | 8 | -304/+295 |
2006-02-24 | - Prevented guild/party recall to work on GMs of greater level than yourself. | skotlex | 1 | -0/+8 |
2006-02-24 | - Fixed Lady Tanee's spawns. | skotlex | 1 | -3/+0 |
2006-02-24 | - Fixed the CL_WHITE define, thanks to FlavioJS | skotlex | 5 | -23/+13 |
2006-02-24 | - Player-summoned mobs won't level up now. | skotlex | 6 | -32/+23 |
2006-02-23 | - Added mob skill conditions myhpinrate and friendhpinrate for using HP range... | skotlex | 4 | -21/+36 |
2006-02-23 | - Modified the way autospells stack to mimic official servers. Cards of the s... | skotlex | 9 | -155/+106 |
2006-02-22 | - Windwalk's bonus is now +5 miserable flee. | skotlex | 1 | -1/+1 |
2006-02-22 | - Removed pc_break_equip, added function skill_break_equip which handles rate... | skotlex | 5 | -112/+113 |
2006-02-22 | - Changed the MAX_MOBSKILL value to 50 to give some 'breathing' room. | skotlex | 1 | -1/+1 |
2006-02-22 | - Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s... | skotlex | 7 | -93/+145 |
2006-02-21 | - Fixed all skills getting range 0.... (except close confine which got range ... | skotlex | 1 | -1/+1 |
2006-02-21 | - Some cleanup in skill.c, moved the icewall flag check to skill_notok. | skotlex | 1 | -24/+9 |
2006-02-21 | - Modified party_send_movemap and guild_send_info_short to send the mini-dots... | skotlex | 4 | -24/+81 |
2006-02-21 | - Fix to prevent using main chat when it disabled in atcommand_athena. | LuzZza | 3 | -5/+5 |
2006-02-21 | - Some fine-tuning of the warp portal code which prevents it from messing up ... | skotlex | 2 | -14/+30 |
2006-02-21 | - Vending is now cancelled on a pc_setpos | skotlex | 4 | -16/+19 |
2006-02-21 | - Oh yeah, made Super Novice explosion spirits trigger when the last phrase i... | skotlex | 2 | -2/+1 |
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 |