summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-20CMake: Use add_compile_definitions instead of setting COMPILE_FLAGSThorbjørn Lindeijer1-21/+12
2024-04-20CMake: Use cmake-format to make the files more pleasant to readThorbjørn Lindeijer1-129/+134
2024-04-20CMake: Removed unused PROGRAMS variableThorbjørn Lindeijer1-2/+0
2024-04-18Fixed being popup getting stuck under the mouseThorbjørn Lindeijer1-0/+2
2024-04-18Fixed mouse path debug when graphics are scaledThorbjørn Lindeijer1-3/+0
2024-04-18Simplify TmwAthena::MessageOutThorbjørn Lindeijer5-84/+27
2024-04-17macOS: Create an app bundleThorbjørn Lindeijer5-33/+74
2024-04-12CMake: Use GNUInstallDirsThorbjørn Lindeijer2-4/+9
2024-04-10Fixed the scaling of the custom cursorThorbjørn Lindeijer1-5/+6