summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-10* Users can't click floating npcs directly. (quick fix for bugreport:1814)FlavioJS1-1/+2
2008-07-07Fixed a typo :oakrus1-1/+1
2008-07-07* Players autotrading will not be able to recieve whispers (bugreport:1804)sketchyphoenix1-1/+10
2008-06-29Random assortment of various small corrections and tweaks.ultramage1-2/+2
2008-06-18Added a fix for refresh properly displaying dead and sitting players.sketchyphoenix1-0/+4
2008-06-07Devotion links will now be sent properly in all situations (followup to 12171).ultramage1-2/+6
2008-06-01Added Ai4rei's "gm can view all players' equips" feature (topic:186519).ultramage1-1/+1
2008-05-31Removed the debug message from r12726 (bugreport:1587)ultramage1-7/+0
2008-05-29- Added support for NPC with different sizes (setnpcdisplay).zephyrus1-4/+18
2008-05-28Fixed stat values displaying incorrectly when increasing them past 255 (wrapa...ultramage1-1/+1
2008-05-26Moved the options to disable specific compiler warnings from the generic 'Add...ultramage1-0/+7
2008-05-26Increased the allowed packet size for chat messages.ultramage1-5/+6
2008-05-26Added clif_announce_ex() for broadcasts with varying font sizeultramage1-1/+6
2008-05-13Fixed a mistake in r11344 that caused the 'my shop' window to display info ab...ultramage1-1/+1
2008-05-12Fixed a script engine problem where warping away while having a menu window o...ultramage1-0/+2
2008-05-09Added correct extended info packets for items that are being moved into stora...ultramage1-5/+40
2008-05-08- Added some new items and headgears.zephyrus1-1/+8
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-2/+6
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-25/+2
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-2/+2
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage1-3/+5
2008-05-01Quest packet typo.Kevin1-1/+1
2008-04-27fixing some timestamp type difference warnings...ultramage1-2/+2
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage1-1/+1
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-8/+15
2008-04-27Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...Kevin1-19/+12
2008-04-27Some major changes to @reloaditemdb to allow unloading of any item while map ...Kevin1-12/+19
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-2/+2
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from maps...ultramage1-1/+1
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-16/+2
2008-04-11More questlog code.Kevin1-2/+2
2008-04-10Some preliminary code for the questlog system (clif packet functions and basi...Kevin1-0/+125
2008-04-08Fixed party invitation ack messages not displaying on recent clients (bugrepo...ultramage1-2/+13
2008-04-08Modified PACKETVER for recent clients to use a YYYYMMDD date format instead o...ultramage1-8/+8
2008-04-08Small party/guild creation cleanup. Added packet comments. Removed fake reply...ultramage1-10/+25
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-0/+16
2008-04-07Removed the 'wait close' timer that closed a session's socket after 5 seconds.ultramage1-45/+6
2008-04-05Disconnect user on forged selectegg packet (may be temporary fix). (bugreport...Kevin1-1/+5
2008-03-29- Fixed a visual bug in mail when sending Zeny.zephyrus1-1/+1
2008-03-29- Fixed a bug in a previous Adoption fix from umage (partnerid is char_id not...zephyrus1-1/+3
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-47/+57
2008-03-25Partially fixed the mess in status.c.ultramage1-2/+2
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage1-7/+12
2008-03-24* Added temporary code to track and prevent the multiple remove_map's that ap...FlavioJS1-0/+1
2008-03-24- Fixed a potential crash in Adoption. Reported by Yomanda.zephyrus1-0/+3
2008-03-19- The last bug in Adoption system.zephyrus1-2/+2
2008-03-18inverted logic (followup to r12394)ultramage1-2/+2
2008-03-18Fixed invited party members not displaying correctly (bugreport:1199)ultramage1-6/+8
2008-03-18- Sorry, fixing the last adoption step. It was too late ._.zephyrus1-6/+3
2008-03-18Fixed OnPCLoginEvent not working correctly (bugreport:1182).ultramage1-10/+11