summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-5/+5
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer1-2/+2
2012-08-02Removing constructor of DebugSwitches.Stefan Beller1-15/+0
2012-08-02Add a checkbox to the debugging window to show being ids.Stefan Beller1-0/+21
2012-02-07Fixed debug window not saving its position and sizeErik Schilling1-2/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-09-16Renamed Map::DebugFlags enumeratorsThorbjørn Lindeijer1-9/+9
2011-05-25Refining switches in the debug viewStefan Dombrowski1-47/+81
2011-05-20Removing KEY_PATHFIND and moving its function into the debug windowStefan Dombrowski1-67/+149
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-0/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-1/+1
2010-02-09Pushed away some 32 hardcoded values.Bertram1-11/+14
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-06Merged the Engine class into the Game classThorbjørn Lindeijer1-15/+6
2010-01-11Cleanup GUI classesJared Adams1-6/+6
2009-10-31Fix compilation without openglAndrei Karas1-1/+1
2009-10-14Add more detail to DebugWindowJared Adams1-1/+32
2009-08-31Change 'Tile' to 'Cursor' in debug windowKess Vargavind1-2/+2
2009-08-30Keeping two similar gettext strings identicalKess Vargavind1-1/+1
2009-08-30Fixed a style error.Philipp Sehmisch1-1/+1
2009-08-30Particle count is again displayed properly in debug window (was cut off by la...Philipp Sehmisch1-1/+1
2009-08-07Gettext fixesKess Vargavind1-1/+1
2009-07-26Gettext fixesKess Vargavind1-15/+17
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-9/+10
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-10/+9
2009-03-14Fixed default size for the debug window.Ira Rice1-1/+1
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-8/+7
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-1/+1
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-1/+1
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-1/+1
2009-03-06Fix layout of debug windowJared Adams1-3/+2
2009-03-06Fix layout of debug windowJared Adams1-3/+2
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-17/+10
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-17/+10
2009-02-20Fix debug window to show correct mouse coordinatesJared Adams1-2/+2
2009-02-20Fix debug window to show correct mouse coordinatesJared Adams1-2/+2
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-1/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Got rid of the useless [ and ] in debug windowBjørn Lindeijer1-18/+12
2009-01-19Fixed overlaps in the last commit by converting the debug window code toIra Rice1-13/+11
2009-01-18Added current map filename to debug window.Philipp Sehmisch1-13/+22
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-2/+1