summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-07- Added some debug messages to test Auctions.zephyrus1-1/+5
2008-03-07- Added config settings mob_active_time and boss_active_time, what they do is...skotlex6-53/+87
2008-03-07- More updates to Auctions. Now you "really" can register auctions, limit to ...zephyrus5-29/+102
2008-03-07- More official way of auction mails.zephyrus2-9/+8
2008-03-07- Missing update for @auction.zephyrus1-1/+1
2008-03-06- Corrected pc_checkitem not behaving correctly when you had more than one eq...skotlex1-1/+2
2008-03-06- Corrected pc_checkitem not behaving correctly when you had more than one eq...skotlex3-29/+17
2008-03-06Fixed a crash when a homun kills a mvp and the char that did the most damage ...ultramage1-1/+1
2008-03-05eol-style:native for recently added filesultramage2-345/+345
2008-03-05- Optimized the code to handle #KAFRAPOINTS and #CASHPOINTS. Now you can real...zephyrus1-24/+22
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus14-51/+416
2008-03-05* Added code to clear the Illusionary Shadow effect (followup to r12293)ultramage5-11/+27
2008-03-05- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.skotlex4-9/+17
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex10-77/+110
2008-03-03- Merged mail system to Stable. Need a second check... please wait.zephyrus3-5/+9
2008-03-03- By test, this seen to be a valid operation for mail. When a char receives t...zephyrus1-3/+0
2008-03-03- An extra ; removed. Reported by Itakou.zephyrus1-2/+3
2008-03-02- The last, i hope, fix to the mail system.zephyrus6-0/+34
2008-03-02- New optimizations for mail system and adjust to use it on Auctions.zephyrus5-34/+252
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage6-14/+23
2008-02-29- Starting preparatives for Auctions System.zephyrus6-0/+89
2008-02-29- Added #cash and #points to add cash/kafra points to a character.zephyrus1-0/+50
2008-02-29- Added @cash and @points command to manage your cash/kafra points.zephyrus2-22/+58