summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-15new/modified builtinswushin1-6/+61
2016-04-10consolidate client version handlingmekolat1-2/+2
2016-02-08do not force logout after sex changemekolat1-7/+2
2016-02-08Don't override char genderwushin1-6/+0
2016-02-08allow to not allocate stats on CCmekolat1-1/+1
2016-02-08Add third gender to accountwushin1-3/+29
2015-08-03Fix Broken Nick M+ Issuewushin1-1/+1
2015-06-20add map mask supportmekolat1-0/+3
2015-06-16do not reset default pvp channel on deathmekolat1-1/+1
2015-05-31send pvp channel and rank to clientmekolat1-0/+5
2015-05-18add version check to clif_sendquestmekolat1-2/+1
2015-05-17use client versionmekolat1-3/+4
2015-05-07send message about source to general tabmekolat1-1/+1
2015-05-07death to the motd!!!11one11mekolat1-11/+0
2015-05-07wait for the player to be added to block listmekolat1-1/+2
2015-05-06Merge pull request #57 from mekolat/patch-1Wushin1-29/+0
2015-04-30Merge pull request #59 from mekolat/getparamWushin1-1/+1
2015-04-29add OnPCLoginEventmekolat1-0/+2
2015-04-29Merge pull request #58 from mekolat/changesexWushin1-2/+1
2015-04-25Add Bitmasked Quest Logwushin1-9/+69
2015-04-20deprecate builtin changesexmekolat1-2/+1
2015-04-20deprecate builtin readparam & statusup2mekolat1-1/+1
2015-04-19Dynamic Xp percentage command @expratewushin1-1/+12
2015-04-15remove unused pc_randomwarpmekolat1-29/+0
2015-04-13Merge pull request #50 from mekolat/healWushin1-69/+0
2015-04-06remove deprecated percenthealmekolat1-69/+0
2015-04-04make pvp use channelsmekolat1-4/+6
2015-04-04Remove killer/killablewushin1-9/+34
2015-01-23Use generated config for mapBen Longbons1-26/+23
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-23/+47
2015-01-03Merge remote-tracking branch 'origin/hotfix'Ben Longbons1-10/+10
2015-01-03Document every network packet's pre, post, and descBen Longbons1-179/+1
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-10/+10
2014-11-04Remove sc_countBen Longbons1-2/+0
2014-11-04Perform divorces asynchronously to avoid crashesBen Longbons1-6/+3
2014-10-26Fix header rankingBen Longbons1-3/+3
2014-10-16Fix crash on login due to invalid mapBen Longbons1-14/+15
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-84/+72
2014-10-13Restore missing check to let double-handed weapons workBen Longbons1-1/+3
2014-10-08Split script.cppBen Longbons1-1/+1
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-202/+62
2014-09-30Rename enum Option to Opt0Ben Longbons1-11/+11
2014-08-28Properly inform the client about class/species/race changing (hopefully)Ben Longbons1-1/+2
2014-08-05Move magic to its own namespaceBen Longbons1-3/+3
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+1
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-51/+43
2014-06-30Invulnerability should not be the defaultBen Longbons1-0/+10
2014-06-30It's about time I did thisBen Longbons1-23/+23
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-108/+108