summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus7-10/+226
2008-02-28Adjusted const.txt's cell type numbers to match changes in r12247ultramage1-1/+1
2008-02-27Added support for actually disabling the idle_no_autoloot config setting (fol...ultramage1-1/+5
2008-02-27Fixed 'cleararray' not able to erase array entry 127 (bugreport:864)ultramage1-1/+1
2008-02-27Altered socket code to do a graceful connection shutdown when exiting.ultramage1-3/+2
2008-02-27Fixed @reloadmobdb producing memory leaks in pet db (bugreport:1030)ultramage1-2/+1
2008-02-27Patched an unresolved case where knocking back a bard/dancer would cause the ...ultramage1-1/+2
2008-02-27 * Fixed Apple of Idun not checking for bard soul link (bugreport:1028)ultramage1-2/+2
2008-02-27* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)ultramage5-76/+32
2008-02-27Added missing option changes for Illusionary Shadow and Soul Link that disapp...ultramage1-1/+19
2008-02-27Added support for the "view player equip" feature (see topic:174461)ultramage3-2/+139
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus8-39/+65
2008-02-24Now the server will print an error message if an invalid mapflag is found dur...ultramage1-0/+6
2008-02-23Fixed a mistake in r12232 related to char savingultramage1-1/+1
2008-02-22* Removed code in socket.c that tries to avoid send buffer overloading, as th...ultramage5-61/+45
2008-02-22Fixed @whomap not unlocking the player db (bug in r12204)ultramage1-0/+1
2008-02-22Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...Lupus8-11/+11
2008-02-22Fixed 2 problems in r12223 - incorrect variable used (bugreport:1031) and a m...ultramage2-3/+4
2008-02-21- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...skotlex9-27/+42
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex23-625/+592
2008-02-20Changed pc_can_give_items() to use standard boolean logic instead of the inve...ultramage5-13/+9
2008-02-19Fixed a typo in /map/clif.c (acount_id -> account_id)L0ne_W0lf1-1/+1
2008-02-19* Forgotten update to the definition of script command 'input'.FlavioJS4-2/+9
2008-02-19* Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999)FlavioJS1-8/+17
2008-02-18- added LK's concentration +1 MDEF.skotlex2-4/+8
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex5-7/+21
2008-02-17Reverting r12212. As expected, Linux is incompatible.ultramage1-0/+6
2008-02-17Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ...ultramage1-4/+0
2008-02-16Removed some useless svn:ignore properties.ultramage2-18/+7
2008-02-15- Fixed S. Novice bonus not dispelling when at the moment you die once.skotlex1-1/+1
2008-02-15some compilation warning fixesultramage3-15/+7
2008-02-14- Some optimizations to @noks (now using a Status Change timer).zephyrus4-22/+38
2008-02-14Removed/replaced all calls to map_getallusers (followup to r12195).ultramage1-315/+283
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus9-29/+216
2008-02-13* Changes to memory manager: [FlavioJS]FlavioJS2-31/+84
2008-02-13- Some fixes to mail system.zephyrus3-13/+27
2008-02-13Merged memory manager updates from old jA revisions (bugreport:663)ultramage1-305/+225
2008-02-12Fixed SQL charserver not logging char deletion correctly (see bugreport:944)ultramage1-1/+1
2008-02-12Fixed a typo in #item preventing it from working (see r12195).ultramage1-61/+56
2008-02-11Getting rid of map_getallusers(), part 1ultramage8-406/+394
2008-02-11- Applied some cleanups to party.c/guild.c to ensure that direct pointers to ...skotlex2-33/+54
2008-02-11- 'Forget me Not' no longer blocks ASPD bonuses from working or prevents thei...skotlex2-7/+8
2008-02-11* Expanded the script command 'input': (bugreport:811)FlavioJS2-14/+41
2008-02-10Added two missing opt2 values, for Angelus and Bleeding status.ultramage3-159/+81
2008-02-10Fixed Warp Portal code sometimes producing errors/crashes in the case where a...ultramage1-5/+11
2008-02-08Fixed wrong message in item group loading code (bugreport:936)ultramage2-2/+2
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex8-27/+23