Skip to content

Commit

Permalink
Clockwork 0.95.3
Browse files Browse the repository at this point in the history
* Consolidated cl_player, sv_player and sh_player into sh_player and
optimized it by localizing Clockwork libraries.
* *Contributed by NightAngel.*
* Fixed some player model animations to look better and added 'heavy'
animations for physgun, etc.
* *Contributed by NightAngel.*
* Made ironsights file check for the player library and include
sh_player if it isn't included when ironsights are included, also fixed
a small typo with the movement slow using spread config instead of slow
config.
* *Contributed by NightAngel.*
* Localized Clockwork libraries in sv_kernel for micro optimizations and
fixed some mistakes that would slow down PlayerThink hooks.
* *Contributed by NightAngel.*
  • Loading branch information
Skiastra committed Feb 4, 2016
1 parent f3f9738 commit e36432d
Show file tree
Hide file tree
Showing 9 changed files with 4,593 additions and 4,536 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@ Changelog
---------
The following changes have been made for each official Clockwork build.

0.95.3
-------

* Consolidated cl_player, sv_player and sh_player into sh_player and optimized it by localizing Clockwork libraries.
* *Contributed by NightAngel.*
* Fixed some player model animations to look better and added 'heavy' animations for physgun, etc.
* *Contributed by NightAngel.*
* Made ironsights file check for the player library and include sh_player if it isn't included when ironsights are included, also fixed a small typo with the movement slow using spread config instead of slow config.
* *Contributed by NightAngel.*
* Localized Clockwork libraries in sv_kernel for micro optimizations and fixed some mistakes that would slow down PlayerThink hooks.
* *Contributed by NightAngel.*

0.95.2
-------

Expand Down
2 changes: 1 addition & 1 deletion Clockwork/garrysmod/gamemodes/clockwork/clockwork.txt
Expand Up @@ -5,7 +5,7 @@
"settings"
{
}
"version" "0.95.2"
"version" "0.95.3"
"author" "Cloud Sixteen"
"description" "A roleplaying framework developed by Cloud Sixteen for the people."
"workshopid" "474315121"
Expand Down

0 comments on commit e36432d

Please sign in to comment.