Commit Graph

4189 Commits

Author SHA1 Message Date
8c1c9e53d1 Turned the remaining mesh data resource editor gdscript classes into skeleton c++ classes. 2022-04-11 13:42:49 +02:00
534d758c54 Removed mdr ed's icons and button groups. 2022-04-11 10:21:45 +02:00
eff1e7d5a9 Added skeleton classes for mesh data resource editor's utilities. 2022-04-11 10:17:54 +02:00
d3118e1d4b Initial skeleton conversion of mdr_ed_mesh_utils. 2022-04-11 02:35:31 +02:00
200b4b0405 Added skeleton classes for mesh data resource editor's uv rect editor. 2022-04-11 01:42:33 +02:00
2093cef963 Ported the EditorZoomWidget from Godot4. 2022-04-10 23:29:21 +02:00
6c6684b0c3 Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
d4c57cf537 Fix compile when using llvm on linux. 2022-04-02 12:58:52 +02:00
e419b12067 Also removed remnants of the core xatlas. 2022-04-02 12:41:05 +02:00
8009d32185 Removed remnants of libvpx and libwebp. 2022-04-02 12:34:15 +02:00
7641f064d0 Fixed low processor mode on android. The fix was inspired by https://github.com/godotengine/godot/pull/59606, although I did it differently. 2022-03-28 13:21:41 +02:00
f4c49b02de Re-extracted the class docs. 2022-03-27 14:22:24 +02:00
c7b653adc4 Removed the webp and webm modules. 2022-03-27 14:21:07 +02:00
53efe58c4f Cleanups and fixed compile for frt. 2022-03-27 13:48:18 +02:00
09742a48b6 Also added frt1 (https://github.com/efornara/frt/tree/1.x). 2022-03-27 13:36:42 +02:00
996d47081b Renamed frt to frt_sdl. 2022-03-27 13:31:47 +02:00
adcc57bc7b Fix frt's compile. 2022-03-27 13:18:59 +02:00
a197623126 Also added efornara's crossbuild - build containers - I'm planning to work them into the current build container stack, likely with lots of modifications. (https://github.com/efornara/crossbuild) 2022-03-27 13:02:12 +02:00
cb739deb8e Added efornara's frt2 platform. (https://github.com/efornara/frt - 2.0 branch). It won't build when selected right now, due to core changes. 2022-03-27 13:00:05 +02:00
4b2f580fda Don't check for the 32 bit binaries at the end of the build all script, and fix the name of the server executables. 2022-03-25 20:52:56 +01:00
9ae9ba0041 Disabled building the linux x86 templates with the build all script, as fedora seems to be having some issues installing libstdc++.i686 right now. 2022-03-25 19:10:20 +01:00
1682e366fb Removed the 32bit stuff from the linux container, and added a new 32bit linux container script. 2022-03-25 19:08:05 +01:00
c69473a82f fixed smaller issues with the podman build all script. 2022-03-25 18:06:04 +01:00
057d17349c Actually improved the log file names. Also fixed the server's platform. 2022-03-25 14:19:33 +01:00
54be0699f0 Added 32bit linux and windows editor builds to the build all script, along with headless and server builds. 2022-03-25 14:13:34 +01:00
ded4016814 Fix 32 bit builds on the linux container. 2022-03-25 14:06:39 +01:00
2aa3d3250c Annotated the podman build all script better, also changed the log file names, and added more variants. 2022-03-25 13:25:00 +01:00
056bd35257 Fix errors / update the osx scripts. 2022-03-25 09:41:40 +01:00
089b16f281 Fix an another shadowed variable warning. 2022-03-24 22:43:58 +01:00
8300dbee0f Fix shadowed variable warning. 2022-03-24 22:23:49 +01:00
4e5af4948a Added the new changes to the changelog. 2022-03-24 21:52:36 +01:00
57ffe2211b Added material cache support for Voxelman, and Terraman's bake texture mesher step type. 2022-03-24 21:50:16 +01:00
d328372f38 Updated old paths in the android jni wrapper classes. This fixes the export templates. 2022-03-24 21:39:55 +01:00
c306c1ba1e Restore main icon.png that got deleted by accident. 2022-03-24 20:17:23 +01:00
2d77f9979c Fix paths for the lipo command in the podman build all script. 2022-03-24 20:12:09 +01:00
db97ec1152 Fix generating the android templates with the podman build script. 2022-03-24 16:17:56 +01:00
d0c0a67f5f Updated the changelog. 2022-03-24 12:44:14 +01:00
923370a68e Re-enable werrors in all the github actions. 2022-03-24 12:01:40 +01:00
69af01b0c6 Fix inconsistent override warning. 2022-03-24 11:55:45 +01:00
accd8458c8 Backported: Rename iterations_per_second to physics_ticks_per_second - Calinou - 937c1a716c 2022-03-24 11:10:56 +01:00
7135d64036 Backported: update _init() description, Specify details regarding required parameters. - zacryol - 3fe37f9635 2022-03-24 10:49:13 +01:00
25cc327659 Backported: Fix inversed ADD_GROUP parameters in AnimationNodeOneShot - timothyqiu - e822145be2 2022-03-24 10:48:01 +01:00
4d1ca02a54 Backported: Bind NOTIFICATION_LOCAL_TRANFORM_CHANGED - jasonwinterpixel - 09e4672f0d 2022-03-24 10:47:06 +01:00
cc4dc1e5a8 Backported: Fix create skeleton bone position - Blackiris - 480543f681 2022-03-24 10:43:53 +01:00
b5980c3e9b Disabled the android editor build workflow. 2022-03-24 01:27:34 +01:00
a9b2235832 Small fix to the android editor github action. 2022-03-24 01:24:11 +01:00
da03f96abe Re-extracted the class docs. 2022-03-24 01:22:45 +01:00
327f58b236 Set up doc classes properly for the network synchronizer. 2022-03-24 01:22:14 +01:00
a6a0ffccb7 Added an android editor github workflow. 2022-03-24 01:16:51 +01:00
e5e8271854 Call the proper gradlew task in the build all helper script. 2022-03-24 01:16:29 +01:00