summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-31Commented out msg_athena.conf strings disabled in r11625.ultramage1-1/+1
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-2/+2
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-41/+44
2007-10-28- Fixed a bug on the Attachment [Mail System]zephyrus1-5/+8
2007-10-27Followup fixes to r11583:ultramage1-45/+32
2007-10-27- Improvements to the mail system.zephyrus1-118/+97
2007-10-26Moved the new novending cell check from the internal code to the client-serve...ultramage1-2/+2
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-19/+6
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-71/+72
2007-10-23* Removed the inter_athena.conf maildb settings as they are not required anym...zephyrus1-15/+15
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-4/+419
2007-10-20Fixed a signed/unsigned integer glitch in r11520 messing up random lvl1 Telep...ultramage1-0/+1
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-6/+6
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-16/+19
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-281/+213
2007-10-18Some code cleaning...ultramage1-3/+3
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-5/+10
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-3/+3
2007-10-16* Venom Splasher fixes according to bugreport:230ultramage1-8/+4
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-9/+10
2007-10-10* Implemented more official Warp Portal behaviorultramage1-18/+15
2007-10-10Re-enabled packet 0x1ac to be sent when something gets ankle-snaredultramage1-9/+10
2007-10-09Removed name checks from /b and /lb after finding out that /nb and /nlb use t...ultramage1-49/+20
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-83/+92
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-11/+11
2007-10-05* REALLY fixed emblem not displaying when a char logs in (compromise between ...ultramage1-6/+8
2007-10-05* Completed the code for SC_LIFEINSURANCE and it's status icon.zephyrus1-3/+2
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of bugrepor...ultramage1-36/+30
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-3/+3
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage1-128/+17
2007-10-01* Fixed various trading/vending glitchesultramage1-224/+214
2007-09-29Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're...ultramage1-27/+20
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-7/+9
2007-09-26* Implemented Token of Siegfried effect care of Zephyrus_CR.L0ne_W0lf1-0/+19
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-35/+17
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage1-2/+2
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage1-48/+63
2007-09-21* Makefile deleting .svn in save folder.FlavioJS1-1/+5
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-32/+23
2007-09-11- Corrected /invite letting you invite people even if you are not the party l...skotlex1-1/+1
2007-09-10* Added a safeguard to skill_get_unit_layout() against incorrectly defined la...ultramage1-38/+31
2007-09-07- Added support for the new party invite/reply packets from the latest client...skotlex1-0/+34
2007-08-31* Documented/cleaned up chatroom code and packetryultramage1-67/+86
2007-08-24- Fixed the hotkey list sending to the client not displaying right away.skotlex1-1/+1
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