Kat Witten activity https://gitlab.com/turtlewit 2023-11-02T03:26:34Z tag:gitlab.com,2023-11-02:2945111275 Kat Witten pushed to project branch trunk at Kat Witten / 3D DOS Engine 2023-11-02T03:26:34Z turtlewit Kat Witten

Kat Witten (d50a5f69) at 02 Nov 03:26

input improvements, fixed dos build

... and 1 more commit

tag:gitlab.com,2022-07-11:1992775335 Kat Witten commented on issue #3 at Kat Witten / Godot CPP Helper Plugin 2022-07-11T23:55:17Z turtlewit Kat Witten

What version of Godot are you running? Any other details you can share about how you installed the plugin?

tag:gitlab.com,2021-08-29:1437348053 Kat Witten pushed to project branch trunk at Kat Witten / 3D DOS Engine 2021-08-29T18:53:44Z turtlewit Kat Witten

Kat Witten (69ca4bbf) at 29 Aug 18:53

keyboard and joystick input mostly complete

tag:gitlab.com,2021-08-19:1422751751 Kat Witten pushed to project branch trunk at Kat Witten / 3D DOS Engine 2021-08-19T14:38:54Z turtlewit Kat Witten

Kat Witten (7b547edc) at 19 Aug 14:38

input progress

tag:gitlab.com,2021-08-17:1419227373 Kat Witten pushed to project branch trunk at Kat Witten / 3D DOS Engine 2021-08-17T22:47:48Z turtlewit Kat Witten

Kat Witten (c47296e6) at 17 Aug 22:47

Add LICENSE

tag:gitlab.com,2021-08-17:1419226811 Kat Witten pushed new project branch trunk at Kat Witten / 3D DOS Engine 2021-08-17T22:47:05Z turtlewit Kat Witten

Kat Witten (a3db870c) at 17 Aug 22:47

initial commit

tag:gitlab.com,2021-08-17:1419226323 Kat Witten created project Kat Witten / 3D DOS Engine 2021-08-17T22:46:31Z turtlewit Kat Witten tag:gitlab.com,2021-03-27:1179309378 Kat Witten pushed to project branch trunk at Kat Witten / Another Engine Project 2021-03-27T00:37:13Z turtlewit Kat Witten

Kat Witten (42d97b99) at 27 Mar 00:37

initial public commit

tag:gitlab.com,2021-03-25:1177203130 Kat Witten pushed new project branch trunk at Kat Witten / Another Engine Project 2021-03-25T22:17:29Z turtlewit Kat Witten

Kat Witten (27779a23) at 25 Mar 22:17

initial public commit

tag:gitlab.com,2021-03-25:1177202545 Kat Witten created project Kat Witten / Another Engine Project 2021-03-25T22:16:52Z turtlewit Kat Witten tag:gitlab.com,2021-02-06:1102971164 Kat Witten pushed to project branch trunk at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T21:13:15Z turtlewit Kat Witten

Kat Witten (f6b01290) at 06 Feb 21:13

update submodules, fix build.bat

tag:gitlab.com,2021-02-06:1102971108 Kat Witten deleted project branch master at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T21:13:05Z turtlewit Kat Witten

Kat Witten (30e1a127) at 06 Feb 21:13

tag:gitlab.com,2021-02-06:1102540360 Kat Witten deleted project branch turtlewit-trunk-patch-90266 at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:58:41Z turtlewit Kat Witten

Kat Witten (fb9f9c4c) at 06 Feb 04:58

tag:gitlab.com,2021-02-06:1102540356 Kat Witten accepted merge request !2: add note about license in readme at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:58:41Z turtlewit Kat Witten
tag:gitlab.com,2021-02-06:1102540355 Kat Witten pushed to project branch trunk at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:58:41Z turtlewit Kat Witten

Kat Witten (255d8978) at 06 Feb 04:58

Merge branch 'turtlewit-trunk-patch-90266' into 'trunk'

... and 1 more commit

tag:gitlab.com,2021-02-06:1102540332 Kat Witten opened merge request !2: add note about license in readme at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:58:36Z turtlewit Kat Witten
tag:gitlab.com,2021-02-06:1102540260 Kat Witten pushed new project branch turtlewit-trunk-patch-90266 at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:58:20Z turtlewit Kat Witten

Kat Witten (fb9f9c4c) at 06 Feb 04:58

add note about license in readme

tag:gitlab.com,2021-02-06:1102539359 Kat Witten commented on issue #1 at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:55:12Z turtlewit Kat Witten

Good idea! I've licensed it under the Unlicense. I'm a little concerned that since it will copy the license into all projects that use this template, people may accidentally license their projects under the Unlicense as well. If anyone has any ideas about how to deal with that, let me know!

tag:gitlab.com,2021-02-06:1102538739 Kat Witten pushed to project branch trunk at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:53:02Z turtlewit Kat Witten

Kat Witten (7fae021f) at 06 Feb 04:53

Add LICENSE

tag:gitlab.com,2021-02-06:1102538187 Kat Witten closed merge request !1: README: Fix submodule init command at Kat Witten / Godot CPP Helper Plugin Template 2021-02-06T04:51:07Z turtlewit Kat Witten

git submodule init doesn't seem to support --recursive, but update --init --recursive works.