summaryrefslogtreecommitdiffhomepage
path: root/editor
AgeCommit message (Collapse)Author
2024-04-08wipStanislaw Halik
2024-04-08aStanislaw Halik
2024-04-08aStanislaw Halik
2024-04-07dStanislaw Halik
2024-04-07use static_cast on void* instead of reinterpret_castStanislaw Halik
2024-04-07bStanislaw Halik
2024-04-06editor: don't draw collision boxes for passable ground tilesStanislaw Halik
2024-04-06mark tiles reachable around player in region bitmaskStanislaw Halik
2024-04-06bring back update_world resync on entity movedStanislaw Halik
2024-04-06aStanislaw Halik
2024-04-06cStanislaw Halik
2024-04-06editor/tests: rename walk -> walk-testStanislaw Halik
2024-04-04editor: move duplicated code to pixel_to_point()Stanislaw Halik
2024-04-04implement simplifying A* result pathStanislaw Halik
2024-03-25remove accidental debug codeStanislaw Halik
2024-03-25remove dead/commented out codeStanislaw Halik
2024-03-25now switch to const field readers in inspectorStanislaw Halik
2024-03-25show full atlas name in inspectorStanislaw Halik
2024-03-24editor: clamp bbox_size min value to {1,1}Stanislaw Halik
2024-03-24bStanislaw Halik
2024-03-23aStanislaw Halik
2024-03-23wStanislaw Halik
2024-03-23wStanislaw Halik
2024-03-23loosen up test count assertStanislaw Halik
2024-03-23kill warningStanislaw Halik
2024-03-23editors/tests: rename couple more test friendly-namesStanislaw 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-20fix noisy warningStanislaw Halik
2024-03-20aStanislaw Halik
2024-03-20ccStanislaw Halik
2024-03-20pass dt to testsStanislaw Halik
2024-03-19dddStanislaw Halik
rename foo_ -> fooʹ