summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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 emotev0.6.1Thorbjø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
2012-02-12Fixed inventory displayYohann Ferreira1-3/+6
2012-02-12Restored manaserv-less buildsYohann Ferreira3-5/+29
2012-02-11Made items equippable by double click in inventoryErik Schilling1-2/+9
2012-02-11Fixed issues with the help texts and small NEWS file updatesThorbjørn Lindeijer2-6/+2
2012-02-10Arbitrary small code cleanupsThorbjørn Lindeijer3-7/+5
2012-02-09Fixed wallpaper prescaling issuesThorbjørn Lindeijer1-17/+26
2012-02-09Allow changing fullscreen resolution without restartThorbjørn Lindeijer1-63/+59
2012-02-09Setting y-offset back to 3 for status effect iconsStefan Dombrowski1-1/+1
2012-02-09Avoid a crash after selecting one's character linked to emotes.Yohann Ferreira1-3/+3
2012-02-09Show status effect icons again and position adjustStefan Dombrowski1-2/+3
2012-02-08Reorganized Video settings so that labels have more spaceThorbjørn Lindeijer1-21/+22
2012-02-07Made BrowserBox use the recommended line skip for its fontThorbjørn Lindeijer4-48/+73