summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Some code cleanups in ResourceManagerThorbjørn Lindeijer1-10/+4
2024-10-18General code cleanupsThorbjørn Lindeijer3-19/+11
2024-10-12Added support for hit/miss sounds on equipment for all playersThorbjørn Lindeijer2-6/+6
2024-10-08Do a single logic update each frameThorbjørn Lindeijer1-1/+1
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer2-3/+3
2024-10-02Removed getter/setter cruft from BeingInfoThorbjørn Lindeijer4-125/+68
2024-09-30Added support for particle effects on equipmentThorbjørn Lindeijer2-4/+6
2024-09-28Replaced all "xmlChildrenNode" with "children"Thorbjørn Lindeijer4-10/+10
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer7-309/+171
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer10-28/+27
2024-08-04Removed unused Skin::mName and Skin::mFilePathThorbjørn Lindeijer2-29/+8
2024-08-04Add to npc option targetSelection to allow/disallow npc selection.Thorbjørn Lindeijer3-0/+13
2024-04-08Fixed assertion failure on exitThorbjørn Lindeijer1-0/+4
2024-04-08Use ResourceRef<Image> in more placesThorbjørn Lindeijer6-26/+68
2024-04-02General code cleanupsThorbjørn Lindeijer5-8/+6
2024-03-26Use SDL2 support for color and system mouse cursorsThorbjørn Lindeijer3-20/+33
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