1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/client/adventureMap
Ivan Savenko d27b854cb1 Reorganized music, video and sound players:
- All XXXplayers are now in client/media directory
- Reogranized code on one class per file basis
- Extracted interfaces from handlers. Handlers now implement
corresponding interface.
- CCS now only stores pointer to an interface
2024-05-15 17:05:12 +00:00
..
AdventureMapInterface.cpp fix hotseat hide 2024-05-14 22:25:10 +02:00
AdventureMapInterface.h Cleanup 2024-04-10 20:04:08 +03:00
AdventureMapShortcuts.cpp fix hotseat hide 2024-05-14 22:25:10 +02:00
AdventureMapShortcuts.h fix hotseat hide 2024-05-14 22:25:10 +02:00
AdventureMapWidget.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureMapWidget.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureOptions.cpp add info for not implemented replay; reorder button code; fix exit position 2024-01-27 17:36:19 +01:00
AdventureOptions.h add info for not implemented replay; reorder button code; fix exit position 2024-01-27 17:36:19 +01:00
AdventureState.h Use new adventure map state to detect opponent human turn 2023-07-27 17:26:52 +02:00
CInfoBar.cpp Reorganized music, video and sound players: 2024-05-15 17:05:12 +00:00
CInfoBar.h Split off some netpack structures into separate files 2023-10-23 13:59:15 +03:00
CInGameConsole.cpp Reorganized music, video and sound players: 2024-05-15 17:05:12 +00:00
CInGameConsole.h Implement various todo's and review suggestions 2024-03-27 13:10:55 +02:00
CList.cpp Gem class is now Sorceress 2024-01-30 23:34:27 +02:00
CList.h Added more checks to detect illegal access in CList's class 2023-12-24 00:16:29 +02:00
CMinimap.cpp fix redraw 2023-10-21 17:28:23 +02:00
CMinimap.h Replaced clickLeft with clickPressed clickReleased methods 2023-07-08 14:33:04 +03:00
CResDataBar.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CResDataBar.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
MapAudioPlayer.cpp Reorganized music, video and sound players: 2024-05-15 17:05:12 +00:00
MapAudioPlayer.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
TurnTimerWidget.cpp Reorganized music, video and sound players: 2024-05-15 17:05:12 +00:00
TurnTimerWidget.h Fixed timer countdown sound playback 2023-12-22 22:46:29 +02:00