Age | Commit message (Expand) | Author | Files | Lines |
2006-05-08 | - Removed SP_DISGUISE from the bonus list. | skotlex | 1 | -2/+3 |
2006-05-06 | - Added missing include <limits.h> to npc.c... | skotlex | 1 | -0/+1 |
2006-05-05 | - Added a npc-script-event cache to avoid looking up event-scripts every time... | skotlex | 1 | -1/+103 |
2006-05-02 | - Corrected a crash when sd is null in npc_event | skotlex | 1 | -1/+3 |
2006-05-01 | * Optimized fake npc system. Added npc_checknear back to npc_buysellsel. | Lance | 1 | -7/+8 |
2006-04-30 | Fixed scripts relying on older event calling methods.. Still searching for ot... | Lance | 1 | -1/+1 |
2006-04-29 | - Cleaned up unused variables in npc.c | Lance | 1 | -2/+2 |
2006-04-29 | * Reverted npc_checknear to exclude check for class_ -1. | Lance | 1 | -8/+9 |
2006-04-29 | - Clones can't be class-changed now | skotlex | 1 | -2/+2 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -18/+17 |
2006-04-25 | - Modified and simplified the random item group format. It now is <GroupID>,<... | skotlex | 1 | -2/+0 |
2006-04-25 | - Simplified npc_gettimerevent_tick so that it should return a tick value eve... | skotlex | 1 | -18/+2 |
2006-04-24 | - Fixed a typo when parsing the mob spawn files. | skotlex | 1 | -4/+1 |
2006-04-24 | - Cleaned up @grind2 | skotlex | 1 | -0/+10 |
2006-04-23 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54... | shinomori | 1 | -1/+8 |
2006-04-20 | - Added support for n to specify minutes to @charban. | skotlex | 1 | -0/+1 |
2006-04-19 | - Removed the max cap of autoloot so you are now allowed to set autoloot valu... | skotlex | 1 | -0/+3 |
2006-04-18 | - Removed message 592 from trade.c | skotlex | 1 | -53/+59 |
2006-04-18 | * Shinomori's method (kinda) of remote script execution with interaction. | Lance | 1 | -2/+8 |
2006-04-17 | - Changed the npc_id mismatch warning to be more informative. | skotlex | 1 | -1/+1 |
2006-04-16 | - Fixed mysql ping setting being in minutes rather than hours. | skotlex | 1 | -0/+1 |
2006-04-16 | Optimized. (What am I thinking) | Lance | 1 | -4/+1 |
2006-04-16 | Fix my fix. | Lance | 1 | -3/+1 |
2006-04-16 | * Missing lines in npc_parse_script! | Lance | 1 | -0/+3 |
2006-04-16 | * Experimental npc_event_doall_sub with queue and npc_id allocation when needed. | Lance | 1 | -29/+41 |
2006-04-13 | - Added an Info message when pinging the SQL servers. | skotlex | 1 | -1/+0 |
2006-04-12 | - Expanded the warp warning so that it also warns when a warps takes you to a... | skotlex | 1 | -9/+14 |
2006-04-08 | - Fixed @movenpc | skotlex | 1 | -3/+7 |
2006-04-08 | - Added function status_change_init to initialize all the sc timers. Added sc... | skotlex | 1 | -6/+9 |
2006-04-05 | - Added inter config connection_ping_interval which specifies interval in hou... | skotlex | 1 | -2/+2 |
2006-04-03 | - Removed the flag variable from the npc_data structure. Disabled NPCs are no... | skotlex | 1 | -16/+13 |
2006-04-02 | - Fixed npc_gettimerevent_tick returning the difference since the last trigge... | skotlex | 1 | -2/+2 |
2006-04-01 | * Should not exit when you can't find an NPC file.. | Lance | 1 | -1/+1 |
2006-04-01 | Fixed the dynamic shop system memory allocation and id_db problem. Added samp... | Lance | 1 | -2/+2 |
2006-04-01 | - Added structure view_data to handle sprite information for all characters (... | skotlex | 1 | -8/+26 |
2006-03-30 | * Added execution of OnInterIfInit, OnCharIfInit and OnInterIfInitOnce on scr... | Lance | 1 | -0/+6 |
2006-03-29 | - Applied a fix to not do xs/ys checks on npc_doevent when the npc is not on ... | skotlex | 1 | -7/+10 |
2006-03-28 | - Added a debug function to locate all "looping warps" | skotlex | 1 | -0/+31 |
2006-03-24 | - Cleaned up a bit the npc undercharging item warning to specify when it is d... | skotlex | 1 | -3/+7 |
2006-03-22 | - Merged the unit_data structure from jA for handling unit-related data (atta... | skotlex | 1 | -315/+57 |
2006-03-17 | - Removed a block of code from skill_check_condition that actually belongs to... | skotlex | 1 | -1/+1 |
2006-03-17 | Corrected nullpo_retv -> nullpo_ret since npc_unload is int. | Lance | 1 | -1/+1 |
2006-03-17 | Reappropriate my previous fix on map_foreachiddb, it's npc_unload's problem. | Lance | 1 | -1/+3 |
2006-03-17 | * Fixed npc_cleanup_dbsub not removing key and caused pointer being freed pro... | Lance | 1 | -0/+1 |
2006-03-17 | * Final fix on Juperos NPC. | Lance | 1 | -1/+3 |
2006-03-15 | - Added mapflag nodrop, fixed mapflag notrade. | skotlex | 1 | -0/+3 |
2006-03-14 | - Some small cleanups of how @reloadscript works. | skotlex | 1 | -4/+4 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 1 | -1/+1 |
2006-03-10 | * Fixed a variable loopback problem on NPC shop price checking routine. | Lance | 1 | -1/+1 |
2006-03-06 | - Fixed npc_event doing a map-check when the npc is not on any map. | skotlex | 1 | -1/+1 |