Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
* release: (92 commits)
  Fixed incorrect network library use
  Sentry guns and turrets will now correctly proc while instagib is active
  Removed disabled mods and unused code
  Updated base mutator IsEnabled Removed old mutators
  Game will start once all modded clients have reported mutator status instead of waiting for the timeout Mutators will be loaded from the folder instead of per file name Mutators menu will darken background when opened Mutators uses the new localization system
  Fixed exploding bullets mutator for BLT
  Fixed Addicts mutator for BLT changes
  Fixed StartTheGame override on MenuCallbackHandler not passing through the handler reference
  Removed unused localization keys
  Fixed crash on exit game from preplanning screen while using mutators Added UpgradesTweakData hooks
  Fixed localization overriding the localization example hook
  Merged goontest's Blackmarket Grenade tab change from legacy branch
  Added bypass auto-disable on update to options menu
  Added Disable Inventory Notifications mods
  Added Custom Enemy Weapon Laser mod
  Cleaned up custom laser/flashlight mods
  Added Infamy Outliner mod Added SkillTreeGUI and SkillTreeManager hooks Moved ColorHSVRGB to req folder
  Reimplemented custom player and teammate lasers
  Fixed up hooks on custom flashlights and world lasers
  Mods menu will darken the background and remove the contract gui to make it easier to read Added ExperienceManager hooks
  ...

Conflicts:
	GoonBase/mods/colour_grading.lua
	GoonBase/req/autils.lua
	GoonBase/req/menus.lua
	GoonBase/req/updates.lua
	GoonMod/goonbase.lua
	GoonMod/lua/BlackMarketGUI.lua
	GoonMod/mods/mutators.lua
	GoonMod/req/mods.lua
	update_version.txt
  • Loading branch information
JamesWilko committed Mar 31, 2015
2 parents 30b324a + ae70006 commit 9923931
Show file tree
Hide file tree
Showing 170 changed files with 5,969 additions and 7,224 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
GoonMod/mods/akimbo_autoaim.lua
GoonMod/mods/riot_shields.lua
GoonMod/mods/perkdeck_jacket.lua
GoonMod/mods/choose_any_character.lua
GoonMod/loc/pd_jacket_en.txt
11 changes: 0 additions & 11 deletions GoonBase/lua/ElementSpawnGrenade.lua

This file was deleted.

13 changes: 0 additions & 13 deletions GoonBase/lua/FPCameraPlayerBase.lua

This file was deleted.

12 changes: 0 additions & 12 deletions GoonBase/lua/GroupAIManager.lua

This file was deleted.

40 changes: 0 additions & 40 deletions GoonBase/lua/HUDManager.lua

This file was deleted.

11 changes: 0 additions & 11 deletions GoonBase/lua/InfamyTweakData.lua

This file was deleted.

24 changes: 0 additions & 24 deletions GoonBase/lua/LocalizationManager.lua

This file was deleted.

72 changes: 0 additions & 72 deletions GoonBase/lua/MenuItemCustomizeController.lua

This file was deleted.

164 changes: 0 additions & 164 deletions GoonBase/lua/MenuManager.lua

This file was deleted.

Loading

0 comments on commit 9923931

Please sign in to comment.