Dydzio
bedd158d2c
Update year to 2020
2020-01-01 12:54:23 +01:00
Alexander Shishkin
730a2a32f6
Merge pull request #617 from JakubK44/fullscreen_mousemove
...
Fix fullscreen map mouse scrolling
2020-01-01 02:16:28 +03:00
JakubK
09cd4c072a
Defect:
...
In fullscreen mode, when the adventure window size does not fill the entire monitor (leaving black bars on each side), mouse movement is ignored in these areas. This results in difficulty scrolling the map in fullscreen mode, since you have to be exactly within [0,15] of the edge of the adventure window.
Fix:
Have the adventure map element, CAdvMapInt, subscribe to all mouse move events by setting the `strongInterest` bool to true. This will extend the scroll region to [min, 15], eliminating the dead mouse move space on the side of the window.
Notes:
Impacts adventure window mouse move event handling. Manually validated the scrolling the map now works without having to precisely aim for the edge of the window.
2019-12-26 10:10:39 -08:00
DjWarmonger
3fd8faf41b
Merge pull request #614 from vcmi/Launcher_GUI_fixes
...
Hmm.. it looks like it works for me.
2019-10-14 18:21:28 +02:00
Alexander Shishkin
3290ae19b0
Merge pull request #616 from nullkiller/fix-3085
...
[3085] - MapObjectEvaluator crashes on custom monolith
2019-09-14 16:49:44 +03:00
Andrii Danylchenko
bdec7db528
[3085] - MapObjectEvaluator crashes on custom monolith
2019-09-13 10:33:06 +03:00
DJWarmonger
ab62430785
Remove space after if
2019-07-30 11:00:44 +02:00
DJWarmonger
20ea7ac44f
Disable drag & drop icons:
...
https://bugs.vcmi.eu/view.php?id=3078
https://bugs.vcmi.eu/view.php?id=3079
2019-07-30 09:37:00 +02:00
DJWarmonger
d58c7b2105
Persist mod table header (especially column widths).
2019-07-30 09:28:42 +02:00
DJWarmonger
37bebd8f62
Persist window settings in system
2019-07-30 08:32:35 +02:00
DjWarmonger
7e7c98852d
Merge pull request #613 from vcmi/dydzio0614-patch-1
...
Lol, it's been in "TODO" for years now :P
2019-07-21 11:46:21 +02:00
Dydzio
e3f52d74af
Stop launcher from asking to update essential files
2019-07-21 09:01:57 +02:00
Dydzio
f8c294ad0b
Fix attack cursor on guarded visitable object
2019-07-14 13:25:06 +03:00
Alexander Shishkin
f599187563
Merge pull request #608 from vcmi/BreakVS2015Compatibility
...
Break Visual Studio 2015 support
2019-07-03 11:23:48 +03:00
Dydzio
bb14131c5c
Use newer dependencies package
2019-07-02 21:01:01 +02:00
Dydzio
2716a8ecbb
Swap to VS 2017 where 2015 was used before
2019-06-24 19:16:07 +02:00
Alexander Shishkin
8014cdc3e7
Merge pull request #607 from vcmi/AppveyorQtFix
...
Fix Qt-related dll files not used when building appveyor installer
2019-06-22 09:19:26 +03:00
Dydzio
14427764ab
Copy Qt files to appveyor build installer
2019-06-21 10:53:44 +02:00
AlexVinS
e7bced112c
Fixed https://bugs.vcmi.eu/view.php?id=3059
2019-06-09 22:46:29 +03:00
AlexVinS
d2de94b811
fixed broken test
2019-06-09 20:32:06 +03:00
Alexander Shishkin
a2364b9351
Merge pull request #606 from dydzio0614/UpdateVSto2019
...
Update VS files to 2019, partially fix test project
2019-06-09 20:05:18 +03:00
Dydzio
54550b50de
Update VS files to 2019, partially fix test project
2019-06-09 17:28:55 +02:00
Alexander Shishkin
c2ad0e67de
Merge pull request #605 from vcmi/VictoryDefeatCrashFix
...
Fix all common victory/defeat crashes
2019-06-08 21:54:48 +03:00
Dydzio
492d6504b4
Fix all common victory/defeat crashes
2019-06-08 16:59:04 +02:00
Alexander Shishkin
6c64356e48
Merge pull request #604 from dydzio0614/StatusbarFix2
...
Revert old statusbar hackfix
2019-06-07 01:03:27 +03:00
Dydzio
fd9f16142d
Revert old statusbar hackfix
2019-06-06 22:56:14 +02:00
Alexander Shishkin
f6ab4c1f63
Merge pull request #603 from dydzio0614/AiPrisonValueFix
...
Fix wrong AI prison value handling
2019-06-06 05:13:50 +03:00
Dydzio
4be4e10fe9
Fix wrong AI prison value handling
2019-06-05 23:07:22 +02:00
Alexander Shishkin
e3b3bba603
Merge pull request #602 from dydzio0614/TownEventFix
...
Do not build pseudo-buildings explicitly with events
2019-06-05 01:25:30 +03:00
Dydzio
2f15ca9406
Do not build pseudo-buildings explicitly with events
2019-06-04 22:29:07 +02:00
Alexander Shishkin
b16af04a09
Merge pull request #597 from dydzio0614/AiInterruptFix
...
Ensure no freeze on AI interruption
2019-06-03 16:53:35 +03:00
Alexander Shishkin
5ccc411971
Merge pull request #601 from dydzio0614/HotseatFreezeFix2
...
Fix dialog showing for losing player
2019-06-02 02:54:58 +03:00
Dydzio
e1b72ead6e
Update CGameHandler.cpp
...
Fix hero recruit serverside check
2019-06-01 20:29:49 +03:00
Dydzio
61ae6ce286
Remove useless and wrong recruit conditions
2019-06-01 20:29:49 +03:00
Dydzio
eb19806cf5
Fix dialog showing for losing player
2019-06-01 19:28:21 +02:00
AlexVinS
1f2ee843aa
[C::B] Switched to boost shared linkage
2019-05-30 20:55:40 +03:00
Alexander Shishkin
c8888feafe
Merge pull request #598 from nullkiller/ai-fix-3062
...
AI: blind fix for 3062
2019-05-29 23:58:46 +03:00
Andrii Danylchenko
11af1431fb
Fix code style
...
Co-Authored-By: Alexander Shishkin <alexvins@users.noreply.github.com>
2019-05-29 22:07:10 +03:00
Alexander Shishkin
21f74a9968
Merge pull request #590 from Ewilhan/fixCombatOrder
...
Fixed Battle Creature Ordering
2019-05-29 17:51:52 +03:00
Alexander Shishkin
76e913f76f
Merge pull request #599 from dydzio0614/NoTownWarningFix
...
Do not display "you have no towns" warning if player already lost
2019-05-29 17:49:55 +03:00
Dydzio
f49bd3f18b
Do not display warning if player already lost
2019-05-28 22:34:55 +02:00
Alexander Shishkin
4acec00aea
Merge pull request #596 from dydzio0614/HeroSpeedFix2
...
Re-fix map hero movement speed, was too fast on land
2019-05-28 17:52:48 +03:00
Andrii Danylchenko
0bd5782470
AI: blind fix for 3062
2019-05-28 09:04:31 +03:00
Dydzio
545b07b8b8
Thread interruption fixes
2019-05-26 17:55:22 +02:00
Dydzio
5470f9cafe
Re-fix map hero movement speed, was too fast on land
2019-05-26 17:11:57 +02:00
Alexander Shishkin
54bbf2abb3
Merge pull request #595 from dydzio0614/BattleConsoleButtons
...
Fix wrong battle console button image
2019-05-21 10:05:01 +03:00
Alexander Shishkin
40d65b40a2
Merge pull request #591 from dydzio0614/ShipyardCrashFix
...
Spawn ship placed outside map if it has visitable position inside map
2019-05-21 09:47:51 +03:00
Alexander Shishkin
6ddebfd43e
Merge pull request #594 from dydzio0614/HeroSpeedFix
...
Fix hero/boat speed on adventure map
2019-05-19 21:49:53 +03:00
Alexander Shishkin
26e70a236e
Merge pull request #593 from dydzio0614/PerformanceTweak
...
Tweak statusbar options, fixes mouse stuttering
2019-05-19 21:48:36 +03:00
Alexander Shishkin
21a6e37b2f
Merge pull request #592 from dydzio0614/NoHeroWarningFix
...
Remove false warning indicating something is wrong
2019-05-19 21:47:33 +03:00