1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00
Commit Graph

199 Commits

Author SHA1 Message Date
Nordsoft91
4edee00a97 Merge pull request #2605 from Laserlicht/map_preview
Map preview
2023-08-21 14:56:21 +04:00
Michael
05a88bd8ac another try... 2023-08-20 23:34:09 +02:00
Michael
080630b39f try to fix 2023-08-20 22:22:46 +02:00
Michael
5c5576313b handle long texts better; big window also for only one layer 2023-08-20 16:58:13 +02:00
Michael
952ce3061b avoid crash if any error in map 2023-08-20 14:28:10 +02:00
Michael
e3a4c65100 code review 2023-08-20 14:14:47 +02:00
Michael
1d94536299 code review 2023-08-20 13:16:39 +02:00
Nordsoft91
4a6deedd5e Merge pull request #2530 from Nordsoft91/tutorial
Support tutorial
2023-08-19 18:06:15 +04:00
Michael
e44f713f01 side by side map; player colors 2023-08-17 23:09:20 +02:00
Michael
edc11fd451 Map preview initial draft 2023-08-17 09:56:50 +02:00
Nordsoft91
96e820ddac Merge pull request #2517 from Laserlicht/folders 2023-08-17 10:09:37 +04:00
Michael
71bcc611f5 review 2023-08-15 20:19:13 +02:00
Michael
0452dbd80d remove copy of cropped asset 2023-08-14 23:08:20 +02:00
Michael
92159e57ef Update SelectionTab.cpp
fix possible -1
2023-08-12 19:51:18 +02:00
Ivan Savenko
f13a53c1d9 Merge remote-tracking branch 'vcmi/beta' into develop 2023-08-12 17:28:47 +03:00
Michael
f0b60cf166 suggestions; use internally uppercase; fix; fullname 2023-08-11 23:56:20 +02:00
Michael
6ca5518ff1 Buxfix 2023-08-11 20:09:41 +02:00
Michael
2d9bb34825 format 2023-08-11 01:49:10 +02:00
Michael
2b093b8850 case handling 2023-08-11 01:46:22 +02:00
Michael
092a0d72a1 whitespace format 2023-08-11 00:19:24 +02:00
Michael
c260ce5814 current folder in first line 2023-08-10 23:52:16 +02:00
Michael
48747eea9d bigger line for folder 2023-08-10 23:37:19 +02:00
Michael
f24c636d17 code review suggestions 2023-08-10 22:15:32 +02:00
Michael
92fd317a84 erase -> pop_back 2023-08-09 20:27:24 +02:00
nordsoft
f4869cbfb0 Tutorial load game mode 2023-08-09 15:29:48 +04:00
nordsoft
1def98a862 Tutorial implemented 2023-08-09 03:54:09 +04:00
Michael
6013549ef8 no old selection 2023-08-09 00:41:13 +02:00
Michael
8693dab9ec fix filter 2023-08-09 00:13:02 +02:00
Michael
bbe04c747d Folder Icon, Save, Folder on top... 2023-08-08 23:46:30 +02:00
Michael
855b94b316 fix 2023-08-08 02:30:28 +02:00
Michael
8b8006c0e0 bring it to work... 2023-08-08 02:04:06 +02:00
Michael
5e1f1294e5 rework 2023-08-08 00:38:13 +02:00
Michael
e5627b4bb7 tests 2023-08-07 00:10:06 +02:00
Ivan Savenko
9bd27c50a0 Allowed loading saves from inside mods 2023-08-06 19:39:55 +03:00
Ivan Savenko
62fddca21e Split massive CModHandler class/file into multiple parts:
- IdentifierStorage is now a separate handler in VLC
- Renamed ModHandler::Incompatibility exception to ModIncompatibility
- Extracted ModScope namespace from ModHandler
- Extracted ModUtilities namespace from ModHandler
- Split CModHandler.cpp on per-class basis
- Replaced some direct members with unique_ptr to reduce header includes
2023-07-30 22:17:47 +03:00
Ivan Savenko
823080be86 Fix error on opening map list with hota maps 2023-07-24 23:27:26 +03:00
Michael
0f16cec3b9 whitespace 2023-07-20 22:05:09 +02:00
Michael
f313597968 Use boost::format 2023-07-20 22:02:39 +02:00
Michael
36e870ae45 Descriptions 2023-07-20 21:37:23 +02:00
Michael
a86406d090 check list length 2023-07-20 02:20:54 +02:00
Michael
3484059a40 fix indentation 2023-07-20 02:01:00 +02:00
Michael
c28c0d2a13 Popup - Mapselection 2023-07-20 01:53:33 +02:00
Ivan Savenko
280085b95d Merge pull request #2308 from IvanSavenko/remove_client_savegame
Remove client savegames
2023-07-19 14:46:46 +03:00
Ivan Savenko
9ef959a7f8 Merge pull request #2310 from IvanSavenko/left_click_refactor
Left click input refactor
2023-07-13 13:03:06 +03:00
Mike
3c707d8e31 Cleanup 2023-07-11 23:12:59 -07:00
Mike
5134583111 Added missing redraw after selection update 2023-07-11 23:10:02 -07:00
Ivan Savenko
0deeff30b9 replaced clickPressed with clickReleased where applicable to H3 2023-07-09 17:55:39 +03:00
Ivan Savenko
8750aa2c5b Merged server savegame and (broken and unused) client savegame files 2023-07-09 15:30:47 +03:00
Mike
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
Ivan Savenko
ca889a5c2a Replaced clickLeft with clickPressed clickReleased methods 2023-07-08 14:33:04 +03:00