aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-30Changeset: 88 (untested) replace manual sqlite3_step() calls with SQLiteRunni...rtk0c
2022-07-18Changeset: 87 Make codegen use mangled names, convert `std::string_view fulln...rtk0c
2022-07-18Changeset: 86 Fix generated enum metadata using the wrong identifiers (dangli...rtk0c
2022-07-17Changeset: 85 Work on codegen (a big blob of changes about various things, gi...rtk0c
2022-07-15Changeset: 84 Make all input commands use the same CodegenModel objectrtk0c
2022-07-15Changeset: 83 Misc bug fixes, planning database readback for inheritance hier...rtk0c
2022-07-08Changeset: 82 Fix compiling the main game with codegen, add Files table to re...rtk0c
2022-07-07Changeset: 81 Replace DeclEnum::underlyingTypeStr with a lookup function from...rtk0c
2022-07-07Changeset: 80 Add skeleton for keyboard management GUI in editorrtk0c
2022-07-07Changeset: 79 Initial work on fixing codegen for the main project, add enum u...rtk0c
2022-06-28Changeset: 78 Replace "class" keyword in templates with "typename"rtk0c
2022-06-27Changeset: 77 Add ability to store structs base classes & properties into dat...rtk0c
2022-06-24Changeset: 76 Refactor the lexing-parsing-generating chain into more clearly ...rtk0c
2022-06-24Changeset: 75 Add feature to delete entries from the database that belong to ...rtk0c
2022-06-23Changeset: 74 Move EditorNotification.hpp to the common modulertk0c
2022-06-12Changeset: 73 Add OpaqueIteratorrtk0c
2022-06-12Changeset: 72 Add enum and namespace storing for CodegenModelArchivertk0c
2022-06-11Changeset: 71 Initial work on rendering grid in editor mode, move ImGuizmo ou...rtk0c
2022-06-11Changeset: 70 Fix cmake and codegen infrartk0c
2022-06-10Changeset: 69 Add option for enabling OpenGL debug modertk0c
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