summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-5/+5
2011-03-03Recovery and conversion of Japanese comments that had been lost as "invalid U...Ben Longbons1-447/+451
2011-01-23rebalancing the ASTRAL_SOUL skillStefan Beller1-5/+3
2011-01-19adding the TMW_RAGING skillStefan Beller1-0/+9
2011-01-05adding the USE_ASTRAL_SOUL_SKILL defineStefan Beller1-3/+6
2010-11-03Fix some crashes in cart system.Andrei Karas1-0/+18
2010-10-08map-server now stores IP address in session_data when player connectsMadCamel1-0/+6
2010-09-05Clean up NPC string input and minor formattingremoitnane1-2/+2
2010-08-28Prevent players from bypassing a spell's cast timeremoitnane1-1/+16
2010-08-15Kludge-fix double-equipment issue to hopefully prevent new instancesremoitnane1-0/+4
2010-07-23Clean up some memory handlingremoitnane1-1/+4
2010-04-16Fixed entity_warp() in magic, as used by teleporting, to properly update the ...Fate1-1/+1
2010-04-04Removed obsoleted trade and sit spam codeMadCamel1-2/+0
2010-04-04Added packet rate limiter and flood prevention system.MadCamel1-0/+3
2010-03-24Revert "Add new death penalty type (3) which takes a percentage of the player...Chuck Miller1-8/+0
2010-03-24Add new death penalty type (3) which takes a percentage of the player's zenyChuck Miller1-0/+8
2010-02-21Cancel active trade if an item is removed from inventory.No Name1-3/+3
2010-02-11Re-calculate player stats when an equipped item is removed.MadCamel1-1/+1
2010-01-19fixed a few buffer overrunsHelmut Grohne1-1/+2
2010-01-02Temporarily enclose astral soul modifications with ifdefsFreeyorp1-0/+6
2010-01-02Remove conflict markersFreeyorp1-36/+6
2009-12-29Fixed "maximum skill points" computationFate1-5/+33
2009-12-28Also pass a variable @itemId when running equip scriptsFreeyorp1-24/+36
2009-12-28Pass a variable @slotId when running equip scripts.Freeyorp1-13/+34
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-6205/+7356
2009-10-25Prevent auto bans from multiplyingJared Adams1-0/+2
2009-10-10Better logging, initial job experience gathering, naming fixes to the skill s...Fate1-22/+49
2009-10-08Merge branch 'master' of gitorious.org:tmw-eathena/mainlineFate1-26/+23
2009-10-03Make failed skill ups respond with right valueJared Adams1-26/+23
2009-09-27Added astral soul skill, affecting all magic users: without this skill, antim...Fate1-0/+13
2009-09-27Added "Mallard's Eye" skill (45) for ranged weapon users: increaseFate1-4/+6
2009-09-26Initial support for skill pools (available via at commands andFate1-42/+30
2009-09-20Initial support for skill poolsFate1-11/+5
2009-09-18Replace basic skill with three new skillsJared Adams1-6/+8
2009-09-15Logging fix and extension to include trade informaitonFate1-5/+8
2009-09-13When a player walks, make sure they stand upFate1-0/+3
2009-09-12Implemented pDeaf property (70) which makes PCs ignore regular PC chat (excep...Fate1-0/+3
2009-09-11Added mapserver config option log_file to specify gzipped player action log fileFate1-0/+44
2009-08-29Converted to Mersenne Twister for random.MadCamel1-11/+11
2009-08-26Autobans are now logged, more chat spam improvementsMadCamel1-1/+2
2009-08-23Improved chat spam detectionMadCamel1-3/+1
2009-08-16Adjust auto ban code and add sit spam handlingJared Adams1-0/+2
2009-08-16Send GM flag to clientsJared Adams1-0/+3
2009-08-14Revert "Change sending of hair style and color"Jared Adams1-5/+1
2009-08-13Change sending of hair style and colorJared Adams1-1/+5
2009-08-12Fix adding equiped items to tradeJared Adams1-7/+17
2009-07-19Add some sanity checks.Dennis Friis1-1/+4
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-20/+20
2009-07-06Add a new trade spam systemJared Adams1-0/+2
2009-07-06Revert "Add a new trade spam system"Jared Adams1-2/+0