This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
0
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
568cf1a02ff415b020bb1f17c3ca14b730d3a146
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaClient
/
Source
/
Screens
T
History
Joonas Rikkonen
568cf1a02f
Fixed memory leak caused by submarine preview images, changed Submarine.SavedSubmarines to a property that prevents removing submarines from outside the class without disposing the preview image.
Closes
#498
2018-07-18 14:23:43 +03:00
..
BlurEffect.cs
Removed unnecessary using directives
2017-07-05 18:35:09 +03:00
CampaignSetupUI.cs
Fixed memory leak caused by submarine preview images, changed Submarine.SavedSubmarines to a property that prevents removing submarines from outside the class without disposing the preview image.
Closes
#498
2018-07-18 14:23:43 +03:00
CampaignUI.cs
Minor UI fixes
2017-12-29 21:09:53 +02:00
CharacterEditorScreen.cs
Fixed vote count text overlapping with the submarine preview button in NetLobbyScreen
2018-01-26 10:36:34 +02:00
GameScreen.cs
Fix LOS effect on linux. Not sure why the parameter names are different in the OpenGL shader but this seems to work ¯\_(ツ)_/¯
2018-03-07 20:40:00 +02:00
LobbyScreen.cs
Fixed GameAnalytics thread becoming active despite user statistics being disabled, causing the game to stay active in the background when quitting.
2018-07-13 11:29:11 +03:00
MainMenuScreen.cs
Fixed GameAnalytics thread becoming active despite user statistics being disabled, causing the game to stay active in the background when quitting.
2018-07-13 11:29:11 +03:00
NetLobbyScreen.cs
Fixed memory leak caused by submarine preview images, changed Submarine.SavedSubmarines to a property that prevents removing submarines from outside the class without disposing the preview image.
Closes
#498
2018-07-18 14:23:43 +03:00
ParticleEditorScreen.cs
- Fixed creature disable list only taking config files in the Content/Characters folder into account (making it impossible to disable spawning of custom monsters outside the folder)
2018-02-25 15:03:29 +02:00
Screen.cs
Updated to MonoGame 3.6 + Directory refactor
2017-06-27 09:52:57 -03:00
ServerListScreen.cs
Fixed crashing when clicking the "refreshing server list" text.
Closes
#312
2018-03-04 21:24:17 +02:00
SubEditorScreen.cs
Fixed GameAnalytics thread becoming active despite user statistics being disabled, causing the game to stay active in the background when quitting.
2018-07-13 11:29:11 +03:00