Age | Commit message (Expand) | Author | Files | Lines |
2006-04-01 | * Fixed compiler warnings. | Lance | 4 | -7/+6 |
2006-04-01 | - Fixed pc_setpos sending you to a random direction when the target tile was ... | skotlex | 1 | -1/+1 |
2006-04-01 | - Fixed standing up no really making you stand up. | skotlex | 1 | -1/+1 |
2006-04-01 | - Added structure view_data to handle sprite information for all characters (... | skotlex | 16 | -2202/+1212 |
2006-04-01 | * April fool! Improved soundeffectall script command. (No, this is not a lie) | Lance | 4 | -15/+52 |
2006-03-31 | - Fixed skill_require_db loading. | skotlex | 2 | -40/+43 |
2006-03-31 | - Changed the terminology from arrow to ammo for the last update. | skotlex | 3 | -12/+12 |
2006-03-31 | - Changed the look field of all arrows to 1. | skotlex | 3 | -89/+40 |
2006-03-31 | - Fixed an infinite recursion in the Wedding Recall skills. | skotlex | 2 | -6/+15 |
2006-03-31 | Started work on commands for the IRC Bot. | zido | 2 | -0/+22 |
2006-03-31 | - Cleaned up battle_check_target to use the jA structure defines and get rid ... | skotlex | 1 | -27/+24 |
2006-03-31 | - Adjusted the range of Wall of Fog to 9 and Spider Web to 7 | skotlex | 1 | -3/+9 |
2006-03-31 | * Should fix a bug in GM stealth mode (@hide). | Lance | 1 | -24/+32 |
2006-03-30 | - Added a missing "return 0" that fixes a crash on failed lookups on status_c... | skotlex | 2 | -3/+4 |
2006-03-30 | Added year day return in gettime function. gettime(8) returns 1~366 | foruken | 1 | -0/+3 |
2006-03-30 | - Fixed the compile error in login.c | skotlex | 1 | -1/+1 |
2006-03-30 | - the auth function in login.c won't jstrescapecpy passwords that were encryp... | skotlex | 9 | -132/+156 |
2006-03-30 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5812 54... | Lance | 2 | -29/+17 |
2006-03-30 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5811 54... | Lance | 2 | -0/+38 |
2006-03-30 | * Cleaned up mistakes in irc.c | Lance | 2 | -14/+8 |
2006-03-30 | * Added execution of OnInterIfInit, OnCharIfInit and OnInterIfInitOnce on scr... | Lance | 2 | -0/+8 |
2006-03-29 | - Now none of the pet-menu options will have any effect when the pet's intima... | skotlex | 1 | -15/+13 |
2006-03-29 | - Applied a fix to not do xs/ys checks on npc_doevent when the npc is not on ... | skotlex | 3 | -20/+26 |
2006-03-29 | - Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t... | skotlex | 4 | -44/+71 |
2006-03-28 | - Fixed (?) the Family recall warp skills. | skotlex | 2 | -7/+8 |
2006-03-28 | - Fixed Wedding support skills healing yourself instead of partner. | skotlex | 2 | -3/+5 |
2006-03-28 | - Fixed summon mobs being able to cast "summon" skills. | skotlex | 2 | -0/+11 |
2006-03-28 | - Added a debug function to locate all "looping warps" | skotlex | 2 | -4/+31 |
2006-03-28 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5785 54... | Lance | 1 | -0/+1 |
2006-03-28 | * Fixed Gunslinger and Ninja skills not showing up and not working due to an... | reddozen | 2 | -1/+32 |
2006-03-28 | * Modified clif_getareachar_pc to hide hidden GMs from normal players (player... | Lance | 1 | -20/+23 |
2006-03-28 | - Added missing limits.h to chrif.c | skotlex | 1 | -0/+1 |
2006-03-28 | - Small fix that should help on multi-map servers when characters are swappin... | skotlex | 1 | -1/+2 |
2006-03-27 | - Fixed the infinite warp looping between Lutie and Lutie field 01 | skotlex | 2 | -124/+0 |
2006-03-27 | some jA thing | Vicious | 1 | -3/+12 |
2006-03-27 | jA's db work | Vicious | 2 | -1/+5 |
2006-03-27 | - HW_GANBANTEIN now also removes traps. | skotlex | 5 | -14/+55 |
2006-03-27 | - Pet catching now uses the menuskill variables to prevent item usage from di... | skotlex | 7 | -13/+28 |
2006-03-27 | * Cygwin flag added for naughty Cygwin GCC | Lance | 1 | -1/+1 |
2006-03-27 | * GCC on Cygwin still complaining, resorted to including limits.h in malloc.h | Lance | 5 | -4/+2 |
2006-03-27 | * Refixed the fix with a constant list for Win32 users - limits.h (imported f... | Lance | 5 | -4/+126 |
2006-03-27 | Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster] | codemaster | 1 | -0/+4 |
2006-03-27 | * Added jAthena's new start and athena-start shell scripts. | Lance | 1 | -1/+1 |
2006-03-27 | - Changed status_point/skill_point to unsigned short. Adjusted the code as ne... | skotlex | 9 | -113/+168 |
2006-03-26 | - The status change timer mismatch error now also displays which status chang... | skotlex | 1 | -1/+1 |
2006-03-26 | - itemdb_exists and itemdb_searchname should now ignore dummy_item matches. | skotlex | 1 | -1/+4 |
2006-03-26 | - Fixed jstrescapecpy crashing when you pass a null string to parse. | skotlex | 2 | -1/+6 |
2006-03-26 | - Small change that may fix a crash in loggin guild chat? | skotlex | 1 | -1/+1 |
2006-03-26 | - Fixed the map-server freeze/crash on Warp Portal. | skotlex | 2 | -3/+2 |
2006-03-26 | - Walk/move functions will abort now when an area npc script triggers and mov... | skotlex | 1 | -4/+8 |