Age | Commit message (Expand) | Author | Files | Lines |
2025-01-20 | Cleaned up path handling a bit | Thorbjørn Lindeijer | 3 | -47/+37 |
2025-01-20 | Wrapped xmlNodePtr access with a Node class | Thorbjørn Lindeijer | 46 | -705/+668 |
2025-01-18 | Introduced small convenience wrapper to write XML | Thorbjørn Lindeijer | 6 | -42/+140 |
2024-12-23 | CMake: Ship libmodplug-1.dll in Windows installer | Thorbjørn Lindeijer | 1 | -0/+1 |
2024-12-20 | Read whole packet SMSG_MAP_QUIT_RESPONSE. | Andrei Karas | 1 | -1/+1 |
2024-10-29 | Fixed storing of player relations | Thorbjørn Lindeijer | 3 | -27/+15 |
2024-10-29 | Turned the PlayerRelation struct into an enum class | Thorbjørn Lindeijer | 10 | -106/+82 |
2024-10-29 | Optimise PlayerRelationsManager::clear | Thorbjørn Lindeijer | 6 | -51/+34 |
2024-10-29 | Avoid some needless pointer indirection | Thorbjørn Lindeijer | 3 | -82/+49 |
2024-10-26 | Fixed FPS limit being enabled by default | Thorbjørn Lindeijer | 8 | -38/+21 |
2024-10-23 | Updated translation files | Thorbjørn Lindeijer | 38 | -54728/+60398 |
2024-10-23 | Removed old Transifex config | Thorbjørn Lindeijer | 1 | -8/+0 |
2024-10-23 | Changed SERVER_NOTICE macro to inline function | Thorbjørn Lindeijer | 21 | -159/+152 |
2024-10-23 | .gitignore clangd cache | Thorbjørn Lindeijer | 1 | -0/+3 |
2024-10-23 | Various small fixes to translatable strings | Thorbjørn Lindeijer | 13 | -36/+26 |
2024-10-23 | Removed ChangeLog file | Thorbjørn Lindeijer | 1 | -6267/+0 |
2024-10-23 | Translated using Weblate (Spanish) | gallegonovato | 1 | -4/+4 |
2024-10-23 | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 1 | -54/+60 |
2024-10-23 | Translations: Replaced some "..." with "…" and removed double spaces | Allan Nordhøy | 28 | -187/+188 |
2024-10-18 | Added small grabbable margin to Shortcuts window | Thorbjørn Lindeijer | 5 | -81/+32 |
2024-10-18 | Avoid accessing static members through instances | Thorbjørn Lindeijer | 5 | -40/+40 |
2024-10-18 | Some code cleanups in ResourceManager | Thorbjørn Lindeijer | 1 | -10/+4 |
2024-10-18 | General code cleanups | Thorbjørn Lindeijer | 9 | -38/+19 |
2024-10-18 | Take only const pointers to images in Graphics | Thorbjørn Lindeijer | 6 | -43/+43 |
2024-10-15 | Fixed crash when taking screenshot with scaled graphics | Thorbjørn Lindeijer | 2 | -15/+28 |
2024-10-12 | Added support for hit/miss sounds on equipment for all players | Thorbjørn Lindeijer | 5 | -30/+32 |
2024-10-08 | CI: Added Ubuntu 24.04 compile test | Thorbjørn Lindeijer | 1 | -0/+1 |
2024-10-08 | Small cleanup in OutfitWindow::load | Thorbjørn Lindeijer | 2 | -19/+7 |
2024-10-08 | Simplified "drawnWhenBehind" logic | Thorbjørn Lindeijer | 8 | -37/+8 |
2024-10-08 | Restore the screen shake effect | Thorbjørn Lindeijer | 2 | -30/+32 |
2024-10-08 | Use Timer for duration of blinking name | Thorbjørn Lindeijer | 3 | -23/+18 |
2024-10-08 | Updated NEWS file | Thorbjørn Lindeijer | 1 | -0/+4 |
2024-10-08 | Smoother keyboard movement | Thorbjørn Lindeijer | 4 | -26/+39 |
2024-10-08 | Smoother being movement | Thorbjørn Lindeijer | 7 | -67/+71 |
2024-10-08 | Do a single logic update each frame | Thorbjørn Lindeijer | 26 | -113/+92 |
2024-10-08 | Added convenient and efficient Timer class | Thorbjørn Lindeijer | 26 | -293/+388 |
2024-10-04 | Removed useless LocalPlayer::mUpdateName | Thorbjørn Lindeijer | 6 | -39/+3 |
2024-10-02 | Fixed potential crash in character selection | Thorbjørn Lindeijer | 1 | -0/+2 |
2024-10-02 | Removed getter/setter cruft from BeingInfo | Thorbjørn Lindeijer | 6 | -143/+86 |
2024-09-30 | Reduce number of rand() calls in Particle::update | Andrei Karas | 1 | -3/+4 |
2024-09-30 | Added support for particle effects on equipment | Thorbjørn Lindeijer | 6 | -37/+104 |
2024-09-28 | Replaced all "xmlChildrenNode" with "children" | Thorbjørn Lindeijer | 8 | -17/+16 |
2024-09-28 | Removed getter/setter cruft from ItemInfo | Thorbjørn Lindeijer | 20 | -365/+213 |
2024-09-27 | Replaced for_each_xml_child_node macro with helper class | Thorbjørn Lindeijer | 24 | -57/+79 |
2024-09-23 | snap: Workaround automated review issue | Thorbjørn Lindeijer | 1 | -3/+0 |
2024-09-02 | Added a hand mouse cursor, used when hovering links | Thorbjørn Lindeijer | 5 | -14/+24 |
2024-08-31 | Apply a margin to the text in the help window | Thorbjørn Lindeijer | 7 | -230/+233 |
2024-08-31 | Display "Mana" as part of the version in Setup window | Thorbjørn Lindeijer | 4 | -5/+5 |
2024-08-31 | BrowserBox: Make sure to start each line with the default color | Thorbjørn Lindeijer | 1 | -1/+4 |
2024-08-31 | CMake: Make the data files show up in the IDE | Thorbjørn Lindeijer | 1 | -0/+18 |