forked from TeamUlysses/utime
Changelog and readme modernization + release prep
This commit is contained in:
parent
4d824a8c4b
commit
d3513d3c11
33
CHANGELOG.md
Normal file
33
CHANGELOG.md
Normal file
@ -0,0 +1,33 @@
|
||||
# UTime Changelog
|
||||
## v1.44 - *(01/25/16)*
|
||||
* [FIX] UTime cpanel attempting to build before tool menu is populated.
|
||||
* [CHANGE] Player names are no longer shown to non-admins in Murder gamemode.
|
||||
|
||||
## v1.43 - *(05/06/15)*
|
||||
* [FIX] Changes brought on by Garry-breakage (Thanks, GGG-KILLER).
|
||||
* [CHANGE] Player names are no longer shown when disguiser is enabled in TTT.
|
||||
|
||||
## v1.42 - *(01/27/13)*
|
||||
* [ADD] utime_welcome cvar to disable welcome message.
|
||||
* [FIX] Regular slew of bugs introduced by Garry (MAJOR thanks TweaK!).
|
||||
* [FIX] Time string calculations being incorrect (Thanks delagious).
|
||||
|
||||
## v1.41 - *(08/06/10)*
|
||||
* [FIX] A a few bugs some people were getting preventing the GUI from showing correctly.
|
||||
|
||||
## v1.40 - *(05/14/10)*
|
||||
* [FIX] A disconnect bug.
|
||||
* [FIX] Some bugs introduced by garry's updates.
|
||||
|
||||
## v1.30 - *(05/16/08)*
|
||||
* [ADD] Some utility functions to make getting session and total times easier.
|
||||
* [FIX] A bug introduced by one of garry's updates.
|
||||
|
||||
## v1.20 - *(01/03/08)*
|
||||
* [ADD] Client config to change colors and position of Utime HUD element, as well as the ability to disable it.
|
||||
|
||||
## v1.10 - *(12/25/07)*
|
||||
* [CHANGE] UTime won't display with the gmod camera out
|
||||
|
||||
## v1.00 - *(12/22/07)*
|
||||
* Initial version
|
41
README.md
Normal file
41
README.md
Normal file
@ -0,0 +1,41 @@
|
||||
# UTime
|
||||
|
||||
Utime keeps track of session and total time for players. All the colors and positions are customizable by each client.
|
||||
|
||||
Visit our homepage at http://ulyssesmod.net/.
|
||||
|
||||
You can talk to us on our forums at http://forums.ulyssesmod.net/ or on our steam community, ULX: http://steamcommunity.com/groups/ULX.
|
||||
|
||||
## Credits
|
||||
Utime is brought to you by..
|
||||
|
||||
* Brett "Megiddo" Smith - Contact: <megiddo@ulyssesmod.net>
|
||||
|
||||
## Requirements
|
||||
Utime has no requirements.
|
||||
|
||||
## Installation
|
||||
To install Utime, simply extract the files from the downloaded archive to your garrysmod/addons folder.
|
||||
When you've done this, you should have a file structure like this:
|
||||
|
||||
`<garrysmod>/addons/utime/lua/autorun/sh_utime.lua`
|
||||
|
||||
Please note that installation is the same on dedicated servers.
|
||||
|
||||
You absolutely, positively have to do a full server restart after installing the files. A simple map
|
||||
change will not cut it!
|
||||
|
||||
## Config
|
||||
All client config is done in game under "utilities". To disable the welcome message, set utime_welcome to 0.
|
||||
|
||||
## License
|
||||
|
||||
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.
|
||||
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to
|
||||
```
|
||||
Creative Commons
|
||||
543 Howard Street
|
||||
5th Floor
|
||||
San Francisco, California 94105
|
||||
USA
|
||||
```
|
20
addon.txt
20
addon.txt
@ -1,17 +1,9 @@
|
||||
"AddonInfo"
|
||||
{
|
||||
"name" "UTime"
|
||||
"version" "1.44"
|
||||
"up_date" "00/00/00"
|
||||
"author_name" "Megiddo (Team Ulysses)"
|
||||
"author_email" "megiddo@ulyssesmod.net"
|
||||
"author_url" "http://ulyssesmod.net/"
|
||||
|
||||
"info" ""
|
||||
|
||||
// Won't be active unless the following GCFs are available and
|
||||
// are mounted
|
||||
"GCFRequires"
|
||||
{
|
||||
}
|
||||
"name" "UTime"
|
||||
"version" "1.44"
|
||||
"up_date" "01/25/16"
|
||||
"author_name" "Megiddo (Team Ulysses)"
|
||||
"author_email" "megiddo@ulyssesmod.net"
|
||||
"author_url" "http://ulyssesmod.net/"
|
||||
}
|
||||
|
79
readme.txt
79
readme.txt
@ -1,79 +0,0 @@
|
||||
Title: Utime Readme
|
||||
|
||||
*Utime v1.44 (released 00/00/00)*
|
||||
|
||||
Utime keeps track of session and total time for players. All the colors and positions are customizable by each client.
|
||||
|
||||
Visit our homepage at <http://ulyssesmod.net/>.
|
||||
|
||||
You can talk to us on our forums at <http://forums.ulyssesmod.net/> or on our steam community, ULX <http://steamcommunity.com/groups/ULX>.
|
||||
|
||||
Group: Authors
|
||||
|
||||
Utime is brought to you by..
|
||||
|
||||
* Brett "Megiddo" Smith - Contact: <megiddo@ulyssesmod.net>
|
||||
|
||||
Group: Requirements
|
||||
|
||||
Utime has no requirements.
|
||||
|
||||
Group: Installation
|
||||
|
||||
To install Utime, simply extract the files from the archive to your garrysmod/addons folder.
|
||||
When you've done this, you should have a file structure like this--
|
||||
<garrysmod>/addons/utime/lua/autorun/sh_utime.lua
|
||||
etc..
|
||||
|
||||
Please note that installation is the same on dedicated servers.
|
||||
|
||||
You absolutely, positively have to do a full server restart after installing the files. A simple map
|
||||
change will not cut it!
|
||||
|
||||
Group: Config
|
||||
|
||||
All client config is done in game under "utilities". To disable the welcome message, set utime_welcome to 0.
|
||||
|
||||
v1.44 - *(00/00/00)*
|
||||
* [FIX] UTime cpanel attempting to build before tool menu is populated.
|
||||
* [CHANGE] Player names are no longer shown to non-admins in Murder gamemode.
|
||||
|
||||
v1.43 - *(05/06/15)*
|
||||
* [FIX] Changes brought on by Garry-breakage (Thanks, GGG-KILLER).
|
||||
* [CHANGE] Player names are no longer shown when disguiser is enabled in TTT.
|
||||
|
||||
v1.42 - *(01/27/13)*
|
||||
* [ADD] utime_welcome cvar to disable welcome message.
|
||||
* [FIX] Regular slew of bugs introduced by Garry (MAJOR thanks TweaK!).
|
||||
* [FIX] Time string calculations being incorrect (Thanks delagious).
|
||||
|
||||
v1.41 - *(08/06/10)*
|
||||
* [FIX] A a few bugs some people were getting preventing the GUI from showing correctly.
|
||||
|
||||
v1.40 - *(05/14/10)*
|
||||
* [FIX] A disconnect bug.
|
||||
* [FIX] Some bugs introduced by garry's updates.
|
||||
|
||||
v1.30 - *(05/16/08)*
|
||||
* [ADD] Some utility functions to make getting session and total times easier.
|
||||
* [FIX] A bug introduced by one of garry's updates.
|
||||
|
||||
v1.20 - *(01/03/08)*
|
||||
* [ADD] Client config to change colors and position of Utime HUD element, as well as the ability to disable it.
|
||||
|
||||
v1.10 - *(12/25/07)*
|
||||
* [CHANGE] UTime won't display with the gmod camera out
|
||||
|
||||
Group: Changelog
|
||||
v1.00 - *(12/22/07)*
|
||||
* Initial version
|
||||
|
||||
Group: License
|
||||
|
||||
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.
|
||||
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to
|
||||
Creative Commons
|
||||
543 Howard Street
|
||||
5th Floor
|
||||
San Francisco, California 94105
|
||||
USA
|
@ -1 +1 @@
|
||||
1453642113
|
||||
1453758520
|
||||
|
Loading…
Reference in New Issue
Block a user