9292e0f816Fixed a bug where natives with no owner could be bound (crashing). Fixed a bug where FakeNative entries were leaked.
David Anderson
2008-07-16 03:46:10 +0000
4d48fc7ae5Fixed double-period showing on native failures.
David Anderson
2008-07-16 03:37:37 +0000
463cfb0015fixed a crash-on-load bug in clientprefs
David Anderson
2008-07-16 02:48:50 +0000
3ed5d1e8d7Fixed build. I <3 you too gcc.
Matt Woodrow
2008-07-15 02:26:22 +0000
e64e2534ebFixed amb1810 - Clientprefs no longer blocks load.
Matt Woodrow
2008-07-15 00:24:08 +0000
67e28d7475Moved nextmap command into basetriggers.sp
Matt Woodrow
2008-07-13 07:01:54 +0000
64b8049d70Fixed build
Matt Woodrow
2008-07-13 06:13:28 +0000
dd75e88cbbIdentities are now dropped before extensions unload.
Matt Woodrow
2008-07-13 05:36:52 +0000
775d22a5caIdentities are now dropped before extensions unload.
Matt Woodrow
2008-07-13 05:36:39 +0000
c75d607a00- Added ForceChangeLevel and Map History to nextmap api - Changed base plugins to use new api - Added sm_maphistory command to nextmap.sp
Matt Woodrow
2008-07-13 05:13:37 +0000
8126aa6bb8using 'goto' is now an error
David Anderson
2008-07-12 22:28:10 +0000
8968f50577Builds against latest OB SDK now
Scott Ehlert
2008-07-12 09:05:36 +0000
846caf1298Builds against latest OB SDK now
Scott Ehlert
2008-07-12 09:05:19 +0000
c2917a8dd4Fixed Windows build
Scott Ehlert
2008-07-12 04:08:41 +0000
9e443cfdd3fixed release build
David Anderson
2008-07-12 03:30:00 +0000
b743af8a72fixed cstrike build
David Anderson
2008-07-12 03:19:55 +0000
8a4c96b252fixed build (I hope)
David Anderson
2008-07-11 09:28:04 +0000
0392e55ef7fixed module version path
David Anderson
2008-07-11 09:27:03 +0000
fa5ee3287ffixed regressions in debug mode
David Anderson
2008-07-11 09:24:12 +0000
e1882f97a1Added amb1826 - 'nextmap' command now attempts to obey 'sm_trigger_show' if available.
Matt Woodrow
2008-07-11 08:31:57 +0000
1a156deca5landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
David Anderson
2008-07-11 08:18:43 +0000
5668f23b50fixed a compat regression, forgot msvc does funky things with overloaded virtual calls
David Anderson
2008-07-11 06:51:21 +0000
232f344c41FindPluginByContext works again
David Anderson
2008-07-11 05:15:43 +0000
79cf4e07ebGetContext() now returns 'this' as a hack (shouldn't+can't be accessed anyway)
David Anderson
2008-07-11 05:14:32 +0000
f9b294d89eupdated makefile to actually work
David Anderson
2008-07-10 05:42:10 +0000
a88d7c1cdcfixed a number of regressions, things are starting to load
David Anderson
2008-07-10 05:38:54 +0000
85760603b7fixed linux build
David Anderson
2008-07-10 03:38:04 +0000
ea1f5e86c0Gamedata fetcher now unlocks gamedata files after a successful query
Matt Woodrow
2008-07-10 01:26:02 +0000
b1072d3b09Fixed amb1838 - Mapchooser should not instantly start a new vote if the current one was cancelled (and caused a stack overflow)
Matt Woodrow
2008-07-10 01:11:51 +0000
81632dda97Fixed unload crash with tf2 extension.
Matt Woodrow
2008-07-09 02:03:13 +0000
80fdbcf8c7Fixed regression in ForwardSys with ET_LowEvent
Matt Woodrow
2008-07-08 23:55:29 +0000
7d42655e8fFixed regression in ForwardSys with ET_LowEvent
Matt Woodrow
2008-07-08 23:55:15 +0000
bd2361c8aeBumped IForwardSys
Scott Ehlert
2008-07-08 21:17:05 +0000
e6a84801d2Bumped IForwardSys
Scott Ehlert
2008-07-08 21:16:31 +0000
c9a81c0651- Fixed amb1802: Crash when client was disconnected as a result of false being returned in OnClientConnect and a function that operated on this client was used. A client's connection state was not reset when this happened. - Removed IForwardFilter due to overall horribleness (should be safe since no one seems to use it). Perhaps it might be back one day? - Added ET_LowEvent forward exec type which is exactly the same as ET_Event, except that it returns the lowest value rather than the highest
Scott Ehlert
2008-07-08 09:20:47 +0000
b58e7177edOops, forgot to commit this; fixed build
Scott Ehlert
2008-07-08 09:15:15 +0000
6e0f4ee665- Fixed amb1802: Crash when client was disconnected as a result of false being returned in OnClientConnect and a function that operated on this client was used. A client's connection state was not reset when this happened. - Removed IForwardFilter due to overall horribleness (should be safe since no one seems to use it). Perhaps it might be back one day? - Added ET_LowEvent forward exec type which is exactly the same as ET_Event, except that it returns the lowest value rather than the highest
Scott Ehlert
2008-07-08 08:55:50 +0000
aa096f2385fixed a few really dumb crash bugs in refac-jit
David Anderson
2008-07-08 07:59:33 +0000
53acb70260Fixed build
Matt Woodrow
2008-07-07 23:12:21 +0000
6ef4c4b3adFixed amb1828 - Not killing timers properly
Matt Woodrow
2008-07-07 22:17:55 +0000
4ac38946f2Fixed amb1815 - Custom admin menu wasn't escaping input
Matt Woodrow
2008-07-07 22:11:49 +0000
ab690bfdd9Fixed amb1815 - Custom admin menu wasn't escaping input
Matt Woodrow
2008-07-07 22:11:18 +0000
af54ae6af7fixed some build issues. deprecated ISourceMod::GetScriptingVM
David Anderson
2008-07-07 06:33:42 +0000
2c23544b29amazingly, core now builds. it probably crashes horribly but i'll test tomorrow.
David Anderson
2008-07-07 06:25:15 +0000
5351bbec71more api for core sets profiler+debugger now
David Anderson
2008-07-07 06:24:54 +0000
492c913aa9added api calls needed by core
David Anderson
2008-07-07 05:28:42 +0000
31dd23fbd9committed public api changes (context and plugin are now private)
David Anderson
2008-07-07 04:58:49 +0000
3f38171d8crefac-jit is almost done i think, next comes getting core compatible.
David Anderson
2008-07-07 04:56:29 +0000
307adb34abmoved more files around
David Anderson
2008-07-06 05:04:38 +0000
8a4af4d22fmoved files around pre-emptively
David Anderson
2008-07-06 04:59:39 +0000
2e7b6b5ba5jit refactoring branch
David Anderson
2008-07-06 04:49:55 +0000
9a02cb9dc8synced dod:s gamedata changes from 1.0.3
David Anderson
2008-07-06 03:37:40 +0000
43c085eea3synced config changes from 1.0.3
David Anderson
2008-07-06 03:35:58 +0000
6a834ffef7Fixed requiring dependencies at the wrong time.
Matt Woodrow
2008-07-06 03:30:06 +0000
86c8ec847afixed crazybuilds
David Anderson
2008-07-06 02:28:00 +0000
2df2b791d8amb1797 - reduced query staggering time from 500ms to 50ms
David Anderson
2008-07-06 00:51:05 +0000
0e1ae4d85bfixed amb1808 - KickClient() is delayed and does not crash -- KickClientEx() is the old functionality
David Anderson
2008-07-06 00:45:26 +0000
b21b24830efixed amb1808 - KickClient() is delayed and does not crash -- KickClientEx() is the old functionality
David Anderson
2008-07-06 00:44:56 +0000
3d96f8f127fixed amb1763 - clear function call status on a new call
David Anderson
2008-07-06 00:02:11 +0000
e6cec6528cfixed amb1763 - clear function call status on a new call
David Anderson
2008-07-06 00:01:40 +0000
2cc809be0cfixed amb1748 - timeleft was spammable from console
David Anderson
2008-07-05 23:02:27 +0000
d2d2578314Fixed more critical hit crashes when compiled on msvc8.
Matt Woodrow
2008-07-05 22:28:02 +0000
76b51aed07Fixed trunk versioning properly this time.
Matt Woodrow
2008-07-05 09:23:55 +0000
1c08ddc939fixed eyeangles helper not being freed
Borja Ferrer
2008-07-05 00:15:18 +0000
d0cbd943f1fixed eyeangles helper not being freed
Borja Ferrer
2008-07-05 00:15:18 +0000
c67a3cd749Nominations not blocking current map and excluded maps when used from console. Removed error causing debug stuff from mapchooser.
Matt Woodrow
2008-07-04 22:54:14 +0000
bf0354dbb9fixed amb1801, IsFakeClient() wasn't working for TF2 causing false results and crashes
Borja Ferrer
2008-07-04 19:04:33 +0000
bc6b3495befixed amb1801, IsFakeClient() wasn't working for TF2 causing false results and crashes
Borja Ferrer
2008-07-04 19:04:17 +0000
bc4f24e94dTemporarily added back version numbers to builds.
Matt Woodrow
2008-07-04 00:21:34 +0000
89c49c3976And again with the fixes
Matt Woodrow
2008-07-03 07:30:50 +0000
89a56ac3e1Output now shows params for overloaded functions
Matt Woodrow
2008-07-03 06:52:28 +0000
3cc5bebfa9Hopefully fixed trunk build.
Matt Woodrow
2008-07-03 06:26:28 +0000
f9cfe7e9dafixed regression in build tool
David Anderson
2008-07-03 04:32:30 +0000
83b59da392Updated gamedata files now that dod:s is no longer in beta.
Matt Woodrow
2008-07-03 02:39:49 +0000
5c58f8c97bUpdated gamedata files now that dod:s is no longer in beta.
Matt Woodrow
2008-07-03 02:35:35 +0000
bb9f31e555Changed dod script to support dod:s no longer being beta
Matt Woodrow
2008-07-03 02:30:59 +0000
ce57617744Gamedata query no longer detects a failed query as a crash.
Matt Woodrow
2008-07-02 02:57:08 +0000
77a7bf385bAdded a vtable scan script for dod:s beta
Matt Woodrow
2008-07-02 01:34:46 +0000
52d2a1797dA null check that lets the program keep running is somewhat pointless.
Matt Woodrow
2008-07-01 23:44:33 +0000
111a3a7169Added a null check on the vtable symbol
Matt Woodrow
2008-07-01 23:42:19 +0000
a513a2a6f8And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>"
Matt Woodrow
2008-07-01 09:48:17 +0000
f3f46fc126Minor fix to the filename reading logic. Almost done!
Matt Woodrow
2008-07-01 09:38:20 +0000
3cff457c6dMore changes to support the shell script.
Matt Woodrow
2008-07-01 09:29:02 +0000
853b080aa4Updated shell script to remove windows line endings
Matt Woodrow
2008-07-01 09:24:22 +0000
261023800eUpdated gamedatamd5 to print the md5 in a more usable format and added shell script (thanks wowsawce!) for updating gamedata files.
Matt Woodrow
2008-07-01 09:13:27 +0000
7314d81947Forgot SM doesn't use the new sdk yet
Matt Woodrow
2008-07-01 09:10:21 +0000
d530d0c726Big critical hits cleanup. Cleaner, easier to maintain, uses less memory and should be much less likely to cause crashes when valve change things on me.
Matt Woodrow
2008-07-01 09:04:00 +0000
b01dd0798cclientprefs now uses the new dbi dependency shim
David Anderson
2008-07-01 06:13:09 +0000
968045ae62- Interface dropping semantics are now changed, any pointer can be piped through. - IDBDriver lets you bind driver dependencies and cleanly shutdown now
David Anderson
2008-07-01 06:12:16 +0000
53fc8657bfpulled changes back from branch-1.0.3
David Anderson
2008-07-01 02:40:46 +0000
4106620928New mapchooser, rockthevote and nominations plugins finally ready. Removed the existing mapmanager stuff.
Matt Woodrow
2008-07-01 01:18:52 +0000
ac9b9f8c2aRemoved DEBUG from admin-sql-threaded.sp (amb1780)
Matt Woodrow
2008-06-30 23:18:26 +0000
a4bf30ac1bRemoved DEBUG from admin-sql-threaded.sp (amb1780)
Matt Woodrow
2008-06-30 23:18:13 +0000
cdf54a3db1Fixed mem leak in clientprefs
Matt Woodrow
2008-06-30 23:07:54 +0000
8a5d833c89Updated DOD:S Beta offsets Added FireOutput support for DOD:S (amb1749)
Scott Ehlert
2008-06-30 05:43:31 +0000
82cb558335Updated DOD:S Beta offsets Added FireOutput support for DOD:S (amb1749)
Scott Ehlert
2008-06-30 05:41:44 +0000
57bba6d83fImport of gamedata daemon. I love imported stuff.
Matt Woodrow
2008-06-30 02:34:21 +0000
2c08bb3a96FORGOTTEN QUOTE
Matt Woodrow
2008-06-30 02:11:58 +0000
6d4938f6b5Removed cruft.
Matt Woodrow
2008-06-30 02:04:30 +0000