immibis
|
cbd2108eec
|
Modernize CMake (2): SDL2, SDL2_image, SDL2_ttf, GLEW, PhysFS, libsndfile
(Libraries that we include our own find-modules for)
|
2020-07-04 19:17:20 +02:00 |
immibis
|
33a380daba
|
Modernize CMake (1): Boost and libpng (support included in cmake itself)
Version 3.13 was chosen because it introduces target_link_directories and target_link_options,
even though we aren't using them at the moment.
|
2020-07-04 19:16:57 +02:00 |
Fiftytwo
|
373d8de7d0
|
Make burning and destroyed objects physical
|
2020-06-13 16:08:06 +02:00 |
Fiftytwo
|
7f9efea0a2
|
Remove unnecessary whitespaces
|
2020-05-15 20:29:48 +02:00 |
Fiftytwo
|
bbf9356628
|
Fix colobot-lint error
|
2020-05-15 19:26:03 +02:00 |
Fiftytwo
|
0b9673029d
|
Merge dev into dev-builders and resolve conflicts
|
2020-05-15 15:06:37 +02:00 |
Fiftytwo
|
9a14c8c7e9
|
Merge branch 'dev' of https://github.com/colobot/colobot into dev
|
2020-05-15 01:08:06 +02:00 |
Fiftytwo
|
0f33dbe154
|
Add holder model for trainer Subber
|
2020-05-14 13:36:37 +02:00 |
Michał Górny
|
f3ae4b4209
|
Fix missing <limits> include
Add missing <limits> include for std::numeric_limits. This fixes
build failure after boost stopped implicitly including it for us.
|
2020-05-14 11:26:15 +02:00 |
Emxx52
|
00d72d8d7b
|
Merge pull request #1265 from DavivaD/dev-thumper-patch
Thumper Patch
|
2020-04-24 21:09:04 +02:00 |
Fiftytwo
|
d8e0465d6d
|
Merge branch 'dev' of https://github.com/colobot/colobot into dev
|
2020-04-07 23:17:56 +02:00 |
MrSimbax
|
17ba464d33
|
Fix so called ''compilation errors'' in linter
|
2020-04-07 20:16:23 +02:00 |
MrSimbax
|
ad33e0e624
|
Fix 'code block placement' linter issues
|
2020-04-07 20:05:32 +02:00 |
MrSimbax
|
f09768fb2d
|
Fix 'undefined function' linter issue
|
2020-04-07 19:13:30 +02:00 |
Fiftytwo
|
9db6bb63e4
|
Merge branch 'dev' of https://github.com/colobot/colobot into dev
|
2020-04-07 19:10:32 +02:00 |
MrSimbax
|
87fec23f4b
|
Fix 'class naming' linter issues
|
2020-04-07 18:59:46 +02:00 |
Fiftytwo
|
e5d994b9e2
|
Merge branch 'dev' of https://github.com/colobot/colobot into dev
|
2020-04-07 14:46:43 +02:00 |
Fiftytwo
|
ddab760624
|
Add rollert.png to OldModelManager
|
2020-04-07 14:35:59 +02:00 |
Fiftytwo
|
0c69dc8d30
|
Make Ants and Spiders able to destroy TargetBot
|
2020-04-05 16:05:57 +02:00 |
MrSimbax
|
621453a01c
|
Make all relative paths use base dir
|
2020-04-05 13:24:45 +02:00 |
MrSimbax
|
3fbfadb0d4
|
Merge branch 'dev' into dev-basedir
|
2020-04-03 21:12:48 +02:00 |
MrSimbax
|
8f122d6603
|
Fix MSVC compilation (again)
|
2020-04-03 20:18:14 +02:00 |
MrSimbax
|
d4b2f23c4a
|
Add handling of env variables
|
2020-04-03 20:15:24 +02:00 |
Fiftytwo
|
b5466261d4
|
Make buildings inherit trainer param from builder
|
2020-03-31 19:02:53 +02:00 |
Fiftytwo
|
0d6218bfa0
|
Fix trainer Builder segfault
|
2020-03-31 16:57:45 +02:00 |
suve
|
fc2bd68876
|
Fix missing std includes
|
2020-02-09 00:36:05 +01:00 |
Fiftytwo
|
853d8eee5d
|
Adjust HeavyTrainer rear light sprite position
|
2020-01-11 18:39:44 +01:00 |
Fiftytwo
|
5bf6f12ae5
|
Add HeavyTrainer texture recoloring
|
2020-01-11 17:04:40 +01:00 |
tomangelo
|
51cde3c868
|
Merge branch 'dev' into dev-savegame
|
2020-01-02 15:00:33 +01:00 |
tomangelo
|
b8c4232312
|
Merge pull request #1262 from B-CE/i18n-fr2
Update i18n fr
|
2020-01-02 14:42:15 +01:00 |
tomangelo
|
8648de9581
|
Merge pull request #1278 from pkubaj/patch-1
Fix build on ARM and PPC
|
2019-12-28 22:33:04 +01:00 |
tomangelo
|
587e189e97
|
Merge pull request #1250 from colobot/dev-compilation-fix
Fixes compilation problem
|
2019-12-28 20:52:36 +01:00 |
pkubaj
|
1a771b0e72
|
Fix build on ARM and PPC
ARM and PPC use unsigned char by default.
|
2019-10-18 14:00:37 +02:00 |
MrSimbax
|
61a7aa2592
|
Fix minor memory leak
|
2019-08-07 09:51:27 +02:00 |
MrSimbax
|
2d3d03cc38
|
Use SDL_GetBasePath() instead of physfs because it's buggy in old version
|
2019-08-07 09:51:27 +02:00 |
MrSimbax
|
41379ded7e
|
Use workdir paths on dev builds
|
2019-08-07 09:51:27 +02:00 |
MrSimbax
|
5cefa57dd5
|
Use base dir instead of working dir for data files
|
2019-08-07 09:51:27 +02:00 |
DavivaD
|
190e04fdd7
|
Move PT_FRAGV to the end of the pyro_type.h list + Undo reordering
|
2019-07-26 17:33:04 +02:00 |
DavivaD
|
9c2ea5f488
|
Undo some changes + space fixes
|
2019-07-22 17:04:15 +02:00 |
DavivaD
|
b8b2d32bc1
|
Thumper Patch
|
2019-07-22 01:15:11 +02:00 |
Fiftytwo
|
62620a93cd
|
Make Wrecks destroyable; make TargetBot more fragile
|
2019-07-17 02:57:47 +02:00 |
Fiftytwo
|
ed8dc04d94
|
Make TargetBot explode in water
|
2019-07-05 16:03:29 +02:00 |
B-CE
|
17d85eb434
|
Translate french comments + correct typo
|
2019-06-19 08:50:47 +02:00 |
melex750
|
17d0d2abb1
|
Fix compiling literal numbers
|
2019-05-12 08:33:53 -04:00 |
melex750
|
5f089f4a9b
|
Fix and improve switch...case (#1008)
|
2019-04-11 05:34:00 -04:00 |
melex750
|
1058a326ad
|
Add binary and character literals in CBOT
|
2019-04-11 05:14:11 -04:00 |
melex750
|
bc572aa52f
|
Add sizeof() operator for numeric data types
|
2019-04-11 04:21:22 -04:00 |
melex750
|
c0cdd84e85
|
Add missing primitive data types in CBOT
|
2019-04-11 04:19:29 -04:00 |
melex750
|
250ea57e8b
|
Fix arithmetic operations with integers (#993)
Also fixed unsigned right shift operator ">>>"
|
2019-04-11 04:15:27 -04:00 |
melex750
|
a66b3d0672
|
Refactor SaveState and RestoreState to use streams
|
2019-04-11 04:13:13 -04:00 |