summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-36/+33
2007-08-19- Cleaned up some the pet armor display code.skotlex1-49/+14
2007-08-18- Corrected a bit npc_remove_map, map_deliddb and strdb_remove calls belong t...skotlex1-9/+14
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-11/+24
2007-08-15- Merged and completed Latio's work on server-side hot-key saving (http://www...skotlex1-2/+35
2007-08-15* Some serious code cleanupsultramage1-3/+14
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-20/+19
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-90/+50
2007-08-07Some minor typo fixing.ultramage1-2/+2
2007-08-06* Added a null-pointer check to skill_initunit() to prevent a crashultramage1-11/+25
2007-08-04Some all-around code reformatting/cleaningultramage1-149/+121
2007-08-04* Removed weird mvp reward item drop behavior (see topic:160077)ultramage1-14/+24
2007-07-31Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...ultramage1-28/+28
2007-07-30* Corrected pet taming code; items are consumed immediately and only 1xultramage1-5/+0
2007-07-26* Cleaned up mob drop code, crashfix is still needed though...ultramage1-49/+37
2007-07-25Fixed a missing homunculus info packet when doing @refreshultramage1-0/+2
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage1-1/+1
2007-07-23* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleportultramage1-9/+11
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-9/+9
2007-07-18- Small update to the effects list (new exe's effects by Au{R}oN)ultramage1-18/+16
2007-07-05* update from Skotlexultramage1-38/+78
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-19/+13
2007-07-01Cleaned up some parts of the code.ultramage1-47/+45
2007-06-23random fixingultramage1-1/+1
2007-06-22* Changed behavior of some guild-related code (according to X.4 tests):ultramage1-1/+1
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-176/+113
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