1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-08-11 19:14:06 +00:00

Commit graph

  • c94cd775bf Separate ClosestNotMeRayResultCallback Capostrophic 2020-03-30 21:45:38 +0300
  • ce588fb39c Separate DeepestNotMeContactTestResultCallback Capostrophic 2020-03-30 21:39:10 +0300
  • 1629791885 Port wareya's actor tracer consistency fixes Capostrophic 2020-03-30 21:23:41 +0300
  • 4bb41a52bf
    Merge pull request #2740 from Assumeru/empty-string Alexei Dobrohotov 2020-03-30 20:22:56 +0300
  • 2a94fa8639
    Merge pull request #2746 from Assumeru/aitravel-reset Alexei Dobrohotov 2020-03-30 19:32:04 +0300
  • 5df95b95f2
    Merge branch 'master' into empty-string Bret Curtis 2020-03-30 09:11:18 +0200
  • eab8326841 Vismasked moved to SceneUtil in merge, fixed references. Mads Buvik Sandvei 2020-03-30 02:04:27 +0200
  • 14bb0f0208 Merge branch 'master' of https://gitlab.com/madsbuvi/openmw.git into openxr_vr Mads Buvik Sandvei 2020-03-30 01:37:29 +0200
  • 6296f9f124 change gui render order based on vr vs non-vr Mads Buvik Sandvei 2020-03-30 01:25:23 +0200
  • 15a95add08 remove false positive Evil Eye 2020-03-29 22:40:22 +0200
  • e07fa37fa3 ignore final whitespace/comments Evil Eye 2020-03-29 22:29:22 +0200
  • d6d8ed2137
    Merge pull request #2745 from Capostrophic/fever Alexei Dobrohotov 2020-03-28 19:22:01 +0300
  • 69219c18a7 Make sure blank lines at the end of settings.cfg don't disappear Capostrophic 2020-03-28 19:15:43 +0300
  • 99e89f23a6 Fix calculateNpcStatModifiers call for non-NPCs Capostrophic 2020-03-28 19:13:02 +0300
  • 47ce69899d Fixed slash vs. chop Mads Buvik Sandvei 2020-03-28 16:35:49 +0100
  • d658065fe7 Show full player body when knocked out or dead Mads Buvik Sandvei 2020-03-28 16:30:56 +0100
  • deac2abc0f add launchable type; rename files to be conform to freedesktop.org and debian standards Bret Curtis 2020-03-27 08:12:06 +0100
  • ac15812e90 [General] Include Main.hpp instead of .cpp in ProcessorGuiCustom uramer 2020-03-27 07:30:00 +0100
  • f0371d8834 [Client] Fix MPSplitter gcc build uramer 2020-03-27 07:00:00 +0100
  • 069c330431 [General] Fix typo in an include uramer 2020-03-27 06:30:00 +0100
  • 79e7155f50
    Merge pull request #2743 from Capostrophic/formatting Andrei Kortunov 2020-03-27 09:01:19 +0400
  • 584c0904c6 [Client] Move resource/layout name validation into a separate function uramer 2020-03-27 06:00:00 +0100
  • 6b9415d865 [Client] Refactor storing resource and layout files uramer 2020-03-27 05:30:00 +0100
  • dcd6199d5f [General] Consistent forward slashes in includes uramer 2020-03-27 05:00:00 +0100
  • 4952dc5b50 [Client] Clean up MPSplitter uramer 2020-03-27 04:30:00 +0100
  • db1519ffab [Client] Pass more things by reference uramer 2020-03-27 04:00:00 +0100
  • 9c3005c4a8 [Client] Pass strings by reference into custom UI functions uramer 2020-03-27 03:00:00 +0100
  • ba9e8ce47b [General] Fix typo in a file name uramer 2020-03-27 02:00:00 +0100
  • 29c2d9f402 [Client] Custom UI: wrap TabControl and TabItem uramer 2020-03-27 01:00:00 +0100
  • 18144af0e5 [Client] Custom UI: wrap ScrollBar and ScrollView uramer 2020-03-27 00:30:00 +0100
  • 553f3a35e7 [Client] Custom UI: remove unnecessary includes uramer 2020-03-27 00:15:00 +0100
  • 2d07564d59 [Client] Custom UI: wrap MultiListBox uramer 2020-03-27 00:00:00 +0100
  • c893d52fb5 [Client] Custom UI: wrap MenuControl, MenuBar and PopupMenu uramer 2020-03-26 23:30:00 +0100
  • 83bed5361b [Client] Custom UI: set skin as a property uramer 2020-03-26 23:00:00 +0100
  • be8af898e7 [Client] Custom UI: fix the Pinned property uramer 2020-03-26 22:45:00 +0100
  • 02775dc1c6 [Client] Custom UI: Replaces UserString to hide parts of vanilla UI uramer 2020-03-26 22:30:00 +0100
  • ed11768162 [Client] Custom UI: missing tes3mp change comment uramer 2020-03-26 22:00:00 +0100
  • bec5746fdd Improve blank line handling in settings writer (bug #5326) Capostrophic 2020-03-26 23:30:08 +0300
  • c9cedebd15 [Client] Custom UI: pinnable windows uramer 2020-03-26 21:30:00 +0100
  • ab7a86c414 [Client] Custom UI: set widget state as a property uramer 2020-03-26 21:00:00 +0100
  • fe30d00dcc [Client] Custom UI: SetItems property for MPListBox uramer 2020-03-26 20:51:00 +0100
  • 0a4ffc4670 [Client] Custom UI: wrap base Widget uramer 2020-03-26 20:27:00 +0100
  • fc7c82919d [Client] Custom UI: rename MPWidget into MPBase uramer 2020-03-26 19:54:00 +0100
  • 6e781fe261 [Client] Custom UI: add all the new files to CMakeLists uramer 2020-03-26 19:38:00 +0100
  • cdfc7fc611 [Client] Custom UI: wrap Window uramer 2020-03-26 19:37:00 +0100
  • 66fba7cc51 Remove unneeded constructors, only initialize in cpp, minor fixes Nelsson Huotari 2020-03-26 18:06:33 +0200
  • 60161e639c
    Merge pull request #2742 from Capostrophic/skills Andrei Kortunov 2020-03-26 16:50:48 +0400
  • ec2ff2a9b0 Fix if oneliners Nelsson Huotari 2020-03-26 14:47:40 +0200
  • 04ebe5c4c9 Reset skills of dead actors (bug #5328) Capostrophic 2020-03-26 15:22:31 +0300
  • c8c7501d97 Add changelog Nelsson Huotari 2020-03-26 13:28:51 +0200
  • 18cdd3bd7c rebase-related fixes Nelsson Huotari 2020-03-06 12:10:14 +0200
  • da0add904b Fix and simplify brush outlines and coordinate calculations Nelsson Huotari 2020-03-05 20:10:55 +0200
  • 8f625474fd Hotfix terraintexturemode circle brush radius calculations Nelsson Huotari 2020-02-15 16:46:03 +0200
  • e14c390a9b Fix crash Nelsson Huotari 2020-02-15 16:28:41 +0200
  • 731e5b57f5 Tool outline for terraintexturemode and square shape. Various fixes. Nelsson Huotari 2020-02-15 16:09:49 +0200
  • 24c8b32d4c Implement brush outline for terrainshapemode Nelsson Huotari 2020-02-07 19:04:28 +0200
  • fe75308fdb Disable warning C5204 which come from Boost library Andrei Kortunov 2020-03-26 14:51:14 +0400
  • 2e7712a390 Fix C5204 warnings by adding default virtual destructors Andrei Kortunov 2020-03-26 12:07:32 +0400
  • 4c5d2feee8
    Merge pull request #2739 from Capostrophic/vampirism Bret Curtis 2020-03-26 08:02:16 +0100
  • fea7e68fe9 silence operator precedence warning Evil Eye 2020-03-25 20:34:08 +0100
  • 8dc081a60d ignore unterminated empty strings Evil Eye 2020-03-25 19:52:22 +0100
  • 3e3f5d66b2 Don't reset dead non-werewolf vampires' vampire NPC type Capostrophic 2020-03-25 21:06:21 +0300
  • 3ad7c25ffa [Client] Custom UI: change cross-widget special character uramer 2020-03-25 14:05:00 +0100
  • 5198b094bc [Client] Custom UI: tooltip events uramer 2020-03-25 14:00:00 +0100
  • 0141e76f48 [Client] Custom UI: binding to widgets' fields uramer 2020-03-25 12:27:00 +0100
  • 6178d98069 [Client] Custom UI: refactor, allow cross-widget binding uramer 2020-03-25 11:05:00 +0100
  • 4e0a51f0d9 [Client] Custom UI: Widget for rendering book HTML uramer 2020-03-24 20:51:00 +0100
  • 1ba54ed807 [Client] Custom UI: wrap ProgressBar uramer 2020-03-24 20:40:00 +0100
  • 8779d261ba
    Merge pull request #2735 from OpenMW/psi29a-Bionic-name Bret Curtis 2020-03-24 10:23:54 +0100
  • baff15362a
    Merge pull request #2713 from unelsson/opencsdropobjects Alexei Dobrohotov 2020-03-24 03:01:07 +0300
  • 68c75f66eb Improvements on combat Mads Buvik Sandvei 2020-03-23 23:32:47 +0100
  • 648256969d
    Merge pull request #2737 from Capostrophic/property Chris Djali 2020-03-23 20:38:06 +0000
  • 375d0456cd [Client] Custom UI: allow MPWidgets to find other widgets by name uramer 2020-03-23 21:20:00 +0100
  • ea25b994df Merge branch '0.7.1' into 0.7.1-cell-records uramer 2020-03-23 21:18:00 +0100
  • d10a13c56f [Client] Custom UI: rename initialize to initializeWidget uramer 2020-03-23 21:18:00 +0100
  • 32e51ed3e0 [General] NoSleep, QuasiEx and Region properties of cell custom records uramer 2020-03-23 21:13:00 +0100
  • d6101ce7b6 Add Utils::setFlag, refactor duplicate code uramer 2020-03-23 20:11:00 +0100
  • 8d02b619fd
    Merge pull request #2728 from akortunov/swimfix Alexei Dobrohotov 2020-03-23 21:00:42 +0300
  • 7319eda54e Correct drawable property apply order (bug #5313) Capostrophic 2020-03-23 20:38:19 +0300
  • d21314231b
    Merge pull request #2736 from akortunov/master Andrei Kortunov 2020-03-23 17:48:48 +0400
  • d2acac0ebe Fix Qt download link for Windows Andrei Kortunov 2020-03-23 17:40:30 +0400
  • 53da5b8c54
    Xenial -> Bionic name change Bret Curtis 2020-03-23 14:38:22 +0100
  • 9d254aefb3
    Merge pull request #2731 from Capostrophic/gender Andrei Kortunov 2020-03-23 17:27:41 +0400
  • 6410f57b42
    Merge pull request #2733 from OpenMW/windows_sdl2012 Bret Curtis 2020-03-22 23:41:09 +0100
  • 444d667d22 give sdl2 2.0.12 for windows a try Bret Curtis 2020-03-22 23:07:07 +0100
  • a7e77d74eb
    Merge pull request #2732 from OpenMW/travis_ci_bionic Bret Curtis 2020-03-22 23:05:14 +0100
  • 3fc5c499fb another try for system clang Bret Curtis 2020-03-22 21:40:43 +0100
  • 42640b7811 no need to re-map when using system default Bret Curtis 2020-03-22 21:34:46 +0100
  • 0a96f4c847 get the default... Bret Curtis 2020-03-22 21:27:44 +0100
  • f2f5b1104f try clang-6 since that is officially in repo Bret Curtis 2020-03-22 21:19:44 +0100
  • 5091e2c371 bump to bionic; gcc-9 and clang-10 Bret Curtis 2020-03-22 20:56:48 +0100
  • 18bfc6f2c5 Fix Gender column filtering (bug #4601) and correct filter descs Capostrophic 2020-03-22 22:01:49 +0300
  • 59d7597e17 [Client] Custom UI: wrap ImageBox uramer 2020-03-22 20:41:00 +0100
  • 615b1e984f [Client] Custom UI: wrap ComboBox uramer 2020-03-22 20:00:00 +0100
  • a8b4de6899 [Client] Custom UI: wrap OpenMW Button uramer 2020-03-22 19:15:00 +0100
  • 907c5fc6de Merge branch '0.7.1-summons-ordering' into 0.7.1 David Cernat 2020-03-22 17:29:01 +0200
  • b67c28cd48 [General] Don't compress floats and ints in cell record packets uramer 2020-03-22 16:12:00 +0100
  • 40759af702 [Client] Custom UI: ListBox support uramer 2020-03-21 23:25:00 +0100
  • 51f9da3967 [Client] Custom UI: split/merge fields with delimeter escaping uramer 2020-03-21 23:22:00 +0100
  • 4cb574534d [Client] Custom UI: make MPAutoSizedButton's TextPadding a property uramer 2020-03-21 21:08:00 +0100