summaryrefslogtreecommitdiffhomepage
path: root/editor
AgeCommit message (Collapse)Author
2023-11-04rename .cpp fileStanislaw Halik
2023-10-23fix snap-drag tile displayStanislaw Halik
2023-10-22fix sign issue on dijkstra max_distStanislaw Halik
2023-10-22workaround SDL #include errorStanislaw Halik
2023-10-21clean up right click in tests/pathStanislaw Halik
2023-10-21fix mouse button mask formulaStanislaw Halik
2023-10-21.Stanislaw Halik
2023-10-20fix buildStanislaw Halik
2023-10-20aStanislaw Halik
2023-10-20aStanislaw Halik
2023-10-20aaStanislaw Halik
2023-10-20bnbbStanislaw Halik
2023-10-20aStanislaw Halik
2023-10-20wip testsStanislaw Halik
2023-10-19aStanislaw Halik
2023-10-19aaStanislaw Halik
2023-10-19aStanislaw Halik
2023-10-17cmake: fix constantly relinkingStanislaw Halik
2023-10-13cmakeStanislaw Halik
2023-10-12aStanislaw Halik
2023-10-10kill Corrade::Containers forward-declarationsStanislaw Halik
They're already forward-declared in `<Corrade/Containers/Containers.h>` that's included from the prelude.
2023-10-10move chunk_coords_ conversion to chunk3() member functionStanislaw Halik
2023-10-10move to_signed() to operator vector2() for consistencyStanislaw Halik
2023-10-09don't -I./srcStanislaw Halik
2023-10-07src: set global_coords data members as privateStanislaw Halik
2023-09-15editor: try fix light label color displayStanislaw Halik
2023-09-13oops, fix buildStanislaw Halik
2023-09-13editor: allow raising already-opened inspector windowStanislaw Halik
2023-09-10aStanislaw Halik
2023-09-08aStanislaw Halik
2023-09-01skip turned off lightsStanislaw Halik
2023-09-01fix chunksStanislaw Halik
2023-09-01rename character -> critterStanislaw Halik
2023-09-01rename entity -> objectStanislaw Halik
2023-09-01make sure saves aren't written to the wrong directoryStanislaw Halik
2023-08-31fix msvc warningStanislaw Halik
2023-08-30shaders: move tuc stats timer to tucStanislaw Halik
2023-08-30shaders/tuc: output stats every few secondsStanislaw Halik
2023-08-27cmake: kill precompiled headersStanislaw Halik
They only help by 5% at best. Not worth the side effects.
2023-08-27src: remove entity::update() 'bool' return valueStanislaw Halik
2023-08-27cmake: add "-asan.exe" suffix when using asanStanislaw Halik
This is so I can set floormat-editor.exe to realtime priority in Process Lasso.
2023-08-27editor/app: don't store it on the stackStanislaw Halik
It's almost 2 kilobytes.
2023-08-25only allow z level switch when modifier heldStanislaw Halik
2023-08-25show light color on the label itselfStanislaw Halik
2023-08-25show light info below windows and menusStanislaw Halik
2023-08-25align lightmap test window on the rightStanislaw Halik
2023-08-25entities: add intents for metadataStanislaw Halik
It's going to be used for serialization which has different fields.
2023-08-25shaders/lightmap: clean up a bitStanislaw Halik
Note, `chunk_offset` isn't needed because origin is actually expected at the center of the first tile.
2023-08-25fix evil typoStanislaw Halik
2023-08-24actually kill scissor test nowStanislaw Halik