summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-9032/+0
2012-01-28Send the current remaining status points even when a requested statup fails.The Free Yorp1-0/+1
2012-01-08Raging skill formula changed to make it more powerful.Jessica Tölke1-3/+2
2011-10-13Workaround for the ancient-but-rare bug that stops people from using magic wh...Ben Longbons1-1/+7
2011-09-10Merge commit '2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a'Ben Longbons1-86/+70
2011-09-10Merge commit '723fb5d3431b847526c433a13aa74485cfb564a3'Ben Longbons1-82/+51
2011-07-27Raging skill only with melee weapon, fix integer truncationBen Longbons1-3/+4
2011-07-27Revert "Modifying Raging Skill: maximum range with the skill is 2"Ben Longbons1-7/+2
2011-07-23Modifying Raging Skill: maximum range with the skill is 2Jessica Tölke1-2/+7
2011-04-03Fix some more compiler warningsBen Longbons1-86/+70
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-78/+47
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