Age | Commit message (Expand) | Author | Files | Lines |
2012-08-12 | Removed ImageLoader and ProxyImage classes | Thorbjørn Lindeijer | 9 | -200/+0 |
2012-08-12 | Removed manual calling of glFlush and made glFinish optional | Thorbjørn Lindeijer | 2 | -3/+31 |
2012-08-11 | Removed two unused variables | Thorbjørn Lindeijer | 1 | -3/+0 |
2012-08-11 | Fixed handling of --chat-log-dir command line option | Thorbjørn Lindeijer | 1 | -1/+2 |
2012-08-08 | Changed to using delete_all instead of a loop | Tom Leese | 1 | -8/+2 |
2012-08-07 | Fixed issue where previous special entries were drawn underneath | Tom Leese | 1 | -0/+7 |
2012-08-05 | Fixed drawing issues with tiles that don't match the grid | Thorbjørn Lindeijer | 2 | -2/+7 |
2012-08-05 | Enabled manaserv support in Code::Blocks project | Thorbjørn Lindeijer | 1 | -0/+1 |
2012-08-05 | Removed linking with guichan_opengl from C::B project | Thorbjørn Lindeijer | 1 | -1/+0 |
2012-08-05 | Enable OpenGL by default on all platforms | Thorbjørn Lindeijer | 2 | -6/+2 |
2012-08-05 | Removed 'virtual' from methods of Image | Thorbjørn Lindeijer | 4 | -26/+15 |
2012-08-05 | Removed all the hardcoded sizes of the various setup tabs | Thorbjørn Lindeijer | 19 | -81/+66 |
2012-08-05 | Avoid copying surfaces unnecessarily for upload to texture | Thorbjørn Lindeijer | 2 | -26/+36 |
2012-08-05 | Specify a more specific image format when uploading textures | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-08-05 | Added support for ARB_texture_non_power_of_two extension | Thorbjørn Lindeijer | 3 | -2/+7 |
2012-08-05 | Some cleanups in OpenGL code | Thorbjørn Lindeijer | 2 | -49/+1 |
2012-08-05 | Fixed mixup of parameter types in OpenGL code | Thorbjørn Lindeijer | 1 | -4/+4 |
2012-08-05 | Fixed indentation of Image::_GLload | Thorbjørn Lindeijer | 1 | -75/+75 |
2012-08-05 | Revert "Graphics: take only const pointers to images." | Thorbjørn Lindeijer | 2 | -6/+6 |
2012-08-05 | Graphics: take only const pointers to images. | Stefan Beller | 2 | -6/+6 |
2012-08-02 | Removing constructor of DebugSwitches. | Stefan Beller | 1 | -15/+0 |
2012-08-02 | Add a checkbox to the debugging window to show being ids. | Stefan Beller | 3 | -4/+46 |
2012-07-25 | Revert "Leave the default values for OpenGL texture filters" | Thorbjørn Lindeijer | 1 | -0/+2 |
2012-07-25 | Fixed plural format of Ukranian translation | Thorbjørn Lindeijer | 1 | -2/+1 |
2012-07-25 | Prevented crash with nonexisting particle sprite. | Erik Schilling | 1 | -2/+10 |
2012-07-25 | Added handler to display text particles sent by server | Erik Schilling | 3 | -0/+14 |
2012-06-26 | add option to use system enet headers | hasufell | 1 | -1/+10 |
2012-06-26 | don't overwrite system/environment CXXFLAGS | hasufell | 1 | -1/+1 |
2012-06-26 | make datadir an bindir paths modifiable | hasufell | 1 | -2/+2 |
2012-06-08 | Made error on imageset loading a bit more informative | Erik Schilling | 1 | -1/+2 |
2012-05-25 | Fixed skill display for manaserv | Erik Schilling | 3 | -5/+12 |
2012-05-21 | Merge branch '0.6' | Erik Schilling | 2 | -3/+3 |
2012-05-21 | Made pickup notifications to appear as particle instead of text by default0.6 | Erik Schilling | 1 | -2/+2 |
2012-05-10 | Corrected coordinates of window menu | jurkan | 1 | -1/+1 |
2012-05-07 | Merge branch '0.6' | Thorbjørn Lindeijer | 1 | -9/+9 |
2012-05-07 | Fixed wrong offset values for tab widget drawing | jurkan | 1 | -9/+9 |
2012-05-06 | Small protocol fix for NPC messages | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-05-05 | Merge branch '0.6' | Thorbjørn Lindeijer | 6 | -6/+12 |
2012-05-05 | Added debugging mode to the protocol | Thorbjørn Lindeijer | 5 | -21/+119 |
2012-05-05 | Removed the shared base classes of MessageIn and MessageOut | Thorbjørn Lindeijer | 86 | -668/+612 |
2012-05-05 | Fixed compilation errors and warnings with GCC 4.7 | Thorbjørn Lindeijer | 5 | -5/+11 |
2012-04-19 | Client side fix for manaserv guild system | Erik Schilling | 3 | -8/+39 |
2012-04-12 | Revert "Default manaserv support to OFF for 0.6 release" | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-04-04 | Fixed compiler warning because of uninitialized variable | Erik Schilling | 1 | -1/+1 |
2012-04-04 | Synced specials to latest manaserv changes | Erik Schilling | 5 | -44/+38 |
2012-04-04 | Enabled whispers in tabs by default | Erik Schilling | 1 | -1/+1 |
2012-04-02 | Merge branch '0.6' | Thorbjørn Lindeijer | 25 | -36/+2872 |
2012-04-02 | Fixed problems with using the last emotev0.6.1 | Thorbjørn Lindeijer | 8 | -15/+12 |
2012-04-02 | Potentially fixed problems with user agent in Windows builds | Thorbjørn Lindeijer | 1 | -3/+5 |
2012-04-02 | Bumped version and updated news in preparation of 0.6.1 release | Thorbjørn Lindeijer | 8 | -7/+31 |