summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
AgeCommit message (Collapse)Author
2024-04-08aStanislaw Halik
2024-04-07dStanislaw Halik
2024-04-06mark tiles reachable around player in region bitmaskStanislaw Halik
2024-04-06aStanislaw Halik
2024-04-06cStanislaw Halik
2024-04-06editor/tests: rename walk -> walk-testStanislaw Halik
2024-04-04implement simplifying A* result pathStanislaw Halik
2024-03-25remove accidental debug codeStanislaw Halik
2024-03-23aStanislaw Halik
2024-03-23wStanislaw Halik
2024-03-23wStanislaw Halik
2024-03-23editor/tests: move pathfinding -> walkingStanislaw Halik
2024-03-23aStanislaw Halik
2024-03-23aStanislaw Halik
2024-03-23editor/tests/pf: use correction rotation when movingStanislaw Halik
2024-03-23src/critter: fix stopping auto movementStanislaw Halik
2024-03-23wStanislaw Halik
2024-03-22wStanislaw Halik
2024-03-22dStanislaw Halik
2024-03-22editor/tests: kill dead codeStanislaw Halik
2024-03-22src/critter, editor/tests: fix subpixel accumulationStanislaw Halik
2024-03-22dStanislaw Halik
2024-03-22fix oob write due to typoStanislaw 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-22wStanislaw Halik
2024-03-22dStanislaw Halik
2024-03-21wStanislaw Halik
2024-03-21dStanislaw Halik
2024-03-21wStanislaw Halik
2024-03-21cherry-pick wipStanislaw Halik
2024-03-20ddStanislaw Halik
2024-03-20aStanislaw Halik
2024-03-20pass dt to testsStanislaw Halik
2024-03-02cStanislaw Halik
2024-03-01wip pathfindingStanislaw Halik
2024-02-29editor/tests: wip pathfindingStanislaw Halik
2024-02-29rename mg/Math.h -> mg/Functions.hStanislaw Halik
2024-02-29cleanupStanislaw Halik
2024-02-29always collect timing info on pathfinding/raycastingStanislaw Halik
2024-02-28editor/tests: show timing info in the uiStanislaw Halik
2024-02-28editor/tests: sprinkle some `final`Stanislaw Halik
2024-02-28switch to using unqualified calls to {move,forward,swap}Stanislaw Halik
2024-02-28use Corrade/Magnum header wrappers in some filesStanislaw Halik
2024-02-26display timing info in region generatorStanislaw Halik
2024-02-25remove cached pass_region from chunkStanislaw 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-25clean up more headersStanislaw Halik
2024-02-25rename astar -> search-astarStanislaw Halik
2024-02-25rename path_search -> searchStanislaw Halik
2024-02-24clean some includesStanislaw Halik
2024-02-24correctly assign chunk coord for region test overlay displayStanislaw Halik
2024-02-24fix warningStanislaw Halik