Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-08-01 | Merge branch 'master' into lpc2012 | Erik Schilling | 1 | -2/+1 |
2012-08-01 | Themed the npc dialog | Erik Schilling | 2 | -14/+14 |
2012-08-01 | Modify the NPC Dialog to be more RPG-Like | Chuck Miller | 11 | -240/+167 |
2012-07-31 | Removed the emote shortcut window | Thorbjørn Lindeijer | 3 | -9/+0 |
2012-07-31 | Removed ImageLoader and ProxyImage classes | Thorbjørn Lindeijer | 9 | -200/+0 |
2012-07-31 | Removed 'virtual' from methods of Image | Thorbjørn Lindeijer | 4 | -26/+15 |
2012-07-31 | Fixed drawing issues with tiles that don't match the grid | Thorbjørn Lindeijer | 2 | -2/+7 |
2012-07-30 | Hacked away the sliders in the character create dialog. Better not try connec... | Erik Schilling | 2 | -11/+4 |
2012-07-30 | Defining a branding for lpc2012. | Stefan Beller | 1 | -0/+18 |
2012-07-26 | Removed player box from the equipment window | Thorbjørn Lindeijer | 1 | -9/+0 |
2012-07-26 | Fixed height of item popup that shows no item | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-07-26 | Removed UI to manually increase skills | Thorbjørn Lindeijer | 2 | -19/+1 |
2012-07-26 | Fixed the dimensions of the popup/tooltip | Thorbjørn Lindeijer | 4 | -29/+21 |
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 | Reduced the height of the Setup window | Thorbjørn Lindeijer | 20 | -83/+66 |
2012-07-25 | Fixed UI layout after changing resolution in Setup dialog | Thorbjørn Lindeijer | 1 | -1/+2 |
2012-07-25 | Added an option to reduce input lag | Thorbjørn Lindeijer | 2 | -1/+31 |
2012-07-25 | Corrected the minimum height shown in the video options | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-07-25 | Merge branch 'master' into lpc2012 | Erik Schilling | 4 | -2/+24 |
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-07-23 | Avoid copying surfaces unnecessarily for upload to texture | Thorbjørn Lindeijer | 2 | -26/+36 |
2012-07-23 | Specify a more specific image format when uploading textures | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-07-23 | Removed manual calling of glFlush / glFinish | Thorbjørn Lindeijer | 1 | -2/+0 |
2012-07-23 | Added support for ARB_texture_non_power_of_two extension | Thorbjørn Lindeijer | 3 | -2/+7 |
2012-07-23 | Some cleanups in OpenGL code | Thorbjørn Lindeijer | 2 | -49/+1 |
2012-07-23 | Fixed mixup of parameter types in OpenGL code | Thorbjørn Lindeijer | 1 | -4/+4 |
2012-07-23 | Fixed indentation of Image::_GLload | Thorbjørn Lindeijer | 1 | -75/+75 |
2012-07-23 | Revert "Leave the default values for OpenGL texture filters" | Thorbjørn Lindeijer | 1 | -0/+1 |