David Anderson
|
67ba04bcee
|
Fixed IsClientTimingOut spelling in native export table.
|
2008-10-24 20:59:26 -05:00 |
|
David Anderson
|
a1d84347ed
|
Fixed bounds checking in ReadHandle routine (bug 3359).
|
2008-10-21 23:52:50 -07:00 |
|
David Anderson
|
253109d1c9
|
Rewrote querying in client prefs to not use prepared queries (bug 2698, r=pred).
Prepared queries had annoying race conditions and became unusable on connection timeouts.
|
2008-10-20 03:40:46 -05:00 |
|
David Anderson
|
c0c9fc3267
|
Fixed buffer reallocation in dbi.mysql leaving stale pointers behind and crashing (bug 3352).
|
2008-10-19 22:57:28 -07:00 |
|
David Anderson
|
a6579c7bcb
|
Added new OnClientConnected callback with correct pairing intent (bug 3311, r=pred).
|
2008-10-18 22:14:13 -05:00 |
|
David Anderson
|
5a2f8afd33
|
Fixed calling the wrong GetError(), causing misleading spew (part of bug 2698).
|
2008-10-17 02:04:09 -05:00 |
|
David Anderson
|
974f31c149
|
Various clientprefs logging to try and catch bug 2698 in the act.
|
2008-10-15 01:01:36 -07:00 |
|
David Anderson
|
2f36e3b231
|
Deprecated SQL_ConnectEx for SQL_ConnectCustom, which expresses the API intent better (bug 3307, r=pred).
|
2008-10-13 01:13:39 -05:00 |
|
David Anderson
|
6d2bb90f51
|
Added radio menu support for Fortress Forever (bug 3260).
|
2008-10-08 23:53:31 -07:00 |
|
David Anderson
|
fa1336623f
|
Added GiveNamedItem/EquipPlayerWeapon back to TF2 (bug 3276, r=bl4nk).
|
2008-10-08 22:53:49 -07:00 |
|
David Anderson
|
2b65e2496d
|
Added radio menu support for Synergy (bug 3301).
|
2008-10-08 22:43:57 -07:00 |
|
David Anderson
|
4953b1d889
|
Added radio menu support for D.I.P.R.I.P. (bug 3304).
|
2008-10-08 22:41:44 -07:00 |
|
David Anderson
|
f50c7469ca
|
Added MaxClients public var to replace GetMaxClients (bug 3283, r=pred).
This is a hard bump of the plugin version number. 1.1 plugins compiled against this include set
will not run against earlier versions of SourceMod.
|
2008-10-05 15:20:17 -07:00 |
|
David Anderson
|
d9af295a29
|
Corrected case in a nominations phrase.
|
2008-10-05 04:19:39 -07:00 |
|
David Anderson
|
4147bf7444
|
Language files are now additive, and are sniffed from translations/[iso code].
This is so translations can be maintained easier without any merging pains on behalf of users or developers.
|
2008-10-05 04:08:48 -07:00 |
|
David Anderson
|
99e304d6b5
|
Fixed a bug where SourceMod failed trying to default back to English when missing translations.
|
2008-10-05 04:06:18 -07:00 |
|
David Anderson
|
4e7000368f
|
Fixed clientprefs race condition on first run (bug 3294, r=pred).
|
2008-10-05 01:09:58 -05:00 |
|
David Anderson
|
04b7b7b9ff
|
Removed pointless performance warning.
|
2008-10-04 12:59:21 -07:00 |
|
David Anderson
|
2534fd1ce2
|
Fixed reverse order of evaluation in mapchooser causing an invalid handle read (bug 3290, r=bl4nk).
|
2008-09-30 22:45:26 -07:00 |
|
David Anderson
|
e10dd226ff
|
Fixed OnConfigsExecuted() not working on listen servers (bug 3287, r=me).
|
2008-09-29 20:02:19 -07:00 |
|
David Anderson
|
b016623fb5
|
Removed debug spew left in adminmenu.sp.
|
2008-09-28 15:38:32 -07:00 |
|
David Anderson
|
f0a11d3cb7
|
Fixed project file name mismatch in the build tool.
|
2008-09-27 18:04:10 -07:00 |
|
David Anderson
|
168f42323b
|
Missing regex vc9 project files (this is getting really tiresome).
|
2008-09-27 17:54:02 -07:00 |
|
David Anderson
|
64e7d0b737
|
Forgot to commit game.cstrike.ext msvc9 project files.
|
2008-09-27 17:43:30 -07:00 |
|
David Anderson
|
2e8c0c8f7d
|
Added environment variable for MySQL5 since vcbuild.exe is being a pain.
|
2008-09-27 17:25:53 -07:00 |
|
David Anderson
|
8f555543cc
|
Switch to vcbuilder.exe since devenv.com is not available in express editions.
|
2008-09-27 16:19:56 -07:00 |
|
David Anderson
|
88a71ddad4
|
Migrated to Visual Studio 2008 for default builds (bug 3257).
|
2008-09-27 14:59:09 -07:00 |
|
David Anderson
|
02e31bb576
|
Compiler now emits debug info about natives (bug 3282, r=sawce).
|
2008-09-27 13:46:42 -07:00 |
|
David Anderson
|
32f7bec6c8
|
Fixed building on GCC and some valgrind warnings. Read .dbg.natives table now.
|
2008-09-27 15:34:59 -05:00 |
|
David Anderson
|
5cb4acf590
|
Added some notion of def-use to unfold copy propagation across registers and the eval stack.
At some point we will need to walk the expr tree to fold this back where appropriate, i.e. single use for calls.
|
2008-09-23 22:00:47 -07:00 |
|
David Anderson
|
e83526aa63
|
Merge.
|
2008-09-23 21:21:03 -07:00 |
|
David Anderson
|
04021ed8b1
|
Initial import/sketch of opcode analyzer (bug 3279).
Uses single static assignment to recover expression trees from straight-line byte code.
|
2008-09-23 21:20:40 -07:00 |
|
David Anderson
|
31a4f40c9a
|
Merge.
|
2008-09-23 01:17:40 -05:00 |
|
David Anderson
|
4001b0f804
|
Various chat commands now follow sm_show_activity (bug 2080, r=pred).
Added FormatActivitySource() native to assist in emulating ShowActivity().
|
2008-09-23 01:17:15 -05:00 |
|
David Anderson
|
a838276ec2
|
Changed functag syntax so public keyword is in the normal place. The old style is still allowed.
|
2008-09-21 14:56:38 -07:00 |
|
David Anderson
|
6192efc078
|
Fixed realloc/delete[] mismatch (thank sawce), corrected some whitespace.
|
2008-09-21 14:05:13 -07:00 |
|
David Anderson
|
bbbc2ce22c
|
Merge (A la Worms 2, The First of Many!)
|
2008-09-18 00:15:34 -05:00 |
|
David Anderson
|
def0a8a0d6
|
Attempt at solving this stdout redirection mess for buildbot.
|
2008-09-18 00:11:24 -05:00 |
|
David Anderson
|
556c03babf
|
Added CreateDirectory() native and a few permissions macros (bug 3253, r=ds).
|
2008-09-17 02:07:19 -05:00 |
|
David Anderson
|
09ea2e13aa
|
Fixed SDKTools not cleaning up its handle types on shutdown (but 2753).
|
2008-09-15 04:28:26 -05:00 |
|
David Anderson
|
ef62e3d665
|
Fixed IHandleSys::RemoveType() not removing the type name from the name cache (bug 2753).
|
2008-09-15 04:26:58 -05:00 |
|
David Anderson
|
fb2f0795c5
|
Fixed JIT 1.2 not compiling code for the SYSREQ.C opcode (bug 2764). This caused LDuke's TF2Nades to crash because spcomp doesn't seem to peephole optimize some sysreq.c's away for float operators (oddity discovered by sawce).
|
2008-09-14 23:42:20 -07:00 |
|
David Anderson
|
fb44b51d26
|
Updated version files so I can build again.
|
2008-09-14 22:16:35 -07:00 |
|
David Anderson
|
8680d07e0a
|
Triggering build.
|
2008-09-14 19:42:04 -05:00 |
|
David Anderson
|
9d8445b693
|
Triggering build.
|
2008-09-14 19:34:33 -05:00 |
|
David Anderson
|
5de80c03db
|
Triggering build.
|
2008-09-14 19:28:48 -05:00 |
|
David Anderson
|
c5df0bf58f
|
Triggering build.
|
2008-09-14 19:28:03 -05:00 |
|
David Anderson
|
8c1502278b
|
Triggering build.
|
2008-09-14 18:59:21 -05:00 |
|
David Anderson
|
08e3e3b53d
|
Triggering build.
|
2008-09-14 18:57:01 -05:00 |
|
David Anderson
|
86591356b0
|
Triggering build.
|
2008-09-14 18:52:59 -05:00 |
|
David Anderson
|
f62cf04f91
|
Triggering build.
|
2008-09-14 18:29:11 -05:00 |
|
David Anderson
|
cf621eaf10
|
Triggering build.
|
2008-09-14 18:25:44 -05:00 |
|
David Anderson
|
b8214a80c2
|
Cleared out NOTICE.txt.
|
2008-09-14 18:16:28 -05:00 |
|
David Anderson
|
f79c9eec82
|
Changes to buildbot scripts for Mercurial.
|
2008-09-14 16:40:49 -05:00 |
|
David Anderson
|
8fcecf3dec
|
Updated versionchanger.pl for Mercurial, FINALLY fixed its whitespace.
|
2008-09-14 16:26:38 -05:00 |
|
David Anderson
|
bcf1b092ae
|
Mirrored buildbot/version template changes from branch.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402539
|
2008-09-14 06:13:25 +00:00 |
|
David Anderson
|
29d1246b8d
|
Fixed another sdktools team native crash, if m_szTeamName wasn't available (bug amb1779, r=pred).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402530
|
2008-09-08 07:00:34 +00:00 |
|
David Anderson
|
514fc7dfe8
|
Fixed missing translation for funvotes (bug amb1968).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402528
|
2008-09-08 06:38:10 +00:00 |
|
David Anderson
|
0691bca512
|
Added "antiflood.txt" to Core's IPhraseCollection to prevent error spew (bug amb1922).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402527
|
2008-09-08 06:20:54 +00:00 |
|
David Anderson
|
e1f8a0fd68
|
Fixed the compiler eating too many characters in macro subsitutions (bug amb1938).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402526
|
2008-09-08 02:13:17 +00:00 |
|
David Anderson
|
e141cf74d5
|
Fixed three bugs with team natives that appeared on INS: bounds checking had wrong binary shortcut order, bounds checking was off by one, error condition was not returned properly. Out-of-range team indexes no longer cause crashes now.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402523
|
2008-09-07 22:17:12 +00:00 |
|
David Anderson
|
9ca1ca62ea
|
Fixed a nasty compiler bug where if the rhs of a ternary operator was larger than the lhs, the copy length emitted would only fit the lhs. The hier13() function now returns the larger of the lvalue sizes. (bug amb1853)
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402521
|
2008-09-07 09:51:38 +00:00 |
|
David Anderson
|
99d27b979d
|
Triggering rebuild for win32-trunk.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402519
|
2008-09-07 03:56:45 +00:00 |
|
David Anderson
|
681747d02c
|
Fixed long strings with internal static copybacks causing buffer overflows (bug amb1986).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402518
|
2008-09-07 03:24:51 +00:00 |
|
David Anderson
|
1ec936daf6
|
Testing pushing of build.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402516
|
2008-09-07 00:18:18 +00:00 |
|
David Anderson
|
8eb6d9ccf5
|
Added master.cfg from buildbot for safe keeping.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402514
|
2008-09-06 23:36:04 +00:00 |
|
David Anderson
|
d3394453ff
|
Fixed, hopefully, one of the last bugs in the symstore script.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402513
|
2008-09-06 23:26:52 +00:00 |
|
David Anderson
|
5caeebf807
|
Bugfixes to buildbot scripts, added symstore script.
Removed soon-to-be-outdated fetchdlls program.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402512
|
2008-09-06 23:24:56 +00:00 |
|
David Anderson
|
d6a9cb427f
|
Added product version file, first step to removing modules.versions someday.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402506
|
2008-09-06 14:33:48 +00:00 |
|
David Anderson
|
cb4b1dce71
|
Another PathFormat.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402505
|
2008-09-06 14:10:21 +00:00 |
|
David Anderson
|
e6c5adfa24
|
PathFormat in bootstrap.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402504
|
2008-09-06 14:03:50 +00:00 |
|
David Anderson
|
444896104f
|
Enclose bootstrapper command in quotes.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402503
|
2008-09-06 14:02:48 +00:00 |
|
David Anderson
|
e2791a3702
|
Packager now gets a config file on the command line (more secure for buildbot).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402502
|
2008-09-06 13:04:54 +00:00 |
|
David Anderson
|
16ed584e39
|
Added packaging script.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402501
|
2008-09-06 12:19:33 +00:00 |
|
David Anderson
|
d6a0cb8992
|
Removed some debug code, and hopefully fixed misleading failures.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402500
|
2008-09-06 10:18:26 +00:00 |
|
David Anderson
|
f99b82b53a
|
Added default return code of 0.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402499
|
2008-09-06 09:40:44 +00:00 |
|
David Anderson
|
32b7e2df98
|
startbuild is now a direct pipe.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402498
|
2008-09-06 09:32:12 +00:00 |
|
David Anderson
|
0137219fb8
|
Added startbuild script.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402497
|
2008-09-06 09:24:39 +00:00 |
|
David Anderson
|
51f914fb30
|
Bootstrap performs all steps up to executing builer now.
Builder sends error code on failure now.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402496
|
2008-09-06 09:12:21 +00:00 |
|
David Anderson
|
f85eeb2adb
|
Finally, paths sorted out I think.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402495
|
2008-09-06 08:35:27 +00:00 |
|
David Anderson
|
6b213a9caf
|
Ugh.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402494
|
2008-09-06 08:19:05 +00:00 |
|
David Anderson
|
35f31b0f1a
|
More buildbot path nonsense.
--HG--
rename : tools/buildbot/build_builder.pl => tools/buildbot/bootstrap.pl
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402493
|
2008-09-06 08:09:19 +00:00 |
|
David Anderson
|
56a68f4dfd
|
Paths should be relative to working folder.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402492
|
2008-09-06 07:47:29 +00:00 |
|
David Anderson
|
6e930f6048
|
Added buildbot script for building builder tool.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402491
|
2008-09-06 07:39:10 +00:00 |
|
David Anderson
|
4fc7fce4fd
|
No spaces!
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402490
|
2008-09-06 07:23:04 +00:00 |
|
David Anderson
|
f27202202b
|
Fixed profiler being initialized at the wrong time, causing a paired callback mismatch (bug amb1977).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402489
|
2008-09-05 06:15:54 +00:00 |
|
David Anderson
|
fe4e39a2dd
|
Fixed amb1935 - When deleting a topmenu category, child objects were not removed from the name cache.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402485
|
2008-09-02 06:01:12 +00:00 |
|
David Anderson
|
4951dccded
|
Fixed amb1927 - client command case sensitivity did not match the server's logic.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402483
|
2008-09-02 03:58:34 +00:00 |
|
David Anderson
|
05e18833ac
|
Fixed IHandleSys doc for failure outparams.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402479
|
2008-08-28 17:18:26 +00:00 |
|
David Anderson
|
08c2a087d8
|
Fixed plugins not being unloadable from files not being closed (amb 1875).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402478
|
2008-08-28 16:59:41 +00:00 |
|
David Anderson
|
c951a6ca7c
|
Reverted to old cmd functionality for original engine.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402469
|
2008-08-23 19:59:18 +00:00 |
|
David Anderson
|
70a594f354
|
Fixed bug 1750 and bug 1801. Orange Box changes the command processing heuristics without telling anyone, it looks like executing commands during the command buffer processing causes insertion to the beginning of the stream rather than end. Moving our callbacks to occur in a new frame seems to alleviate this.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402468
|
2008-08-23 19:51:02 +00:00 |
|
David Anderson
|
9b03490b1a
|
Fixed crash when TF2 extension couldn't load.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402467
|
2008-08-23 09:46:52 +00:00 |
|
David Anderson
|
edb7b49c25
|
Fixed bogus warning from GCC.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402466
|
2008-08-23 09:29:27 +00:00 |
|
David Anderson
|
0c1c984eaf
|
Add a poor man's build trigger.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402465
|
2008-08-23 08:02:44 +00:00 |
|
David Anderson
|
b595047fdf
|
Fixed OP_SWITCH accidentally using the wrong address to get the pcode base (regression based on assumption of JitWriter::inbase).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402464
|
2008-08-19 06:40:25 +00:00 |
|
David Anderson
|
2c25c09420
|
Ew! No spaces in filenames.
--HG--
rename : tools/gamedata md5/Makefile => tools/gamedata_md5/Makefile
rename : tools/gamedata md5/TextParsers.cpp => tools/gamedata_md5/TextParsers.cpp
rename : tools/gamedata md5/TextParsers.h => tools/gamedata_md5/TextParsers.h
rename : tools/gamedata md5/main.cpp => tools/gamedata_md5/main.cpp
rename : tools/gamedata md5/main.h => tools/gamedata_md5/main.h
rename : tools/gamedata md5/md5.cpp => tools/gamedata_md5/md5.cpp
rename : tools/gamedata md5/md5.h => tools/gamedata_md5/md5.h
rename : tools/gamedata md5/msvc9/gamedatamd5.sln => tools/gamedata_md5/msvc9/gamedatamd5.sln
rename : tools/gamedata md5/msvc9/gamedatamd5.vcproj => tools/gamedata_md5/msvc9/gamedatamd5.vcproj
rename : tools/gamedata md5/sm_memtable.cpp => tools/gamedata_md5/sm_memtable.cpp
rename : tools/gamedata md5/sm_memtable.h => tools/gamedata_md5/sm_memtable.h
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402463
|
2008-08-17 18:27:51 +00:00 |
|
David Anderson
|
f6b088c2e6
|
Fixed amb1928 (EndOfMapVoteEnabled should be optional).
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402462
|
2008-08-15 17:21:48 +00:00 |
|
David Anderson
|
1cf87d4ad9
|
Fixed build for new jit. Can't seem to kill off one of Microsoft's retarded NONSTDC warning, oh well.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402461
|
2008-08-15 05:41:20 +00:00 |
|
David Anderson
|
0aad4353cf
|
Removed debug mode from plugin_settings.cfg.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402460
|
2008-08-15 05:33:57 +00:00 |
|