Commit Graph

1452 Commits

Author SHA1 Message Date
shavitush
ca7fba802d Fix chat formatting for CS:S 2016-04-29 15:11:53 +03:00
shavitush
c42b4f9e58 Fix -stats menus showing wrong style names 2016-04-29 15:04:10 +03:00
shavitush
0006e984e2 Fix velocity being limited for every style 2016-04-29 14:56:01 +03:00
shavitush
12c8b6d9ce Add per-style settings
Check shavit.inc
2016-04-29 14:50:22 +03:00
shavitush
68d62cb16e Use SourceMod's native vector scaling 2016-04-29 14:49:06 +03:00
shavitush
b8d1fa3f9b Add "No Speed Limit" zone type
Also make map zones prettier using beam/halo sprites according to the
game (CS:S/CS:GO) and make mapzones more dynamic!
2016-04-29 14:48:37 +03:00
shavitush
31e70fa2bd Revamp shavit-stats
Now `shavit-stats` is also style-dynamic
2016-04-28 04:03:39 +03:00
shavitush
a410c583b6 Shorten code 2016-04-28 03:06:26 +03:00
shavitush
10cc1bc1db Fix timer starting w/o a start zone (fixes #23)
shavit_core_timernozone:
Allow the timer to start if there's no start zone?
2016-04-28 03:05:13 +03:00
shavitush
d017ea54eb Fix possible SQL error
and migrate PrintToChat() to Shavit_PrintToChat()
2016-04-25 12:04:08 +03:00
shavitush
7d3a864ec9 Updated gamedata for CS:S 2016-04-25 10:49:07 +03:00
shavitush
ef10f50be0 Add replay bot HUD formatting
style it so it looks better in CS:GO, and add a replay bot native
2016-04-25 08:10:11 +03:00
shavitush
a1180fb647 Fix SQL error for workshop maps
[shavit-wr.smx] Timer (WR cache update) SQL query failed. Reason: You
have an error in your SQL syntax; check the manual that corresponds to
your MariaDB server version for the right syntax to use near '' at line
1
2016-04-25 07:45:27 +03:00
shavitush
bec3e4df27 Fix Forwards replay bots not playing
and update todo
2016-04-25 07:35:21 +03:00
shavitush
819eb45088 Make sm_wr a dynamic menu
Removes sm_wrsw, makes it easier for server owner to add new styles!
2016-04-25 07:03:58 +03:00
shavitush
4ac17f9a9b Make style names editable from shavit.inc
This means you will be able to add your own styles very soon!
2016-04-25 07:03:12 +03:00
shavitush
e0bbcf970b Fix shavit-zones not compiling 2016-04-25 06:42:29 +03:00
shavitush
1f3d2264e0 Make shavit-replay create a plugin config 2016-04-25 05:48:13 +03:00
shavitush
eaba734203 Add replay restart delay cvar (solves #23) 2016-04-25 05:47:23 +03:00
shavitush
cc32334100 Add min/max bounds for cvars that missed it 2016-04-25 05:46:19 +03:00
shavitush
bae583cfdd Add 3 new cvars (check commit description)
[shavit-misc]
shavit_misc_respawnonrestart: Respawn a dead player if he uses the timer
restart command?
0 - Disabled
1 - Enabled

shavit_misc_startonspawn: Restart the timer for a player after he
spawns?
0 - Disabled
1 - Enabled

[shavit-zones]
shavit_zones_teleporttostart: Teleport players to the start zone on
timer restart?
0 - Disabled
1 - Enabled
2016-04-25 05:40:08 +03:00
shavitush
9eaa2bfced Make zonehud more dynamic 2016-04-25 05:31:36 +03:00
shavitush
d5ae626498 Fix an error for CS:S 2016-04-24 04:30:57 +03:00
shavitush
8980a157c0 Fix SQL error on table creation and attempt on..
migrating EVERYthing to the transitional SM syntax
2016-04-24 01:44:56 +03:00
shavitush
3a4a805b06 shavit_core_nostaminareset ("easybhop") toggle 2016-04-24 01:09:26 +03:00
shavitush
ade75f76e9 create a placeholder as 1337 is immature 2016-04-17 06:44:25 +03:00
shavitush
ab86bfab37 Stop crashing if maps/base.nav doesn't exist
(don't cause the server to go into an endless map loading loop if
maps/base.nav doesn't exist)
2016-04-16 22:40:56 +03:00
shavitush
c397abb7da Fix formatting issue for sm_autobhop 2016-04-13 01:03:05 +03:00
shavitush
7dd5f6db5e attempt to fix rot_ang not being created at first time 2016-04-10 23:08:52 +03:00
shavitush
9755b960fb update todo 2016-04-10 23:08:27 +03:00
shavitush
54e15f4799 Code cleanup 2016-04-06 22:38:24 +03:00
shavitush
429c161d81 Fix issue that could cause the mapzones table to not create 2016-04-04 22:47:58 +03:00
shavitush
f937cb56ed Fix shavit-zones not working. Can't believe no one else reported it.. 2016-04-02 01:43:00 +03:00
shavitush
6298f3ad53 Reverse order of Shavit_GetDB and SetSQLPrefix 2016-04-02 01:42:38 +03:00
shavitush
5aae6851c7 !R (note: capitalized) now restarts the timer. 2016-03-26 22:55:20 +03:00
shavitush
3f8b3c297a Added shavit_wr_recordlimit and removed some extra useless lines 2016-03-26 22:54:57 +03:00
shavitush
884bbc55af Rewrite UpdateWRCache and add Shavit_GetWRRecordID() 2016-03-26 22:20:18 +03:00
shavitush
3f446e246d Optimize copying of strings and fix table prefixes for mapzones 2016-03-26 20:53:04 +03:00
shavitush
ed1e7801a5 Fix sm_zonehud being set to random people 2016-03-22 18:44:43 +02:00
shavitush
7549bcddc9 Optimize by "pagespeed rules" 2016-03-22 18:44:16 +02:00
shavitush
ef4c865584 Update todo 2016-03-22 18:44:02 +02:00
shavitush
e6bf541658 Web: Ignore the header line for onhover highlighting 2016-03-14 23:49:54 +02:00
shavitush
fdf0fadcf5 Web: Make it so lines you hover on get highlighted 2016-03-14 23:47:43 +02:00
shavitush
14688f2d88 Update todo. 2016-03-14 19:50:40 +02:00
shavitush
a9c2d61c5a Remove a useless file and fix result-less pages. 2016-03-14 19:50:33 +02:00
shavit
bdcae7f83d Merge pull request #19 from shavitush/new_web_interface
Add the new web interface
2016-03-14 19:36:52 +02:00
shavitush
23cd84d8c3 Add a newer web interface that doesn't look like 💩 2016-03-14 19:35:31 +02:00
shavitush
c0efbe7d0b Delete old web interface. 2016-03-14 19:33:48 +02:00
shavitush
84fd31d064 Update to-do 2016-03-13 07:05:49 +02:00
shavit
0f421b625e Merge pull request #18 from shavitush/updatewrcache
Fix bots spinning endlessly at the playback's end.
2016-03-11 17:48:16 +02:00