Releases: surftimer/SurfTimer
Releases · surftimer/SurfTimer
1.0.4
Changelogs can be taken from the commit list.
1.0.3
Hotfixes
1.0.2
1.0.1
Release - 1.0.0
Thanks to all contributors:
@dPexxIAM @Kyli3Boi @qawery-just-sad @1zc @fluffyst @olokos @sneak-it @LubricantJam @FR33K1LL @tahvoo @Ciallo-Ani
(sorry when I missed someone)
Changelogs:
- Moved to semantic versioning
- Updated README.md
- Added/Fixed support for SM1.11 compiler
- Added Telefinder
- Added stripper files
- Added AutoExecConfig support
- Added prehop prevention support for LG/SM
- Added freestyle style to sm_top
- Allow sm_fixbot as server console
- Load only normal (style) ranks
- Reworked practice mode
- Several replay fixes
- Fixed several memory leaks
- Fixed bug with stage 3
- Fixed Hook Zone Issue: #108
- Fixed bug with overwritten bonus style times
- Fixed duplicate rows for map-top sql queries
- Fixed silent spec
- Fixed tier error
- Fixed issue with center speed
- Fixed incorrect percent value in chat
- Fixed scoreboard ordering with unranked players
- Fixed issue with OnEndTouch and keeping velocity
- Fixed prespeed exploit
- Fixed sql query error with rank 0 or lower
- Remove duplicate check
Following binary/smx files are compiled against SM1.10.6510.
Release 285
[2020-04-24 - Version 285]
- Created and updated the changelog to version 285. @olokos
- Updated readme
- Use short coded colors for center hud
- Replace old enum arrays with enum structs - Huge thanks to @Bara
- Quake sounds fix Thanks to @samatazz Stops ALL sounds being played if the user has it turned off in their configs
- Removed trails chroma from surftimer's code. You now have to install trails chroma separately. Thanks to @13ace37 and @Bara
- Updated colorvariables.inc in release binary and Readme.md with a fork by @olokos which merges all pull requests on the original repository and adds cksurf colors to it.
- Fixed speed disappearing between stages and on startzone, by removing blank font class from the center hud code.
- Compiled with latest PTaH and DHooks includes, if such are used by the code.
Release 284
[2020-04-22 - Version 284]
- Actions: Actually download includes for building with GitHub actions
- Actions: Thanks to @Bara actions will now download the entire repo containing the includes, instead of just some of them
- Updated plugin URL to the current repository
- Removed z4lab tags from SurfTimer.sp, since it now is a community-oriented project
- Add new radio commands to block list @sneak-it
- Fixed prespeed exploit Thanks to @sneak-it
- Removed hardcoded entity kill list, we suggest using stripper instead
- Actually started making use of GitHub releases page 😄