summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Increased client version to 20Thorbjørn Lindeijer1-1/+1
2024-01-24Add error for non tradable items.Andrei Karas1-0/+5
2024-01-24Removed project files for Qt CreatorThorbjørn Lindeijer6-599/+2
2024-01-24Fixed potential crash on exitThorbjørn Lindeijer2-4/+3
2024-01-24Removed undefined '__EXPORT__'Thorbjørn Lindeijer1-5/+4
2024-01-24Fixed a few coding errors the compiler complained aboutThorbjørn Lindeijer3-3/+3
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer15-44/+44
2024-01-24Updated website URL to httpsThorbjørn Lindeijer1-1/+1
2013-09-08Fixing packet length of CMSG_NPC_STR_RESPONSEStefan Dombrowski1-1/+1
2013-06-15Fixed minor issues in the russian translationKenny6901-3/+3
2013-06-15Added Kenny690 to the AUTHORS fileErik Schilling1-0/+1
2013-06-15Updated russian translationKenny6901-430/+407
2013-06-08Fixed MessageIn::getUnreadLengthThorbjørn Lindeijer2-2/+8
2013-05-22paths.xml content is now read from settings.xmlPrzemysław Grzywacz3-11/+21
2013-05-09Changed default serverlist.xml URL to avoid redirectThorbjørn Lindeijer2-2/+2
2013-05-07items.xml can be used from settings.xmlPrzemysław Grzywacz4-187/+165
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz27-550/+913
2013-05-04Fixed codeblocks projectErik Schilling1-2/+2
2013-05-02Fixed network layer doing delayed actor deletionThorbjørn Lindeijer7-7/+19
2013-04-30Hide attribute sliders on character creation when appropriateThorbjørn Lindeijer2-53/+69
2013-04-30Bumped protocol version to 3Thorbjørn Lindeijer1-1/+1
2013-04-29Single xml solution - compatibility with skill-set and special-setPrzemysław Grzywacz2-2/+4
2013-04-27Small cleanupThorbjørn Lindeijer2-5/+1
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer7-13/+218
2013-04-27Always read the attributes.xml fileThorbjørn Lindeijer9-33/+47
2013-04-13Removed unused IntMap typedefThorbjørn Lindeijer1-2/+0
2012-12-05Ignore unsupported messages in public chatAndrei Karas1-0/+5
2012-10-11Client side patch for change of sending order of genderErik Schilling2-8/+13
2012-10-11Give feedback when guild invite failedErik Schilling1-0/+4
2012-09-18Added travis build information fileErik Schilling1-0/+8
2012-08-31Turned off C++11 mode by default to avoid linker issuesErik Schilling1-1/+1
2012-08-26Convert AUTHORS from ISO-8859-1 to UTF-8Ben Longbons1-4/+4
2012-08-26Fixed incorrect-fsf-address error by rpmlintErik Schilling1-20/+19
2012-08-15Removed outdated FAQ.txtErik Schilling1-88/+0
2012-08-14Updated Xcode project for 10.7Socapex3-0/+2113
2012-08-14Can now build using cmake on OSXSocapex9-82/+89
2012-08-12Fixed special keeping in list after serverside removeErik Schilling3-0/+11
2012-08-12Fixed coding style in specialswindowErik Schilling1-16/+18
2012-08-12Improved the layout of the specials windowThorbjørn Lindeijer2-25/+8
2012-08-12Removed ImageLoader and ProxyImage classesThorbjørn Lindeijer9-200/+0
2012-08-12Removed manual calling of glFlush and made glFinish optionalThorbjørn Lindeijer2-3/+31
2012-08-11Removed two unused variablesThorbjørn Lindeijer1-3/+0
2012-08-11Fixed handling of --chat-log-dir command line optionThorbjørn Lindeijer1-1/+2
2012-08-08Changed to using delete_all instead of a loopTom Leese1-8/+2
2012-08-07Fixed issue where previous special entries were drawn underneathTom Leese1-0/+7
2012-08-05Fixed drawing issues with tiles that don't match the gridThorbjørn Lindeijer2-2/+7
2012-08-05Enabled manaserv support in Code::Blocks projectThorbjørn Lindeijer1-0/+1
2012-08-05Removed linking with guichan_opengl from C::B projectThorbjørn Lindeijer1-1/+0
2012-08-05Enable OpenGL by default on all platformsThorbjørn Lindeijer2-6/+2
2012-08-05Removed 'virtual' from methods of ImageThorbjørn Lindeijer4-26/+15