Ivan Savenko
|
37d6d21e73
|
Moved CResDataBar into a separate file
|
2023-02-01 15:17:14 +02:00 |
|
Ivan Savenko
|
9366506e2c
|
Finalized split of AdventureMapClasses
|
2023-02-01 14:01:48 +02:00 |
|
Ivan Savenko
|
900cc55ed5
|
Merge branches 'split_cadvmappanel', 'split_cingameconsole', 'split_clist', 'split_cminimap' and 'split_cinfobar' into client_files_layout_rearrangement
|
2023-02-01 13:56:22 +02:00 |
|
Ivan Savenko
|
ef236be2da
|
Created separate file for CInfoBar
|
2023-02-01 13:55:56 +02:00 |
|
Ivan Savenko
|
d0c6627cdb
|
Created separate file for CList
|
2023-02-01 13:50:13 +02:00 |
|
Ivan Savenko
|
27f2e4fd33
|
Created separate file for CMinimap
|
2023-02-01 13:49:31 +02:00 |
|
Ivan Savenko
|
87498287f5
|
Created separate file for CAdvMapPanel
|
2023-02-01 13:48:26 +02:00 |
|
Ivan Savenko
|
134b40363f
|
Created separate file for CInGameConsole
|
2023-02-01 13:47:05 +02:00 |
|
Ivan Savenko
|
8a9492d129
|
Moved client files to more suitable locations
|
2023-02-01 13:09:19 +02:00 |
|
Ivan Savenko
|
0ba74fea73
|
Merge pull request #1515 from IvanSavenko/time_based_animations
Time based animations
|
2023-02-01 12:25:54 +02:00 |
|
Ivan Savenko
|
c3a2dee45a
|
Code cleanup
|
2023-01-31 15:00:46 +02:00 |
|
Ivan Savenko
|
fc60a7aff0
|
Removed redundant include
|
2023-01-31 01:28:11 +02:00 |
|
Ivan Savenko
|
bf343126c4
|
Fix Hero animation speed in battles
|
2023-01-31 00:42:50 +02:00 |
|
Ivan Savenko
|
5cc23cc286
|
Renamed SDL_Pixels -> SDL_PixelAccess due to similar SDL header
|
2023-01-30 20:06:08 +02:00 |
|
Ivan Savenko
|
9c3030603d
|
Removed most SDL includes from headers, removed SDL int's
|
2023-01-30 19:55:32 +02:00 |
|
Ivan Savenko
|
e14290fde0
|
Removed loading of images from file into SDL_Surface
|
2023-01-30 18:25:47 +02:00 |
|
Ivan Savenko
|
87218c63c4
|
CPicture now uses IImage internally
|
2023-01-30 17:18:59 +02:00 |
|
Ivan Savenko
|
e35a669eeb
|
Refactoring of CPicture class to improve encapsulation
|
2023-01-30 13:58:13 +02:00 |
|
Ivan Savenko
|
42df5626d9
|
Added Color class to replace SDL_Color
|
2023-01-30 00:12:43 +02:00 |
|
Andrey Filipenkov
|
07dc2e1c48
|
Merge pull request #1496 from kambala-decapitator/resurrect-message
show resurrect message in the battle log
|
2023-01-29 22:18:32 +03:00 |
|
Konstantin
|
080d4b13dd
|
vcmi: suppress warning on IOS
Let CI passes on develop.
|
2023-01-29 21:30:37 +03:00 |
|
Ivan Savenko
|
57ee9a9bf3
|
Merge vcmi/beta into vcmi/develop
|
2023-01-29 18:21:55 +02:00 |
|
Ivan Savenko
|
3749074a4d
|
Renamed speed setting name to force-reset it to new scale
|
2023-01-28 16:49:35 +02:00 |
|
Ivan Savenko
|
9d1a075806
|
Fix battle speed selector in settings
|
2023-01-28 14:00:49 +02:00 |
|
Ivan Savenko
|
d34efaeb81
|
All battle effects now use time-based timings
|
2023-01-28 13:19:35 +02:00 |
|
Ivan Savenko
|
bdde9f831a
|
Fixed timings of building construction to match H3
|
2023-01-28 13:19:35 +02:00 |
|
Ivan Savenko
|
09413c61b8
|
Changed timing of building fade-in to match H3
|
2023-01-28 13:19:35 +02:00 |
|
Ivan Savenko
|
f1647cc3bb
|
Animated spellcasting cursor now has same speed as in H3
|
2023-01-28 13:19:35 +02:00 |
|
Ivan Savenko
|
3acee297be
|
CShowableAnim is now time-based with timing matching H3
|
2023-01-28 13:19:35 +02:00 |
|
Ivan Savenko
|
a9fefffc65
|
Video playback is now time-based, using video file timings
|
2023-01-28 13:19:35 +02:00 |
|
Ivan Savenko
|
7bbaae75a2
|
Merge pull request #1508 from kambala-decapitator/shipyard-regression
attempt to show shipyard dialog only when a hero is selected
|
2023-01-28 02:04:10 +02:00 |
|
Ivan Savenko
|
50a0fc4fb2
|
Removed pointer to current SDL_Event from GuiHandler
|
2023-01-27 23:17:40 +02:00 |
|
Ivan Savenko
|
4d1c338503
|
Merge pull request #1498 from rilian-la-te/conan-v2
Conan as MXE replacement
|
2023-01-27 23:14:37 +02:00 |
|
Ivan Savenko
|
6c472339ce
|
Refactoring of ObjectClassesHandler
|
2023-01-26 23:26:49 +02:00 |
|
Konstantin
|
cf56f7ccce
|
vcmi: remove unused-but-set-variables
|
2023-01-26 23:49:00 +03:00 |
|
Andrey Filipenkov
|
612b5e2746
|
attempt to show shipyard dialog only when a hero is selected
fixes regression from a4e8255cbc
|
2023-01-25 20:49:37 +03:00 |
|
Andrey Filipenkov
|
7e78e0abdc
|
Merge pull request #1493 from kambala-decapitator/ios-spacebar
[iOS] use pinch gesture as Spacebar hotkey instead of Tab
|
2023-01-25 18:32:40 +03:00 |
|
Andrey Filipenkov
|
a2ac189e03
|
fix typo
|
2023-01-25 18:13:11 +03:00 |
|
Andrey Filipenkov
|
54537fc02c
|
Merge pull request #1478 from kambala-decapitator/units-huge-numbers
limit displayed units number to 4 digits
|
2023-01-25 17:47:08 +03:00 |
|
Andrey Filipenkov
|
b2d2c7a2dc
|
Merge pull request #1501 from kambala-decapitator/townportal-doubleclick
handle double-click in Town Portal dialog
|
2023-01-25 17:42:15 +03:00 |
|
Andrey Filipenkov
|
18c52f05ca
|
Merge pull request #1506 from kambala-decapitator/cmake-zip-ipa
generate ipa file with CPack directly
|
2023-01-25 17:41:10 +03:00 |
|
Konstantin
|
a7bd7232ce
|
CGuiHandler: fix false positive dangling pointer
Making this an auto variable fixes compilation with Werror.
|
2023-01-25 17:14:41 +03:00 |
|
Ivan Savenko
|
52ab0f9b5b
|
Merge pull request #1446 from dydzio0614/movement-points-show
Implement movement points info on ALT hold + tile mouse hover
|
2023-01-25 12:30:34 +02:00 |
|
Andrii Danylchenko
|
1a7ec728d9
|
Merge pull request #1484 from kambala-decapitator/shipyard-fixes
Shipyard dialog fixes
|
2023-01-25 10:42:04 +02:00 |
|
Andrii Danylchenko
|
3cef3c10be
|
Merge pull request #1489 from dydzio0614/console-crash-fix
Improve handling of empty text in console, remove unused includes
|
2023-01-25 10:40:47 +02:00 |
|
Andrii Danylchenko
|
4cfc93d2da
|
Somehow it works but JNI signatures were incorrect
|
2023-01-25 08:59:59 +02:00 |
|
Andrey Filipenkov
|
035851bb38
|
add max version condition to Xcode workaround
|
2023-01-24 20:18:09 +03:00 |
|
Andrey Filipenkov
|
08b04a3527
|
handle double-click in Town Portal dialog
|
2023-01-23 15:43:55 +03:00 |
|
Adriankhl
|
1334b4b04f
|
Fix ffmpeg include paths
|
2023-01-22 19:09:37 +01:00 |
|
Andrey Filipenkov
|
11ec500dff
|
[iOS] use pinch gesture as Spacebar hotkey instead of Tab
|
2023-01-22 15:37:48 +03:00 |
|