This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
1
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3844dd9dace0ce6b8f44461adf075b3d4dbd191f
LuaCsForBarotraumaEP
/
Subsurface
/
Source
/
Items
History
Regalis
3844dd9dac
GUIStyle logic changes: instead of having a predetermined GUIComponentStyle for each type of GUIComponent, any GUIComponent can use any style. The GUIComponent constructors take the name of the style as a parameter, and if no style is specified, the default style for the GUIComponent in question will be used.
2017-04-08 16:46:53 +03:00
..
Components
GUIStyle logic changes: instead of having a predetermined GUIComponentStyle for each type of GUIComponent, any GUIComponent can use any style. The GUIComponent constructors take the name of the style as a parameter, and if no style is specified, the default style for the GUIComponent in question will be used.
2017-04-08 16:46:53 +03:00
CharacterInventory.cs
GUIStyle logic changes: instead of having a predetermined GUIComponentStyle for each type of GUIComponent, any GUIComponent can use any style. The GUIComponent constructors take the name of the style as a parameter, and if no style is specified, the default style for the GUIComponent in question will be used.
2017-04-08 16:46:53 +03:00
FixRequirement.cs
GUIStyle logic changes: instead of having a predetermined GUIComponentStyle for each type of GUIComponent, any GUIComponent can use any style. The GUIComponent constructors take the name of the style as a parameter, and if no style is specified, the default style for the GUIComponent in question will be used.
2017-04-08 16:46:53 +03:00
Inventory.cs
SharpFont + ScalableFont implementation
2017-03-07 13:44:42 -03:00
Item.cs
GUIStyle logic changes: instead of having a predetermined GUIComponentStyle for each type of GUIComponent, any GUIComponent can use any style. The GUIComponent constructors take the name of the style as a parameter, and if no style is specified, the default style for the GUIComponent in question will be used.
2017-04-08 16:46:53 +03:00
ItemInventory.cs
- ItemContainers whose bodies are disabled don't set the positions of the contained items each frame (only once when the item is placed in the container)
2016-11-08 21:22:09 +02:00
ItemPrefab.cs
Fixes and minor enhancements for sub editor
2016-10-06 21:15:01 -03:00
ItemSpawner.cs
Fixed clients not seeing additional cargo + spawn monster cursor
2016-10-10 11:05:33 -03:00
RelatedItem.cs
Using ToLowerInvariant instead of ToLower (the game works for Turkish players now!)
2016-04-27 17:14:09 +03:00