Michał W. Urbańczyk
|
e7d82a9702
Rewritten CLoadFile::openNextFile to be cleaner and not leak. Desperate messing around for #989.
|
13 years ago |
Michał W. Urbańczyk
|
4cd77a0192
Naive solution for endianess issues. Seems to allow loading a big-endian save on little-endian build.
|
13 years ago |
Michał W. Urbańczyk
|
401d6816d1
Workaround for serializer allowing sending CStackInstance* pointing to commander. (and only CStackInstance*)
|
13 years ago |
Michał W. Urbańczyk
|
017013a5a4
Throwing runtime_errors instead of string (or even char*) objects.
|
13 years ago |
Ivan Savenko
|
66f5b5e2d7
- gcc compile fixes
|
13 years ago |
Michał W. Urbańczyk
|
722ec55384
Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes.
|
13 years ago |
Ivan Savenko
|
f426a48d09
- fixes for gcc-4.7
|
13 years ago |
Michał W. Urbańczyk
|
3bf76cb719
Fixed #216 and #907.
|
13 years ago |
Michał W. Urbańczyk
|
13f26fc3cb
* Client is able to await for answers for multiple queries at the same time
|
13 years ago |
Michał W. Urbańczyk
|
d0e259864e
* Replaced boost::shared_ptr with std::shared_ptr.
|
13 years ago |
Michał W. Urbańczyk
|
e7603a1fee
One more thing for dev release — bump save format (so the old saves won't crash us).
|
13 years ago |
Ivan Savenko
|
dbc603b7d7
- fixed crash on opening spellbook during enemy turn
|
13 years ago |
Michał W. Urbańczyk
|
046e54563c
* fixed project files for RD configuration
|
14 years ago |
beegee1
|
7f04ed990b
Major refactoring. First part: BattleInterface
|
14 years ago |
Frank Zago
|
c4b8039c1e
Added a missing rturn in CGameHandler::isAllowedExchangeForQuery. Fixed several typos.
|
14 years ago |
Michał W. Urbańczyk
|
e3db348304
Bump save format. Release date in changelog.
|
14 years ago |
Michał W. Urbańczyk
|
3152e6d540
Fixed #771, #772 and #787.
|
14 years ago |
Michał W. Urbańczyk
|
79f5b29196
Various player/AI interface related fixes and improvements.
|
14 years ago |
Michał W. Urbańczyk
|
c32242b4e9
For 0.84b dev build.
|
14 years ago |
Michał W. Urbańczyk
|
91d0ea64de
Version to be released as dev release 0.83b
|
14 years ago |
mateuszb
|
b4edd10e6c
* beegee's comments patch
|
14 years ago |
Michał W. Urbańczyk
|
a46ad0b7ef
Next set of fixes, mostly for deserialization.
|
14 years ago |
Michał W. Urbańczyk
|
c6db92c0be
More development around bonus system: building hierarchy, managing morale bonuses. Fully functional Spell Scroll and Angelic Alliance artifacts. Fixed recruiting hero and moving hero to garrison.
|
14 years ago |
mateuszb
|
2451c0dea6
* a bit better stack reversing
|
14 years ago |
Michał W. Urbańczyk
|
471c23ba71
Compile fixes, more work on new artifact system.
|
15 years ago |
mateuszb
|
5806976a9a
* towards ConstTranssitivePointers in CGI
|
15 years ago |
mateuszb
|
23c501b79e
some changes
|
15 years ago |
Michał W. Urbańczyk
|
27f83ea8c3
Further work on bonus system.
|
15 years ago |
Frank Zago
|
dbe38a7062
A few bug fixes and arious warning fixes: unused code/variables, out of order initializations, ...
|
15 years ago |
Michał W. Urbańczyk
|
daeb3af67a
Early changes towards MP support.
|
15 years ago |