Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-08 | improve hash api and hash test | Stanislaw Halik | |
2024-06-08 | test: reorder slow tests | Stanislaw Halik | |
2024-06-08 | tests: oops, fix naming conflict | Stanislaw Halik | |
2024-06-08 | tests: improve collision/rtree test | Stanislaw Halik | |
2024-06-08 | a | Stanislaw Halik | |
2024-06-07 | e | Stanislaw Halik | |
2024-06-07 | add failing test | Stanislaw Halik | |
2024-06-06 | w | Stanislaw Halik | |
2024-06-06 | fix test | Stanislaw Halik | |
2024-06-06 | w | Stanislaw Halik | |
2024-06-05 | fix build | Stanislaw Halik | |
2024-05-28 | w | Stanislaw Halik | |
2024-05-26 | ac | Stanislaw Halik | |
2024-05-26 | ab | Stanislaw Halik | |
2024-05-26 | fix/remove obsolete todo comments | Stanislaw Halik | |
2024-05-26 | use array_size instead of std::size/arraySize | Stanislaw Halik | |
2024-05-26 | b cleanup includes | Stanislaw Halik | |
- remove unused includes - reorder some compat/ includes to the bottom, in order to check whether the headers correctly include them | |||
2024-05-26 | wa | Stanislaw Halik | |
2024-05-26 | w a | Stanislaw Halik | |
2024-05-26 | w | Stanislaw Halik | |
2024-05-26 | w | Stanislaw Halik | |
2024-05-25 | w | Stanislaw Halik | |
2024-05-08 | move temporary tests to be executed first | Stanislaw Halik | |
2024-05-06 | fix up borrowed-ptr include layout | Stanislaw Halik | |
2024-05-06 | test: speed up compile time | Stanislaw Halik | |
Removes implicit includes to <windows.h> and <cr/StringView.h> from all files. Goes from 30 to 20 seconds. | |||
2024-05-06 | switch to lazily allocating pathfinding results | Stanislaw Halik | |
2024-05-06 | a? | Stanislaw Halik | |
2024-05-05 | aafeature/bptr | Stanislaw Halik | |
2024-05-05 | aa | Stanislaw Halik | |
2024-05-05 | a | Stanislaw Halik | |
2024-05-05 | a w | Stanislaw Halik | |
2024-05-05 | a w | Stanislaw Halik | |
2024-05-05 | test/save: test light_proto harder | Stanislaw Halik | |
2024-05-05 | src: remove the tile_iterator class | Stanislaw Halik | |
This is too crufty to bother with. | |||
2024-05-05 | reorder tests by execution speed | Stanislaw Halik | |
2024-05-02 | compat/assert: reduce executable size | Stanislaw Halik | |
2024-05-02 | now call script update | Stanislaw Halik | |
2024-04-14 | add find_object specialization for scenery subtypes | Stanislaw Halik | |
2024-04-13 | split scenery-proto into its own file | Stanislaw Halik | |
2024-04-13 | test/save: add explicit test for struct light | Stanislaw Halik | |
2024-04-13 | instantiate scenery in a uniform manner | Stanislaw Halik | |
Now using world::make_scenery(). Add `std::monostate` to the `scenery_proto` variant to catch potential bugs. | |||
2024-04-13 | use inheritance for scenery, not std::variant | Stanislaw Halik | |
It's still WIP because creating scenery has to branch on all subtypes. This needs to be taken care of generically in `world::make_object()`. | |||
2024-04-11 | rewrite bitmask impl | Stanislaw Halik | |
It's slower than the previous version but fixes a bug when stride isn't a multiple of 8. It can be improved further by setting `auto& byte` all at once instead of setting individual bits of multiple bytes in the innermost loop. ------------------------------------------------------------ New version Time CPU Iterations ------------------------------------------------------------ Bitmask_mean 1911 us 1893 us 5 Bitmask_median 1911 us 1885 us 5 Bitmask_stddev 2.00 us 18.7 us 5 Bitmask_cv 0.10 % 0.99 % 5 ------------------------------------------------------------- ------------------------------------------------------------ Buggy version Time CPU Iterations ------------------------------------------------------------ Bitmask_mean 841 us 841 us 5 Bitmask_median 839 us 837 us 5 Bitmask_stddev 3.29 us 7.80 us 5 Bitmask_cv 0.39 % 0.93 % 5 ------------------------------------------------------------ ----------------------------------------------------------- Naive version Time CPU Iterations ------------------------------------------------------------ Bitmask_mean 4006 us 3997 us 10 Bitmask_median 4006 us 3997 us 10 Bitmask_stddev 2.29 us 0.000 us 10 Bitmask_cv 0.06 % 0.00 % 10 ------------------------------------------------------------ | |||
2024-04-11 | test: reorder tests based on execution speed | Stanislaw Halik | |
2024-04-11 | fix sprite bitmask generator | Stanislaw Halik | |
This is WIP because it needs a more efficient algorithm. | |||
2024-04-11 | a | Stanislaw Halik | |
2024-04-11 | a | Stanislaw Halik | |
2024-04-10 | a | Stanislaw Halik | |
2024-04-10 | tests | Stanislaw Halik | |
2024-04-10 | test++ | Stanislaw Halik | |