summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Removed manual calling of glFlush and made glFinish optionalThorbjørn Lindeijer2-3/+31
2012-08-11Removed two unused variablesThorbjørn Lindeijer1-3/+0
2012-08-11Fixed handling of --chat-log-dir command line optionThorbjørn Lindeijer1-1/+2
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-05Fixed drawing issues with tiles that don't match the gridThorbjørn Lindeijer2-2/+7
2012-08-05Enable OpenGL by default on all platformsThorbjørn Lindeijer2-6/+2
2012-08-05Removed 'virtual' from methods of ImageThorbjørn Lindeijer4-26/+15
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer19-81/+66
2012-08-05Avoid copying surfaces unnecessarily for upload to textureThorbjørn Lindeijer2-26/+36
2012-08-05Specify a more specific image format when uploading texturesThorbjørn Lindeijer1-1/+1
2012-08-05Added support for ARB_texture_non_power_of_two extensionThorbjørn Lindeijer3-2/+7
2012-08-05Some cleanups in OpenGL codeThorbjørn Lindeijer2-49/+1
2012-08-05Fixed mixup of parameter types in OpenGL codeThorbjørn Lindeijer1-4/+4
2012-08-05Fixed indentation of Image::_GLloadThorbjørn Lindeijer1-75/+75
2012-08-05Revert "Graphics: take only const pointers to images."Thorbjørn Lindeijer2-6/+6
2012-08-05Graphics: take only const pointers to images.Stefan Beller2-6/+6
2012-08-02Removing constructor of DebugSwitches.Stefan Beller1-15/+0
2012-08-02Add a checkbox to the debugging window to show being ids.Stefan Beller3-4/+46
2012-07-25Revert "Leave the default values for OpenGL texture filters"Thorbjørn Lindeijer1-0/+2
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-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
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-06Small protocol fix for NPC messagesThorbjørn Lindeijer1-1/+1
2012-05-05Merge branch '0.6'Thorbjørn Lindeijer6-6/+12
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer5-21/+119
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer84-660/+612
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer5-5/+11
2012-04-19Client side fix for manaserv guild systemErik Schilling3-8/+39
2012-04-04Fixed compiler warning because of uninitialized variableErik Schilling1-1/+1
2012-04-04Synced specials to latest manaserv changesErik Schilling5-44/+38
2012-04-04Enabled whispers in tabs by defaultErik Schilling1-1/+1
2012-04-02Merge branch '0.6'Thorbjørn Lindeijer13-32/+58
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer6-15/+10
2012-04-02Potentially fixed problems with user agent in Windows buildsThorbjørn Lindeijer1-3/+5
2012-04-02Bumped version and updated news in preparation of 0.6.1 releaseThorbjørn Lindeijer2-3/+3
2012-04-01Update version for Mac OSXDavid Athay1-1/+1
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay4-11/+40
2012-03-24Merge branch '0.6'Thorbjørn Lindeijer6-28/+58
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer5-4/+20
2012-03-21Added default ports when connecting to a custom server.jurkan3-19/+20
2012-03-18Fixed issues with rendering very small mapsjurkan1-24/+38
2012-03-18Merge branch '0.6'Thorbjørn Lindeijer2-0/+8