HISP/Horse Isle Server/HorseIsleServer/Server
2021-02-09 22:14:04 +13:00
..
ConfigReader.cs Fix quest issues, and metaprority not being priority. 2021-02-05 18:47:45 +13:00
Converters.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
Database.cs Implement riddle rooms 2021-02-08 19:59:30 +13:00
GameClient.cs Fix bugz 2021-02-06 12:04:35 +13:00
GameDataJson.cs More ranch stuffs 2021-02-09 22:14:04 +13:00
GameServer.cs Fix crashing on talking to npcs with 0 chatpoints. 2021-02-09 21:25:12 +13:00
Logger.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
PacketBuilder.cs Add (some) ranch strings, 2021-02-08 21:32:01 +13:00