summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-03- Oops, the overflow mentioned by foobar was actually because the equippable ...skotlex2-2/+2
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex5-10/+21
2006-04-02- Fixed npc_gettimerevent_tick returning the difference since the last trigge...skotlex1-2/+2
2006-04-02- Added a missing memset on ers_alloc'ing mob loot which was making data from...skotlex2-1/+3
2006-04-02- Added preventing sending packet clif_clearchar_id when the character in que...skotlex1-17/+38
2006-04-02- grfio.c fixed compile warningLance1-1/+1
2006-04-02- Fixed my fix on multi-map leak thanks to Buuyo^.Lance1-4/+3
2006-04-02- Forgot to set state.night = 1 in the night timer.skotlex1-1/+3
2006-04-02- Moved the night icon invocation to clif_parse_LoadEndAckskotlex2-138/+101
2006-04-02Typo in login.cLance1-1/+1
2006-04-02Typo fix in map.cLance1-1/+1
2006-04-02* Loading waterheight aliases from resnametable.txt.Lance3-38/+61
2006-04-02* Workround the warnings for clif.c (what to do? the original codes are ugly....Lance1-4/+4
2006-04-01- Added a check to remove exp-even-share when someone leaves a party.skotlex2-0/+12
2006-04-01- Fixed an error in the layout initialization of ice-wall. Thanks to Named fo...skotlex1-1/+1
2006-04-01- Added function clif_changetraplook to handle changing the appearance of tra...skotlex3-6/+37
2006-04-01- Fixed berserk not raising your HP to your new cap.skotlex2-4/+6
2006-04-01- Fixed a few functions sending a negative ID for disguised characters (such ...skotlex1-22/+12
2006-04-01- Fixes to the mob_ai routines. Prevent casting rude-attacked skills in situa...skotlex1-9/+16
2006-04-01* Should not exit when you can't find an NPC file.. Lance2-2/+2
2006-04-01typoLance1-1/+1
2006-04-01bl.subtype check.Lance1-1/+1
2006-04-01Fixed the dynamic shop system memory allocation and id_db problem. Added samp...Lance3-8/+9
2006-04-01* Dynamic shops support with script callback. (needs testing)Lance4-10/+89
2006-04-01- Cleaned up and fixed @where command.skotlex1-6/+8
2006-04-01Asssuming only __WIN32 (VC++) doesn't have strtok_r.Lance3-6/+10
2006-04-01* Fixed compiler warnings.Lance4-7/+6
2006-04-01- Fixed pc_setpos sending you to a random direction when the target tile was ...skotlex1-1/+1
2006-04-01- Fixed standing up no really making you stand up.skotlex1-1/+1
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex16-2202/+1212
2006-04-01* April fool! Improved soundeffectall script command. (No, this is not a lie)Lance4-15/+52
2006-03-31- Fixed skill_require_db loading.skotlex2-40/+43
2006-03-31- Changed the terminology from arrow to ammo for the last update.skotlex3-12/+12
2006-03-31- Changed the look field of all arrows to 1.skotlex3-89/+40
2006-03-31- Fixed an infinite recursion in the Wedding Recall skills.skotlex2-6/+15
2006-03-31Started work on commands for the IRC Bot.zido2-0/+22
2006-03-31- Cleaned up battle_check_target to use the jA structure defines and get rid ...skotlex1-27/+24
2006-03-31- Adjusted the range of Wall of Fog to 9 and Spider Web to 7skotlex1-3/+9
2006-03-31* Should fix a bug in GM stealth mode (@hide).Lance1-24/+32
2006-03-30- Added a missing "return 0" that fixes a crash on failed lookups on status_c...skotlex2-3/+4
2006-03-30Added year day return in gettime function. gettime(8) returns 1~366foruken1-0/+3
2006-03-30- Fixed the compile error in login.cskotlex1-1/+1
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