summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-71/+86
2007-05-26- Fixed guild emblem not showing when you log in (caused by r5359)ultramage1-9/+9
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-20/+20
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+1
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-178/+46
2007-05-19Reformatting @_@ultramage1-825/+613
2007-05-19* Added Global chat and Main chat loggingultramage1-42/+46
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS1-11/+11
2007-04-29Gave each file an empty last line, to make svn happierultramage1-1/+0
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-1/+1
2007-04-22* Extended the functionality of StringBuf - length and appending a string.FlavioJS1-1/+1
2007-04-22- Corrected crash if itemskill is used without an attached player.skotlex1-0/+4
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-12/+12
2007-04-17- A little check that I don't know how could anyone have forgotten to do.skotlex1-1/+8
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-3/+32
2007-04-11- Some cleaning of the castend_map code to prevent the menuskill variable fro...skotlex1-9/+8
2007-04-10- Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin...skotlex1-0/+45
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-07- Fixed the platform-specific stricmp compilation problemultramage1-3/+3
2007-04-06I'm still here!DracoRPG1-27/+34
2007-04-06- Corrected Aliza card's item_db line.skotlex1-1/+1
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-28/+23
2007-04-04- Cleaned @whogm. It will display the name of all gms online. If their GM lev...skotlex1-0/+10
2007-04-02* Some source code cleaningultramage1-9/+9
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+1
2007-03-27- Changed a bit the Moonlit code to prevent an infinite loopskotlex1-2/+1
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-2/+2
2007-03-27- Removed a missing file reference in the athena-start scriptultramage1-1/+1
2007-03-26- Cleaned up some the mob skill use code. The skill re-use delay is set at th...skotlex1-1/+5
2007-03-24- Corrected offset for the pet hairstyle in the spawn packet (0x7c). I still ...skotlex1-7/+7
2007-03-22Some generic typo fixes (src and npc)ultramage1-1/+1
2007-03-22- Removed unused bIgnoreDefMob skotlex1-2/+2
2007-03-22- Twilight Pharmacy's cast time is no longer reducable by dex.skotlex1-25/+0
2007-03-21- Cleaned up some the code of pc_equipitem and clif_parse_EquipItemskotlex1-10/+14
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-3/+3
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-40/+32
2007-03-15ups, how did that get in...FlavioJS1-6/+5
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS1-14/+53
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG1-6/+25
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex1-1/+1
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex1-100/+11
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-22/+41
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex1-4/+4
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex1-0/+6
2007-02-25- Fixed a compiler warning in char_sql\login.cFlavioJS1-11/+16
2007-02-25- You are allowed to expel guild mates that are not online now.skotlex1-14/+0
2007-02-25- You are allowed to attack/use skills now when your cloaking level is below 3.skotlex1-3/+12
2007-02-23- Minor cleanupsskotlex1-4/+16
2007-02-17Fixed a typo from r9778, allowing non-gm chars to use /kickultramage1-1/+1