Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-08 | make global_coords ctor less implicit | Stanislaw Halik | |
2023-04-08 | mplement z levels | Stanislaw Halik | |
2023-03-26 | a | Stanislaw Halik | |
2023-03-25 | use operator""uz c++23 polyfill | Stanislaw Halik | |
2023-03-20 | sort entities by id rather than draw order | Stanislaw Halik | |
2023-03-19 | work on entity reodering | Stanislaw Halik | |
2023-03-19 | src/entity: move type data member to vtable | Stanislaw Halik | |
2023-03-19 | entity: get rid of field grouping feature | Stanislaw Halik | |
It wasn't implemented anyway. | |||
2023-03-19 | loader: chdir to share/floormat | Stanislaw Halik | |
2023-03-19 | move some deserialize path's asserts to soft asserts | Stanislaw Halik | |
2023-03-18 | pre-declare integer types without cstddef/cstdint | Stanislaw Halik | |
2023-03-18 | test: rename save files | Stanislaw Halik | |
2023-03-18 | test/serializer: add new comprehensive test | Stanislaw Halik | |
2023-03-18 | a | Stanislaw Halik | |
2023-03-18 | zz | Stanislaw Halik | |
2023-03-17 | test: add saves | Stanislaw Halik | |
2023-03-17 | buffer flush (wip) | Stanislaw Halik | |
2023-03-17 | bbb | Stanislaw Halik | |
2023-03-15 | src: add O(1) chunk access from entity | Stanislaw Halik | |
2023-03-14 | a | Stanislaw Halik | |
2023-03-02 | test: reduce magnum verbosity | Stanislaw Halik | |
2023-03-02 | anim, test: test the loader more thoroughly | Stanislaw Halik | |
2023-03-02 | test: improve bitmask test | Stanislaw Halik | |
It wasn't testing the `width0` code path. | |||
2023-02-28 | test/bitmask: don't run benchmark warmup repeatedly | Stanislaw Halik | |
2023-02-27 | test: add bitmask benchmark | Stanislaw Halik | |
2023-02-27 | test: add sprite bitmap test | Stanislaw Halik | |
2023-02-27 | compat/prelude: add operator""_uz() for size_t | Stanislaw Halik | |
2023-02-27 | serialize: fix sc_exact condition | Stanislaw Halik | |
2023-02-26 | test: fix build | Stanislaw Halik | |
2023-02-25 | kill lqt | Stanislaw Halik | |
2023-02-25 | wip still broken | Stanislaw Halik | |
2023-02-21 | wip inspector stuff | Stanislaw Halik | |
2022-12-06 | src/chunk: stick bboxes into the pointer on 64-bit | Stanislaw Halik | |
2022-12-06 | src: add collision iterator adapter | Stanislaw Halik | |
2022-12-06 | src/chunk: plug in lqt for collision detection | Stanislaw Halik | |
2022-12-05 | cmake: remove transitive deps to speed up build | Stanislaw Halik | |
Also build them out of order to make sure there are no dependencies remaining. | |||
2022-12-05 | test: add loader test | Stanislaw Halik | |
2022-12-05 | src: add pass_mode field to tile_atlas | Stanislaw Halik | |
2022-12-04 | compat/lqt: fix gcc warnings | Stanislaw Halik | |
2022-12-04 | compat/lqt: tabs to spaces | Stanislaw Halik | |
2022-12-04 | test/lqt: rename file | Stanislaw Halik | |
2022-12-04 | test/lqt: use <cstdint> | Stanislaw Halik | |
2022-12-04 | compat/lqt: make it build | Stanislaw Halik | |
2022-12-04 | add loose quadtree | Stanislaw Halik | |
2022-12-02 | cmake: try to fix ci link error | Stanislaw Halik | |
2022-12-01 | cmake: allow more parallelization | Stanislaw Halik | |
2022-12-01 | serialize, loader, test: add serializing scenery | Stanislaw Halik | |
2022-11-19 | entity: get field data indirectly via a specialization | Stanislaw Halik | |
so now classes will be able to #ifdef including `entity/metadata.hpp` and specifying the fields without incurring an ODR violation. | |||
2022-11-19 | entity: make constantly() even more evil | Stanislaw Halik | |
2022-11-19 | entity: add the rest of erased accessors | Stanislaw Halik | |