f187f1eb8a
fixed amb1225 - extremely rare compiler bug could cause crash. unluckily, this suddenly started breaking the linux build, which should now work again
David Anderson2007-12-08 17:31:44 +00:00
d78d7ab960
- rewrote internal convar hooking mechanism to prevent crashes and potential "race conditions" - sharesys is now the first thing to run, so g_pCoreIdent is valid EVERYWHERE - added internal convar hooking funcs for timersys
David Anderson2007-12-06 03:28:02 +00:00
9ab9eba5d7
added amb1235, added support for the IServer interface added a native to retrieve the spray file of a client added a native to get the net traffic of the server
Borja Ferrer2007-12-06 02:25:35 +00:00
04c0684879
empires does not support radio menus properly
David Anderson2007-12-05 19:39:54 +00:00
b4aca8dd06
fixed @aim giving wrong name in ProcessTargetString() feedback
David Anderson2007-12-05 18:12:25 +00:00
737a359990
- removed ancient bcompat shim for translations/core.cfg file - fixed msvc8 whining about BfReadString
David Anderson2007-12-04 15:58:07 +00:00
8eb040a832
added sdktools support for sourceforts 1.9.3 removed old s_pTempEntities offsets for linux
David Anderson2007-12-04 15:29:37 +00:00
c5b6c63ec6
added ability to use game name from gameinfo.txt in gamedata files
David Anderson2007-12-04 15:27:04 +00:00
b569bd8f97
- fixed a bug where sdktools did not filter @aim properly (:. immunity was ignored) - fixed a bug where sdktools did not check to see if g_pBinTools was valid before using it
David Anderson2007-12-04 01:17:15 +00:00
a8ecd7fea4
- added beefy new ReadMapList() native - admin menu now uses ReadMapList() - added UTIL_TrimWhitespace() to stringutils - moved GetFileTime() implementation to ILibrarySys - cleaned up sorting include a bit - removed adminmenu_maplist.ini, since it's specified by maplists.cfg - added maplists.cfg
David Anderson2007-12-02 02:10:37 +00:00
c92048fefb
fixed a rare parsing bug where too many tokens would be detected if the staging buffer was broken directly before the second quotation mark in a key string
David Anderson2007-11-27 17:25:16 +00:00
8d6139ad5c
new game list code, detects steam accounts and dynamically shows you which games are under each one
David Anderson2007-11-25 18:03:59 +00:00
61673e10f6
file copying now works, dialogs re-display at their last location, fixed up a bunch of interface mistakes, etc
David Anderson2007-11-25 04:46:18 +00:00
54ad852d72
addressed amb1201 - no_mapchange timers now get removed right after onmapend
David Anderson2007-11-25 02:45:12 +00:00
5849a0d2e2
The current map played shouldn't appear in MapChooser votes or RTV votes now. It can still be nominated in RTV though.
Michael McKoy2007-11-24 03:28:33 +00:00
58ff2d14af
Fixed permissions for Basechat say aliases, removed sm_psay_mode. Use command overrides for sm_psay instead.
Michael McKoy2007-11-21 01:21:32 +00:00
200fe16e1c
fix for amb1156 - CS:S Tools overrides the PrintHintText native with its own version. this is a fail-safe for CS:S being loaded, as we can have better control from an extension.
David Anderson2007-11-17 05:41:47 +00:00
358a1e959e
fix for amb1156 - gamedata specifies HintText type now
David Anderson2007-11-17 05:40:58 +00:00
f950225229
added GetGlobalTarget/SetGlobalTarget to g_pSM const'd some things
David Anderson2007-11-17 05:33:47 +00:00
a79a169384
added a quick experimental system for overriding core natives
David Anderson2007-11-17 04:31:01 +00:00
dfa007081b
added amb1165 - exposed some plugin admin functionality to extensions
David Anderson2007-11-17 02:54:44 +00:00
ecbd1f5e36
added amb1169 - dumping handles to game logs
David Anderson2007-11-17 01:43:25 +00:00
d2b288fd6a
fixed amb1164, SM was crashing due to interface changes from valve (this change is just to make the build update using the latest sdk)
Borja Ferrer2007-11-16 21:34:29 +00:00