Ceeee
|
7d75b9cc14
|
Update German translation (#1607)
|
2023-08-24 23:32:11 +02:00 |
tomangelo
|
909a2b2d2e
|
Update checkout and upload-artifact actions to node16 (#1610)
* Updated checkout actions
* Updated upload-artifact actions
* Remove now unnecessary gcc-9 step
|
2023-08-24 23:25:32 +02:00 |
Emxx52
|
7d22b607cc
|
Merge pull request #1609 from colobot/1608-strutilsremovecomments-breaks-some-levels
Fix RemoveComments()
|
2023-08-24 20:33:02 +02:00 |
Tomasz Kapuściński
|
2f80292176
|
Fix RemoveComments()
|
2023-08-24 18:45:16 +02:00 |
Emxx52
|
53b3062bee
|
Merge pull request #1606 from colobot/1605-improve-level-loading-time
Improve level loading time
|
2023-08-23 20:19:17 +02:00 |
Tomasz Kapuściński
|
8e128ff08c
|
Added StrUtils::RemoveComments() and used it instead of std::regex in parsing level commands
|
2023-08-23 16:56:15 +02:00 |
Emxx52
|
3c4b9f6d01
|
Merge pull request #1604 from colobot/dev-graphics-overhaul
Graphics overhaul
|
2023-08-23 02:06:58 +02:00 |
Tomasz Kapuściński
|
9d5f88f07c
|
Merge branch 'dev' into dev-graphics-overhaul
|
2023-08-22 23:51:12 +02:00 |
Tomasz Kapuściński
|
b9c8d36d8b
|
Fixed links
|
2023-08-22 23:29:08 +02:00 |
Tomasz Kapuściński
|
ff340fda92
|
Moved docimg to docs/images
|
2023-08-22 22:52:55 +02:00 |
Tomasz Kapuściński
|
c0d568241b
|
Moved some documentation files to docs directory
|
2023-08-22 22:42:40 +02:00 |
Tomasz Kapuściński
|
d879fa5fc9
|
Cleanup in unit tests
|
2023-08-22 22:19:46 +02:00 |
Tomasz Kapuściński
|
510fe6804a
|
Extracted CBot tools
|
2023-08-22 22:01:24 +02:00 |
Tomasz Kapuściński
|
2b84da8a77
|
Removed model converter
|
2023-08-22 21:50:18 +02:00 |
Tomasz Kapuściński
|
670cedd967
|
Renamed directory tools to scripts
|
2023-08-22 21:45:11 +02:00 |
Tomasz Kapuściński
|
5a52c66b1f
|
Renamed target colobot_ut to Colobot-UnitTests
|
2023-08-22 21:39:55 +02:00 |
Tomasz Kapuściński
|
434bd0bd3a
|
Renamed src to colobot-base and colobotbase target to Colobot-Base
|
2023-08-22 21:19:03 +02:00 |
Emxx52
|
5f854da5fc
|
Merge pull request #1602 from colobot/dev-upgrade-physfs
Replace deprecated PHYSFS functions with their modern counterparts
|
2023-08-22 21:01:10 +02:00 |
tomangelo2
|
86c2b2f0dc
|
Replace deprecated PHYSFS functions with their modern counterparts
|
2023-08-17 23:38:02 +02:00 |
Tomasz Kapuściński
|
7fe75e20ad
|
Fixed wrong text selection color
|
2023-08-15 20:32:33 +02:00 |
Tomasz Kapuściński
|
261eaa78e4
|
A fix for Windows stupidity
|
2023-08-15 19:22:10 +02:00 |
Tomasz Kapuściński
|
4d11040dba
|
Split string encoding functionality to Windows and generic implementations
|
2023-08-15 18:57:34 +02:00 |
Tomasz Kapuściński
|
97ea5cc895
|
Added missing include
|
2023-08-15 14:34:51 +02:00 |
Tomasz Kapuściński
|
fe36b0fe29
|
Build CBot as static library instead
|
2023-08-15 14:11:05 +02:00 |
Tomasz Kapuściński
|
8fab817118
|
Ensure position-independent code generation
|
2023-08-15 13:48:02 +02:00 |
Tomasz Kapuściński
|
8601066761
|
Fix for compilation error
|
2023-08-15 13:41:39 +02:00 |
Tomasz Kapuściński
|
9586474fa8
|
Removed remaining dependency on boost
|
2023-08-15 12:47:27 +02:00 |
Tomasz Kapuściński
|
5b79a4eb38
|
Extracted StrUtils to a separate target and replaced remaining boost code
|
2023-08-15 12:25:14 +02:00 |
Tomasz Kapuściński
|
1034c2e45c
|
Rewritten config to use JSON instead of INI
|
2023-08-15 12:02:51 +02:00 |
Tomasz Kapuściński
|
fde2b901bd
|
Rewritten loading of font config file
|
2023-08-15 11:16:51 +02:00 |
Tomasz Kapuściński
|
3e06584956
|
Removed unused boost includes
|
2023-08-15 02:55:33 +02:00 |
Tomasz Kapuściński
|
0ab9ae4b6e
|
Replaced boost::adaptor::reverse with reverse iterators
Changes based on f0f6f61cab
|
2023-08-15 02:51:28 +02:00 |
Tomasz Kapuściński
|
b296ee4d47
|
Added StrUtils::Split() and replaced boost::split()
|
2023-08-15 02:41:40 +02:00 |
Tomasz Kapuściński
|
dccacd6352
|
Rewritten UnicodeStringToUtf8() and increased buffer size
|
2023-08-14 22:26:00 +02:00 |
Tomasz Kapuściński
|
b3c6e667f5
|
Rewritten UTF-8 implementation using standard library
|
2023-08-14 21:46:05 +02:00 |
Tomasz Kapuściński
|
a48f13fb35
|
Fix for missing setlocale()
|
2023-08-14 00:11:15 +02:00 |
Tomasz Kapuściński
|
7db69f5d53
|
Changed include
|
2023-08-13 23:46:00 +02:00 |
Tomasz Kapuściński
|
ae5e5b3874
|
Added missing includes
|
2023-08-13 23:31:12 +02:00 |
Tomasz Kapuściński
|
b5b3f81840
|
Added ToLower() and ToUpper()
|
2023-08-13 23:22:22 +02:00 |
Tomasz Kapuściński
|
fd81641cf7
|
Updated CI pipeline build for MacOS
|
2023-08-13 22:36:13 +02:00 |
Tomasz Kapuściński
|
840ded7e61
|
Renamed colobot to colobot-app
|
2023-08-13 21:20:37 +02:00 |
Tomasz Kapuściński
|
4c7e7280dd
|
Added missing build preset
|
2023-08-13 20:44:51 +02:00 |
Tomasz Kapuściński
|
af1abfe41e
|
Updated CI pipeline build for Linux
|
2023-08-13 20:22:52 +02:00 |
Tomasz Kapuściński
|
8e950e5145
|
Updated CI pipeline build for Windows
|
2023-08-13 19:51:57 +02:00 |
Tomasz Kapuściński
|
e807e7c984
|
Added missing include
|
2023-08-13 18:48:30 +02:00 |
Tomasz Kapuściński
|
d9d401e636
|
Removed extra semicolon
|
2023-08-13 17:56:16 +02:00 |
Tomasz Kapuściński
|
9a14d0c837
|
Added missing include
|
2023-08-13 17:40:40 +02:00 |
Tomasz Kapuściński
|
ee9f9d875d
|
Replaced remaining MakeUnique
|
2023-08-13 17:39:12 +02:00 |
Tomasz Kapuściński
|
b12e5ad7cd
|
Replaced boost::replace_all with StrUtils::Replace
Also fixed a bug in it and added tests for it.
Changes based on f0f6f61cab
|
2023-08-09 21:43:15 +02:00 |
Tomasz Kapuściński
|
ecb789d059
|
Replaced boost::trim functions with new Trim functions
Changes based on f0f6f61cab
|
2023-08-09 20:11:08 +02:00 |