Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-08 | a | Stanislaw Halik | |
2024-04-07 | d | Stanislaw Halik | |
2024-04-06 | mark tiles reachable around player in region bitmask | Stanislaw Halik | |
2024-04-06 | a | Stanislaw Halik | |
2024-04-06 | c | Stanislaw Halik | |
2024-04-06 | editor/tests: rename walk -> walk-test | Stanislaw Halik | |
2024-04-04 | implement simplifying A* result path | Stanislaw Halik | |
2024-03-25 | remove accidental debug code | Stanislaw Halik | |
2024-03-23 | a | Stanislaw Halik | |
2024-03-23 | w | Stanislaw Halik | |
2024-03-23 | w | Stanislaw Halik | |
2024-03-23 | editor/tests: move pathfinding -> walking | Stanislaw Halik | |
2024-03-23 | a | Stanislaw Halik | |
2024-03-23 | a | Stanislaw Halik | |
2024-03-23 | editor/tests/pf: use correction rotation when moving | Stanislaw Halik | |
2024-03-23 | src/critter: fix stopping auto movement | Stanislaw Halik | |
2024-03-23 | w | Stanislaw Halik | |
2024-03-22 | w | Stanislaw Halik | |
2024-03-22 | d | Stanislaw Halik | |
2024-03-22 | editor/tests: kill dead code | Stanislaw Halik | |
2024-03-22 | src/critter, editor/tests: fix subpixel accumulation | Stanislaw Halik | |
2024-03-22 | d | Stanislaw Halik | |
2024-03-22 | fix oob write due to typo | Stanislaw Halik | |
Stack-use-after-return on address 0x1272255d6ad0 at pc 0x7ff7069e08a0 bp 0x00539fd7e4e0 sp 0x00539fd7e528 WRITE of size 1 at 0x1272255d6ad0 thread T0 at 0x7ff7069e089f floormat::tests::(anonymous namespace)::next_stepʹ(Magnum::Math::Vector2<int>) (pathfinding.cpp:53) at 0x7ff7069dff1b floormat::tests::(anonymous namespace)::next_step(floormat::point, floormat::point) (pathfinding.cpp:89) at 0x7ff7069deaad floormat::tests::(anonymous namespace)::pf_test::update_pre(floormat::app&, floormat::Ns const&) (pathfinding.cpp:238) at 0x7ff7069cc1a1 floormat::app::tests_pre_update(floormat::Ns) (tests.cpp:52) at 0x7ff7069fd776 floormat::app::update(floormat::Ns) (update.cpp:280) at 0x7ff706a26b0b floormat::main_impl::do_update() (draw.cpp:45) at 0x7ff706a26f69 floormat::main_impl::drawEvent() (draw.cpp:63) at 0x7ff707658ca4 Magnum::Platform::Sdl2Application::mainLoopIteration() (Sdl2Application.cpp:1036) at 0x7ff7076564af Magnum::Platform::Sdl2Application::exec() (Sdl2Application.cpp:867) at 0x7ff706a2f084 floormat::main_impl::exec() (main-impl.cpp:21) at 0x7ff7067a29d7 floormat::app::exec() (app.cpp:62) at 0x7ff7067a62f6 floormat::app::run_from_argv(int, char const* const*) (app.cpp:148) at 0x7ff7067a66e4 main (app.cpp:162) at 0x7ff7067a1310 __tmainCRTStartup (crtexe.c:267) at 0x7ff7067a1365 .l_start (crtexe.c:188) at 0x7fff5bac7343 at 0x7fff5ca026b0 Address 0x1272255d6ad0 is located in stack of thread T0 at offset 208 in frame at 0x7ff706a3248f floormat::main_impl::pixel_to_tile(Magnum::Math::Vector2<double>) const (projection.cpp:9) | |||
2024-03-22 | w | Stanislaw Halik | |
2024-03-22 | d | Stanislaw Halik | |
2024-03-21 | w | Stanislaw Halik | |
2024-03-21 | d | Stanislaw Halik | |
2024-03-21 | w | Stanislaw Halik | |
2024-03-21 | cherry-pick wip | Stanislaw Halik | |
2024-03-20 | dd | Stanislaw Halik | |
2024-03-20 | a | Stanislaw Halik | |
2024-03-20 | pass dt to tests | Stanislaw Halik | |
2024-03-02 | c | Stanislaw Halik | |
2024-03-01 | wip pathfinding | Stanislaw Halik | |
2024-02-29 | editor/tests: wip pathfinding | Stanislaw Halik | |
2024-02-29 | rename mg/Math.h -> mg/Functions.h | Stanislaw Halik | |
2024-02-29 | cleanup | Stanislaw Halik | |
2024-02-29 | always collect timing info on pathfinding/raycasting | Stanislaw Halik | |
2024-02-28 | editor/tests: show timing info in the ui | Stanislaw Halik | |
2024-02-28 | editor/tests: sprinkle some `final` | Stanislaw Halik | |
2024-02-28 | switch to using unqualified calls to {move,forward,swap} | Stanislaw Halik | |
2024-02-28 | use Corrade/Magnum header wrappers in some files | Stanislaw Halik | |
2024-02-26 | display timing info in region generator | Stanislaw Halik | |
2024-02-25 | remove cached pass_region from chunk | Stanislaw Halik | |
This wasn't well thought out because the regiojn gets dirtied after every critter movement, even though it ignores critters by default. | |||
2024-02-25 | clean up more headers | Stanislaw Halik | |
2024-02-25 | rename astar -> search-astar | Stanislaw Halik | |
2024-02-25 | rename path_search -> search | Stanislaw Halik | |
2024-02-24 | clean some includes | Stanislaw Halik | |
2024-02-24 | correctly assign chunk coord for region test overlay display | Stanislaw Halik | |
2024-02-24 | fix warning | Stanislaw Halik | |