summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-790/+0
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h
2011-04-03Fix some more compiler warningsBen Longbons1-5/+5
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-16/+10
Major changes still need to be made to each of the servers.
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-5/+5
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons1-55/+55
tildes.
2010-10-03Do not allow empty/whitespace-only party/guild namesremoitnane1-7/+24
Also makes minor style adjustments and cleans up comments.
2010-09-08Simplify party invitation logic and clean up commentsremoitnane1-22/+50
This eliminates part of the client's burden to manage the ID of the player sending the invitation. This also introduces a new response value (3) for the invitation acknowledgement packet (0x00fd) to indicate the party is full. Resolves: TMW Mantis #676
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-517/+606
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
2009-09-18Replace basic skill with three new skillsJared Adams1-2/+8
We want to handle skills differently that eAthena was made too. All new skills are leveled by NPCs instead of using the job sysetm. Also fixes some bugs.
2009-06-28Check party exists on add, reset party info so it shows on adding member.Dennis Friis1-4/+14
Inspired by ea stable.
2009-06-28Really fix crash on adding offline partner. Derived from ea stable.Dennis Friis1-4/+6
2009-06-25Fix a possible crash when adding a party member. Thanks Kage for spotting.Dennis Friis1-1/+1
2008-04-02initial checkinDennis Friis1-0/+644