summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay2-5/+18
2008-04-17Added basic party support (no interface to create or quit yet)David Athay6-4/+262
2008-04-17One file was forgotten while committing the private channels removal.Yohann Ferreira1-2/+1
2008-04-16Removed private channelsDavid Athay2-4/+7
2008-04-16Fixed online status so that users are shown as onlineDavid Athay1-0/+3
2008-04-15Added online status of guild membersDavid Athay5-2/+45
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay1-0/+11
2008-04-03Added updating guild member listDavid Athay2-9/+21
2008-04-03Took out something that I committed by accident earlier. Sorry for blocking theBjørn Lindeijer1-8/+0
2008-04-01Fixed up chat and guildsDavid Athay1-1/+5
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-3/+12
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch2-9/+4
2008-03-12Added ability to quit guilds.David Athay4-13/+40
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch1-2/+7
2008-03-06Fixed rejoining guilds after closing clientDavid Athay2-15/+20
2008-03-05Fixed guild creation.David Athay1-14/+14
2008-03-04Added HP regeneration and new death messages.Philipp Sehmisch1-1/+4
2008-02-28Temporary fix for GUILD protocol support, fixed makefile. Also please do not ...Mateusz Kaduk1-1/+3
2008-02-28Work in Progress commit of guilds.David Athay5-11/+364
2008-02-27made the string " Press OK to respawn." translateable.Philipp Sehmisch1-1/+1
2008-02-27Implemented provisorical player respawn.Philipp Sehmisch4-1/+52
2008-02-24Fixed a bug which caused an incorrect display of character correction points ...Philipp Sehmisch1-1/+1
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch2-2/+2
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-0/+1
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer2-14/+22
2008-02-12Merged revisions 3619 via svnmerge from Bjørn Lindeijer2-2/+31
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch7-132/+162
2008-01-24Fixed broken communication of attack directions.Philipp Sehmisch1-1/+8
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch3-3/+3
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer21-228/+228
2007-11-21Small lingering changes made while merging to 0.0.Bjørn Lindeijer1-9/+5
2007-11-16Reduced noise in log file.Guillaume Melquiond2-3/+3
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-3/+1
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond2-4/+4
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond3-1/+9
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+3
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond2-8/+9
2007-10-18Removed guess of being type from class number. Factored handler for new beings.Guillaume Melquiond1-26/+15
2007-09-20Fixed some compilation warning.Guillaume Melquiond1-1/+0
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer4-44/+47
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond2-20/+12
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond2-127/+7
2007-08-14Enabled buying and selling from NPCs.Guillaume Melquiond2-0/+9
2007-08-14Fixed error-prone interface. Handled money as an inventory part.Guillaume Melquiond3-22/+19
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley3-2/+20
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond2-49/+31
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond1-3/+6
2007-08-08Fixed position of the cleaning bit for looks, so that it actually fits into n...Guillaume Melquiond1-1/+2
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley2-0/+8
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond7-416/+15