Ivan Savenko
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 years ago |
beegee1
|
c7c2686379
- Integrated the logging API into the client and the lib - Remove some more comments and switched to /// style - Fixed recursive locks - Added Global.h to CMakeLists(now visible in qt-creator) - Removed usage of shared_mutex - Added unique_ptr to CLogger targets
|
12 years ago |
beegee1
|
30bcec42c6
- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
|
12 years ago |
beegee1
|
ee51c5beb5
- Renamed /lib subfolders to lowercase
|
12 years ago |
Ivan Savenko
|
9c1c337a3d
- fixed #1220 and #1218
|
12 years ago |
Ivan Savenko
|
3f309f0c5e
- removed support for ancient versions of ffmpeg
|
12 years ago |
Michał W. Urbańczyk
|
17755caa10
* fixed #1199
|
12 years ago |
Ivan Savenko
|
85a23e298c
- generic string ID -> numeric ID resolution system
|
13 years ago |
Ivan Savenko
|
2643762f08
Mac OS patch from stopiccot
|
13 years ago |
Ivan Savenko
|
15a7f43e11
- fixed #1075, #1080, #1081
|
13 years ago |
alexvins
|
369f0ae9c6
[PLATFORM] MinGW support added
|
13 years ago |
Ivan Savenko
|
e79ac5f1d7
- removed deprecated ffmpeg functions. Fixes #779
|
13 years ago |
Ivan Savenko
|
deb22b3674
- (linux) use empty video player if av_register_protocol function was not found
|
13 years ago |
Ivan Savenko
|
eec4d3579d
- fixed crash on missing videos
|
13 years ago |
Ivan Savenko
|
d72c44e4c3
- fixed modifiers keys behaviour in TextInput
|
13 years ago |
Ivan Savenko
|
7e778045b8
- removed no longer used CSndHandler. Transition to new fs is finished
|
13 years ago |
Michał W. Urbańczyk
|
08bcfd1285
* windows video player uses the new FS
|
13 years ago |
Ivan Savenko
|
94cfc99d7b
- fixes #1044
|
13 years ago |
Ivan Savenko
|
127600311f
- linux video player uses new FS
|
13 years ago |
Ivan Savenko
|
235cf458d7
- fixed text duplication in choice windows
|
13 years ago |
Ivan Savenko
|
49495c9caf
- possibly fixed #966 and #958
|
13 years ago |
Ivan Savenko
|
9efe05c90b
- removed usage of Graphics in several places (Components and hero window).
|
13 years ago |
Ivan Savenko
|
86e7d96b39
- setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json)
|
13 years ago |
Ivan Savenko
|
91c0ce33f4
- re-generated build system
|
14 years ago |
beegee1
|
156aa6e4d9
* Updated class - file - handling
|
14 years ago |
beegee1
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
Michał W. Urbańczyk
|
750995f7f9
A patch from Gesh fixing and #819 and removing reduntant #ifdefs (DLLHandler is win-only anyway).
|
14 years ago |
DjWarmonger
|
4895540f80
Compile fixes.
|
14 years ago |
Ivan Savenko
|
c63df4f07a
- compile fixes for linux player
|
14 years ago |
Michał W. Urbańczyk
|
05f166f751
Portability fix for „Win64”. 32-bit DLLs (bink, smack) cannot be loaded, so an empty player-placeholder is used to capture calls we can't properly handle.
|
14 years ago |