Recent content by DreTaX

  1. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.8 Read the rest of this update entry...
  2. DreTaX

    Fougerite Official - 1.9.8

    **Full Changelog**: https://github.com/Notulp/Fougerite/compare/v1.9.7...v1.9.8 * Added DataStore.Wipe * Updated GlitchFix with lots of new features. Update your GlitchFix.cfg as well * Plugins running code on threads using fougerite API class Logger, like Logger.Log to log information...
  3. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.7 Read the rest of this update entry...
  4. DreTaX

    Fougerite Official - 1.9.7

    **Full Changelog**: https://github.com/Notulp/Fougerite/compare/v1.9.6...v1.9.7 * Documented Module.cs and CSPlugin.cs * Documented PluginWatcher * Fixed error when doing CTRL+C for shutdown when the server is not initialized yet * Added sanity checks to Config.cs * Fixes in Logger.cs ## x64...
  5. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.6 Read the rest of this update entry...
  6. DreTaX

    Fougerite Official - 1.9.6

    **Full Changelog**: https://github.com/Notulp/Fougerite/compare/v1.9.5...v1.9.6 * Added fougerite.load console command * Added custom mono.dll which allows C# plugins to be properly reloaded for easier testing. Each plugin has its own appdomain. * Fixed up fougerite.unload and fougerite.reload...
  7. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.5 Read the rest of this update entry...
  8. DreTaX

    Fougerite Official - 1.9.5

    **Full Changelog**: https://github.com/Notulp/Fougerite/compare/v1.9.4...v1.9.5 * Supplied xml files to help plugin development with visible documentation. * Documented more code * Code fixes * Added buffersize to ScriptWebSocket * Added BasePlugin.WebSockets * Supplied PDB file *...
  9. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.4 Read the rest of this update entry...
  10. DreTaX

    Fougerite Official - 1.9.4

    ## What's Changed * Websocket test by @DreTaX in https://github.com/Notulp/Fougerite/pull/160 **Full Changelog**: https://github.com/Notulp/Fougerite/compare/v1.9.3...v1.9.4 * Added IsIntensiveEventAllowed warning * Refactored plugin loader * Added Plugin.CreateWebSocket for websockets *...
  11. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.3 Read the rest of this update entry...
  12. DreTaX

    Fougerite Official - 1.9.3

    **Full Changelog**: https://github.com/Notulp/Fougerite/compare/v1.9.2...v1.9.3 * Documented additional code like Moonsharp, Jint, Server, events and so on * Added SystemTimerEvent and CreateSystemTimer and other pairs into the Util class to support a timer system that is not tied to the...
  13. DreTaX

    discord

    discord
  14. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.9.2 Read the rest of this update entry...
  15. DreTaX

    Fougerite Official - 1.9.2

    Added some docs Fixed obsolete marker for HurtEvent.Sleeper Added UOwnerID to Sleeper class Re-worked Falldamage event, the event is much more customizable, and the cancel functionality is much better Fixed wrong patching for airdrops, the event should no longer crash the server. Patcher updated...