Ivan Savenko
|
b5fcefe455
- moved all system-specific handling of filesystem to VCMIDirs.cpp (new file)
|
12 years ago |
Michał W. Urbańczyk
|
01d1029b1f
Fixed #1221.
|
12 years ago |
Ivan Savenko
|
74ac44662c
- a bit less memory usage during compilation with gcc, new file - RegisterTypes.cpp
|
12 years ago |
Michał W. Urbańczyk
|
6fdf64c2b1
Little more logging.
|
12 years ago |
mateuszb
|
9e00090c42
* refactoring, a few intriguing problems remain
|
12 years ago |
DjWarmonger
|
ac742affe5
Compile fix
|
12 years ago |
mateuszb
|
9c1a117c1c
* refactoring
|
12 years ago |
mateuszb
|
bda766b697
* refactoring
|
12 years ago |
mateuszb
|
8a8eecd063
* refactoring
|
12 years ago |
mateuszb
|
86dc9386d6
* refactoring, including a generic solution for IDs
|
12 years ago |
mateuszb
|
d03dbf64a6
* refactoring
|
12 years ago |
Michał W. Urbańczyk
|
17755caa10
* fixed #1199
|
12 years ago |
mateuszb
|
25663ce7af
* fixed vector<bool> serialization
|
12 years ago |
mateuszb
|
8769f67c5d
* JsonReader can convert to enums
|
12 years ago |
DjWarmonger
|
dcedfb05d2
Fix for #1187
|
12 years ago |
Ivan Savenko
|
46eb0b3daf
- wrokaround/fix for #1177
|
12 years ago |
alexvins
|
4bc2fd5519
[c::b] renamed map subfolder to workaround dependency tracking bug
|
12 years ago |
mateuszb
|
2848fb6fef
Gernsworth's patch for bug #1118
|
12 years ago |
Michał W. Urbańczyk
|
27f8408c52
Compile fix for MSVC.
|
13 years ago |
Ivan Savenko
|
62e99a1ae5
- basic loading screen, no progress bar
|
13 years ago |
Ivan Savenko
|
ffe8b99369
- reorganized hero classes
|
13 years ago |
Ivan Savenko
|
e3231db1c9
- primaryResource and warMachine now use string ID
|
13 years ago |
Ivan Savenko
|
8eba824ada
- updated icons + psd file
|
13 years ago |
beegee1
|
105083dd70
* Code convention updates * Default values for CMap types * Updated BinaryReader c-tor * Converted "bool" int types to bool in CMap classes * Removed map event operators in favor of member methods
|
13 years ago |
beegee1
|
a878f5f79a
* Separated map loading from the map object * Moved map classes to lib/Map * Renamed map.h/cpp to CMap.h/cpp * Profiling of map loading is now optional * Updated CMemoryStream
|
13 years ago |
beegee1
|
720deba838
* Added comments to map.h * Refactoring(renamed attributes, some steps towards coding guidelines, ..)
|
13 years ago |
alexvins
|
ff3da291a1
[refactor] reduce some code duplication. no functional changes
|
13 years ago |
Ivan Savenko
|
9f0441a0be
- adventure map defs are now part of town config. Should be the last part
|
13 years ago |
Michał W. Urbańczyk
|
f8a27a9fdb
* Moved CConfigHandler from client to lib, CMake/Makefile need updating. I believe other projects besides client also need access to settings. (surprisingly there was a "server" category used only by client... and now VCAI.)
|
13 years ago |
DjWarmonger
|
0435d5a4f1
- Removed pointer usage for CQuest. may look rough, but works and fixes #1051.
|
13 years ago |