summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer38-190/+113
2024-02-05Updated C++ standard to C++17Thorbjørn Lindeijer1-7/+1
2024-01-30Apply readability-delete-null-pointer fixitsThorbjørn Lindeijer2-8/+5
2024-01-29Removed unused SpecialEntry::mLevelLabelThorbjørn Lindeijer1-2/+0
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer8-13/+0
2024-01-29Removed remnants of alpha cache in ResourceManagerThorbjørn Lindeijer1-3/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer31-197/+145
2024-01-29Fixed another crash due to incomplete SDL2 upgradeThorbjørn Lindeijer1-1/+1
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer172-801/+801
2024-01-26Added support for the "persistentIp" server info settingThorbjørn Lindeijer1-2/+11
2024-01-25Fixed parent for OkDialog in social windowThorbjørn Lindeijer1-1/+1
2024-01-25Minor includes cleanupThorbjørn Lindeijer3-7/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer14-129/+156
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer9-12/+14
2013-05-09Changed default serverlist.xml URL to avoid redirectThorbjørn Lindeijer1-1/+1
2013-04-30Hide attribute sliders on character creation when appropriateThorbjørn Lindeijer2-53/+69
2013-04-29Single xml solution - compatibility with skill-set and special-setPrzemysław Grzywacz1-1/+2
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer1-0/+7
2013-04-13Removed unused IntMap typedefThorbjørn Lindeijer1-2/+0
2012-08-14Can now build using cmake on OSXSocapex1-4/+0
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 Lindeijer1-5/+0
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-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer19-81/+66
2012-08-02Removing constructor of DebugSwitches.Stefan Beller1-15/+0
2012-08-02Add a checkbox to the debugging window to show being ids.Stefan Beller2-1/+42
2012-05-25Fixed skill display for manaservErik Schilling1-4/+9
2012-05-21Merge branch '0.6'Erik Schilling1-1/+1
2012-05-10Corrected coordinates of window menujurkan1-1/+1
2012-05-07Merge branch '0.6'Thorbjørn Lindeijer1-9/+9
2012-05-07Fixed wrong offset values for tab widget drawingjurkan1-9/+9
2012-05-05Merge branch '0.6'Thorbjørn Lindeijer2-1/+3
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer2-2/+0
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer2-1/+3
2012-04-19Client side fix for manaserv guild systemErik Schilling1-2/+3
2012-04-04Synced specials to latest manaserv changesErik Schilling1-21/+20
2012-04-02Merge branch '0.6'Thorbjørn Lindeijer2-4/+3
2012-04-02Fixed problems with using the last emoteThorbjørn Lindeijer1-3/+2
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-1/+1
2012-03-24Merge branch '0.6'Thorbjørn Lindeijer3-27/+41
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer2-3/+3
2012-03-21Added default ports when connecting to a custom server.jurkan2-19/+8
2012-03-18Fixed issues with rendering very small mapsjurkan1-24/+38
2012-03-18Merge branch '0.6'Thorbjørn Lindeijer1-0/+1
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer3-4/+4
2012-02-26Fixed display of server descriptionErik Schilling1-0/+1
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer6-17/+71
2012-02-18Fixed manaserv-enabled buildsThorbjørn Lindeijer3-10/+10