Matt Schubert
|
71600a4f37
|
Fix RemoveDisguise Windows signature for TF2 (bug 3892)
|
2009-07-09 17:45:20 -04:00 |
|
Fyren
|
14320f2155
|
Fix PlayerRunCmd offset for TF2
|
2009-06-16 19:41:44 -07:00 |
|
David Anderson
|
1923368353
|
Fixed build.
|
2009-05-30 20:04:55 -04:00 |
|
David Anderson
|
752bd78de5
|
Fixed compiler asserting when returning a string literal (bug 3836, r=fyren).
|
2009-05-30 20:03:56 -04:00 |
|
David Anderson
|
c4b17855e5
|
Fixed compiler erroring when tagging functions for string return (bug 3837, r=fyren).
|
2009-05-30 20:03:01 -04:00 |
|
David Anderson
|
a1543f79cb
|
Fixed compiler not handling constant chained relational operators correctly (bug 3838, r=fyren).
|
2009-05-30 20:02:05 -04:00 |
|
David Anderson
|
d4798ccaa5
|
Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren).
|
2009-05-30 19:59:55 -04:00 |
|
Fyren
|
c2c4ed1fe5
|
Fix crash when unloading a plugin with live user message hooks (bug 3817, r=dvander)
|
2009-05-25 18:12:26 -07:00 |
|
David Anderson
|
614188c82b
|
Fixed compiler using NDEBUG in debug builds (bug 3815, r=fyren).
|
2009-05-24 12:08:27 -04:00 |
|
David Anderson
|
53e98c114a
|
Fixed Plugin_Handled acting like a Stop in usermsg hooks (bug 3685, r=fyren).
|
2009-05-24 12:01:18 -04:00 |
|
Fyren
|
73c8246204
|
Preliminary TF2 gamedata changes
|
2009-05-21 20:43:22 -07:00 |
|
Matt Woodrow
|
58d98f8454
|
Fixed crash on client disconnect
|
2009-05-19 15:16:25 +12:00 |
|
Fyren
|
7605396e84
|
Add L4D handling to GuessSDKVersion() (bug 3842, r=dvander)
|
2009-05-16 16:32:21 -07:00 |
|
"David Anderson
|
cec339552e
|
Moved smn_functions to logic binary.
--HG--
rename : core/smn_functions.cpp => core/logic/smn_functions.cpp
|
2009-05-14 11:38:50 -04:00 |
|
"David Anderson
|
fc003db139
|
Updated MSVC9 files.
|
2009-05-14 11:28:43 -04:00 |
|
"David Anderson
|
caf434aef2
|
Moved profiler and adt_trie to logic binary.
--HG--
rename : core/Profiler.cpp => core/logic/Profiler.cpp
rename : core/Profiler.h => core/logic/Profiler.h
rename : core/smn_adt_trie.cpp => core/logic/smn_adt_trie.cpp
|
2009-05-14 11:24:07 -04:00 |
|
David Anderson
|
5261873f39
|
Fixed Linux build.
|
2009-05-13 22:07:11 -04:00 |
|
David Anderson
|
421b58f68e
|
Import of core modularization plan (bug 3599).
|
2009-05-13 21:55:50 -04:00 |
|
Fyren
|
850dbd62c6
|
Fix pred's failed l2merge merge
|
2009-05-13 16:24:55 -07:00 |
|
David Anderson
|
2af45da0a8
|
Merge from 1.2 branch.
|
2009-05-12 19:43:21 -04:00 |
|
David Anderson
|
685e8bac22
|
DOS line endings to match 1.2 branch.
|
2009-05-12 19:43:02 -04:00 |
|
David Anderson
|
e2a6ae9ecc
|
Central place to mark releases so buildbot symbols aren't scrapped by purge script (bug 3809, r=me, a12=NPOTB).
|
2009-05-12 19:06:57 -04:00 |
|
David Anderson
|
eb64e66e9f
|
Fixed crash when clientprefs saw disconnect from 64th client (bug 3821, r=pred).
|
2009-05-12 17:28:43 -04:00 |
|
Fyren
|
6a24b049cb
|
Fixed early tv_enable causing crashes (bug 3766, r=dvander).
|
2009-05-12 17:27:45 -04:00 |
|
David Anderson
|
1112dfffb3
|
Merge.
|
2009-05-12 17:26:47 -04:00 |
|
David Anderson
|
3304bc2f3a
|
Backed out changeset 97d5f4dbae0b
|
2009-05-12 17:26:39 -04:00 |
|
David Anderson
|
4d2bee192f
|
FortressForever does not support radio menus (bug 3819, r+a12=me).
|
2009-05-12 12:59:11 -04:00 |
|
David Anderson
|
2d4fb8a463
|
Merge.
|
2009-05-12 12:37:24 -04:00 |
|
Fyren
|
56c5012bef
|
Fixed early tv_enable causing crashes (bug 3766, r=dvander).
|
2009-05-12 12:37:12 -04:00 |
|
Fyren
|
47002f970d
|
Fix bad bintools assert that will always fail in debug (r=pred)
|
2009-05-11 19:45:51 -07:00 |
|
Matt Woodrow
|
f6fd395485
|
I dislike you GCC
|
2009-05-12 14:19:06 +12:00 |
|
Matt Woodrow
|
4f426dafef
|
Merged, thanks Fyren
|
2009-05-12 13:56:00 +12:00 |
|
Matt Woodrow
|
7b6f2863a9
|
Added PlayerRunCmd hook to sdktools (bug 3289, r=dvander)
|
2009-05-12 13:54:06 +12:00 |
|
Fyren
|
834a9bc84d
|
Some sdktools string and style changes (r=pred)
|
2009-05-11 18:46:19 -07:00 |
|
Matt Woodrow
|
7710a1fdb0
|
Merge from 1.2 branch
|
2009-05-11 11:45:08 +12:00 |
|
Matt Woodrow
|
bd97bdd378
|
Fixed unhook event crash (bug 3814, r=dvander)
|
2009-05-11 11:32:59 +12:00 |
|
David Anderson
|
211c5dcfcd
|
Fixed compiler reading uninitialized strings while processing varargs (bug 3811, r=fyren,pred, a12=blocking).
|
2009-05-10 11:01:19 -04:00 |
|
David Anderson
|
2cdf1897b9
|
Merge.
|
2009-05-09 09:24:04 -04:00 |
|
David Anderson
|
bf8c57c669
|
Fixed compiler choosing whether to emit stradjust.pri on dynamic arrays based on uninitialized memory (bug 3810, r=fyren,pred, a12=blocking).
|
2009-05-09 09:21:14 -04:00 |
|
Fyren
|
7fd6b308f8
|
Fix Windows L4D CreateFakeClient signature (bug 3792)
|
2009-05-08 00:10:12 -07:00 |
|
Fyren
|
6908c0f1d0
|
Fix sdktools MSVC9 project file (and sm_slap) for EP1 games (bug 3768)
|
2009-05-07 20:15:32 -07:00 |
|
Fyren
|
f74380b3e9
|
Fix casting problems in TextParsers breaking TrimString for non-ASCII (bug 3800, r+a12=dvander)
|
2009-05-03 11:23:12 -07:00 |
|
Matt Woodrow
|
4abdc29d9e
|
l2merge Fyren
|
2009-04-24 18:20:55 +12:00 |
|
Fyren
|
5096aef6e7
|
Remove knife critical stuff and previous "fix" (bug 3791, r=pred)
|
2009-04-22 19:06:19 -07:00 |
|
Fyren
|
d9f5801a68
|
I can in no way find fault with myself, so I blame buildbot.
|
2009-04-21 17:55:14 -07:00 |
|
Fyren
|
462e03d150
|
Fix medigun/CalcIsAttackCritical Windows crash (bug 3791, r=pred)
|
2009-04-21 02:38:35 -07:00 |
|
Fyren
|
6aded88e14
|
Fixed CommitSuicide offset for today's TF2 update
|
2009-04-20 21:38:12 -07:00 |
|
Fyren
|
74a25097b2
|
Fix OnClientConnect rejectmsg handling, improve doc (bug 3690, r=dvander)
|
2009-04-13 16:39:53 -07:00 |
|
Matt Woodrow
|
2c190f502f
|
Added new playerhelpers interface
|
2009-04-13 10:02:55 +12:00 |
|
Matt Woodrow
|
0122686541
|
Clientprefs now loads cookies for clients on late load (bug 3735, r=dvander)
|
2009-04-13 09:50:46 +12:00 |
|