• Joined on 2024-07-10
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-10 14:57:23 +00:00
d7dcd7afc9 added database to store metadata
c4af1f31e8 implemented boolean values parsing
74d09c51a0 Parser now creates lists only when it is necessary
08f1d7b0f5 made SearchArgs a struct to reduce allocations count
d5b6061cc7 SaveDataFilter
Compare 5 commits »
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-08 13:02:46 +00:00
95c0403362 created data_filtering.txt
7353cbcd49 fixed some bugs
Compare 2 commits »
Timerix pushed to main at Timerix/mlaumcherb 2025-04-07 01:17:50 +00:00
5e439ee8d5 fixes for linux
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-06 12:44:31 +00:00
890166ebce began Protobuf integration
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-06 11:31:00 +00:00
2c094bab3b created README.md
34cfebf89c documented routes
daa8305dde implemented /getSaveData route
da27f84d68 disabled null values serialization
d70b605127 refactored responses
Compare 7 commits »
Timerix pushed to main at Timerix/DTLib 2025-04-06 09:59:40 +00:00
ee20c9c5ec added requestLogger to IRouteHandler
af658b1656 Composite logger fix for different child logger severity settings
26c118195c small changes in ColoredConsole
c461418185 refactored LaunchArgumentParser
29cde170c6 abstract class replaced with IRouteHandler interface
Compare 5 commits »
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 20:47:14 +00:00
21b7671426 newline fix
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 20:42:05 +00:00
c1d1361d50 new interactive mode
b0c8841250 created project ParadoxSaveParser.CLI
a8c4361512 do dot add empty collections into list
Compare 3 commits »
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 05:05:20 +00:00
1efd50210c NoMatchExpression
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 04:41:58 +00:00
5de3a94a46 fixed bugs related to index check and gc
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 03:49:46 +00:00
c4ab4028ae removed debug code and fixed some bugs
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 03:26:52 +00:00
f3106769d9 StringBuilderPool reduced memory allocation in 3000 times
b0fefbf667 rewritten BufferedEnumerator to reduce number of allocations to 1
Compare 2 commits »
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-05 00:58:28 +00:00
e9c7c8f5c1 code reformat and cleanup
758388cda0 changed response logic
b80ce910b3 transformed my shitty test code into nuint tests
39a01dd05c rewrite of SearchExpression
Compare 4 commits »
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-04-04 21:07:15 +00:00
05c6bdf008 removed debug code
7c0345b160 implemented SearchExpression (buggy)
c0e3eccdc2 changed CLI settings
Compare 3 commits »
Timerix pushed to main at Timerix/DTLib 2025-03-23 19:31:14 +00:00
448161239e response elapsed time logging
Timerix pushed to main at Timerix/DTLib 2025-03-22 21:49:11 +00:00
a4c2ae3e28 HomeRoute removed (use MapRoute "/")
Timerix pushed to main at Timerix/ParadoxSaveParser 2025-03-22 21:48:37 +00:00
5d88ad49c0 API methods reimplemented for DTLib.Web
e3b82d7de5 Moved from ASP.Net to DTLib.Web, no more bloat!!!
Compare 2 commits »
Timerix pushed to main at Timerix/DTLib 2025-03-22 21:36:18 +00:00
1eb208cba3 HttpMethod
Timerix pushed to main at Timerix/DTLib 2025-03-22 20:30:01 +00:00
2b5d6b6a54 fixes for ServeFilesRouteHandler
386d71260c added IOPath double separator removal
dc35725b64 Task.AsCancellable
7d814ee4cb IRouter
Compare 4 commits »
Timerix pushed to main at Timerix/DTLib 2025-03-22 18:36:13 +00:00
9082d7a4d0 Created new project: DTLib.Web