summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-05- Some cleanup of clif_parseloadendack, fixed guild-member list being sent on...skotlex1-6/+13
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex1-4/+12
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex1-2/+2
2006-04-02- Added preventing sending packet clif_clearchar_id when the character in que...skotlex1-17/+38
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_LoadEndAckskotlex1-138/+100
2006-04-02* Workround the warnings for clif.c (what to do? the original codes are ugly....Lance1-4/+4
2006-04-01- Added function clif_changetraplook to handle changing the appearance of tra...skotlex1-0/+30
2006-04-01- Fixed berserk not raising your HP to your new cap.skotlex1-2/+4
2006-04-01- Fixed a few functions sending a negative ID for disguised characters (such ...skotlex1-22/+12
2006-04-01Fixed the dynamic shop system memory allocation and id_db problem. Added samp...Lance1-5/+4
2006-04-01* Dynamic shops support with script callback. (needs testing)Lance1-8/+35
2006-04-01* Fixed compiler warnings.Lance1-3/+5
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-1736/+823
2006-04-01* April fool! Improved soundeffectall script command. (No, this is not a lie)Lance1-2/+7
2006-03-31- Fixed an infinite recursion in the Wedding Recall skills.skotlex1-0/+3
2006-03-31* Should fix a bug in GM stealth mode (@hide).Lance1-24/+32
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-1/+17
2006-03-28* Modified clif_getareachar_pc to hide hidden GMs from normal players (player...Lance1-20/+23
2006-03-28- Small fix that should help on multi-map servers when characters are swappin...skotlex1-1/+2
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-2/+29
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-3/+8
2006-03-27* GCC on Cygwin still complaining, resorted to including limits.h in malloc.hLance1-1/+0
2006-03-27* Refixed the fix with a constant list for Win32 users - limits.h (imported f...Lance1-0/+1
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-7/+7
2006-03-25- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)...skotlex1-0/+2
2006-03-24- Fixed Warp Portal.skotlex1-2/+5
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-94/+88
2006-03-21Fix on not showing guildmembers logins/logouts messages.LuzZza1-0/+44
2006-03-19* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle...Lance1-43/+43
2006-03-17* Final fix on Juperos NPC.Lance1-0/+6
2006-03-16* mob_chat_sub fix. Added buildin_pcblockmove. Lance1-2/+6
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-0/+1
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-1/+4
2006-03-15- Fixed a possible crash in Venom Splasher if the countdown is too high.skotlex1-1/+1
2006-03-14- Fixed incorrect range check in autospell2 triggers.skotlex1-1/+1
2006-03-07- Added a check that forces self skills to cast on yourself in skill_use_idskotlex1-1/+5
2006-03-05- Fixed a pair of missing map_freeblock_unlockskotlex1-3/+3
2006-03-04- The rate passed to status_change_start must now be in 0->10000 range.skotlex1-35/+7
2006-03-03- Fixed crash on the NPC whisper system when the message's size was 1.skotlex1-2/+2
2006-03-03- Fixed compilation error on windowsskotlex1-7/+3
2006-03-03- Added event 8 for mobspawns that should spawn with special ai set.skotlex1-1/+1
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex1-3/+20
2006-02-24- Fixed the CL_WHITE define, thanks to FlavioJSskotlex1-2/+3
2006-02-24- Player-summoned mobs won't level up now.skotlex1-0/+1
2006-02-23- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...skotlex1-2/+4
2006-02-23- Modified the way autospells stack to mimic official servers. Cards of the s...skotlex1-1/+1
2006-02-21- Modified party_send_movemap and guild_send_info_short to send the mini-dots...skotlex1-13/+47
2006-02-21- Fix to prevent using main chat when it disabled in atcommand_athena.LuzZza1-2/+2
2006-02-21- Oh yeah, made Super Novice explosion spirits trigger when the last phrase i...skotlex1-1/+0