summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-10-12Add dark magic to text command magic schools listHEADmasterFedja Beader2-4/+10
2024-10-11Move trade filtering setting to immidiately under trade tab & fix description...Fedja Beader1-10/+9
2024-10-11Introduce a kludge to deduplicate server type strings.Fedja Beader2-39/+23
2024-10-11Add confirmation dialog for leaving guildFedja Beader3-2/+39
2024-10-11Remove redundant nullptr checkFedja Beader1-1/+1
2024-10-11Fix switchmap during switch character crash (@toevent)Fedja Beader1-1/+6
2024-09-23Show MP bar below HP barewew ukek4-4/+49
2024-09-20Move move-specific keybinds from basic to move section of SETUPFedja Beader2-18/+18
2024-09-19Rename server types - Test_User spent time figuring out why herc doesen't wor...Fedja Beader1-3/+3
2024-09-19Horizontally extend the login screen server type selection boxFedja Beader1-1/+9
2024-09-08Refactor outfit saving logicFedja Beader1-13/+23
2024-09-07There is no need to first pack this into a vector and then into arrayFedja Beader1-17/+4
2024-08-28Fix off-by-one causing archer attack mode to approach to within attack range - 1Fedja Beader3-17/+18
2024-08-28Further improve skill error handling and messages.Fedja Beader1-57/+41
2024-08-28Remove silly msg.read* duplicationFedja Beader11-100/+46
2024-08-28Squash gcc8 -Wformat-y2k warningFedja Beader1-1/+6
2024-08-27Show mail expiry timeFedja Beader3-1/+7
2024-08-27Redundant. I don't think the time savings due to not calculating distance, if...Fedja Beader1-24/+3
2024-08-24Simplify itempickup codeFedja Beader1-3/+4
2024-08-21Fix skill fail packet handling causing nullptr crash when switching charactersFedja Beader1-2/+6
2024-08-18Make code more readableFedja Beader1-17/+29
2024-08-17Limit shop's Max button to available carry weightFedja Beader1-1/+15
2024-07-05Fix cart item add failure messages [skip ci]Fedja Beader1-2/+2
2024-06-24evol-client.icon missing was breaking windows build after "Remove data/evol"Fedja Beader1-1/+0
2024-05-29Switch "show chat history" into a line limit field and considerablyFedja Beader4-10/+14
2024-05-29Raise default line limit 40->100. 40 is not even a screenful.Fedja Beader1-1/+1
2024-05-29Fix paste in registration windowFedja Beader2-9/+8
2024-05-16Refactor loadFromLogFile calls into ChatTab contructorFedja Beader8-16/+3
2024-05-15Rename axis tolerance to joystick dead zone + reformat as per discussionFedja Beader1-6/+6
2024-05-15Enable joystick by default, update default toleranceewewukek2-8/+1
2024-05-15Consume input event in QuitDialog instead of relying on a hackewewukek2-15/+12
2024-05-15Heuristic to detect controller triggersewewukek2-3/+27
2024-05-15Refactor joystick input codeewewukek2-58/+74
2024-05-15Make sticks/triggers behave like regular buttonsewewukek4-7/+103
2024-05-15Extend gui support to joystick hat (d-pad)ewewukek4-2/+12
2024-05-15Gui support for joystick buttonsewewukek4-2/+36
2024-05-15Add a checkbox for d-pad to switch between movement and button behaviorewewukek5-22/+50
2024-05-15Make D-Pad behave like regular buttonsewewukek3-29/+125
2024-05-14Switch joystick axis tolerance type to floatewewukek4-15/+26
2024-05-14Remove joystick calibration logicewewukek4-95/+3
2024-05-14Add a slider to joystick settings to set axis toleranceewewukek4-8/+40
2024-05-14Use single tolerance value for all 4 joystick movement directionsewewukek3-40/+19
2024-05-14Fix: Job XP Bar not updating on monster kill in mini status windowasuratva1-2/+5
2024-05-09Fix guild lvl-up packet parsing AND change password causing client exit in MLFedja Beader1-3/+1
2024-05-08Don't use pathJoin for URLsFedja Beader1-2/+1
2024-04-27Rename color identifiers for clarityFedja Beader1-9/+10
2024-04-27ReformatFedja Beader1-13/+7
2024-04-27deduplicate branchesFedja Beader1-12/+7
2024-04-27Correct ommision of 0 in hexadecimal format specFedja Beader1-1/+3
2024-04-27Fix "Show items" (equipment display on other players)Fedja Beader2-3/+2