Ted John
|
865bfb7b1b
|
Refactor implementations to different files
|
2018-06-01 21:27:33 +01:00 |
|
Ted John
|
966032a047
|
Add test for two digests with same hash object
|
2018-06-01 21:27:33 +01:00 |
|
Ted John
|
b149c1c4ca
|
Add unit tests for SHA1 hashing
|
2018-06-01 21:27:33 +01:00 |
|
Ted John
|
92f6ac7333
|
Rename header files to match renamed source files
|
2018-06-01 09:38:30 +02:00 |
|
Michał Janiszewski
|
ce3b210e6b
|
Fix testpaint build
|
2018-06-01 09:37:49 +02:00 |
|
Ted John
|
9d617958cf
|
Return date and park by reference from game state
|
2018-05-30 13:12:19 +01:00 |
|
Michał Janiszewski
|
afdcd35fb9
|
Fix MultiLaunch test.
|
2018-05-30 11:53:32 +02:00 |
|
Ted John
|
6af0cb2b88
|
Fix import of S4 and S6
|
2018-05-29 18:39:12 +01:00 |
|
Michael Steenbeek
|
8d8820016c
|
Fix Testpaint
|
2018-05-24 13:13:51 +02:00 |
|
Aaron van Geffen
|
b836ad050d
|
Rewrite CodePageFromUTF8 as CodePageFromUnicode.
|
2018-05-22 19:51:34 +02:00 |
|
Aaron van Geffen
|
6f9226aee3
|
Fix testpaint.
|
2018-05-22 17:37:07 +02:00 |
|
Ted John
|
71a2cb46d2
|
Fix ToUpper tests on Windows
LCMapStringEx does not unfold ligatures if there is no uppercase equivalent.
|
2018-05-22 17:37:07 +02:00 |
|
Aaron van Geffen
|
bf1fd997d0
|
Do not require ICU on MinGW and MSVC targets.
|
2018-05-22 17:37:07 +02:00 |
|
Aaron van Geffen
|
4c67c0eaca
|
Split ToUpper tests into more granular subtests.
|
2018-05-22 17:37:07 +02:00 |
|
Fusxfaranto
|
a91dd6a356
|
Implement ICU support for uppercasing, with tests.
|
2018-05-22 17:37:07 +02:00 |
|
Aaron van Geffen
|
ee8bf9bd4a
|
Use ICU for converting strings to UTF-8 instead of our own tables.
Co-authored-by: Fusxfaranto <fusxfaranto@gmail.com>
|
2018-05-22 17:37:07 +02:00 |
|
ζeh Matt
|
ee56021067
|
Minor code cleanup. (#7538)
|
2018-05-18 22:50:57 +02:00 |
|
Aaron van Geffen
|
19442eb6c2
|
Merge pull request #7510 from Broxzier/feature/horizontal-clipping
Horizontal Clipping
|
2018-05-15 14:55:05 +02:00 |
|
Hielke Morsink
|
7f4663ffb8
|
Fix test-paint build
|
2018-05-15 12:55:29 +02:00 |
|
Ted John
|
44764874a3
|
Add test for ImageImporter
|
2018-05-13 01:11:56 +01:00 |
|
Ted John
|
ad6ebd646c
|
Remove work around in TileElement test fixture
|
2018-05-11 20:39:00 +01:00 |
|
Michał Janiszewski
|
090c444353
|
Destroy context in TileElementWantsFootpathConnection::TearDownTestCase
Not destroying the context might upset some compilers due to the order
of destruction of variables the context might still require.
|
2018-05-11 20:37:48 +01:00 |
|
Ted John
|
7dc170ef85
|
Use shared_ptr for long-life objects
Use unique_ptr and shared_ptr for IContext, IPlatformEnvironment, IUiContext, and IAudioContext.
|
2018-05-11 20:37:48 +01:00 |
|
Michael Steenbeek
|
ffa73981ac
|
Copy CoordsDirectionDelta to Testpaint
|
2018-05-05 11:42:49 +01:00 |
|
Michael Steenbeek
|
eb0a73cf96
|
Fix TileDirectionDelta definition in TestPaint
|
2018-05-05 11:42:48 +01:00 |
|