.. |
AdventureMapInterface.cpp
|
Converted several namespace enums to enum class
|
2023-08-25 13:38:02 +03:00 |
AdventureMapInterface.h
|
Implement turn timer feature
|
2023-08-13 14:07:48 +04:00 |
AdventureMapShortcuts.cpp
|
Fix quest log button block status
|
2023-08-24 23:34:33 +03:00 |
AdventureMapShortcuts.h
|
Unblock basic adventure map actions (scrolling / right-click) in multiplayer
|
2023-07-26 21:20:11 +02:00 |
AdventureMapWidget.cpp
|
Converted remaining identifier to new system
|
2023-08-25 13:38:02 +03:00 |
AdventureMapWidget.h
|
Replaced all usage of SDL_Color outside of render with ColorRGBA
|
2023-07-31 21:07:30 +03:00 |
AdventureOptions.cpp
|
Unrelated typo fix
|
2023-07-13 21:56:53 +02:00 |
AdventureOptions.h
|
Renamed some adventure map files & classes
|
2023-05-09 13:10:33 +03:00 |
AdventureState.h
|
Use new adventure map state to detect opponent human turn
|
2023-07-27 17:26:52 +02:00 |
CInfoBar.cpp
|
Fix indent
|
2023-07-16 15:46:43 +02:00 |
CInfoBar.h
|
Changes from code review
|
2023-07-16 15:56:42 +02:00 |
CInGameConsole.cpp
|
Give all threads created by client human-readable name for debug
|
2023-08-23 16:32:29 +03:00 |
CInGameConsole.h
|
Simplified text input handling, fixes hotkeys on windows with text input
|
2023-07-04 18:42:52 +03:00 |
CList.cpp
|
Merge pull request #2447 from IvanSavenko/modding_handler_refactoring
|
2023-08-02 21:26:05 +03:00 |
CList.h
|
Fix updating of hero & town lists on adventure map
|
2023-07-15 16:09:44 +03:00 |
CMinimap.cpp
|
Replaced all usage of SDL_Color outside of render with ColorRGBA
|
2023-07-31 21:07:30 +03:00 |
CMinimap.h
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CResDataBar.cpp
|
Replaced all usage of SDL_Color outside of render with ColorRGBA
|
2023-07-31 21:07:30 +03:00 |
CResDataBar.h
|
First step at unifying game identifiers code
|
2023-08-25 13:38:01 +03:00 |
MapAudioPlayer.cpp
|
int3 now has proper hasher function
|
2023-04-20 22:04:24 +03:00 |
MapAudioPlayer.h
|
Added more checks to avoid potential nullptr dereference crash
|
2023-03-25 23:54:51 +02:00 |
TurnTimerWidget.cpp
|
Better handling other players for turn timer
|
2023-08-20 04:06:52 +04:00 |
TurnTimerWidget.h
|
Add sound notification for timer
|
2023-08-17 01:10:03 +04:00 |