aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09Changeset: 68 rtk0c
2022-06-09Changeset: 67 Update GraphicsTags.hpp to the new BRUSSEL_ENUM syntaxrtk0c
2022-06-09Changeset: 66 Fix ParserState::currentEnum not cleared correctlyrtk0c
2022-06-09Changeset: 65 Add enum name prefix manipulation support to codegenrtk0c
2022-06-03Changeset: 61 [BUGGED] Move object kind enums to use generated ToString and F...rtk0c
2022-06-02Changeset: 60 Add struct/class scanning to codegenrtk0c
2022-05-30Changeset: 59 Integrate enum codegen into the actual projectrtk0c
2022-05-30Changeset: 58 Delete unused filesrtk0c
2022-05-30Changeset: 57 Delete unused dirsrtk0c
2022-05-30Changeset: 56 Buildsystem cleanup: change to layered structure for different ...rtk0c
2022-05-30Changeset: 55 Buildsystem cleanup: add "projectized" targetsrtk0c
2022-05-30Changeset: 54 Switch the main game target to use file globrtk0c
2022-05-30Changeset: 53 rtk0c
2022-05-30Changeset: 52 Add support for namespaced enumsrtk0c
2022-05-30Changeset: 51 Add integration into the main gamertk0c
2022-05-29Changeset: 50 Fix buildsystem mistakes in changeset 49, add debug print optionrtk0c
2022-05-29Changeset: 49 Convert codegen output to use template specializationrtk0c
2022-05-29Changeset: 48 Set game executable to windows subsystem (no console window)rtk0c
2022-05-29Changeset: 47 Add fromstring codegen for enumsrtk0c
2022-05-29Changeset: 46 Move lookup table infra to source-common/rtk0c
2022-05-29Changeset: 44 Fix capitalization typo in Level.cpprtk0c
2022-05-29Changeset: 43 Add tostring code gen for enumsrtk0c
2022-05-28Changeset: 42 Change codegen input parsing to lookahead based; lookup table i...rtk0c
2022-05-27Changeset: 41 Add logic to parse enumsrtk0c
2022-05-27Changeset: 40 Add custom token typing mechanismrtk0c
2022-05-25Changeset: 39 Move more things to source-common/rtk0c
2022-05-24Changeset: 38 Branch comment: [] Add infrastructure for codegenrtk0c
2022-05-23Changeset: 37 Branch comment: [] Add infrastructure for rendering wireframe (...rtk0c
2022-05-22Changeset: 36 Add basic machinery for levels (no saving/loading yet)rtk0c
2022-05-22Changeset: 35 Fix missing sources in git submodules after migration to Plasti...rtk0c
2022-05-22Changeset: 34 Replace git repository setup with PlasticSCM setup filesrtk0c
2022-05-09Changeset: 33 Fix guizmo bound resizing (add translation fixup)rtk0c
2022-05-08Changeset: 31 Improved camera controlsrtk0c
2022-05-08Changeset: 30 Fix performing translation in multiple placesrtk0c
2022-05-08Changeset: 29 Redefine world coordinate to have units in metersrtk0c
2022-05-07Changeset: 28 Add more camera controls (3D mode, scroll scaling)rtk0c
2022-05-07Changeset: 27 Enable OpenGL depth testingrtk0c
2022-05-07Changeset: 26 Make SimpleGeometryObject render a cubertk0c
2022-05-07Changeset: 25 Reduce dependency between editor headers and main game headersrtk0c
2022-05-07Changeset: 24 Revert ImGuizmo to the stock implementationrtk0c
2022-05-07Changeset: 23 Fix camera view matrix, [WIP] guizmortk0c
2022-05-06Changeset: 22 Improved camera and various cleanupsrtk0c
2022-04-30Changeset: 21 Add stub implementation for IresTexture to allow compiling on MSVCrtk0c
2022-04-30Changeset: 20 Add ImGuizmo for GameObjects, start to make things actually renderrtk0c
2022-04-27Changeset: 19 Fix Utils::OpenCstdioFile reversing binary vs text modertk0c
2022-04-25Changeset: 18 Add tracyrtk0c
2022-04-25Changeset: 17 Replace EditorCommandPalette.hpp/cpp with the copy from P6503rtk0c
2022-04-25Changeset: 16 Initial work on rendering sprites to screenrtk0c
2022-04-19Changeset: 15 Fix imgui include path, fix invalid #pragma'srtk0c
2022-04-19Changeset: 14 Add .editorconfigrtk0c