Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-04-08 | Fixed assertion failure on exit | Thorbjørn Lindeijer | 1 | -0/+4 |
2024-04-08 | Use ResourceRef<Image> in more places | Thorbjørn Lindeijer | 6 | -26/+68 |
2024-04-02 | General code cleanups | Thorbjørn Lindeijer | 5 | -8/+6 |
2024-03-26 | Use SDL2 support for color and system mouse cursors | Thorbjørn Lindeijer | 3 | -20/+33 |
2024-03-21 | Removed unused ResourceManager methods | Thorbjørn Lindeijer | 2 | -43/+0 |
2024-03-21 | Removed the unused Image::mLoaded member | Thorbjørn Lindeijer | 2 | -41/+19 |
2024-03-21 | Use std::function in ResourceManager | Thorbjørn Lindeijer | 4 | -85/+35 |
2024-03-13 | Use snprintf instead of sprintf | Thorbjørn Lindeijer | 1 | -2/+2 |
2024-03-12 | General code cleanups | Thorbjørn Lindeijer | 10 | -34/+13 |
2024-03-07 | Some code simplifications in ResourceManager::loadFile | Thorbjørn Lindeijer | 1 | -16/+9 |
2024-03-07 | Fixed ambient layers "keepratio" option | Thorbjørn Lindeijer | 3 | -10/+21 |
2024-03-07 | Use the native TMX tile animation format | Thorbjørn Lindeijer | 4 | -105/+113 |
2024-03-07 | Fixed tile animations for CSV maps | Thorbjørn Lindeijer | 1 | -6/+3 |
2024-03-06 | General code cleanups | Thorbjørn Lindeijer | 7 | -54/+35 |
2024-03-04 | Fixed character display | Thorbjørn Lindeijer | 6 | -30/+47 |
2024-03-02 | Changed server type to "enum class" | Thorbjørn Lindeijer | 2 | -2/+2 |
2024-03-02 | Added support for customizing NPC and Monster hover cursor | Thorbjørn Lindeijer | 4 | -16/+61 |
2024-03-02 | Updated mouse cursors to latest version | Thorbjørn Lindeijer | 2 | -4/+3 |
2024-03-02 | General code cleanups | Thorbjørn Lindeijer | 11 | -123/+71 |
2024-02-27 | Added VSync and windowed fullscreen options | Thorbjørn Lindeijer | 2 | -1/+2 |
2024-02-22 | General code cleanups | Thorbjørn Lindeijer | 4 | -13/+7 |
2024-02-19 | Updated PhysicsFS API usage | Thorbjørn Lindeijer | 1 | -9/+14 |
2024-02-15 | Fix handling of non-consecutive emote IDs | Thorbjørn Lindeijer | 2 | -47/+37 |
2024-02-13 | Fixed music playback | Thorbjørn Lindeijer | 2 | -21/+7 |
2024-02-13 | General code cleanups | Thorbjørn Lindeijer | 7 | -40/+24 |
2024-02-09 | C++11: Use default member initializers | Thorbjørn Lindeijer | 6 | -39/+24 |
2024-02-02 | Restored support for setting monster ID offset on monsters tag | Thorbjørn Lindeijer | 3 | -2/+16 |
2024-01-29 | Removed unused includes in various files | Thorbjørn Lindeijer | 5 | -13/+3 |
2024-01-29 | Removed remnants of alpha cache in ResourceManager | Thorbjørn Lindeijer | 2 | -35/+0 |
2024-01-29 | Apply C++11 fixits | Thorbjørn Lindeijer | 11 | -80/+65 |
2024-01-28 | Added support for map/layer mask | Thorbjørn Lindeijer | 4 | -27/+104 |
2024-01-26 | Added fallback for XML data files and support absolute paths | Thorbjørn Lindeijer | 1 | -14/+34 |
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 36 | -155/+155 |
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 3 | -334/+37 |
2024-01-24 | Fixed potential crash on exit | Thorbjørn Lindeijer | 1 | -2/+2 |
2024-01-24 | Fixed compilation issues and use of deprecated C++ features | Thorbjørn Lindeijer | 1 | -2/+2 |
2013-05-22 | paths.xml content is now read from settings.xml | Przemysław Grzywacz | 2 | -8/+21 |
2013-05-07 | items.xml can be used from settings.xml | Przemysław Grzywacz | 3 | -171/+157 |
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 14 | -408/+595 |
2013-04-29 | Single xml solution - compatibility with skill-set and special-set | Przemysław Grzywacz | 1 | -1/+2 |
2013-04-27 | Small cleanup | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-27 | Added support for charcreation.xml settings | Thorbjørn Lindeijer | 2 | -0/+180 |
2013-04-27 | Always read the attributes.xml file | Thorbjørn Lindeijer | 2 | -0/+473 |
2012-08-14 | Can now build using cmake on OSX | Socapex | 2 | -8/+0 |
2012-08-12 | Removed ImageLoader and ProxyImage classes | Thorbjørn Lindeijer | 2 | -167/+0 |
2012-08-05 | Removed 'virtual' from methods of Image | Thorbjørn Lindeijer | 2 | -20/+13 |
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 | 2 | -1/+3 |
2012-08-05 | Fixed indentation of Image::_GLload | Thorbjørn Lindeijer | 1 | -75/+75 |