moemoequte
ab787c28ea
Merge 4271d32b39 into 21a7b58c82
2025-10-08 00:23:14 +00:00
mourningsickness
133c4e5b12
shavit-hud.sp - add perf% to center hud ( #1259 )
...
Co-authored-by: rtldg <rtldg@protonmail.com>
2025-10-07 23:55:27 +00:00
rtldg
871c67deac
bump srcwr 💾 to v2.0.3 to fix bad replay paths
2025-07-19 19:26:10 +00:00
rtldg
16ccd0cc7c
Use an extension to save replays asynchronously ( #1253 )
2025-07-17 22:42:22 +00:00
cialloo
55c7836c67
Enhance database compatibility for rankings and statistics
...
- Updated SQL queries in shavit-rankings.sp to support PostgreSQL and SQLite, including handling of INSERT and REPLACE statements.
- Modified shavit-stats.sp to adapt SQL syntax based on the database driver, ensuring compatibility for playtime updates and statistics retrieval.
- Adjusted shavit-wr.sp to format time values correctly across different database systems and refined leaderboard queries.
- Enhanced shavit-zones.sp to use INSERT ON CONFLICT for PostgreSQL, maintaining compatibility with MySQL and SQLite.
- Introduced a global driver variable to manage database-specific logic throughout the scripts.
2025-07-13 10:54:05 +08:00
olivia
466bcf62df
shavit-checkpoints.sp - fix aFrames and iPreFrames not always being set ( #1244 )
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
2025-07-01 21:10:58 +00:00
rtldg
ee96ef9f7f
poke version & changelog for next version AGAIN
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
2025-06-24 15:50:35 +00:00
rtldg
69ffbc1d7f
v3.5.1
2025-06-24 15:34:50 +00:00
rtldg
f0ccf6dc0a
fix olivia's name in author lists (from e81d091ed0)
2025-06-23 20:16:37 +00:00
rtldg
003f377319
poke version & changelog for next version
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
2025-06-06 14:58:13 +00:00
rtldg
f31c4f6ede
Bump to v3.5.0 to get the ball rolling again dot dot dot
2025-06-06 14:51:11 +00:00
rtldg
b29cc54d0b
Fix the Migration_MoreFirstLoginStuff queries from rtldg/sqldumb (surely.. hopefully..)
2025-05-16 07:10:04 +00:00
rtldg
158edbe158
Make firstlogin pull from old runs if possible
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
2025-04-23 23:43:25 +00:00
olivia
3d0cd96319
Add FirstLogin to database and profile ( #1234 )
...
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
fix FirstLogin query for sqlite
fix statsmenu query oopsie teehee :3
sql-create-tables-and-migrations.sp - fix queries for sqlite
Simplify firstlogin column initialization
2025-04-19 22:26:29 +00:00
Awesomerly
354c2445c2
Startzone speed limit flexibility ( #1219 )
...
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
* Add config flag for MaxPrestrafe override
* Allow zoners to edit startzone data
* Use start zone data field for prestrafe limit
* Add prespeed type 6 that behaves like 5 and prevents prehopping
* Fix formatting
* Bodged up code for 1 second prehop cooldown on prestrafe mode 6
* Make anti prespeed a little bit better (maybe????)
* Tiredly twiddle with prespeed style 6 impl
* Add description to maxprestrafe style-setting
* nitpicky styling things
* Use GetGameTickCount instead of GetSysTickCount
* ;
---------
Co-authored-by: rtldg <55846624+rtldg@users.noreply.github.com>
Co-authored-by: rtldg <rtldg@protonmail.com>
2025-04-12 15:54:54 +00:00
rtldg
bf5ec55a6a
save m_afButtonDisabled & m_afButtonForced in checkpoints (mainly for player_speedmod)
...
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
this makes kz_bhop_genkai a bit more bearable at times
this also isn't perfect since restarting doesn't reset them
2025-03-09 07:49:04 +00:00
rtldg
2013968f1c
We will ALWAYS have the extra CSS ladder checkpoint variables
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled
2025-03-06 12:33:27 +00:00
rtldg
04ad339fe8
Add handling for func_rot_button zones
2025-02-16 02:07:12 +00:00
rtldg
ad48aa3345
fix some advertisements colors not working
2025-02-11 03:51:53 +00:00
rtldg
2dd385a8eb
okay actually fr unbreak sm 1.12 workflow builds
2024-11-16 17:15:35 +00:00
rtldg
9434dc9438
edit the DeprecateExactInt sql error handling a bit for #1218
2024-10-18 04:22:13 +00:00
rtldg
187bd2c975
do something to not error on negative sv_friction and negative sv_accelerate
2024-10-09 04:45:35 +00:00
rtldg
e41ba9fa95
probably fix exact_time_int deprecation issue ( #1218 )
2024-10-02 02:44:31 +00:00
Nairda
1b67644197
Clarify logic for testing writeability with faketestfile_69.replay ( #1217 )
...
* Update replay-stocks.sp
* Update replay-stocks.sp
XDDD
* Update replay-stocks.sp
ecksdee.
* Update replay-stocks.sp
f.. you
* Update replay-stocks.sp
hucvfrsdtbh
2024-09-23 01:36:25 +00:00
rtldg
fee7df2919
document some API structs
2024-09-23 01:34:52 +00:00
Awesomerly
c9cfbefa27
Add no-jump and autobhop zones. ( #1216 )
...
* Make no jump zone appear in menu
* Preliminary implementation of nojump zone
* Add scaffolding for autobhop zone
* Add implementation of autobhop zone
* Add new zone types to shavit-zones-json
* some touchups for the autobhop & nojump zones
---------
Co-authored-by: rtldg <rtldg@protonmail.com>
2024-08-20 17:53:24 +00:00
rtldg
3609adf2aa
use style runspeed instead of m_flMaxspeed for tas (and autoprestrafe)
...
(autoprestrafe is broken on 250 runspeed otherwise...)
2024-06-02 20:15:22 +00:00
Awe
659d70af24
Remove dhooks include file
2024-04-24 14:56:14 -04:00
rtldg
16a927cd91
drop support for sourcemod 1.10
2024-04-23 20:53:18 +00:00
enimmy
d57ec73adb
add keyhint forwards and forceUpdate ( #1201 )
...
* add keyhint forwards/remove unused params from topleft forwards
* allow forcing keyhint through pre forward
* implement track/style params, edit force updating logic
* doc touchups
* fix typo
* do some styling since the blame was already affected by the indentation changes
---------
Co-authored-by: Nimmy2222 <99696781+Nimmy2222@users.noreply.github.com>
Co-authored-by: rtldg <55846624+rtldg@users.noreply.github.com>
2024-03-12 12:51:37 +00:00
rtldg
c2a9017810
Make sure CSS uses the more ladder checkpoint stuff
2023-11-18 02:59:38 +00:00
rtldg
309aa7a189
get the shavit_misc_prespeed 1&&>=3 working again with the on-ground timer
2023-06-21 01:41:07 +00:00
rtldg
9210b84d50
fix some native definition & optional things
2023-03-06 23:38:04 +00:00
rtldg
afa6b07da8
fix wrong variable used in LessStupidGetMapDisplayName
2023-01-05 11:48:58 +00:00
rtldg
412812693f
update steamid-stocks to handle 64-bit ids on csgo
2022-12-30 12:11:32 +00:00
rtldg
cbf703bb9f
suppress another missing return value warning
2022-11-25 21:34:40 +00:00
rtldg
0cf281f509
v3.4.2
2022-10-17 12:33:29 +00:00
rtldg
07727e1db0
faster query for deprecate exact_time_int (and more migration logging)
2022-10-17 12:22:39 +00:00
rtldg
d0d3c62ff5
v3.4.1
2022-10-16 21:51:19 +00:00
rtldg
3db30bea98
v3.4.0
2022-10-14 15:17:59 +00:00
jedso
dc2c186249
Use sqlite_master to explicitly check for id's type
2022-10-07 21:17:39 +10:30
rtldg
f0ea0a01c1
Merge branch 'master' into mapzones-rowid-fix
2022-10-06 08:26:00 +00:00
rtldg
c631f6635b
add jedso to top credits
2022-10-06 08:19:19 +00:00
rtldg
9ef34bce59
Add missing users to users table
2022-10-06 08:19:01 +00:00
jedso
5f717553d9
Add SQLite statements to re-create mapzones with INTEGER PRIMARY KEY
2022-10-01 21:39:04 +09:30
jedso
119e7ff4c8
Store SQLite mapzones CREATE TABLE statement for re-use in migration
2022-10-01 21:37:24 +09:30
jedso
b0889f77ee
Change mapzones CREATE TABLE for SQLite to use INTEGER PRIMARY KEY
2022-10-01 21:36:45 +09:30
jedso
e196e04de6
Add query to check for NULL SQLite id row in mapzones
2022-10-01 21:34:28 +09:30
rtldg
de9cbc8470
Merge branch 'master' into playertimes_fk
2022-09-29 06:19:40 +00:00
rtldg
2b2a1fcb12
queue migrations slightly better to handle multiple queries (relevant to #1176 )
2022-09-29 06:17:33 +00:00