a0a916de6e
MapChooser extensions simplied. "maxtime/maxround/maxfrag" cvars removed. sm_mapvote_extend now controls the number of extensions that will occur. If set to 0, no extensions occur. If set to 1, then 1, and set to 2, then 2. The "step" cvars are still used to determine how big the extension is.
Michael McKoy2008-01-26 19:54:15 +00:00
5f61876ab6
fixed amb1379 with sweeping changes to the entity stuff. all prop stocks are now natives so they can properly compute everything quickly, as well as do type checks. Get/SetEntDataEnt are deprecated for being sucky, the new 2 versions do more checking and uses better values. lastly, there are functions/parameters for finding types and sizes of property.
David Anderson2008-01-13 08:10:25 +00:00
a9017a8291
AutoExecConfig() protects against double-call bugs now (amb 1356)
David Anderson2008-01-13 02:08:40 +00:00
a446121d6e
New stock to get m_fFlags, and #defines for its bits.
Michael McKoy2008-01-12 19:45:36 +00:00
9756e7062f
added extended error messaging to the loader
David Anderson2008-01-10 18:15:45 +00:00
42a313486a
- added amb1332, new cvar protection mechanism for rcon_password - removed FCVAR_PROTECTED from Core cvars
David Anderson2008-01-08 03:06:33 +00:00
63592212d5
- fixed amb1302 - GetClientMenu() could return 1 for stale external menus - fixed a debug assertion from StartMessage() + ShowMenu
David Anderson2008-01-07 22:36:39 +00:00
c033f5415a
- added GuessSDKVersion() - added rendermode and renderfx prop stocks and defines - added MoveType tag to MOVETYPE defines - changed Movetype functions to MoveType to use correct SourceMod casing
David Anderson2008-01-07 06:59:44 +00:00
6e09aacd98
fixed amb1355 - optional extensions did not work properly
David Anderson2008-01-07 04:00:47 +00:00
934fb9741a
commited a new version of this file. suffice to say the massive inconsistencies and clear compiling bugs in this was disappointing
David Anderson2008-01-06 01:35:24 +00:00
4e07200cfb
- added AddTargetsToMenu2() for using COMMAND_FILTER flags - fixed amb1350 - sm_voteban/menu ban on fake clients would crash - fake clients can no longer be banned and do not appear on ban menus
David Anderson2008-01-04 16:05:26 +00:00
6ab87ef821
Added sm_blind, sm_drug, sm_gravity, sm_noclip Fixed the duration of sm_freeze when used from the menu
Michael McKoy2007-12-24 00:45:28 +00:00
f8f5a6a888
added extended error info to text parser API; GameConfigs now display better errors
David Anderson2007-12-22 19:36:28 +00:00
c3456b8804
moved errno.h to top of platform includes fixed bug where FormatMessage() did not ignore inserts
David Anderson2007-12-22 19:35:54 +00:00
a079a87f68
fixed amb1305 by making OnClientPostAdminCheck() always occur after OnClientPutInServer(). this is now GUARANTEED. it was undefined before, however the usual case was opposite. if plugins were relying on this, they were written poorly and shouldn't have worked in the first place, especially with the threaded SQL plugin.
David Anderson2007-12-22 08:57:08 +00:00
ad5ef39cb4
patched amb1296 - multi-d r-values are now impossible
David Anderson2007-12-22 05:16:18 +00:00
f87da92617
fixed amb1291 - CommitSuicide offsets missing for a few mods
David Anderson2007-12-21 06:17:04 +00:00
6c9c7327ca
Added new fun commands to adminmenu_sorting.txt
Michael McKoy2007-12-19 22:22:35 +00:00
4d594bd4c7
Fixed sm_freeze menu exit going to sm_freezebomb menu Fixed countdown timer on bombs stopping at 2 seconds, now stops at 1 second like it should.
Michael McKoy2007-12-19 22:21:20 +00:00
f6b6dff4c0
Don't even bother trying to compile these, it's not finished. Just committing for archiving purposes, this is not intended for 1.0 release.
Michael McKoy2007-12-19 22:19:34 +00:00
b63963ef86
Removed player_death event from beacon.sp, wasn't needed, lol
Michael McKoy2007-12-12 02:24:57 +00:00
0e4ea825d3
Removed duplicated line in beacon.sp, whoops
Michael McKoy2007-12-12 02:23:00 +00:00
18235d90e5
Added sm_beacon Fixed burn menu returning you to the slay menu.
Michael McKoy2007-12-12 02:16:25 +00:00
f261c2e756
fixed the global ock error message having too many punctuation marks
David Anderson2007-12-10 23:32:32 +00:00
1904348efc
- fixed amb1237 part 1 - maplists.cfg missing could cause ReadMapList() to fail - fixed amb1237 part 2 - nextmap could fail in certain cases with mapchooser present
David Anderson2007-12-10 22:20:53 +00:00
3ba7c63862
Initial import of dynamic menu code (amb1039)
Matt Woodrow2007-12-10 21:02:00 +00:00
7847e6e2e8
fixed amb1266 - cstrike's ProcCmdString hook had a bug
David Anderson2007-12-10 12:19:24 +00:00
c987c2f0f7
added new ktrie function for running custom destructor
David Anderson2007-12-10 05:16:08 +00:00