summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex9-132/+156
2006-03-30git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5812 54...Lance2-29/+17
2006-03-30git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5811 54...Lance2-0/+38
2006-03-30* Cleaned up mistakes in irc.cLance2-14/+8
2006-03-30* Added execution of OnInterIfInit, OnCharIfInit and OnInterIfInitOnce on scr...Lance2-0/+8
2006-03-29- Now none of the pet-menu options will have any effect when the pet's intima...skotlex1-15/+13
2006-03-29- Applied a fix to not do xs/ys checks on npc_doevent when the npc is not on ...skotlex3-20/+26
2006-03-29- Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t...skotlex4-44/+71
2006-03-28- Fixed (?) the Family recall warp skills.skotlex2-7/+8
2006-03-28- Fixed Wedding support skills healing yourself instead of partner.skotlex2-3/+5
2006-03-28- Fixed summon mobs being able to cast "summon" skills.skotlex2-0/+11
2006-03-28- Added a debug function to locate all "looping warps"skotlex2-4/+31
2006-03-28git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5785 54...Lance1-0/+1
2006-03-28 * Fixed Gunslinger and Ninja skills not showing up and not working due to an...reddozen2-1/+32
2006-03-28* Modified clif_getareachar_pc to hide hidden GMs from normal players (player...Lance1-20/+23
2006-03-28- Added missing limits.h to chrif.cskotlex1-0/+1
2006-03-28- Small fix that should help on multi-map servers when characters are swappin...skotlex1-1/+2
2006-03-27- Fixed the infinite warp looping between Lutie and Lutie field 01skotlex2-124/+0
2006-03-27some jA thingVicious1-3/+12
2006-03-27jA's db workVicious2-1/+5
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex5-14/+55
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex7-13/+28
2006-03-27* Cygwin flag added for naughty Cygwin GCCLance1-1/+1
2006-03-27* GCC on Cygwin still complaining, resorted to including limits.h in malloc.hLance5-4/+2
2006-03-27* Refixed the fix with a constant list for Win32 users - limits.h (imported f...Lance5-4/+126
2006-03-27Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]codemaster1-0/+4
2006-03-27* Added jAthena's new start and athena-start shell scripts. Lance1-1/+1
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex9-113/+168
2006-03-26- The status change timer mismatch error now also displays which status chang...skotlex1-1/+1
2006-03-26- itemdb_exists and itemdb_searchname should now ignore dummy_item matches.skotlex1-1/+4
2006-03-26- Fixed jstrescapecpy crashing when you pass a null string to parse.skotlex2-1/+6
2006-03-26- Small change that may fix a crash in loggin guild chat?skotlex1-1/+1
2006-03-26- Fixed the map-server freeze/crash on Warp Portal.skotlex2-3/+2
2006-03-26- Walk/move functions will abort now when an area npc script triggers and mov...skotlex1-4/+8
2006-03-25- Fixed Grandcross/Granddarkness showing no skill animation.skotlex1-11/+22
2006-03-25- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)...skotlex1-0/+2
2006-03-25- Added a missing escape in logging chats.skotlex2-4/+5
2006-03-25- Incremented the number of iterations to find a random stop to 100 as 50 see...skotlex3-7/+3
2006-03-25- Fixed pet hatching.skotlex1-4/+14
2006-03-25- Small change that SHOULD fix the pet duplication. Fixing pet incubator stil...skotlex1-0/+3
2006-03-24- Fixed Warp Portal.skotlex4-15/+18
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen2-17/+17
2006-03-24- Modified script commands atcommand/charcommand to execute even if there isn...skotlex1-11/+36
2006-03-24- Cleaned up a bit the npc undercharging item warning to specify when it is d...skotlex1-3/+7
2006-03-24- Some cleaning around the return to egg code. Pets should stop duplicating now.skotlex2-29/+22
2006-03-24- Another mob_summon fix. Slave summoning SHOULD be working now.skotlex1-1/+1
2006-03-24- Fixed skillidx not being set whenever a mob uses a skill.skotlex2-3/+10
2006-03-24Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state....blackhole891-2/+2
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex6-149/+131
2006-03-24- Some small, insignificant code cleanups in unit.cskotlex1-16/+15