1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00
Commit Graph

4361 Commits

Author SHA1 Message Date
bea6effcb7 haptic feedback only if menu opens
fix
2023-07-14 22:49:44 +02:00
c6e860720e haptic feedback only if menu opens 2023-07-14 22:47:13 +02:00
9ef959a7f8 Merge pull request #2310 from IvanSavenko/left_click_refactor
Left click input refactor
2023-07-13 13:03:06 +03:00
fb00bf4067 Merge pull request #2322 from dydzio0614/resolution-fix
Fix for fullscreen game always starting in native resolution
2023-07-13 12:57:32 +03:00
c2845d120b Merge pull request #2324 from mikeiit/develop
Fixed selection update in saving screen
2023-07-13 12:57:06 +03:00
b30db5fc1f Merge pull request #2301 from Laserlicht/haptic_feedback
Haptic feedback
2023-07-13 12:56:54 +03:00
1abd8bbe92 Update client/windows/settings/GeneralOptionsTab.cpp
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
2023-07-12 22:56:35 +02:00
3c707d8e31 Cleanup 2023-07-11 23:12:59 -07:00
5134583111 Added missing redraw after selection update 2023-07-11 23:10:02 -07:00
90397a9604 Merge remote-tracking branch 'upstream/develop' into develop 2023-07-11 19:06:21 -07:00
42db24b4b2 Fix for fullscreen game always starting in native resolution 2023-07-11 17:59:22 +02:00
9acab48bc3 Merge pull request #2268 from SoundSSGood/CArtifactInstance-rework
CArtifact CArtifactInstance refactoring
2023-07-11 14:36:08 +03:00
78415c573b Merge pull request #2289 from IvanSavenko/resolution_fixes
Fix issues with changing game resolution
2023-07-11 14:35:07 +03:00
f6cc61e0be Merge pull request #2297 from vcmi/rmg_roads
Rmg roads
2023-07-11 09:25:24 +02:00
d99fab8496 Reduce usage of getCursorPosition 2023-07-09 18:09:22 +03:00
0deeff30b9 replaced clickPressed with clickReleased where applicable to H3 2023-07-09 17:55:39 +03:00
18db944083 Replaced clickReleased with clickPressed where applicable in H3 2023-07-09 17:48:25 +03:00
9449899098 Fix regressions 2023-07-09 17:08:37 +03:00
b327f890f2 Partially fixed initial loading of save file
Brought back the missing save file info in the info card. Still need to fix the input text box and selection highlight.
2023-07-08 23:00:48 -07:00
d911756827 changes from code review 2023-07-08 21:02:03 +02:00
70b7f992de fix 2023-07-08 20:34:11 +02:00
06541211d5 Rename var 2023-07-08 19:11:26 +02:00
050a22c257 only pop up for now 2023-07-08 18:50:59 +02:00
ff51b8f46b Setting for haptic feedback 2023-07-08 18:47:38 +02:00
da8bcdd2dd ios Support 2023-07-08 18:15:36 +02:00
a5fe6cc80b hapticFeedback 2023-07-08 17:02:44 +02:00
ca889a5c2a Replaced clickLeft with clickPressed clickReleased methods 2023-07-08 14:33:04 +03:00
730b36612c Respect GUI settings for roads. By default, all road types are enabled. 2023-07-08 08:44:10 +02:00
2a634b2ec0 Fixed UI updates on switching to/from fullscreen 2023-07-07 15:26:42 +03:00
7e00a702c1 Fix switching to exclusive fullscreen to borderless windowed 2023-07-07 14:29:03 +03:00
0c83e34093 Implemented reserved area for iOS notch / cutout 2023-07-07 14:29:03 +03:00
5143ca266d Moved SDL renderer access to ScreenHandler class 2023-07-07 14:29:03 +03:00
fa4a0004b2 Merge pull request #2291 from IvanSavenko/terrain_animations_config
Moved hardcoded terrain palette-cycling animations to config
2023-07-07 14:28:39 +03:00
ae8579558d Merge pull request #2282 from IvanSavenko/adventure_map_fixes
Adventure map fixes for 1.3
2023-07-07 14:27:58 +03:00
a9d25b0109 Fix map grid visibility on game load 2023-07-07 01:27:57 +03:00
41755c9d87 Fix slider scroll via UI buttons 2023-07-07 01:23:17 +03:00
6414e3b3fc Changed resource cost value label position 2023-07-05 18:43:52 -07:00
3bce245780 Moved hardcoded terrain palette-cycling animations to config 2023-07-05 22:07:20 +03:00
9b5f6ec7cf CArtifact getters setters 2023-07-05 15:48:08 +03:00
85655d5534 Block map level toggle on maps without underground 2023-07-04 21:42:37 +03:00
b775385179 Fix usage of left/right button to select amounts, e.g. in recruit screen 2023-07-04 21:35:26 +03:00
07d9674828 Mouse click that activates a window will also trigger mouse event 2023-07-04 20:28:02 +03:00
1dff721747 Fix infobox resetting to current hero during enemy turn 2023-07-04 20:28:02 +03:00
1cbc6457ce Fix possible assertion failure on removing non-owned town 2023-07-04 20:28:02 +03:00
4fd5a2b3ea Fixed sorting maps breaking after multiple clicks in succession 2023-07-04 20:28:00 +03:00
f914ec9d57 Fix activation of in-game console in other windows 2023-07-04 20:27:45 +03:00
900b1c1763 Simplified text input handling, fixes hotkeys on windows with text input 2023-07-04 18:42:52 +03:00
81b9aec527 Fix map edge scrolling after swiping usage 2023-07-03 23:50:09 +03:00
fd9c7352a0 suggested changes 2023-07-03 22:54:03 +03:00
4e80356bea Do not hide minimap on human player turn 2023-07-03 19:36:10 +03:00