summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-05-27eStanislaw Halik
2024-05-26aStanislaw Halik
2024-05-26bStanislaw Halik
2024-05-26wStanislaw Halik
2024-05-26cStanislaw Halik
2024-05-26c cmakeStanislaw Halik
2024-05-26acStanislaw Halik
2024-05-26abStanislaw Halik
2024-05-26fix/remove obsolete todo commentsStanislaw Halik
2024-05-26use array_size instead of std::size/arraySizeStanislaw Halik
2024-05-26b cleanup includesStanislaw Halik
- remove unused includes - reorder some compat/ includes to the bottom, in order to check whether the headers correctly include them
2024-05-26waStanislaw Halik
2024-05-26w aStanislaw Halik
2024-05-26wStanislaw Halik
2024-05-26wStanislaw Halik
2024-05-25wStanislaw Halik
2024-05-25doc: add paint.net files (with layers)Stanislaw Halik
2024-05-25aStanislaw Halik
2024-05-23bStanislaw Halik
2024-05-22aStanislaw Halik
2024-05-22wStanislaw Halik
2024-05-21aStanislaw Halik
2024-05-21eStanislaw Halik
2024-05-21aStanislaw Halik
2024-05-21dStanislaw Halik
2024-05-21fStanislaw Halik
2024-05-21start thinking about composite objectsStanislaw Halik
2024-05-20draw consecutive vbo same-atlas objects in one draw callStanislaw Halik
2024-05-20cStanislaw Halik
2024-05-14aStanislaw Halik
2024-05-11wStanislaw Halik
2024-05-08add todo to iptrStanislaw Halik
2024-05-08wStanislaw Halik
2024-05-08cStanislaw Halik
2024-05-08eStanislaw Halik
2024-05-08cmake: notify that userconfig is being loadedStanislaw Halik
2024-05-08cmake: load generic userconfig if it existsStanislaw Halik
2024-05-08cmake: add temporary clang warning on global ctor/dtorStanislaw Halik
2024-05-08move temporary tests to be executed firstStanislaw Halik
2024-05-08entity/name-of: strip impl-specific bitsStanislaw Halik
Well, almost all them. MSVC tends to be a problem.
2024-05-07dStanislaw Halik
2024-05-07bStanislaw Halik
2024-05-07aaStanislaw Halik
2024-05-06fix stale reference in editor::update()Stanislaw Halik
It also reduces the amount of Corrade asserts by calling `.data()` and `.get()` rather than `.operator[]` and `.operator*`.
2024-05-06fix up borrowed-ptr include layoutStanislaw Halik
2024-05-06walk script wipStanislaw Halik
2024-05-06don't include <compare> when not necessaryStanislaw Halik
2024-05-06test: speed up compile timeStanislaw Halik
Removes implicit includes to <windows.h> and <cr/StringView.h> from all files. Goes from 30 to 20 seconds.
2024-05-06switch to lazily allocating pathfinding resultsStanislaw Halik
2024-05-06should be good nowStanislaw Halik