Skip to content

Releases: Letaryat/poor-sharptimer

Pre-release 0.3.0f

03 Jul 21:12
a01194d
Compare
Choose a tag to compare
Pre-release 0.3.0f Pre-release
Pre-release
  • fixed saveplayertime using postgres
  • !rank now considers style

Legendary Language Contributor

Pre-release 0.3.0e

03 Jul 19:31
3651a81
Compare
Choose a tag to compare
Pre-release 0.3.0e Pre-release
Pre-release

⚠️WARNING⚠️DATABASE CFGS HAVE CHANGED

MAKE SURE TO UPDATE YOUR SPECIFIC DATABASE CFG

@exkludera additions

  • PlaySound function
  • put command check functions on PlayerChecks.cs

new config settings for:

  • enable sound by default

  • change sounds for timer, respawn, checkpoint, checkpoint error, teleport, pb & sr

  • play sr sound for all players

  • fixed missing space on langs

new configs:

  • enable sr ad option

  • enable messages ad option

  • separate timer for both

  • custom ad messages can be added in cfg/SharpTimer/admessages.txt

  • moved some global vars (potential headache fix!)

  • some styles break on spawn so now style is set when spawned (if player dies or changes team)

  • on map finish only print style if styles are enabled

  • simplified style functions

  • more zone settings

PlayerStats table prefixes

  • empty = shared PlayerStats table.

  • EXAMPLE = PlayerStats_EXAMPLE (for multiple servers)

  • damage hook changes

  • allow rank commands while dead/in-spec

  • maxglobalfreepoints math fix

  • !fakezones menu

@razpbrry additions

  • only play sr sound if sounds are enabled
  • fix bonus finish msg in lang
  • use PlaySound method for sounds enabled check

@rcnoob additions

  • refactor entire db utils to support future dbtypes
  • add !adminnoclip (for making fake zones easier)

GOD BLESS THE CONTRIBUTORS o7

Pre-release 0.3.0d

30 Jun 15:28
da8d521
Compare
Choose a tag to compare
Pre-release 0.3.0d Pre-release
Pre-release
  • more lang!!! (fr, pl, sv)
  • !hideweapon now ONLY hides, no toggle
  • halfsideways & fastforward styles added
  • fixed rare bug of 0 tick records

Legendary language contributors

@exkludera - created the localization as a whole, as well as adding sv translations :)
@Julienhqr - added fr translations
@Letaryat - added pl translations

Pre-release 0.3.0c

29 Jun 16:43
32804fb
Compare
Choose a tag to compare
Pre-release 0.3.0c Pre-release
Pre-release
  • fixed windows compatibility by disabling styles (for now)

Pre-release 0.3.0b

29 Jun 02:28
32804fb
Compare
Choose a tag to compare
Pre-release 0.3.0b Pre-release
Pre-release
  • added lang folder
  • fixed missing replay disabling timer
  • enforce checkpoint skipping
  • disabling styles now FULLY disables them

Release 0.2.9

26 Jun 17:00
Compare
Choose a tag to compare

SharpTimer 0.2.9 - The Style Update

  • added styles (normal, lowgrav, highgrav, sideways, 400vel, onlyw/a/s/d
  • configurable style point modifiers
  • added styles to discord webhook
  • added postgresql support
  • added sharptimer_allow_startzone_jump to cfg (laggy)
  • added sharptimer_enable_noclip to cfg
  • streamlined many commands that previously needed !timer input
  • !r ends replay
  • prevloc and nextloc now save player speed
  • changed perms for fake zoning from @css/root -> @css/cheats
  • fixed "current checkpoint does not match final one"
  • fixed drowning damage
  • added !reloadzones to quickly refresh text-edited zones
  • added bell sound to map completion
  • removed configurable gif host (it was buggy, just use catbox)

Pre-release 0.2.9k

24 Jun 12:57
Compare
Choose a tag to compare
Pre-release 0.2.9k Pre-release
Pre-release
  • adjusted 400vel (unrestricted Z)
  • added more styles
  • enable/disable styles + point modifier configuration

Pre-release 0.2.9j

23 Jun 20:04
Compare
Choose a tag to compare
Pre-release 0.2.9j Pre-release
Pre-release

Fixes

  • fixed mysql saveplayertime query when a previous time exists
  • fixed discord webhook not displaying style

Pre-release 0.2.9i

23 Jun 18:14
Compare
Choose a tag to compare
Pre-release 0.2.9i Pre-release
Pre-release

Fixes

  • mysql now generates style column on server start
  • mysql no longer overwrites normal times

Known Bugs

  • HUD displays 1/1 or 1/2 on styles without any times
  • console log will display errors relating to sql due to the method being called twice (does not affect usage)

TODO

  • configurable point modifiers
  • allow/disallow styles

Pre-release 0.2.9h

23 Jun 02:08
Compare
Choose a tag to compare
Pre-release 0.2.9h Pre-release
Pre-release
  • more work done on mysql constraints