summaryrefslogtreecommitdiff
path: root/src/map/intif.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+39
2008-07-15Removed the party_share_conflict() check.ultramage1-13/+0
2008-07-13Modified storage data loadingultramage1-76/+1
2008-07-13storage code cleanup (no behavioral changes yet)ultramage1-2/+2
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-8/+8
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+1
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-7/+36
2008-04-13Major updates to the quest system.Kevin1-1/+58
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-3/+5
2008-03-12- Fixed bug report 1170.zephyrus1-0/+8
2008-03-08- Auction System implementation completed.zephyrus1-6/+64
2008-03-08- Added support for Auction Close and Cancel.zephyrus1-0/+58
2008-03-07- Fixed some bugs on auction.zephyrus1-1/+1
2008-03-07- More updates to Auctions. Now you "really" can register auctions, limit to ...zephyrus1-9/+34
2008-03-07- Missing update for @auction.zephyrus1-1/+1
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-2/+54
2008-03-02- New optimizations for mail system and adjust to use it on Auctions.zephyrus1-1/+4
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-21/+10
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-5/+0
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage1-0/+1
2007-12-12* Some preparations for the guild script updateultramage1-3/+2
2007-12-12Removed the badly designed/unfinished guild_check_conflict() data integrity c...ultramage1-13/+0
2007-12-03- Added a fix to prevent missing a mail attachment is map servers disconnect ...zephyrus1-11/+4
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-73/+36
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus1-32/+32
2007-11-07- Added separated packets for get and set attachment on mail system.zephyrus1-0/+3
2007-11-07- Some updates on the mail system packets [Zephyrus]zephyrus1-10/+10
2007-10-27Followup fixes to r11583:ultramage1-21/+16
2007-10-27- Improvements to the mail system.zephyrus1-44/+73
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-26/+28
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-86/+70
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-1/+280
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-2/+2
2007-09-20* Merged the tmpsql branch:FlavioJS1-1/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-7/+8
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-6/+6
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-51/+4
2007-05-19Reformatting @_@ultramage1-12/+24
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex1-2/+2
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex1-2/+2
2007-02-06- Fixed char-server not sending party status update when a member logs on/offskotlex1-0/+2
2007-02-01- Corrected homunculus's aspd being halved after using some aspd adjusting sk...skotlex1-1/+1
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-15/+21
2007-01-09- Changes to script buildin functions:FlavioJS1-9/+8
2007-01-03- Fixed FIFO defines in TURBO mode.FlavioJS1-1/+1
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-1/+1
2006-11-29- Added a missing map_quit in clif_parse which was the real reason for the cr...skotlex1-10/+5
2006-11-29- Probably fixed the Segmentation Faults we've been having.FlavioJS1-1574/+1579
2006-11-21- Moved ignoreAll to state.ignoreAll so it saves some space.skotlex1-24/+24
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-44/+19