Age | Commit message (Expand) | Author | Files | Lines |
2006-03-24 | - Modified script commands atcommand/charcommand to execute even if there isn... | skotlex | 1 | -11/+36 |
2006-03-23 | * Minor cleanups. | Lance | 1 | -1/+1 |
2006-03-22 | - Merged the unit_data structure from jA for handling unit-related data (atta... | skotlex | 1 | -92/+81 |
2006-03-19 | * Fixed event_kill_pc to behave like what it should instead of another replic... | Lance | 1 | -3/+25 |
2006-03-19 | * Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle... | Lance | 1 | -19/+83 |
2006-03-18 | added script function 'getmonsterinfo' | Lupus | 1 | -0/+92 |
2006-03-17 | * Fixed misleading and inaccurately documented events and added a missing flag. | Lance | 1 | -4/+9 |
2006-03-17 | - removed auto-attaching of player-run scripts in initnpctimer. You must use ... | skotlex | 1 | -1/+1 |
2006-03-17 | * Final fix on Juperos NPC. | Lance | 1 | -0/+1 |
2006-03-17 | * Fixed compiler warning in script.c get_mob_data. | Lance | 1 | -25/+25 |
2006-03-16 | * mob_chat_sub fix. Added buildin_pcblockmove. | Lance | 1 | -0/+20 |
2006-03-16 | * BL_PC and BL_MOB control script commands (experimental). | Lance | 1 | -0/+387 |
2006-03-15 | - Added mapflag nodrop, fixed mapflag notrade. | skotlex | 1 | -1/+10 |
2006-03-13 | - Fixed script command warpparty looking for an attached player even when it ... | skotlex | 1 | -29/+23 |
2006-03-07 | - Some corrections due to the guild skill position change. | skotlex | 1 | -27/+24 |
2006-03-05 | * Fixed easter.txt typo. | Lance | 1 | -4/+6 |
2006-03-04 | - The rate passed to status_change_start must now be in 0->10000 range. | skotlex | 1 | -3/+3 |
2006-03-03 | - Trick dead now ends on logout | skotlex | 1 | -1/+7 |
2006-03-03 | - Fixed typo in script.c | Lance | 1 | -11/+11 |
2006-03-03 | * IDE error. | Lance | 1 | -4/+4 |
2006-03-02 | - Hopefully fixed the compile error due to the mapregsql_handle... | skotlex | 1 | -4/+4 |
2006-03-02 | - Fixed item pickup not picking anything unless you were in a party with item... | skotlex | 1 | -0/+4 |
2006-03-02 | * Mapregsql will now fully depend on mmysql_handle. | Lance | 1 | -7/+7 |
2006-03-02 | * Optimized strcharinfo to use switch. Looks like Skot fixed the crash alread... | Lance | 1 | -57/+132 |
2006-03-01 | - Silence will only block skills when they have begun casting, not when the c... | skotlex | 1 | -0/+4 |
2006-03-01 | - Checked and fixed the script engine barking when you try to have a label wi... | skotlex | 1 | -109/+33 |
2006-03-01 | - Turn Undead and Offensive Resurrection should now work on undead players. | skotlex | 1 | -0/+4 |
2006-03-01 | * Added script command 'setbattleflag'. | Lance | 1 | -1/+17 |
2006-02-28 | * Added autoequip flag check (added script command 'autoequip' to manipulate ... | Lance | 1 | -0/+13 |
2006-02-28 | * Added script command 'equip' to equip items. | Lance | 1 | -0/+29 |
2006-02-20 | - Added sd variables menuskill_id/menuskill_lv to store menu-based selections... | skotlex | 1 | -2/+1 |
2006-02-17 | - Fixed the memory leak on opt_2str as pointed out by End of Exam | skotlex | 1 | -2/+4 |
2006-02-13 | - Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack. | skotlex | 1 | -1/+1 |
2006-02-08 | - Cleaned up and reorganized status_change_start. Now it also receives the su... | skotlex | 1 | -8/+9 |
2006-02-05 | * Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ... | Valaris | 1 | -1/+6 |
2006-02-03 | - Fixed the reported map when there is an error in report_src (script.c) | skotlex | 1 | -2/+9 |
2006-02-02 | - Improved the NPC timer system to enable to have multiple timers going on at... | skotlex | 1 | -1/+13 |
2006-02-01 | - Fixed a typo bug in SC_STAR_COMFORT handling. | skotlex | 1 | -3/+3 |
2006-01-30 | * Added 'restricted' mapflag, based on lordalfa patch | Komurka | 1 | -2/+8 |
2006-01-29 | AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ... | Valaris | 1 | -0/+10736 |
2006-01-29 | Clearing trunk. | Valaris | 1 | -7862/+0 |
2005-04-06 | * Skip partner checking when calculating status with Marionette Control on | celest | 1 | -12/+14 |
2005-04-01 | Fixed some memory corruptions [MouseJstr] | amber | 1 | -4/+4 |
2005-03-31 | * Fixed a bug with InitTimer/StopTimer | celest | 1 | -4/+4 |
2005-03-29 | More C/C++ Conformance fixes | amber | 1 | -47/+47 |
2005-03-29 | Compile error fix ^^ | celest | 1 | -1/+1 |
2005-03-29 | Fixe compile time problems with our mixed C++/C conformance | amber | 1 | -27/+27 |
2005-03-28 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab... | veider | 1 | -1/+1 |
2005-03-22 | Check changelog ^^ | celest | 1 | -3/+3 |
2005-03-19 | * Added getrefine() | celest | 1 | -0/+15 |