summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-02[Hack] Removed emotion buttonjurkan1-1/+1
2012-08-02Removing the need to press space twice to close a dialog (probably a hack)jurkan1-0/+1
2012-08-02Embedded the minimap into the mini status windowThorbjørn Lindeijer8-105/+73
2012-08-01Some positioning changes in the game UIThorbjørn Lindeijer10-64/+78
2012-08-01Removed unused TabbedArea from SpecialsWindowThorbjørn Lindeijer2-15/+0
2012-08-01Improved the layout of the specials windowThorbjørn Lindeijer1-10/+8
2012-08-01Resized minimap + fixed clipErik Schilling1-7/+8
2012-08-01Fixed compile error when not compiling in C++11 modeThorbjørn Lindeijer1-1/+1
2012-08-01Modify the NPC Dialog to be more RPG-LikeChuck Miller7-240/+146
2012-07-31Removed the emote shortcut windowThorbjørn Lindeijer3-9/+0
2012-07-31Removed ImageLoader and ProxyImage classesThorbjørn Lindeijer6-190/+0
2012-07-31Removed 'virtual' from methods of ImageThorbjørn Lindeijer4-26/+15
2012-07-31Fixed drawing issues with tiles that don't match the gridThorbjørn Lindeijer2-2/+7
2012-07-30Hacked away the sliders in the character create dialog. Better not try connec...Erik Schilling2-11/+4
2012-07-26Removed player box from the equipment windowThorbjørn Lindeijer1-9/+0
2012-07-26Fixed height of item popup that shows no itemThorbjørn Lindeijer1-1/+1
2012-07-26Removed UI to manually increase skillsThorbjørn Lindeijer2-19/+1
2012-07-26Fixed the dimensions of the popup/tooltipThorbjørn Lindeijer4-29/+21
2012-07-25Reduced the height of the Setup windowThorbjørn Lindeijer20-83/+66
2012-07-25Fixed UI layout after changing resolution in Setup dialogThorbjørn Lindeijer1-1/+2
2012-07-25Added an option to reduce input lagThorbjørn Lindeijer2-1/+31
2012-07-25Corrected the minimum height shown in the video optionsThorbjørn Lindeijer1-1/+1
2012-07-25Merge branch 'master' into lpc2012Erik Schilling4-2/+24
2012-07-25Prevented crash with nonexisting particle sprite.Erik Schilling1-2/+10
2012-07-25Added handler to display text particles sent by serverErik Schilling3-0/+14
2012-07-23Avoid copying surfaces unnecessarily for upload to textureThorbjørn Lindeijer2-26/+36
2012-07-23Specify a more specific image format when uploading texturesThorbjørn Lindeijer1-1/+1
2012-07-23Removed manual calling of glFlush / glFinishThorbjørn Lindeijer1-2/+0
2012-07-23Added support for ARB_texture_non_power_of_two extensionThorbjørn Lindeijer3-2/+7
2012-07-23Some cleanups in OpenGL codeThorbjørn Lindeijer2-49/+1
2012-07-23Fixed mixup of parameter types in OpenGL codeThorbjørn Lindeijer1-4/+4
2012-07-23Fixed indentation of Image::_GLloadThorbjørn Lindeijer1-75/+75
2012-07-23Revert "Leave the default values for OpenGL texture filters"Thorbjørn Lindeijer1-0/+1
2012-07-22Replaced font with DejaVu Serif CondensedThorbjørn Lindeijer2-4/+4
2012-07-20Removed options to configure particle and ambient effectsErik Schilling2-128/+4
2012-07-17Fixed pixel alignment drawing glitches in OpenGL modeThorbjørn Lindeijer1-1/+1
2012-07-17Fill the window also in software rendering modeThorbjørn Lindeijer2-8/+9
2012-07-17Enabled specials window by defaultErik Schilling1-2/+1
2012-07-15Implemented client scaling in SDL modejurkan3-16/+48
2012-07-13Small optimization in OpenGL clip area codeThorbjørn Lindeijer1-11/+8
2012-07-12Removed debug outputThorbjørn Lindeijer1-2/+0
2012-07-12Implemented scaling in OpenGL modeThorbjørn Lindeijer9-32/+72
2012-07-09Fixed gender to male onlyjurkan1-0/+3
2012-07-06LPC gui theming (replaced windows through scrolls)jurkan2-9/+9
2012-06-26don't overwrite system/environment CXXFLAGShasufell1-1/+1
2012-06-08Made error on imageset loading a bit more informativeErik Schilling1-1/+2
2012-05-25Fixed skill display for manaservErik Schilling3-5/+12
2012-05-21Merge branch '0.6'Erik Schilling2-3/+3
2012-05-21Made pickup notifications to appear as particle instead of text by default0.6Erik Schilling1-2/+2
2012-05-10Corrected coordinates of window menujurkan1-1/+1