Relintai
  • Joined on 2023-03-15
Relintai synced commits to master at Relintai/broken_seals_2d from mirror 2023-10-08 22:58:11 +02:00
e46b44395a Update the project file.
b9d69ab66c Fix setting the camera to current.
8020295482 Fixed an another renamed property.
0edfc00fb8 More renames.
05a368c089 BSInputEventKey's functionality have been merged into the engine.
Compare 9 commits »
Relintai synced commits to master at Relintai/broken_seals_roguelike from mirror 2023-10-08 22:58:10 +02:00
317a4645bd Fixed the camera and updated the project file.
2d7afc1516 Fixed an another renamed property.
8c7c3e29ab More renames.
6009e332de BSInputEventKey's functionality have been merged into the engine.
e0f8afc75a Updated entity's body related methods.
Compare 9 commits »
Relintai synced commits to master at Relintai/broken_seals_2ds from mirror 2023-10-08 22:58:09 +02:00
670a95c7fb Update the project file.
6bc69fd248 Fix making the camera current.
f094e5eac3 Fixed an another renamed property.
bd1d2cf777 More renames.
51eb0df0ae BSInputEventKey's functionality have been merged into the engine.
Compare 9 commits »
Relintai synced commits to master at Relintai/broken_seals from mirror 2023-10-08 21:28:15 +02:00
23de01fd0e Re-save some resources.
d6854a4cfe Fixed an another renamed property.
8893ceeb46 More renames.
e97f028af6 BSInputEventKey's functionality have been merged into the engine.
45a3a98a31 Updated ESS methods.
Compare 7 commits »
Relintai synced commits to main at Relintai/Relintai from mirror 2023-10-08 21:28:12 +02:00
b9b63b5ba8 Update README.md
c40cd2ea3c Update README.md
dde4a85693 Update README.md
b09d58ae14 Update README.md
baa416cda7 Update README.md
Compare 5 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-10-03 02:38:12 +02:00
b4692f1763 Port4ed from godot: Add binary MO translation file support. Add brotli decoder and WOFF2 support.
7df893ab6b Ported from godot: Add context support for editor translation
23a71e54e5 Added back the translations from godot.
13f981c684 Initialize variable.
d4b82d2724 Added setting to enable / disable gdscript's language server.
Compare 20 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-10-02 18:28:15 +02:00
e3dd88e9ec Fix PopupMenu icon and text not having separation
f7f7c17962 BVH - fix axis getting mixed up when split leaf
1813300d53 BVH - fix not refitting upward from leaf nodes
fa582212c4 Workaround Xcode 15 linker bug.
51d6403385 Change target version to 11.0+ to fix PCRE SLJIT build.
Compare 16 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-27 07:48:10 +02:00
4b4e508dab Moved the toplevel property from CanvasItem to Node2D, as it can cause issues with Popups.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-22 21:38:13 +02:00
4faeb67438 Implemented getting users using their email from the UserDB.
56ae9e3734 Fix typos.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-22 13:28:10 +02:00
b81253b22d Removed the text from the layouts buttons in the CanvasItemEditor.
443cfea5b2 Fix built in resource drag&drop and scene quick instancing in the editor.
Compare 2 commits »
Relintai synced commits to main at Relintai/Relintai from mirror 2023-09-18 19:38:13 +02:00
37e96fae0f Update README.md
910cf6a157 Update README.md
Compare 2 commits »
Relintai synced commits to master at Relintai/broken_seals from mirror 2023-09-14 01:18:16 +02:00
6c6ff35b68 Removed funding.yaml.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-14 01:18:12 +02:00
3317240135 Removed the entire funding.yaml file.
036a4b9b6d Removed funding links.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-10 23:48:14 +02:00
840e36c341 Only update the RenderingServer from the Main Thread while in debug break.
e98b2a954b Don't use ERR_FAIL in SubProcessUnix::stop().
587e896daf Fix drag and drop for custom script exported resource classes.
5c1254e429 Implemented custom script class types for EditorQuickOpen.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-10 15:38:11 +02:00
2199cba049 Fix compile error.
84ccfb340a Fix compile errors.
c380bd6587 More include juggling.
ca326971a4 More missing includes.
33c1b9c50f Added all os windows the includes temporarily to the sub process class.
Compare 23 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-09 23:18:16 +02:00
d80ba2ab9e Removed _shortcut_input() from the EditorCodeTextEditor.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-09 15:08:12 +02:00
f315784d22 Added shortcust for toggling the default bottom menu items. CTRL + ALT + 1 - 5.
cf7ca783c7 Change the bottom bar collapse shortcut to CTRL (CMD) - U.
c1622601f1 Fix maybe uninitialized warning.
ab82a74b04 Added a shortcut and button to quickly collapse / close the bottom panel (CTRL-B).
36f9e5186b Removed the prefix from the Input property group in Control.
Compare 5 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-09 06:58:18 +02:00
cf2e53ebc3 Also remove now unnecessary if.
f592c170d1 Go back to using no context Nodes directly to save on lookup, as Nodes shouldn't be deleted like this.
93f4077e73 Stop processing no context node inputs when the input gets handled. Also use ObjectIDs in case Nodes get deleted.
041de5607e Restore EditorCodeEditor's _gui_input method.
edec78785d The match case option is on by default now when searching in the current file and in files in the editor.
Compare 6 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-07 22:18:16 +02:00
e3998417e7 Fix shortcut input handling in BaseButton.
ccb6074ca9 Backported the editor constrol changes for the new shortcut system from godot4.
4637f73099 Backported the shortcut context system from godot4.
bd9abfc160 Fix clang format warnings.
9a2bf73280 Backported _shortcut_input() virtual from godot4.
Compare 7 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-09-07 05:58:15 +02:00
448825acc1 Temporarily disabled EditorLog's new shortcuts.
4fe2f00133 The CScript module is now disabled by default. It will get re-enabled once it gets finished.
Compare 2 commits »