summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage56-899/+647
2008-03-25Partially fixed the mess in status.c.ultramage7-454/+432
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage5-48/+75
2008-03-24* Added temporary code to track and prevent the multiple remove_map's that ap...FlavioJS3-0/+13
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage22-802/+845
2008-03-24- Fixed a potential crash in Adoption. Reported by Yomanda.zephyrus1-0/+3
2008-03-24Fixed a problem in the new trade window implementation (from r11830) where no...ultramage1-6/+6
2008-03-22Cart Termination now bypasses Parrying and Energy Coat (bugreport:476)ultramage1-5/+7
2008-03-22Mobs with no respawn information which don't have a master will not get unloa...ultramage1-0/+3
2008-03-22Added a missing null-pointer check to the timed player pvp/gvg respawn functi...ultramage1-1/+3
2008-03-21- Added status changes for netcafe premium items. Status Resist Potion and SP...zephyrus3-14/+35
2008-03-21Added VS9 project files. Removed redundant map_getallusers() functionLupus2-41/+0
2008-03-20- Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ...zephyrus7-23/+73
2008-03-19Changed the dynamic mobs system to also unload mobs that have respawn time bu...ultramage2-1/+8
2008-03-19- The last bug in Adoption system.zephyrus4-4/+10
2008-03-18inverted logic (followup to r12394)ultramage1-2/+2
2008-03-18Fixed invited party members not displaying correctly (bugreport:1199)ultramage2-9/+13
2008-03-18- Changed the way SC_ARMOR_ELEMENT is called (Resistance potions)zephyrus1-4/+9
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).ultramage4-16/+20
2008-03-18- Added the official adoption method.zephyrus11-146/+207
2008-03-17- Clean up of calc_times function.zephyrus7-26/+13
2008-03-16- Added support for offline divorce.zephyrus4-30/+75
2008-03-16- Fixed a compilation error. ops :3zephyrus1-5/+4
2008-03-16- Added De-adopt support when deleting a baby.zephyrus2-8/+54
2008-03-16- Optimized a little bit char deletion process with partner info.zephyrus1-28/+15
2008-03-15- Changed the way SC_HPREGEN works.zephyrus1-5/+5
2008-03-14Fixed spawned mob count not being counted properly, causing yet more respawn ...ultramage2-2/+1
2008-03-14* extended the "npc_event: event queue is full" error message to also print t...ultramage3-8/+5
2008-03-14Fixed one condition incorrectly modified in r12358, which caused dynamically ...ultramage1-5/+7
2008-03-13Replaced some foreach-based functions by their inlined iterator equivalents.ultramage8-126/+137
2008-03-13Fixed one forgotten mob spawning function call causing mobs to duplicate when...ultramage1-1/+1
2008-03-13- Added a fix for Abracadabra, this skills allways should use minimum a Yello...zephyrus8-3/+216
2008-03-12- Fixed bug report 1170.zephyrus2-2/+11
2008-03-12Removed one mob data variable related to dynamic mobs that I found to be redu...ultramage6-20/+15
2008-03-12* Added a message to let know the client if the mail inbox is full.zephyrus3-7/+15
2008-03-12Replaced one incorrect nullpo check in chat_deletenpcchat()ultramage1-2/+4
2008-03-11Replaced clif_countusers() with a more efficient alternative (thanks to the f...ultramage6-31/+20
2008-03-10- Bug ID #1152: Auction System Mail Message Typoszephyrus1-3/+3
2008-03-10Added missing check to only allow the leader of a party to modify its exp sha...ultramage1-3/+13
2008-03-10- Fixed a bug allow GM with notrade to send zeny.zephyrus3-7/+8
2008-03-09- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...skotlex7-35/+46
2008-03-09Cleaned up and corrected some more land skill code:ultramage3-91/+69
2008-03-08Corrected a problem where a party invite acknowledgement would not be sent (b...ultramage6-87/+101
2008-03-08- Auction System implementation completed.zephyrus10-117/+242
2008-03-08- Added support for Auction Close and Cancel.zephyrus6-1/+193
2008-03-07- Fixing the time calculation. (Missing "()" <<)zephyrus1-5/+5
2008-03-07- Moved the auction time controls only on Char Servers.zephyrus2-3/+4
2008-03-07- Fixed a possible crash bug on mail system.zephyrus1-1/+1
2008-03-07- Fixed some bugs on auction.zephyrus4-16/+20