nordsoft
|
59bc9326e9
|
Remove excess pointer from market interface
|
2023-05-01 21:49:37 +04:00 |
|
SoundSSGood
|
a8220c551f
|
fixed init CArtifactsOfHero
|
2023-04-23 14:33:47 +03:00 |
|
nordsoft
|
de159df481
|
Rename boats
|
2023-04-20 21:20:51 +04:00 |
|
nordsoft
|
ed798b06da
|
Prepare transport enum
|
2023-04-18 13:04:49 +04:00 |
|
Ivan Savenko
|
644f0f4b32
|
Removed ARRAY_COUNT in favor of std::size
|
2023-04-12 01:04:26 +03:00 |
|
Ivan Savenko
|
506c3d29bc
|
Replaced vstd clamp with std version
|
2023-04-12 01:03:14 +03:00 |
|
Konstantin
|
11b237a23c
|
vcmi: massive refactoring v1
|
2023-04-05 22:33:12 +03:00 |
|
Ivan Savenko
|
c661419897
|
Merge pull request #1700 from rilian-la-te/resource-array
Modernize resourceSet.
|
2023-04-02 20:12:45 +03:00 |
|
Konstantin
|
c1fd7309ad
|
ResourceSet: composition
|
2023-03-31 14:00:49 +03:00 |
|
SoundSSGood
|
f0f9eecf97
|
Backpack limit part5. End of battle. Other stuff
|
2023-03-21 12:14:33 +02:00 |
|
SoundSSGood
|
9f8aa25297
|
Backpack limit part4 (Using cheats, buying)
|
2023-03-21 12:14:33 +02:00 |
|
SoundSSGood
|
72122fb433
|
CArtifact, CArtifactInstance, CCombinedArtifactInstance reorganization
|
2023-03-21 12:14:33 +02:00 |
|
Konstantin
|
bbbbfe00f0
|
Modernize resourceSet
|
2023-03-17 02:26:54 +03:00 |
|
Ivan Savenko
|
a0e9e01b48
|
Renamed & reorganized all game mechanics settings names
|
2023-03-16 18:11:35 +02:00 |
|
Ivan Savenko
|
383387ef29
|
Integrated defaultMods into mod system
|
2023-03-16 17:55:09 +02:00 |
|
Ivan Savenko
|
77f92e56ac
|
Merge pull request #1689 from IvanSavenko/map_renderer_fixes
Map renderer fixes
|
2023-03-16 14:48:57 +02:00 |
|
Ivan Savenko
|
2a2af34788
|
Merge pull request #1650 from SoundSSGood/arts-swap-regression-fix
Arts swap regression fixed
|
2023-03-16 14:47:31 +02:00 |
|
Ivan Savenko
|
d3533150b8
|
Fix misplaced width/height in UI
|
2023-03-15 12:17:08 +02:00 |
|
Konstantin
|
5366f9190e
|
vcmi: reduce boost::lexical_cast usage
|
2023-03-09 16:36:46 +03:00 |
|
SoundSSGood
|
e24eb6cc12
|
regression fixed
|
2023-03-08 17:20:38 +02:00 |
|
Ivan Savenko
|
7ef5163d9d
|
Merge pull request #1581 from IvanSavenko/map_render_rewrite
Adventure Map - rendering rewrite
|
2023-03-05 19:51:07 +02:00 |
|
Ivan Savenko
|
ec6f19ea18
|
Code reorganization, no changes to functionality
|
2023-03-05 17:48:02 +02:00 |
|
Ivan Savenko
|
ebe996fa74
|
Hero movement speed and map scrolling speed now matches H3
|
2023-03-05 17:48:02 +02:00 |
|
Ivan Savenko
|
4501036a04
|
Basic version of hero movement on map. Removed old code.
|
2023-03-05 17:48:02 +02:00 |
|
Ivan Savenko
|
260f6d626c
|
Implemented translations for H3M maps
|
2023-03-05 17:39:27 +02:00 |
|
Ivan Savenko
|
acdb8d6e06
|
renamed Unicode -> TextOperations, to use for all text processing
|
2023-03-05 17:39:23 +02:00 |
|
Dydzio
|
be9c71934c
|
Merge remote-tracking branch 'origin/develop' into settings-rework
|
2023-02-14 21:00:17 +01:00 |
|
Ivan Savenko
|
e15c7dcd33
|
Attempt at better encapsulation of CTerrainRect
|
2023-02-14 11:18:41 +02:00 |
|
Konstantin
|
6d8eac320d
|
vcmi/client: add missing include to GUIclasses.cpp
Fix building with clang++ version 15.
|
2023-02-12 19:11:24 +03:00 |
|
Dydzio
|
2f171fcc0e
|
Merge branch 'develop' into settings-rework
|
2023-02-12 15:03:33 +01:00 |
|
Ivan Savenko
|
c8c38ac922
|
Merge pull request #1386 from IvanSavenko/resolutions_filter
Do not allow selecting resolutions not supported by display
|
2023-02-12 14:33:39 +02:00 |
|
Dydzio
|
fc7d2b9778
|
Merge remote-tracking branch 'origin/develop' into settings-rework
|
2023-02-12 11:55:21 +01:00 |
|
Ivan Savenko
|
ab8b407294
|
Style cleanup
|
2023-02-08 13:56:09 +02:00 |
|
Ivan Savenko
|
62151cd20c
|
Replaced genRect with Rect constructor call
|
2023-02-03 19:17:59 +02:00 |
|
Ivan Savenko
|
34dcb4127a
|
Removed text utilities from SDL_Extensions
|
2023-02-03 18:55:25 +02:00 |
|
Ivan Savenko
|
70c0937972
|
Moved SDL-specific code to SDL_Extensions
|
2023-02-03 13:02:05 +02:00 |
|
Ivan Savenko
|
01322aa4c5
|
Do not allow selecting resolution no supported by display
|
2023-02-03 12:57:38 +02:00 |
|
Ivan Savenko
|
9833edcf73
|
Removed using namespace SDL_Ext
|
2023-02-03 11:39:40 +02:00 |
|
Ivan Savenko
|
d87fb43dcd
|
Replaced SDL access with VCMI methods
|
2023-02-03 11:39:40 +02:00 |
|
Ivan Savenko
|
cfcaf5cbb6
|
renamed keyDown -> keyPressed
|
2023-02-03 11:39:40 +02:00 |
|
Ivan Savenko
|
e1bd0d2a04
|
API for custom events no longer requires SDL access
|
2023-02-03 11:39:40 +02:00 |
|
Ivan Savenko
|
d4fba3787c
|
Removed usage of SDL_KeyboardEvent from UI code
|
2023-02-03 11:39:40 +02:00 |
|
Dydzio
|
d04c53e7e0
|
Merge branch 'develop' into settings-rework
|
2023-02-02 11:55:13 +01:00 |
|
Ivan Savenko
|
108a42e4ba
|
Reorganized includes for new layout. New class - IImageLoader
|
2023-02-01 20:42:06 +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
|
e35a669eeb
|
Refactoring of CPicture class to improve encapsulation
|
2023-01-30 13:58:13 +02:00 |
|
Dydzio
|
e3578d0bc8
|
Extract options stuff to separate file
|
2023-01-29 17:36:33 +01:00 |
|
Dydzio
|
0fdfd8bdcb
|
Configurable interface for game settings, change sound/music sliders
|
2023-01-29 16:49:47 +01: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
|
08b04a3527
|
handle double-click in Town Portal dialog
|
2023-01-23 15:43:55 +03:00 |
|