Age | Commit message (Expand) | Author | Files | Lines |
2024-01-26 | Disable "opengl" by default and remove unused "hwaccel" option | Thorbjørn Lindeijer | 2 | -5/+3 |
2024-01-25 | Always use C++11 and remove related compatibility option/code | Thorbjørn Lindeijer | 3 | -19/+0 |
2024-01-25 | Removed X11 dependency | Thorbjørn Lindeijer | 1 | -6/+0 |
2024-01-25 | Fixed parent for OkDialog in social window | Thorbjørn Lindeijer | 1 | -1/+1 |
2024-01-25 | Added assignment operator for Vector | Thorbjørn Lindeijer | 1 | -0/+8 |
2024-01-25 | Minor includes cleanup | Thorbjørn Lindeijer | 6 | -15/+0 |
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 34 | -1098/+654 |
2024-01-24 | Increased client version to 20 | Thorbjørn Lindeijer | 1 | -1/+1 |
2024-01-24 | Add error for non tradable items. | Andrei Karas | 1 | -0/+5 |
2024-01-24 | Fixed potential crash on exit | Thorbjørn Lindeijer | 2 | -4/+3 |
2024-01-24 | Removed undefined '__EXPORT__' | Thorbjørn Lindeijer | 1 | -5/+4 |
2024-01-24 | Fixed a few coding errors the compiler complained about | Thorbjørn Lindeijer | 3 | -3/+3 |
2024-01-24 | Fixed compilation issues and use of deprecated C++ features | Thorbjørn Lindeijer | 15 | -44/+44 |
2013-09-08 | Fixing packet length of CMSG_NPC_STR_RESPONSE | Stefan Dombrowski | 1 | -1/+1 |
2013-06-08 | Fixed MessageIn::getUnreadLength | Thorbjørn Lindeijer | 2 | -2/+8 |
2013-05-22 | paths.xml content is now read from settings.xml | Przemysław Grzywacz | 3 | -11/+21 |
2013-05-09 | Changed default serverlist.xml URL to avoid redirect | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-05-07 | items.xml can be used from settings.xml | Przemysław Grzywacz | 4 | -187/+165 |
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 24 | -550/+904 |
2013-05-02 | Fixed network layer doing delayed actor deletion | Thorbjørn Lindeijer | 7 | -7/+19 |
2013-04-30 | Hide attribute sliders on character creation when appropriate | Thorbjørn Lindeijer | 2 | -53/+69 |
2013-04-30 | Bumped protocol version to 3 | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-29 | Single xml solution - compatibility with skill-set and special-set | Przemysław Grzywacz | 2 | -2/+4 |
2013-04-27 | Small cleanup | Thorbjørn Lindeijer | 2 | -5/+1 |
2013-04-27 | Added support for charcreation.xml settings | Thorbjørn Lindeijer | 7 | -13/+218 |
2013-04-27 | Always read the attributes.xml file | Thorbjørn Lindeijer | 8 | -30/+43 |
2013-04-13 | Removed unused IntMap typedef | Thorbjørn Lindeijer | 1 | -2/+0 |
2012-12-05 | Ignore unsupported messages in public chat | Andrei Karas | 1 | -0/+5 |
2012-10-11 | Client side patch for change of sending order of gender | Erik Schilling | 2 | -8/+13 |
2012-10-11 | Give feedback when guild invite failed | Erik Schilling | 1 | -0/+4 |
2012-08-14 | Can now build using cmake on OSX | Socapex | 7 | -81/+75 |
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 | 6 | -190/+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 | 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 |