summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Fixed crash when taking a screenshotThorbjørn Lindeijer1-1/+5
2024-02-05Removed use of deprecated std::unary_functionThorbjørn Lindeijer1-9/+6
2024-02-05Updated C++ standard to C++17Thorbjørn Lindeijer3-14/+26
2024-02-05Use SDL2 to show a simple message box on errorThorbjørn Lindeijer4-55/+5
2024-02-05Require PhysFS 3.0Thorbjørn Lindeijer1-21/+2
2024-02-02Fixed use of deprecated CURLOPT_PROGRESSFUNCTION optionThorbjørn Lindeijer2-10/+13
2024-02-02Restored support for setting monster ID offset on monsters tagThorbjørn Lindeijer5-4/+28
2024-01-30Apply readability-delete-null-pointer fixitsThorbjørn Lindeijer5-24/+11
2024-01-29Fixed logic error in ManaServ::BeingHandlerThorbjørn Lindeijer1-5/+6
2024-01-29Removed unused SpecialEntry::mLevelLabelThorbjørn Lindeijer1-2/+0
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer20-41/+7
2024-01-29Removed remnants of alpha cache in ResourceManagerThorbjørn Lindeijer3-38/+0
2024-01-29Updated ChatLogger::secureName to fixed versionThorbjørn Lindeijer2-9/+19
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer70-542/+409
2024-01-29Updated PhysFS RWops helper to the latest versionThorbjørn Lindeijer2-59/+117
2024-01-29Fixed another crash due to incomplete SDL2 upgradeThorbjørn Lindeijer1-1/+1
2024-01-28Fixed crash due to SDL2 porting issueThorbjørn Lindeijer1-1/+2
2024-01-28Added support for map/layer maskThorbjørn Lindeijer11-65/+188
2024-01-26Added fallback for XML data files and support absolute pathsThorbjørn Lindeijer1-14/+34
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer357-1948/+1946
2024-01-26Added support for the "persistentIp" server info settingThorbjørn Lindeijer6-38/+38
2024-01-26Disable "opengl" by default and remove unused "hwaccel" optionThorbjørn Lindeijer2-5/+3
2024-01-25Always use C++11 and remove related compatibility option/codeThorbjørn Lindeijer3-19/+0
2024-01-25Removed X11 dependencyThorbjørn Lindeijer1-6/+0
2024-01-25Fixed parent for OkDialog in social windowThorbjørn Lindeijer1-1/+1
2024-01-25Added assignment operator for VectorThorbjørn Lindeijer1-0/+8
2024-01-25Minor includes cleanupThorbjørn Lindeijer6-15/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer34-1098/+654
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-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
2013-09-08Fixing packet length of CMSG_NPC_STR_RESPONSEStefan Dombrowski1-1/+1
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 Lindeijer1-1/+1
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 Grzywacz24-550/+904
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 Lindeijer8-30/+43
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