summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Can now build using cmake on OSXSocapex9-82/+89
2012-08-12Fixed special keeping in list after serverside removeErik Schilling3-0/+11
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 Lindeijer9-200/+0
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-05Enabled manaserv support in Code::Blocks projectThorbjørn Lindeijer1-0/+1
2012-08-05Removed linking with guichan_opengl from C::B projectThorbjørn Lindeijer1-1/+0
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-05Add a checkbox to the debugging window to show being ids.Stefan Beller3-4/+46
2012-08-05Graphics: take only const pointers to images.Stefan Beller2-6/+6
2012-08-04Enabled manaserv support in Code::Blocks projectThorbjørn Lindeijer1-0/+1
2012-08-04Fixed compile with MinGW/G++ 4.6.2Thorbjørn Lindeijer1-1/+1
2012-08-04Removed linking with guichan_opengl from C::B projectThorbjørn Lindeijer1-1/+0
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-08-02Changed color of download progressbarlpc2012submissionErik Schilling1-1/+1
2012-08-02Crash fix when re-entering the gameThorbjørn Lindeijer3-0/+15
2012-08-02Dynamically scaling background for login screenThorbjørn Lindeijer11-6/+65
2012-08-02Made download progress colorableErik Schilling4-2/+6
2012-08-02Enable OpenGL by default on all platformsThorbjørn Lindeijer2-6/+2
2012-08-02Tweaked default positions of chat and shortcut windowThorbjørn Lindeijer2-4/+4
2012-08-02Split off minimap window from mini status window and repositioned themThorbjørn Lindeijer9-50/+143
2012-08-02Changed default position and size of shortcut windowThorbjørn Lindeijer1-3/+4
2012-08-02Revert "Changed default position and size of chat window"Thorbjørn Lindeijer1-1/+1
2012-08-02Added parts of new background imageErik Schilling5-0/+19
2012-08-02Changed default position and size of chat windowThorbjørn Lindeijer1-1/+1
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-01Fixed color of npc dialog to black for lpcErik Schilling1-1/+1