Ivan Savenko
|
647b9c683f
Reorganized client source tree:
|
11 years ago |
AlexVinS
|
c948891fc6
Fix threaded handlers initialization, cleanup
|
11 years ago |
AlexVinS
|
3e4e810888
More ColorKey cleanup
|
11 years ago |
AlexVinS
|
7b75b19d1a
Fix hero flags rendering
|
11 years ago |
AlexVinS
|
9606aed4a3
Using int3 for color is weird
|
11 years ago |
AlexVinS
|
3b8d0e44d4
Merge branch 'develop' into SDL2
|
11 years ago |
AlexVinS
|
2ec8c31558
Partial fix for hero flag rendering
|
11 years ago |
Ivan Savenko
|
09d595e385
- Implemented "mapObject" entry for hero classes
|
11 years ago |
AlexVinS
|
0ef16feca9
Refactoring towards backward compatibility (WiP)
|
11 years ago |
AlexVinS
|
cd81e85a61
fix loading to pregame. Looks awful. More work to do.
|
11 years ago |
AlexVinS
|
62d42465de
fix compilation
|
11 years ago |
Ivan Savenko
|
b2e8c92383
Cleanup:
|
11 years ago |
Ivan Savenko
|
652ceb2bde
Finally shattered CObjectHandler.cpp into tiny bits
|
11 years ago |
Ivan Savenko
|
0afdfa529c
Moved all object-related files to lib/mapObjects directory.
|
11 years ago |
Ivan Savenko
|
7f276185bd
Moving files:
|
11 years ago |
alexvins
|
065b8366fb
[Spells] Added basic support for icons and sounds
|
11 years ago |
Ivan Savenko
|
2c4c964a45
Large rewrite of adventure map objects:
|
12 years ago |
Ivan Savenko
|
71d6b0fea9
- Fixed some warnings from cppcheck
|
12 years ago |
Ivan Savenko
|
9237e6d97d
Improved json validation
|
12 years ago |
Ivan Savenko
|
f6a3d6770f
- chinese fonts now use fallback to H3 fonts for ASCII characters
|
12 years ago |
Ivan Savenko
|
e13dc872e0
- support for Chinese fonts (GBK 2-byte encoding)
|
12 years ago |
Ivan Savenko
|
42879225f0
minor fixes:
|
12 years ago |
Ivan Savenko
|
b87897096c
Filesystem handling is now more flexible
|
12 years ago |
Ivan Savenko
|
4ac2a6e8b6
minor refactoring of VCMIDirs, bugfixing
|
12 years ago |
Michał W. Urbańczyk
|
a1f545792b
Compile fixes specific for VS 2012"
|
12 years ago |
Ivan Savenko
|
f82122d9be
second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
|
12 years ago |
Ivan Savenko
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 years ago |
Ivan Savenko
|
3285f1910b
- finally, solution for imageIndex fields. All image lists will be generated in runtime
|
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 |