Commit Graph

  • dab86e6109
    Make OutputMessage::addRawString available in Lua (#1218) master divinity76 2024-09-14 17:26:54 +02:00
  • e6861d79c9
    Use float literals where applicable (#1210) vfjpl 2023-08-14 04:47:12 +02:00
  • 52475761cd
    Save the minimap on a per server basis diath 2022-12-10 10:52:03 +01:00
  • a3fdf073b9
    Use lambdas instead of std::bind (#1200) diath 2022-11-26 19:15:38 +01:00
  • 77f05b9476
    Run CI on ubuntu 20.04 (#1199) Marcin Michalski 2022-11-26 00:50:42 +00:00
  • 0e5de3383e
    Prevent luaL_newlib macro redefinition (#1198) Marcin Michalski 2022-11-26 00:28:21 +00:00
  • 4a39d49fc1
    Update workflow actions (#1197) Marcin Michalski 2022-11-26 00:06:57 +00:00
  • 725c200c9f
    Update vcpkg (#1196) Marcin Michalski 2022-11-25 23:12:00 +00:00
  • da4bb92c33
    Fix UIWidget::propagateOnMouseMove repeatedly adding the mouse receiver to the list (#1195) diath 2022-11-25 18:03:51 +01:00
  • 77c844d006
    Fix building with newest Boost.Asio (#1194) diath 2022-11-25 18:00:45 +01:00
  • fc39ee4adb
    Correctly include vcpkg LuaJIT in Visual Studio (#1174) Marcin Michalski 2022-05-26 12:45:13 +01:00
  • b098210c6a move big functions from .h to .cpp Kacper 2022-05-24 20:30:39 +02:00
  • f0d7963883 Fix compilation with GMP Marcin Michalski 2022-04-28 00:07:46 +01:00
  • 836ea2bdc6 Update vcpkg Marcin Michalski 2022-04-27 23:43:55 +01:00
  • 45afb65b90
    Remove client stats module (#1170) Marcin Michalski 2022-01-26 19:13:18 +00:00
  • d3e12b5d44
    Make UIWidget::resizeToText() respect widget padding and text offset like text-auto-resize does (#1167) diath 2021-11-24 20:10:13 +01:00
  • 3092b5b2d5
    Update physfs repo in Dockerfile (#1165) Marcin Michalski 2021-11-15 22:13:41 +00:00
  • e73f6df221
    Fix process hang on fatal errors (#1163) diath 2021-09-29 21:03:12 +02:00
  • 9eb13494f9
    Fix ghost item border when dropping non-item objects (#1164) diath 2021-09-29 21:03:01 +02:00
  • 1d614e294c
    Fix std::istream::streampos deprecation warning (#1154) vfjpl 2021-08-25 19:24:08 +02:00
  • e0d5b7d7fd
    Update vcpkg & switch back to ubuntu 18.04 in workflow (#1161) Marcin Michalski 2021-08-22 01:21:17 +02:00
  • 10100342b9
    Fix opening "https://"-prefixed links on Windows (#1160) Marcin Michalski 2021-08-22 00:51:18 +02:00
  • 302748b2f3
    Fix opening URLs on macOS (#1159) Marcin Michalski 2021-08-22 00:48:34 +02:00
  • f173b03dbd
    Map option to alt and command to meta keys on macOS (#1158) Marcin Michalski 2021-08-22 00:38:58 +02:00
  • 89dc0f87eb
    Fix stamina minutes check in the skills window (#1155) vfjpl 2021-07-22 00:02:27 +02:00
  • 9ce2cab9ae
    Fix uninitialized oldMaxMana variable in Player::setMana (#1152) vfjpl 2021-06-16 23:25:43 +02:00
  • 1e29b5cb01 Remove unused source file TheSumm 2021-06-12 19:40:21 +02:00
  • 8eb01df240
    Fix vcpkg compiling (#1153) Samuel 2021-06-12 18:07:18 +02:00
  • a1a993282b Fix vcpkg compiling vcpkg-fix TheSumm 2021-06-12 12:37:32 +02:00
  • 6cd5eb3e22
    Add clickable NPC keywords (#1148) diath 2021-04-29 18:06:48 +02:00
  • 5cc9319a94
    Optimize XTEA encryption (#1143) Ranieri Althoff 2021-04-02 19:48:58 +00:00
  • 3600a9b40b
    Fix Lua errors when the client is built without the sound framework (#1142) vfjpl 2021-04-02 21:35:34 +02:00
  • b37623cd86
    Fix the use of deprecated C++ functions (#1138) diath 2021-04-01 00:38:36 +02:00
  • 67b7dbfcfe
    Keep log messages in a deque instead of a list and remove unnecessary copy vfjpl 2021-04-01 00:38:02 +02:00
  • 7752add8aa
    Use float literals where applicable (#1140) vfjpl 2021-04-01 00:06:50 +02:00
  • 7c528be73e
    Cleanup CMake project (#1137) diath 2021-03-31 07:30:09 +02:00
  • 4d055913dc
    Clean up BitmapFont code (#1129) vfjpl 2021-03-30 17:03:02 +02:00
  • 4edb1eb3ad
    Fix adding executable icon on windows with non-msvc compiler (#1136) Marcin Michalski 2021-03-30 08:58:32 +02:00
  • 69e44a3722
    Fix & enable by default static linking on macOS (#1133) Marcin Michalski 2021-03-29 17:22:04 +02:00
  • ba706fc5c3
    Remove travis (#1135) Marcin Michalski 2021-03-29 16:58:38 +02:00
  • 975d138a57
    Run windows workflow with luajit only (#1134) Marcin Michalski 2021-03-29 16:54:02 +02:00
  • c4530a6d17
    Bump minimum required CMake version to 3.1 (#1131) Marcin Michalski 2021-03-27 01:04:59 +01:00
  • b6399a8ad9
    Update workflow (#1130) Marcin Michalski 2021-03-26 14:37:02 +01:00
  • 9c9b85ac5e Fix UITextEdit::setTextHidden ignoring the hidden param and always setting the member variable to true Kamil Chojnowski 2021-03-14 21:12:59 +01:00
  • 872abf05f4
    Add Missile:setPath to Lua interface (#1125) Martin Nylind 2021-02-10 05:40:39 +01:00
  • d07e7fcce7
    Correct messageModsMap for version 10.41 (#1119) peonso 2021-01-04 13:33:04 -03:00
  • f521737b26
    Return Tile walking creatures and things by const ref instead of copy (#1117) vfjpl 2020-11-23 17:26:15 +01:00
  • 18dd9c2d2d
    Fix TPoint::distanceFrom() calling TPoint::getLength() instead of TPoint::length() (#1116) reyhammer 2020-11-23 11:59:50 -03:00
  • 72cc4b2fb0
    Fix out-of-bounds access in Platform::getCPUName (#1115) vfjpl 2020-11-22 22:08:37 +01:00
  • c6d0fc0f71
    Fix laggy diagonal movement (#1108) vfjpl 2020-10-07 03:14:00 +02:00
  • b3d947d4c3
    Use std::deque for queues (#1112) vfjpl 2020-10-07 03:12:04 +02:00
  • 83959e5e23
    Fix window position when entering fullscreen mode on Windows platform (#1099) bakasuradbl 2020-10-05 19:59:36 +02:00
  • 70400bc83e
    Add optional format string for stdext::date_time_string() (#1110) Source61 2020-09-15 18:58:47 +02:00
  • 9c1f519f8a
    resourcemanager:[bug fix] directoryExists method should resolvePath before checking (#1102) vfjpl 2020-08-29 17:35:42 +02:00
  • 88d0ea34bf
    Fix UITabBar and UIMoveableTabBar bricking when removing first tabs in (#1101) collapsed view diath 2020-08-26 09:54:56 +02:00
  • b3aaa10646
    Remove stdext::packed_vector (#1106) diath 2020-08-26 09:54:05 +02:00
  • 59059321a6
    Fix an issue with pathfinding not respecting the PathFindAllowCreatures flag properly (#1090) diath 2020-06-13 09:00:01 +02:00
  • b0a73e5525
    Fix an issue with the VIP list data not being stored properly (#1083) movement-fix 4drik 2020-05-27 21:41:25 +02:00
  • 307a618591
    Spanish language revised (#1088) Oscar 2020-05-22 02:11:37 +02:00
  • 28c2f46f13
    Fix comma_value result treated as an int (#1087) Oscar 2020-05-09 16:32:19 +02:00
  • 190131a1b8
    Update project version to celebrate github workflows slavidodo 2020-05-09 09:06:53 +02:00
  • de97869384
    Adding build with vcpkg github workflow slavi 2020-05-09 08:55:33 +02:00
  • eb031e8584
    removing datapack preparing slavidodo 2020-05-09 08:54:02 +02:00
  • 0f78727db5
    remove mysql removal step slavidodo 2020-05-09 08:52:27 +02:00
  • dcd3573e16
    Building with vcpkg slavidodo 2020-05-09 08:46:31 +02:00
  • 48c3a8992f
    Update gitignore slavidodo 2020-05-09 08:45:00 +02:00
  • d95bde1c77
    fixing some unused variables and hiding previous/class members warnings slavidodo 2020-05-07 19:05:16 +02:00
  • e3caaacc55
    Use vcpkg & drop OTClient SDK for windows slavidodo 2020-05-07 19:02:20 +02:00
  • 714c6b8fc0
    Add comma_value function for pretty formatting big numbers (#1085) Ascuas Funkeln 2020-05-05 18:39:11 +02:00
  • 63f5351016
    Merge pull request #1021 from edubart/openssl-gmp Konrad Kuśnierz 2020-03-31 17:09:45 +02:00
  • 066df4dd52
    Merge pull request #1070 from Ochmar/master Konrad Kuśnierz 2020-02-03 10:23:42 +01:00
  • e1c3fac974
    Getting rid of redraw on lying corpse OchmanM 2020-02-03 10:07:19 +01:00
  • a0abcbb54e
    Merge pull request #1065 from Sposito/update-copyright-year-2020 Konrad Kuśnierz 2019-12-31 11:44:26 +01:00
  • fbcf0a3eea Update copyright year for 2020 Sposito 2019-12-31 10:07:29 +00:00
  • fe6bbd6c21 fix initial language selection Zbizu 2019-12-19 17:05:11 +01:00
  • be7a7d365f fixing typo in PL translation Zbizu 2019-12-15 16:17:55 +01:00
  • 45b14060f6 allow using up/down arrows in modalWindow Zbizu 2019-12-14 04:11:44 +01:00
  • a7785a3029 removing duplicate Zbizu 2019-12-13 02:49:40 +01:00
  • 451075516d focus first choice in modalWindow by default (QoL) Zbizu 2019-12-13 01:37:17 +01:00
  • 49e3ded63c Update console.lua 4drik 2019-11-21 13:43:08 +01:00
  • 14a93a13c8 Update battle.lua 4drik 2019-11-21 13:26:04 +01:00
  • 3019e88293 Update uiitem.lua 4drik 2019-11-21 13:21:26 +01:00
  • 91a80017b4 Fix for moving creatures/items far out of reach 4drik 2019-11-20 10:23:39 +01:00
  • 656dff45f1 Fix for moving creatures/items far out of reach 4drik 2019-11-20 10:21:04 +01:00
  • 11b006c356 Fix for container miniWindow 4drik 2019-11-20 10:15:10 +01:00
  • 62d84d13d0 Delete unused variable. 4drik 2019-11-20 10:10:24 +01:00
  • 521e87ca00 Fix target square 4drik 2019-11-20 10:08:25 +01:00
  • 6217d8805b Update dockerfile to use physfs stable 3.0 Leonardo Dias 2019-10-22 17:37:32 -03:00
  • 23bc0ab4b7
    Merge pull request #1052 from diath/fix_demangle_name Konrad Kuśnierz 2019-10-14 08:10:08 +02:00
  • 0b0c8191dd
    Merge pull request #1048 from diath/fix_static_linkage Konrad Kuśnierz 2019-10-14 08:09:54 +02:00
  • 7a57acd646 Fix a possible missing null terminator in the demangle_name output buffer Kamil Chojnowski 2019-10-14 07:56:06 +02:00
  • 80b35b8308 Fix an issue with Connection class linkage Kamil Chojnowski 2019-10-11 03:44:52 +02:00
  • ca868b9b61
    Merge pull request #1049 from diath/update_resourcemanager Konrad Kuśnierz 2019-10-11 08:47:49 +02:00
  • 9a0abb1452
    Merge pull request #1047 from diath/update_travis Konrad Kuśnierz 2019-10-11 08:46:53 +02:00
  • ba12f55fe4 Move isDirectory logic from an anonymous namespace to ResourceManager::directoryExists Kamil Chojnowski 2019-10-11 03:23:01 +02:00
  • cd7b09e27e Update Travis build file to use physfs stable 3.0 branch Kamil Chojnowski 2019-10-11 03:15:22 +02:00
  • 1ab18788e6
    Merge pull request #1039 from slavidodo/master Konrad Kuśnierz 2019-10-10 08:14:47 +02:00
  • dd0303feee
    Merge pull request #1046 from diath/fix_deprecated_physfs_funcs Konrad Kuśnierz 2019-10-10 08:14:08 +02:00
  • 2f76fe1c3c
    Merge pull request #1045 from diath/dft_cpy_mov_ctor Konrad Kuśnierz 2019-10-10 08:13:50 +02:00
  • 831a87abc9
    Merge pull request #1044 from diath/tidy_up Konrad Kuśnierz 2019-10-10 08:13:36 +02:00