summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2024-11-15try fix buildStanislaw Halik
2024-11-15src/chunk-walls: factor out common formulasStanislaw Halik
2024-10-06Revert "fix build for now (wip)"Stanislaw Halik
This reverts commit 10ccb5f431c25dc6945711f3547cc847480e7f04.
2024-10-06fix build for now (wip)Stanislaw Halik
2024-09-20wStanislaw Halik
2024-09-20src: add exact calculations for wall hole renderingStanislaw Halik
2024-09-20src/hole: prep for wall hole renderingStanislaw Halik
2024-09-20aStanislaw Halik
2024-09-20dStanislaw Halik
2024-09-20wipStanislaw Halik
2024-09-20src/chunk: allow arbitrary amount of wall quads for renderingStanislaw Halik
It's required for drawing holes on walls.
2024-09-20workaround clionStanislaw Halik
2024-09-20src/chunk: don't allocate empty ground/wall/scenery meshesStanislaw Halik
2024-09-20cStanislaw Halik
2024-09-20dStanislaw Halik
2024-09-20aStanislaw Halik
2024-09-20src/hole: add unsigned integral value supportStanislaw Halik
2024-08-12remove object::goneStanislaw Halik
With `bptr::destroy()` there's no need to be extra careful anymore.
2024-08-11remove few todo commentsStanislaw Halik
2024-08-11aStanislaw Halik
2024-08-11bStanislaw Halik
2024-08-11fix clang-tidy warningStanislaw Halik
2024-08-11cStanislaw Halik
2024-08-11cStanislaw Halik
2024-08-11bStanislaw Halik
2024-08-11bStanislaw Halik
2024-08-11src: fix typo in wall depth valueStanislaw Halik
2024-08-11src: branch less when rendering wallsStanislaw Halik
2024-08-11editor: now use bptr<object>::destroy()Stanislaw Halik
2024-08-11src: unroll chunk wall rendering loopStanislaw Halik
2024-08-11aStanislaw Halik
2024-08-11factor out hole-making code for UVsStanislaw Halik
2024-08-11bStanislaw Halik
2024-07-28fix ci buildStanislaw Halik
2024-07-28eStanislaw Halik
2024-07-28expose find_hole_in_bbox()Stanislaw Halik
2024-07-28simplify disabling holes for debuggingStanislaw Halik
2024-07-28fStanislaw Halik
2024-07-28allow forward-declaring chunk::rtreeStanislaw Halik
Move chunk::RTree to Chunk_RTree.
2024-07-28move out from hole.hpp to hole-cut.hppStanislaw Halik
Now the latter doesn't require including <src/object.hpp>.
2024-07-28eStanislaw Halik
2024-07-27rename some collision_data members to be more descriptiveStanislaw Halik
2024-07-27src: switch loop counter from size_t to unsignedStanislaw Halik
2024-07-24now rename at_offset_() to at_offset()Stanislaw Halik
2024-07-24remove unused chunk::at_offsetStanislaw Halik
2024-07-23dStanislaw Halik
2024-07-17bptr: get rid of <compare>Stanislaw Halik
2024-07-17avoid calling node constructor in rtree pool too earlyStanislaw Halik
2024-07-17remove dumb idea of a union of pointersStanislaw Halik
2024-07-17simplify requires clauseStanislaw Halik