Ivan Savenko
|
652ceb2bde
Finally shattered CObjectHandler.cpp into tiny bits
|
hace 11 años |
Ivan Savenko
|
0afdfa529c
Moved all object-related files to lib/mapObjects directory.
|
hace 11 años |
DjWarmonger
|
30b79588db
- Moved gameState::guardingCreaturePosition() to CMap so it doesn't need to be recalculated many times for every player.
|
hace 11 años |
Ivan Savenko
|
41cb1603e1
Fix for #1624 :
|
hace 12 años |
beegee1
|
b9b25ef552
- Fixed mantis #1422 (starting another scenario crashes VCMI for now)
|
hace 12 años |
Ivan Savenko
|
ee6cdbeffe
went through the rest of cppcheck warnings, mostly harmless
|
hace 12 años |
Michał W. Urbańczyk
|
291da5e893
Fixed #1442, likely a few others as well.
|
hace 12 años |
Michał W. Urbańczyk
|
385f4ab7f5
#1153 and #1395 should be fixed. Terrible, terrible, terrible.
|
hace 12 años |
Ivan Savenko
|
6bee105d7d
Some refactoring of text display widgets:
|
hace 12 años |
Michał W. Urbańczyk
|
a1f545792b
Compile fixes specific for VS 2012"
|
hace 12 años |
Ivan Savenko
|
f82122d9be
second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
|
hace 12 años |
Ivan Savenko
|
2b45e13c5c
c++03 -> c++11 switch:
|
hace 12 años |
Michał W. Urbańczyk
|
79026bdfde
Introduced strongly typed QueryID.
|
hace 12 años |
Michał W. Urbańczyk
|
6e1464b568
Tribool - I used it wrong.
|
hace 12 años |
beegee1
|
30bcec42c6
- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
|
hace 12 años |
beegee1
|
ee51c5beb5
- Renamed /lib subfolders to lowercase
|
hace 12 años |
mateuszb
|
dbec99ffc7
* PlayerColor and TeamID refactoring
|
hace 12 años |
mateuszb
|
86dc9386d6
* refactoring, including a generic solution for IDs
|
hace 12 años |
mateuszb
|
d03dbf64a6
* refactoring
|
hace 12 años |
mateuszb
|
8769f67c5d
* JsonReader can convert to enums
|
hace 12 años |
DjWarmonger
|
beb1ca1bf8
- getDate function now uses enum for different modes
|
hace 12 años |
mateuszb
|
a1da195b85
* minor refactoring
|
hace 12 años |
alexvins
|
4bc2fd5519
[c::b] renamed map subfolder to workaround dependency tracking bug
|
hace 12 años |
Ivan Savenko
|
b5ebf443fc
- all fonts handling is now in new file, UIFramework/Fonts.cpp/h
|
hace 13 años |
Ivan Savenko
|
ffe8b99369
- reorganized hero classes
|
hace 13 años |
beegee1
|
c336abcf4a
* Added RMG tab to pregame(disabled by default, activate with: enableRMG=true in settings.json) * Fixed tab intendation * Renamed colors to more comprehensible names
|
hace 13 años |
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
|
hace 13 años |
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
|
hace 13 años |
beegee1
|
720deba838
* Added comments to map.h * Refactoring(renamed attributes, some steps towards coding guidelines, ..)
|
hace 13 años |
alexvins
|
ff3da291a1
[refactor] reduce some code duplication. no functional changes
|
hace 13 años |