Compare commits
42 Commits
5d2377df1d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb43d2222 | |||
| ce61ea267d | |||
| f7e9305d64 | |||
| 0b5c47d8c7 | |||
| 7d6898edb3 | |||
| da858f4a99 | |||
| 514fca47bc | |||
| 393be51c76 | |||
| 29726631dd | |||
| 7d6b1f207f | |||
| 6a230e3ab2 | |||
| 53a06281fd | |||
| fa7dcdcb0d | |||
| 536abb2231 | |||
| 8d88c88fa0 | |||
| 8a46788512 | |||
| f7a2d83f6e | |||
| e9c562eee5 | |||
| 6658fb7940 | |||
| d951d2ab61 | |||
| 6c9f75bfac | |||
| f0460cdc71 | |||
| bfaf161d30 | |||
| 1b0d96934f | |||
| cc34e36cd2 | |||
| e1f3c81cbd | |||
| 779c9f5c2e | |||
| d737879ed6 | |||
| 46051526e6 | |||
| 8dab0d16b7 | |||
| 933c1ac6c3 | |||
| 521d4726ad | |||
| 2bfa3024f1 | |||
| f7983b1f02 | |||
| 36ec4a3b9b | |||
| 1c2be1b4d8 | |||
| 0b23c82e73 | |||
| b1defd821b | |||
| e17f5417f2 | |||
| c0848c2670 | |||
| 94e6385f14 | |||
| 1328f6e5f7 |
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13,6 +13,7 @@
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.sln filter=lfs diff=lfs merge=lfs -text
|
||||
*.uasset filter=lfs diff=lfs merge=lfs -text
|
||||
*.umap filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
@@ -25,9 +25,16 @@
|
||||
- `Docs/` — Documentation.
|
||||
- `Config/` — Unreal config files
|
||||
- `EnginePatches/` — Custom engine modifications
|
||||
- `Plugins/UEWingman/` - A plugin that gives you control over the unreal editor. Drive it from bash via `python3 Plugins/UEWingman/ue-wingman.py <Command> key=value ...` (values starting with `[` or `{` are parsed as JSON).
|
||||
- `Plugins/UEWingman/` - A plugin that gives you control over the unreal editor.
|
||||
- `../integration.UE/` - the unreal engine source tree
|
||||
|
||||
## Using ue-wingman
|
||||
|
||||
- Drive it from bash using: ue-wingman <Command> <Arg1> <Arg2> ...
|
||||
- ue-wingman Documentation_Manual
|
||||
- ue-wingman Documentation_Commands
|
||||
- ue-wingman Documentation_Command <specific_command>
|
||||
|
||||
## Coding Conventions
|
||||
|
||||
- Prefer early returns and `continue` to reduce nesting (never-nester style).
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
[/Script/UnrealEd.EditorStyleSettings]
|
||||
|
||||
AssetEditorOpenLocation=MainWindow
|
||||
|
||||
[/Script/BlueprintGraph.BlueprintEditorSettings]
|
||||
|
||||
SaveOnCompile=SoC_SuccessOnly
|
||||
|
||||
[/Script/UnrealEd.EditorLoadingSavingSettings]
|
||||
|
||||
RestoreOpenAssetTabsOnRestart=AlwaysRestore
|
||||
|
||||
AutoSaveWarningInSeconds=0
|
||||
@@ -7,11 +7,11 @@
|
||||
GameViewportClientClassName=/Script/Integration.lxViewportClient
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/LpxLevel.LpxLevel
|
||||
GameDefaultMap=/Game/LpxBasicLevel.LpxBasicLevel
|
||||
GlobalDefaultGameMode=/Game/Luprex/lxGameMode.lxGameMode_C
|
||||
GameInstanceClass=/Script/IntegrationV7.GameInstanceV7
|
||||
GlobalDefaultServerGameMode=/Game/IntegrationGameModeBaseBP.IntegrationGameModeBaseBP_C
|
||||
EditorStartupMap=/Game/LpxLevel.LpxLevel
|
||||
EditorStartupMap=/Game/LpxBasicLevel.LpxBasicLevel
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
|
||||
BIN
Content/LandscapeLevel.umap
LFS
Normal file
BIN
Content/LandscapeLevel.umap
LFS
Normal file
Binary file not shown.
BIN
Content/LpxBasicLevel.umap
LFS
Normal file
BIN
Content/LpxBasicLevel.umap
LFS
Normal file
Binary file not shown.
BIN
Content/LpxLevel.umap
LFS
BIN
Content/LpxLevel.umap
LFS
Binary file not shown.
BIN
Content/Luprex/InputActions/IA_Menu.uasset
LFS
Normal file
BIN
Content/Luprex/InputActions/IA_Menu.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/InputActions/IA_ReloadSource.uasset
LFS
Normal file
BIN
Content/Luprex/InputActions/IA_ReloadSource.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Josh_Primary.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Josh_Primary.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Josh_Secondary.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Josh_Secondary.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Localhost.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Localhost.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/KnownServers/SS_Standalone.uasset
LFS
Normal file
BIN
Content/Luprex/KnownServers/SS_Standalone.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Luprex/lxGameMode.uasset
LFS
BIN
Content/Luprex/lxGameMode.uasset
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Testing/BP_Test.uasset
LFS
BIN
Content/Testing/BP_Test.uasset
LFS
Binary file not shown.
BIN
Content/Testing/WB_Test.uasset
LFS
BIN
Content/Testing/WB_Test.uasset
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Widgets/WB_Menu.uasset
LFS
BIN
Content/Widgets/WB_Menu.uasset
LFS
Binary file not shown.
Binary file not shown.
BIN
Content/Widgets/basic-border.uasset
LFS
Normal file
BIN
Content/Widgets/basic-border.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Widgets/teardrop.uasset
LFS
Normal file
BIN
Content/Widgets/teardrop.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Widgets/white-dot.uasset
LFS
Normal file
BIN
Content/Widgets/white-dot.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user