summaryrefslogtreecommitdiff
path: root/src/map/clif.h
AgeCommit message (Expand)AuthorFilesLines
2008-01-21Fixed/cleaned r12114 and 12117.ultramage1-0/+1
2008-01-15* Manner system fixingultramage1-1/+2
2008-01-14* Client packet correctionsultramage1-2/+2
2007-11-30* Random cleanup/documentation.FlavioJS1-3/+3
2007-11-28* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...ultramage1-1/+8
2007-11-27* TXT/SQL login server code synchronizationultramage1-1/+1
2007-11-24Added support for latest official client/server packet changes.ultramage1-0/+1
2007-11-22* Modified mapserver login procedure to make clients from may 2007 and newer ...ultramage1-1/+2
2007-11-07- Added separated packets for get and set attachment on mail system.zephyrus1-0/+1
2007-10-27Followup fixes to r11583:ultramage1-1/+1
2007-10-27- Improvements to the mail system.zephyrus1-4/+4
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-1/+1
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-0/+10
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-1/+1
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-1/+1
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-1/+0
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-1/+1
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-12/+5
2007-10-10Re-enabled packet 0x1ac to be sent when something gets ankle-snaredultramage1-2/+2
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-0/+1
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of bugrepor...ultramage1-1/+1
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage1-2/+2
2007-10-01* Fixed various trading/vending glitchesultramage1-15/+15
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-2/+2
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-2/+2
2007-09-10* Added a safeguard to skill_get_unit_layout() against incorrectly defined la...ultramage1-1/+1
2007-08-31* Documented/cleaned up chatroom code and packetryultramage1-3/+3
2007-08-20More compilation warning fixes...ultramage1-0/+1
2007-08-19Fixed a gcc compilation error and some warnings.ultramage1-1/+10
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-4/+13
2007-08-19- Cleaned up some the pet armor display code.skotlex1-4/+4
2007-08-15- Merged and completed Latio's work on server-side hot-key saving (http://www...skotlex1-0/+1
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-5/+5
2007-08-04Some all-around code reformatting/cleaningultramage1-6/+6
2007-08-04* Removed weird mvp reward item drop behavior (see topic:160077)ultramage1-2/+2
2007-07-23* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleportultramage1-2/+1
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-1/+7
2007-07-18- Small update to the effects list (new exe's effects by Au{R}oN)ultramage1-6/+6
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-2/+2
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-6/+6
2007-06-04- Fixed the compilation problem from r10668ultramage1-5/+6
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-20/+20
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-2/+2
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-0/+1
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-5/+5
2007-03-27- Changed a bit the Moonlit code to prevent an infinite loopskotlex1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-1/+1
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS1-1/+2
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex1-1/+1
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-20/+20