Commit Graph

219 Commits

Author SHA1 Message Date
olivia
3d0cd96319 Add FirstLogin to database and profile (#1234)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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
Some checks failed
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
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
jedso
098b7d4977 Add SQLite statements to re-create playertimes with FK constraint 2022-09-26 23:08:12 +09:30
jedso
d718620aa3 Store SQLite playertimes CREATE TABLE statement for re-use in migration 2022-09-26 23:08:12 +09:30
jedso
a1b04e38ba Change playertimes CREATE TABLE statement to include FK constraint 2022-09-26 23:08:12 +09:30
jedso
23901be52d Add MySQL ALTER TABLE queries to drop and/or add auth FK constraint 2022-09-26 23:08:12 +09:30
jedso
3cef031e91 Add initial migration queries for MySQL/SQLite 2022-09-26 23:08:05 +09:30
rtldg
2e2db2165f IsClientConnected can be removed from IsValidClient 2022-09-24 06:16:47 +00:00
rtldg
894b039e4e deprecate exact_time_int 2022-09-24 05:45:01 +00:00
rtldg
b115726abb set forwardmove & sidemove on replay bots because why not 2022-09-16 11:36:29 +00:00
rtldg
04d65d2fa5
update origin notice around GiveSkinnedWeapon 2022-08-15 13:06:05 +00:00
rtldg
1ea49018e0
move clantag forward declarations from core.inc to misc.inc 2022-08-05 04:29:33 +00:00
rtldg
9c5c29c6ca v3.3.2 2022-07-20 19:45:11 +00:00
BoomShotKapow
7878784887 Fix parameter documentation 2022-07-20 18:51:35 +00:00
rtldg
898c46379d random things 2022-07-20 15:58:18 +00:00
rtldg
bf25061444 de-page zone adjust menu 2022-07-20 15:32:54 +00:00