krzys-h
|
e20f5f6983
|
Allow on-crash save during in-simulation config, closes #685
|
2015-12-19 22:06:16 +01:00 |
Piotr Dziwinski
|
d11ebc891c
|
Bring to zero some types of issues reported by colobot-lint
|
2015-10-04 00:09:10 +02:00 |
krzys-h
|
fd07589ebb
|
Separated config.h and version.h
This prevents unnecessary recompilation of some files when version number changes
|
2015-09-26 21:12:12 +02:00 |
krzys-h
|
d97042e252
|
Fixed possible problems if another crash occurs while saving crash state
|
2015-09-01 16:17:23 +02:00 |
krzys-h
|
e015d9f1c3
|
Don't allow saving if crashed during loading
|
2015-09-01 16:15:59 +02:00 |
krzys-h
|
1519145c4c
|
Added information when no exception object is returned from std::current_exception
|
2015-08-25 14:01:10 +02:00 |
krzys-h
|
551710646b
|
Revert "Fix reporting unhandled exceptions in MSVC"
This reverts commit 4d3a0b6602 .
Conflicts:
src/app/main.cpp
|
2015-08-25 13:32:58 +02:00 |
Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
krzys-h
|
9d6543a947
|
Close game window on error (mentioned in #570)
Otherwise, the error doesn't show up and the game appears to freeze in fullscreen mode
|
2015-08-19 11:14:25 +02:00 |
krzys-h
|
7e028977bd
|
Implemented emergency save on crash, closes #572
|
2015-08-17 20:56:42 +02:00 |
Piotr Dziwinski
|
4d3a0b6602
|
Fix reporting unhandled exceptions in MSVC
For some reason set_terminate() doesn't work with MSVC2013
|
2015-08-16 00:48:15 +02:00 |
krzys-h
|
0c670e7699
|
Don't demangle the exception class name on MSVC
|
2015-08-16 00:44:36 +02:00 |
krzys-h
|
f21025b526
|
User-friendly abort error messages
|
2015-08-16 00:44:36 +02:00 |