Age | Commit message (Expand) | Author | Files | Lines |
2012-08-14 | Can now build using cmake on OSX | Socapex | 9 | -82/+89 |
2012-08-12 | Fixed special keeping in list after serverside remove | Erik Schilling | 3 | -0/+11 |
2012-08-12 | Fixed coding style in specialswindow | Erik Schilling | 1 | -16/+18 |
2012-08-12 | Improved the layout of the specials window | Thorbjørn Lindeijer | 2 | -25/+8 |
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 | Add a checkbox to the debugging window to show being ids. | Stefan Beller | 3 | -4/+46 |
2012-08-05 | Graphics: take only const pointers to images. | Stefan Beller | 2 | -6/+6 |
2012-08-04 | Enabled manaserv support in Code::Blocks project | Thorbjørn Lindeijer | 1 | -0/+1 |
2012-08-04 | Fixed compile with MinGW/G++ 4.6.2 | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-08-04 | Removed linking with guichan_opengl from C::B project | Thorbjørn Lindeijer | 1 | -1/+0 |
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-08-02 | Changed color of download progressbarlpc2012submission | Erik Schilling | 1 | -1/+1 |
2012-08-02 | Crash fix when re-entering the game | Thorbjørn Lindeijer | 3 | -0/+15 |
2012-08-02 | Dynamically scaling background for login screen | Thorbjørn Lindeijer | 11 | -6/+65 |
2012-08-02 | Made download progress colorable | Erik Schilling | 4 | -2/+6 |
2012-08-02 | Enable OpenGL by default on all platforms | Thorbjørn Lindeijer | 2 | -6/+2 |
2012-08-02 | Tweaked default positions of chat and shortcut window | Thorbjørn Lindeijer | 2 | -4/+4 |
2012-08-02 | Split off minimap window from mini status window and repositioned them | Thorbjørn Lindeijer | 9 | -50/+143 |
2012-08-02 | Changed default position and size of shortcut window | Thorbjørn Lindeijer | 1 | -3/+4 |
2012-08-02 | Revert "Changed default position and size of chat window" | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-08-02 | Added parts of new background image | Erik Schilling | 5 | -0/+19 |
2012-08-02 | Changed default position and size of chat window | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-08-02 | [Hack] Removed emotion button | jurkan | 1 | -1/+1 |
2012-08-02 | Removing the need to press space twice to close a dialog (probably a hack) | jurkan | 1 | -0/+1 |
2012-08-02 | Embedded the minimap into the mini status window | Thorbjørn Lindeijer | 8 | -105/+73 |
2012-08-01 | Some positioning changes in the game UI | Thorbjørn Lindeijer | 10 | -64/+78 |
2012-08-01 | Removed unused TabbedArea from SpecialsWindow | Thorbjørn Lindeijer | 2 | -15/+0 |
2012-08-01 | Improved the layout of the specials window | Thorbjørn Lindeijer | 1 | -10/+8 |
2012-08-01 | Resized minimap + fixed clip | Erik Schilling | 1 | -7/+8 |
2012-08-01 | Fixed compile error when not compiling in C++11 mode | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-08-01 | Fixed color of npc dialog to black for lpc | Erik Schilling | 1 | -1/+1 |