Age | Commit message (Expand) | Author | Files | Lines |
2006-11-20 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9269 54... | Lance | 1 | -4/+4 |
2006-11-20 | - atcommand and charcommand backwards compatibility | Lance | 1 | -4/+26 |
2006-11-20 | - Removed security check since source level patch is applied. Reverted select... | Lance | 1 | -1/+48 |
2006-11-19 | * Hack protection from packet monkeys in clif_parse_NpcSelectMenu. | Lance | 1 | -2/+12 |
2006-11-19 | * Added 'cancel' button parsing in buildin_select menu system. Now scripts wi... | Lance | 1 | -11/+13 |
2006-11-17 | * Fixed potential crash in IRC processing message with '%' using *printf. | Lance | 1 | -16/+16 |
2006-11-16 | * Edited atcommand and charcommand syntax. Now it doesn't need the useless ch... | Lance | 1 | -4/+4 |
2006-11-14 | - Characters with Karma may fight amongst them anywhere. | skotlex | 1 | -2/+17 |
2006-11-10 | - Fixed some line delimiter issues in script.c | skotlex | 1 | -42/+42 |
2006-11-07 | - Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia... | skotlex | 1 | -4/+3 |
2006-11-06 | - Ganbantein's delay is now 2 secs. | skotlex | 1 | -23/+29 |
2006-11-06 | * Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau... | Lance | 1 | -1/+2 |
2006-11-04 | a couple new script commands [Reddozen] | reddozen | 1 | -20/+75 |
2006-10-30 | Fixed getcharid according to samples and docs | Lupus | 1 | -2/+2 |
2006-10-23 | - Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea... | skotlex | 1 | -2/+2 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 1 | -6/+6 |
2006-10-19 | - Cleaned up the log.c file. | skotlex | 1 | -20/+20 |
2006-10-11 | - Cleaned up unitattack, unittalk and unitdeadsit | skotlex | 1 | -47/+16 |
2006-10-10 | - Should have fixed being petrified not reducing your defense and increaseing... | skotlex | 1 | -2/+2 |
2006-10-03 | - Reverted declaration of run_script to normal since it appears there's no lo... | skotlex | 1 | -11/+5 |
2006-10-02 | - Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off... | skotlex | 1 | -3/+6 |
2006-09-30 | - Rewrote the txt->sql converter. It now links directly to the char server fi... | skotlex | 1 | -1/+1 |
2006-09-28 | - Merged the necessary changes to make the script engine support negative con... | skotlex | 1 | -3/+5 |
2006-09-25 | - Merged FlavioJS's script patch which should fix stuff like "mes ();" causin... | skotlex | 1 | -1/+9 |
2006-09-22 | - Fixed a bug on "select" when skipping empty entries when the selected entry... | skotlex | 1 | -1/+1 |
2006-09-19 | - Added support for skipping empty string menu entries for the select() comma... | skotlex | 1 | -1/+6 |
2006-09-19 | - Corrected undisguise not working if you don't pass any parameters to it (wh... | skotlex | 1 | -1/+1 |
2006-09-19 | - Made the report_Src function also report name of non-bl objects. | skotlex | 1 | -3/+9 |
2006-09-13 | - Modified the nocommand mapflag so you can specify the GM range that is bloc... | skotlex | 1 | -2/+2 |
2006-09-11 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54... | Lupus | 1 | -8/+7 |
2006-09-05 | - Corrected SC_INTRAVISION not starting. | skotlex | 1 | -12/+9 |
2006-09-04 | - Should have fixed "sleep", thanks to Lance for figuring out the error. | skotlex | 1 | -2/+2 |
2006-09-04 | - Some cleanup of how mobcount works. | skotlex | 1 | -6/+3 |
2006-09-01 | The Clearing unused stack report will now print the related NPC | toms | 1 | -2/+5 |
2006-08-31 | - Fixed @summon's delete timer being screwed up. | skotlex | 1 | -9/+11 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -16/+16 |
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 | 1 | -0/+38 |
2006-08-24 | - script command "isrefine" will no longer return always false for equip posi... | 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 | - Fixed a possible SIGSEGV on buildin_maprespawnguildid if the map is unknown | toms | 1 | -1/+5 |
2006-08-22 | - Fixed a crash on the mobspawn script command. | skotlex | 1 | -1/+1 |
2006-08-22 | - updated (more or less) the sql-files/item_db2.sql file. | skotlex | 1 | -1/+1 |
2006-08-22 | - getnameditem will now also work on stackable items | skotlex | 1 | -3/+2 |
2006-08-21 | - Adjusted Glittering's success rate to 20+10*lv% | skotlex | 1 | -2/+10 |
2006-08-21 | - Fixed the Autosave routine not working when there's only one player online. | skotlex | 1 | -3/+1 |
2006-08-18 | - Changed unit_free so that it receives which cleartype should be used when t... | skotlex | 1 | -1/+1 |
2006-08-16 | - Added support for hexadecimal values in the const.txt file. | skotlex | 1 | -5/+6 |
2006-08-16 | - Spirit of Wizard will now consume an item 7321 each time it blocks reflecte... | skotlex | 1 | -0/+13 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -36/+37 |