summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer21-159/+152
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer12-25/+25
2024-10-18Added small grabbable margin to Shortcuts windowThorbjørn Lindeijer5-81/+32
2024-10-18Avoid accessing static members through instancesThorbjørn Lindeijer5-40/+40
2024-10-18Some code cleanups in ResourceManagerThorbjørn Lindeijer1-10/+4
2024-10-18General code cleanupsThorbjørn Lindeijer9-38/+19
2024-10-18Take only const pointers to images in GraphicsThorbjørn Lindeijer6-43/+43
2024-10-15Fixed crash when taking screenshot with scaled graphicsThorbjørn Lindeijer2-15/+28
2024-10-12Added support for hit/miss sounds on equipment for all playersThorbjørn Lindeijer5-30/+32
2024-10-08Small cleanup in OutfitWindow::loadThorbjørn Lindeijer2-19/+7
2024-10-08Simplified "drawnWhenBehind" logicThorbjørn Lindeijer8-37/+8
2024-10-08Restore the screen shake effectThorbjørn Lindeijer2-30/+32
2024-10-08Use Timer for duration of blinking nameThorbjørn Lindeijer3-23/+18
2024-10-08Smoother keyboard movementThorbjørn Lindeijer4-26/+39
2024-10-08Smoother being movementThorbjørn Lindeijer7-67/+71
2024-10-08Do a single logic update each frameThorbjørn Lindeijer26-113/+92
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer26-293/+388
2024-10-04Removed useless LocalPlayer::mUpdateNameThorbjørn Lindeijer6-39/+3
2024-10-02Fixed potential crash in character selectionThorbjørn Lindeijer1-0/+2
2024-10-02Removed getter/setter cruft from BeingInfoThorbjørn Lindeijer6-143/+86
2024-09-30Reduce number of rand() calls in Particle::updateAndrei Karas1-3/+4
2024-09-30Added support for particle effects on equipmentThorbjørn Lindeijer6-37/+104
2024-09-28Replaced all "xmlChildrenNode" with "children"Thorbjørn Lindeijer8-17/+16
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer20-365/+213
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer21-48/+73
2024-09-02Added a hand mouse cursor, used when hovering linksThorbjørn Lindeijer4-14/+24
2024-08-31Apply a margin to the text in the help windowThorbjørn Lindeijer1-7/+3
2024-08-31Display "Mana" as part of the version in Setup windowThorbjørn Lindeijer4-5/+5
2024-08-31BrowserBox: Make sure to start each line with the default colorThorbjørn Lindeijer1-1/+4
2024-08-31Some margin and indentation tweaks in news and NPC dialogsThorbjørn Lindeijer6-40/+41
2024-08-28Fixed handling of consecutive text formatting markersThorbjørn Lindeijer1-11/+7
2024-08-28Fixed choosing default world when using -D command-line parametercuoco1-6/+1
2024-08-26Limit shop's Max button to available carry weightFedja Beader1-1/+13
2024-08-25Fixed initialization of equipment backendThorbjørn Lindeijer9-144/+109
2024-08-15Fixed resize border width on bottom and right sidesThorbjørn Lindeijer1-4/+4
2024-08-04Removed a bunch of unused NPC related eventsThorbjørn Lindeijer6-103/+13
2024-08-04Small code simplification in Button::initThorbjørn Lindeijer1-10/+7
2024-08-04Reuse Window::ensureOnScreenThorbjørn Lindeijer1-17/+7
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 Lindeijer6-6/+37
2024-06-25Added online player list to Social windowDavid Athay9-24/+146
2024-06-25Fixed spaces getting added to chat every 50 charactersThorbjørn Lindeijer2-25/+2
2024-06-25Show item links with empty item name.npc-text-formattingAndrei Karas1-0/+11
2024-06-23Added support for text formatting and links to NPC dialogThorbjørn Lindeijer2-36/+27
2024-06-22Added support for bold font markup to BrowserBoxThorbjørn Lindeijer2-39/+64
2024-06-19Fixed cURL linker issues on MSYS2Thorbjørn Lindeijer1-2/+1
2024-06-09Enable resizing windows from all sidesThorbjørn Lindeijer3-8/+25
2024-06-03Added handling of SMSG_SCRIPT_MESSAGEThorbjørn Lindeijer1-0/+13
2024-05-07Replaced ENet with submoduleThorbjørn Lindeijer1-8/+11
2024-04-20CMake: Use FindIntlThorbjørn Lindeijer1-19/+8