Changeset - 16ba8bc8ba8f
[Not reviewed]
default
0 3 1
tdelude - 8 years ago 2016-08-23 03:23:19
tdelude@users.noreply.git.metahusk.com
fixed GameMode filter not filtering correctly
4 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
#Ignored Unreal Files
 
 
syntax: glob
 
 
Binaries/
 
Build/
 
DerivedDataCache/
 
Intermediate/
 
Plugins/AdvancedSessions
 
Plugins/MainMenuLib
 
Plugins/VictoryPlugin
 
Plugins/LoadingScreen-master
 
.vs/
 
WindowsNoEditor/
 
Visual Studio 2015/
 
Visual Studio 2015Templates/
 
Visual Studio 2015Projects/
 
 
@@ -24,24 +23,27 @@ Visual Studio 2015Projects/
 
*.opendb
 
 
# Allowed Files
 
Saved/*
 
!Saved/Config
 
Saved/Config/*
 
!Saved/Config/Windows
 
Saved/Config/Windows/*
 
!Saved/Config/Windows/Game.ini
 
Saved/Config/WindowsNoEditor/*
 
!Saved/Config/WindowsNoEditor/Game.ini
 
 
 
 
 
# Windows image file caches
 
Thumbs.db
 
ehthumbs.db
 
 
# Folder config file
 
Desktop.ini
 
 
# Recycle Bin used on file shares
 
$RECYCLE.BIN/
 
 
# Windows Installer files
 
*.cab
Build/Windows/Application.ico
Show inline comments
 
new file 100644
 
binary diff not shown
Content/Cardinal/MainMenu/Blueprints/UI/PlayGamePanels/ServerList.uasset
Show inline comments
 
binary diff not shown
README.md
Show inline comments
 
@@ -58,24 +58,27 @@ Known Bugs
 
**Bug:** Client Returning to "Main Menu" can't join another game.
 
**Fix:** Fixed 08/07/2016 at Changeset - a1943cb579fc
 

	
 
**Bug:** The Editor's Play In Viewport option does not stretch the menu title bar all the way to the edge of the screen on some resolutions
 
**Fix:** Use Play In New Editor Window
 

	
 
**Bug:** Split screen menu cannot be scaled to overlay on the calling player's screen
 
**Fix:** Unknown, possibly in future engine release
 

	
 
**Bug:** Player input control mappings are not in the correct order
 
**Fix:** The engine re-orders inputs, change them to alphabetical order in your DefaultInput.ini
 

	
 
**Bug:** Filter GameMode doesn't correctly filter.
 
**Fix:** Fixed 08/22/2016
 

	
 
--------------------------------------------
 
Project Credits
 
--------------------------------------------
 
 **Project Credits:** 
 
Metahusk, mordentral, rama, Thaddeus Delude (parvan), The Tune Peddler, ZioYuri78
 

	
 
**Cardinal Menu:**
 
This project was put together by Metahusk using a collection of community content. Please credit everyone listed here and provide a link to our websites.
 

	
 
**Project Blueprints:**
 
This project’s blueprint files are released under the Creative Commons Attribution 4.0 International License. CC BY 4.0
 
Please provide credit where credit is due. You must credit the following people listed below. You can find this information in the project’s readme.
0 comments (0 inline, 0 general)