summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Removed unused ResourceManager methodsThorbjørn Lindeijer2-43/+0
2024-03-21Removed the unused Image::mLoaded memberThorbjørn Lindeijer2-41/+19
2024-03-21Use std::function in ResourceManagerThorbjørn Lindeijer4-85/+35
2024-03-13Use snprintf instead of sprintfThorbjørn Lindeijer1-2/+2
2024-03-12General code cleanupsThorbjørn Lindeijer10-34/+13
2024-03-07Some code simplifications in ResourceManager::loadFileThorbjørn Lindeijer1-16/+9
2024-03-07Fixed ambient layers "keepratio" optionThorbjørn Lindeijer3-10/+21
2024-03-07Use the native TMX tile animation formatThorbjørn Lindeijer4-105/+113
2024-03-07Fixed tile animations for CSV mapsThorbjørn Lindeijer1-6/+3
2024-03-06General code cleanupsThorbjørn Lindeijer7-54/+35
2024-03-04Fixed character displayThorbjørn Lindeijer6-30/+47
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer2-2/+2
2024-03-02Added support for customizing NPC and Monster hover cursorThorbjørn Lindeijer4-16/+61
2024-03-02Updated mouse cursors to latest versionThorbjørn Lindeijer2-4/+3
2024-03-02General code cleanupsThorbjørn Lindeijer11-123/+71
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer2-1/+2
2024-02-22General code cleanupsThorbjørn Lindeijer4-13/+7
2024-02-19Updated PhysicsFS API usageThorbjørn Lindeijer1-9/+14
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer2-47/+37
2024-02-13Fixed music playbackThorbjørn Lindeijer2-21/+7
2024-02-13General code cleanupsThorbjørn Lindeijer7-40/+24
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer6-39/+24
2024-02-02Restored support for setting monster ID offset on monsters tagThorbjørn Lindeijer3-2/+16
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer5-13/+3
2024-01-29Removed remnants of alpha cache in ResourceManagerThorbjørn Lindeijer2-35/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer11-80/+65
2024-01-28Added support for map/layer maskThorbjørn Lindeijer4-27/+104
2024-01-26Added fallback for XML data files and support absolute pathsThorbjørn Lindeijer1-14/+34
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer36-155/+155
2024-01-25Ported to SDL2Thorbjørn Lindeijer3-334/+37
2024-01-24Fixed potential crash on exitThorbjørn Lindeijer1-2/+2
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-2/+2
2013-05-22paths.xml content is now read from settings.xmlPrzemysław Grzywacz2-8/+21
2013-05-07items.xml can be used from settings.xmlPrzemysław Grzywacz3-171/+157
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz14-408/+595
2013-04-29Single xml solution - compatibility with skill-set and special-setPrzemysław Grzywacz1-1/+2
2013-04-27Small cleanupThorbjørn Lindeijer1-1/+1
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer2-0/+180
2013-04-27Always read the attributes.xml fileThorbjørn Lindeijer2-0/+473
2012-08-14Can now build using cmake on OSXSocapex2-8/+0
2012-08-12Removed ImageLoader and ProxyImage classesThorbjørn Lindeijer2-167/+0
2012-08-05Removed 'virtual' from methods of ImageThorbjørn Lindeijer2-20/+13
2012-08-05Avoid copying surfaces unnecessarily for upload to textureThorbjørn Lindeijer2-26/+36
2012-08-05Specify a more specific image format when uploading texturesThorbjørn Lindeijer1-1/+1
2012-08-05Added support for ARB_texture_non_power_of_two extensionThorbjørn Lindeijer2-1/+3
2012-08-05Fixed indentation of Image::_GLloadThorbjørn Lindeijer1-75/+75
2012-07-25Revert "Leave the default values for OpenGL texture filters"Thorbjørn Lindeijer1-0/+2
2012-06-08Made error on imageset loading a bit more informativeErik Schilling1-1/+2
2012-05-05Merge branch '0.6'Thorbjørn Lindeijer1-1/+1
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer1-1/+1