Nicholas Hastings
|
e44dbd0e77
|
Merge.
|
2011-06-26 18:09:55 -04:00 |
|
Nicholas Hastings
|
ec12022550
|
Added msvc10 project files for TF2 ext (NPOTB).
|
2011-06-26 10:54:12 -04:00 |
|
Drifer
|
e0f670499c
|
Add a number of useful forwards and natives to the cstrike extension (bug 4732, r=fyren).
|
2011-06-26 01:25:42 -07:00 |
|
Nicholas Hastings
|
49a6508888
|
Added msvc10 project for SDKTools (NPOTB).
|
2011-06-22 09:46:56 -04:00 |
|
John Schoenick
|
f1a4a08c7f
|
Fixed regression in FindEntityByClassname from bug 4899 (bug 4941, r=predcrab).
|
2011-06-01 20:36:16 -04:00 |
|
Nicholas Hastings
|
5ee8c8ce91
|
Backed out changeset: a7a73225f8ee
|
2011-05-25 13:56:34 -04:00 |
|
Nicholas Hastings
|
971793d6a1
|
Backed out changeset: 065beec73902
|
2011-05-25 13:56:13 -04:00 |
|
Nicholas Hastings
|
9d7a905fb1
|
Backed out changeset: 65eb3df32b1c
|
2011-05-25 13:31:14 -04:00 |
|
Nicholas Hastings
|
731f002175
|
Backed out changeset: abe4ce9d3e0e
|
2011-05-25 13:30:40 -04:00 |
|
Nicholas Hastings
|
7e6f3bfd83
|
Adjusting the proper set of flags this time.
|
2011-05-25 11:25:20 -04:00 |
|
Nicholas Hastings
|
3e14739b29
|
Attempting to fix SDKTools build.
|
2011-05-25 11:21:16 -04:00 |
|
Nicholas Hastings
|
7527f441ae
|
Switched to using IServerTools in SDKTools where possible. (bug 4899, r=fyren).
|
2011-05-25 08:27:27 -04:00 |
|
Nicholas Hastings
|
d03e051611
|
Fixed var names and docs for TF2_MakeBleed native (bug 4928, r=fyren).
|
2011-05-24 10:17:48 -04:00 |
|
John Schoenick
|
e8c141d775
|
Make SQL_LastInsertId and SQL_GetAffectedRows work on query handles, allowing their use with threaded queries
|
2011-05-14 20:21:37 -07:00 |
|
Scott Ehlert
|
cb2de2e5c4
|
Avoid depending on __isoc99_sscanf@GLIBC_2.7 when building on Linux with glibc >= 2.7 (bug 4894, r=dvander).
|
2011-04-28 02:43:55 -05:00 |
|
Scott Ehlert
|
939bc00b2b
|
Added detection for clang compiler and fixed various warnings triggered by it (bug 4878, r=dvander).
|
2011-04-23 21:53:53 -05:00 |
|
Nicholas Hastings
|
d099febf7b
|
Added new param to CTFPlayerShared::Disguise call in TF2 ext (bug 4866, r=fyren).
|
2011-04-15 12:11:32 -04:00 |
|
Nicholas Hastings
|
33aebeb727
|
Added forwards to TF2 ext for cond addition and removal (bug 4851, r=fyren).
|
2011-04-09 00:33:55 -04:00 |
|
Nicholas Hastings
|
ef082d855c
|
Fixed some gamedata lookups requiring symbols on linux/mac (bug 4832, r=fyren).
|
2011-04-04 13:44:19 -04:00 |
|
databomb
|
217670b54a
|
Fix precedence of voice mute flag versus specific client overrides (bug 4826, r=fyren)
|
2011-03-08 12:23:34 -08:00 |
|
databomb
|
f2e19c0387
|
Fix mistaken unhooking of voice hooks (bug 4804, r=fyren)
|
2011-03-08 12:17:21 -08:00 |
|
Nicholas Hastings
|
c3a98db0ea
|
Fixed SetTeamScore not updating score on client (bug 2736, r=fyren).
|
2011-02-28 19:40:21 -05:00 |
|
Nicholas Hastings
|
f27685717b
|
Updated SDKTools vc project file (NPOTB).
|
2011-03-01 21:25:02 -05:00 |
|
Nicholas Hastings
|
6f8b420d0d
|
Backed out changeset: 6da59ea19165
|
2011-03-01 21:22:01 -05:00 |
|
Nicholas Hastings
|
f348e58508
|
Fixed SetTeamScore not updating score on client (bug 2736, r=fyren).
|
2011-02-28 19:40:21 -05:00 |
|
Nicholas Hastings
|
3de61b69ad
|
Raised MAXPLAYERS from 64 to 65 (bug 4490, r=dvander).
|
2011-01-16 20:06:55 -05:00 |
|
Nicholas Hastings
|
9ec7feb9ab
|
Fixed CDetour crash in TF2 extension when last plugin using forward is unloaded (bug 4713, r=fyren).
|
2010-11-28 22:41:48 -05:00 |
|
Nicholas Hastings
|
61b677c073
|
Add GetGameRules to ISDKTools (bug 4707, r=fyren)
|
2010-11-19 23:02:27 -05:00 |
|
Nicholas Hastings
|
264e42a4c5
|
Merge
|
2010-11-19 15:52:41 -05:00 |
|
Nicholas Hastings
|
251fd660f9
|
Backed out changeset: 07fb9b761438
|
2010-11-19 15:52:33 -05:00 |
|
Matt Woodrow
|
6459f53263
|
Why, oh why, do you do this to me gcc?
|
2010-11-19 18:16:24 +13:00 |
|
Matt Woodrow
|
55c8d93862
|
gcc strikes again with the no newline error. Bustage fix
|
2010-11-19 18:12:40 +13:00 |
|
Matt Woodrow
|
c6f83f8c14
|
Bustage fix. Thanks for nothing Crimson
|
2010-11-19 18:07:28 +13:00 |
|
Brett Powell
|
c9eaca0e56
|
Add WaitingForPlayers forwards to TF2 extension (bug 4704, r=pred)
|
2010-11-19 17:58:46 +13:00 |
|
Brett Powell
|
616113d384
|
Add GetGameRules to ISDKTools (bug 4707, r=pred)
|
2010-11-19 17:37:26 +13:00 |
|
Nicholas Hastings
|
ac738aff10
|
TF2 GetHoliday detour now detours UTIL_GetHoliday (bug 4700, r=fyren).
|
2010-11-09 21:12:38 -05:00 |
|
A.W. Stanley
|
7627bf80b9
|
Added TF2_IsPlayerInDuel native to TF2 extension (bug 4695, r=psychonic).
|
2010-11-07 19:05:32 -05:00 |
|
Fyren
|
56e3bab02a
|
vcproj crap (NPOTB)
|
2010-10-20 05:13:48 -07:00 |
|
Fyren
|
9dd5ab4ebd
|
Fix Windows entity output hooks (bug 4644, r=dvander)
|
2010-10-20 05:10:13 -07:00 |
|
Fyren
|
be7ef860d5
|
Revert mistaken vsound.cpp change
|
2010-10-04 19:45:21 -07:00 |
|
Fyren
|
430c001d58
|
Static gamedata checker (NPOTB)
|
2010-10-01 12:15:43 -07:00 |
|
Nicholas Hastings
|
943777e5d0
|
Fixed/updated TF2_DisguisePlayer (bug 4641, r=fyren).
|
2010-10-01 10:46:21 -04:00 |
|
Nicholas Hastings
|
c086c3b03b
|
Updated more TF2 gamedata and fixed RemoveCondition call (bug 4641, r=fyren).
|
2010-10-01 09:07:51 -04:00 |
|
Nicholas Hastings
|
dc3050537b
|
Fixed timeleft not getting reset on Game_Commencing in CS:S (bug 4557, r=fyren).
|
2010-08-19 21:57:09 -04:00 |
|
Nicholas Hastings
|
5acd0dd2d1
|
Fixed Curl lib AMBuilder script failing with vs2010 (bug 4575, r=ds).
|
2010-08-19 13:03:14 -04:00 |
|
Scott Ehlert
|
89334bb459
|
Bintools extension no longer needs a separate build for each engine (bug 4548, r=dvander).
|
2010-08-01 14:57:54 -05:00 |
|
Scott Ehlert
|
e1199a02ee
|
Fixed missing version string and compile date for MySQL extension (bug 4547, r=dvander).
|
2010-07-28 14:48:51 -05:00 |
|
Scott Ehlert
|
dd44a0aaea
|
Added support for Alien Swarm (bug 4530, r=dvander).
|
2010-07-27 17:32:32 -05:00 |
|
pheadxdll
|
488de0014e
|
Added TF2_MakeBleed native to TF2 ext (bug 4542, r=fyren,psychonic).
|
2010-07-26 11:06:08 -04:00 |
|
Scott Ehlert
|
563e981902
|
Fixed Linux and OS X builds.
|
2010-07-21 22:23:56 -05:00 |
|
Fyren
|
c3e20d5d12
|
FireOutput detour in SDKTools now uses CDetour (bug 4416, r=pred).
|
2010-07-21 22:09:03 -05:00 |
|
Nicholas Hastings
|
be2bbec526
|
Fixed PlayerRunCmd being hooked when not used. (bug 3990, r=fyren)
|
2010-07-18 15:43:56 -04:00 |
|
Nicholas Hastings
|
40b4859b16
|
newline
|
2010-06-28 18:37:43 -04:00 |
|
Nicholas Hastings
|
e4832f0d08
|
Added forward/detour for TF2's GetHoliday function (bug 4462, r=pred)
|
2010-06-28 17:48:14 -04:00 |
|
David Anderson
|
f439cad46c
|
Removed code now dead from CS:S Orange Box move (bug 4399, r=ds).
|
2010-06-23 23:35:28 -07:00 |
|
Nicholas Hastings
|
9fe2e8e31a
|
Removed cstrike ep1 and cstrike_beta builds and references.
|
2010-06-23 23:49:06 -04:00 |
|
Nicholas Hastings
|
45549a8173
|
Cstrike ext now recognizes and loads on cstrike_beta (bug 4399, r=fyren)
|
2010-06-23 10:08:08 -04:00 |
|
Nicholas Hastings
|
cbaa959521
|
Adding building of cstrike ext for ep2v (bug 4399, r=fyren)
|
2010-06-23 08:19:19 -04:00 |
|
Nicholas Hastings
|
9a140ff93f
|
Fixed outputname null pointer crash in sdktools (bug 4422, r=fyren)
|
2010-06-14 09:32:50 -04:00 |
|
Matt Woodrow
|
f7a3a6c17b
|
Fixed clientprefs deleting cookies twice in rare cases (bug 4412, r=Fyren)
|
2010-06-07 10:30:33 +12:00 |
|
Fyren
|
5ca2d469a8
|
Fix sdktools voice memory corruption (bug 4415, r=dvander)
|
2010-06-05 23:15:29 -07:00 |
|
Scott Ehlert
|
e518605d69
|
Fixed various areas where code was being compiled for Linux only, but should actually be used on OS X too (bug 4392, r=dvander).
|
2010-05-29 18:11:47 -04:00 |
|
Scott Ehlert
|
b0cf41de08
|
Fixed potential problem when using bintools to call functions that return objects by value on OS X (bug 4392, r=dvander).
Objects are only returned in memory when their sizes are greater than 8 or are not a power of 2.
|
2010-05-29 00:22:21 -05:00 |
|
Nicholas Hastings
|
fb4f6406c9
|
Fixed SDKTools sm_dump_datamaps crash on improperly created entities (bug 4424, r=pred)
|
2010-05-26 08:30:13 -04:00 |
|
Scott Ehlert
|
95de453677
|
Compile and link fixes for Mac OS X (bug 4392, r=dvander).
|
2010-05-13 04:22:31 -05:00 |
|
Scott Ehlert
|
31f223bff5
|
Merge.
|
2010-05-13 04:19:39 -05:00 |
|
Scott Ehlert
|
9fce2b1d8e
|
Only build OB-Valve binaries on Mac OS X for now (bug 4392, r=dvander).
|
2010-05-13 04:18:58 -05:00 |
|
David Anderson
|
a6ceb337b2
|
Move timer natives into logic binary (bug 4402, r=ds).
--HG--
rename : core/smn_timers.cpp => core/logic/smn_timers.cpp
|
2010-05-13 01:47:12 -07:00 |
|
Scott Ehlert
|
f4e22cb44c
|
Backed out changeset 29e6cc6f2124 (bug 4392).
|
2010-05-12 04:13:56 -05:00 |
|
David Anderson
|
ab9750f8b2
|
Only build OB-Valve binaries on Mac OS X right now (bug 4392, r=ds).
|
2010-05-11 23:48:39 -05:00 |
|
David Anderson
|
af82971bf5
|
Fixed Windows build.
|
2010-05-11 02:07:35 -07:00 |
|
David Anderson
|
271b52158e
|
Mac build fixes (bug 4392, r=me).
|
2010-05-11 01:46:55 -07:00 |
|
Fyren
|
26c404adee
|
Mac build fixes (bug 4392, r=dvander).
|
2010-05-11 01:46:54 -07:00 |
|
David Anderson
|
738fcb6563
|
Added pcre-7.9 build for darwin.
|
2010-05-11 00:10:37 -07:00 |
|
Scott Ehlert
|
3d4754d4ad
|
Fixed master amb script for darwin (r=dvander).
|
2010-05-11 00:10:36 -07:00 |
|
Fyren
|
1a938f8711
|
ep2v build changes (bug 4371, r=dvander)
|
2010-04-29 00:08:08 -07:00 |
|
Fyren
|
5ec4b3441e
|
Build stuff for L4D2 DLC (bug 4361, r=SAWCE)
|
2010-04-23 11:39:12 -07:00 |
|
Nicholas Hastings
|
956d345e17
|
Added TF2_StunPlayer native and TF2_GetPlayerConditionFlags stock to TF2 ext. (bug 4331, r=pred)
|
2010-03-31 08:51:25 -04:00 |
|
Nicholas Hastings
|
019e3956f7
|
Fixed bad caller crash with HookEntityOutput (bug 4311, r=fyren)
|
2010-03-20 11:07:45 -04:00 |
|
Nicholas Hastings
|
a72daff4ac
|
Added 4 new natives to TF2 ext. (bug 4166, r=pred)
Added natives for Regenerate, add/remove condition, and SetPlayerPowerPlay. Also updated TF2 test plugin.
|
2010-03-18 11:35:05 -04:00 |
|
David Anderson
|
1852aaf332
|
Fixed GetClientCookieTime not being exported (bug 4237, r=fyren).
|
2010-02-08 19:58:36 -08:00 |
|
Scott Ehlert
|
68a0d10443
|
Webternet and Updater extensions now load on Windows 2000 (bug 4234, r=dvander).
|
2010-01-20 15:12:57 -06:00 |
|
David Anderson
|
0708e7f8f6
|
Fixed accidental hook against garbage offset (bug 4231, r=fyren).
|
2010-01-20 04:03:46 -08:00 |
|
Downtown1
|
18865c44c8
|
Added a new ValveCallType that allows for arbitrary |this| parameters, as well as associated features in gamedata and for reading/writing memory (bug 3520, r=dvander, sr=fyren).
|
2010-01-11 22:46:44 -08:00 |
|
Scott Ehlert
|
dc0ea197cd
|
Added IMemoryUtils::ResolveSymbol() for resolving symbols hidden via GCC's -fvisibility=hidden (bug 4091, r=dvander,pred).
Right now, this is only used on L4D2 where it is needed.
|
2009-11-06 16:24:40 -06:00 |
|
Scott Ehlert
|
8c297832f6
|
Fixed Windows build, I think.
|
2009-10-30 00:03:54 -05:00 |
|
Matt Woodrow
|
eb68e4c627
|
SourceMod MSVC project files updated, windows tested and loading, gamedata fix.
|
2009-10-30 14:29:45 +13:00 |
|
Matt Woodrow
|
533723cd8b
|
L4D2 gamedata updates
|
2009-10-30 13:27:05 +13:00 |
|
Fyren
|
9e69afbbd6
|
Inital SM fixes for l4d2 and linux makefile updates
|
2009-10-30 13:26:13 +13:00 |
|
David Anderson
|
3bf5edc2b3
|
Added @spec target (bug 2718, r=fyren).
|
2009-10-27 03:41:36 -07:00 |
|
Matt Woodrow
|
73d70b6953
|
Fixed bug in entity output hooks (bug 3988, r=fyren).
|
2009-10-27 00:03:59 -07:00 |
|
Scott Ehlert
|
07901946d0
|
Fixed building of libcurl on Linux when a build clobber is done.
|
2009-10-06 01:52:08 -05:00 |
|
Matt Schubert
|
95d30ba4ec
|
Fixed the Huntsman not firing CalcIsAttackCritical (bug 3927, r=dvander)
|
2009-09-17 12:42:58 -04:00 |
|
David Anderson
|
1dd862f83d
|
Build fix, bug 3818 fallout.
|
2009-09-07 17:15:47 -07:00 |
|
Fyren
|
70bb4930f6
|
Respect clientside mutes and add fixed client listening API (bug 3818, r=pred,dvander).
|
2009-09-07 17:09:28 -07:00 |
|
Matt Woodrow
|
3cfc45c4e8
|
Fixed TR_GetEntityIndex returning -1 for world ent hits (Logical entities bcompat break)
|
2009-09-05 19:36:12 +12:00 |
|
David Anderson
|
0a060982e3
|
Fixed extension version reporting.
|
2009-08-30 01:54:45 -07:00 |
|
David Anderson
|
f039c0636e
|
More build fixes.
|
2009-08-30 01:34:24 -07:00 |
|
David Anderson
|
a620e1490c
|
Build fixes.
|
2009-08-30 01:19:32 -07:00 |
|
David Anderson
|
d682361cfc
|
More changes for new build system.
|
2009-08-30 00:46:56 -07:00 |
|
David Anderson
|
d3f0a14867
|
Imported support for new build system.
|
2009-08-30 00:21:42 -07:00 |
|
David Anderson
|
83393f299a
|
Removed auto folders (bug 3949).
|
2009-08-30 00:03:58 -07:00 |
|
Matt Woodrow
|
bf1285567e
|
Build fix
|
2009-08-24 09:41:53 +12:00 |
|
DaFox
|
e315726001
|
Added PointOutsideWorld native to sdktools (bug 3906, r=dvander)
|
2009-08-24 09:19:42 +12:00 |
|
Matt Woodrow
|
3288592d30
|
Fixed tf2 build configs
|
2009-08-17 11:07:14 +12:00 |
|
Matt Woodrow
|
95cffca5f1
|
Forgot makefiles patch
|
2009-08-17 10:53:54 +12:00 |
|
Matt Woodrow
|
13b9deb5ef
|
Merged the build fixes (hopefully)
|
2009-08-17 10:42:01 +12:00 |
|
Matt Woodrow
|
c307c692a0
|
Copy of new tf engine changes from 1.2 branch
|
2009-08-17 10:03:53 +12:00 |
|
David Anderson
|
008e98d980
|
Fixed incorrect escaping in clientprefs SQLite queries (bug 3904, r+a12=pred).
|
2009-08-10 22:16:58 -04:00 |
|
Fyren
|
b11f597521
|
Fix SetClientViewModel (bug 3941, r=pred)
|
2009-08-09 15:35:49 -07:00 |
|
David Anderson
|
98274d4b17
|
Linux build of pcre-7.9 (bug 3923).
|
2009-07-28 12:56:16 -05:00 |
|
David Anderson
|
12a1cb9e97
|
Check-in of pcre-7.9 source code and win32 static lib (bug 3923).
|
2009-07-28 17:51:34 -04:00 |
|
Matt Woodrow
|
75c54c6738
|
Fixed regression with sound natives (bug 3918, r=dvander)
|
2009-07-28 15:05:47 +12:00 |
|
Matt Woodrow
|
ed02df113f
|
A newline again? Really?
|
2009-07-24 13:17:26 +12:00 |
|
Matt Woodrow
|
2afdcf54ab
|
I surrender GCC! Please?
|
2009-07-24 13:09:06 +12:00 |
|
Matt Woodrow
|
3e36382b58
|
Added support for logical (non-networked) entities using entity references - See http://wiki.alliedmods.net/Entity_References_%28SourceMod%29 (bug 2459, r=dvander)
|
2009-07-24 12:34:31 +12:00 |
|
Matt Schubert
|
cf61779b08
|
Backed out changeset a42b24399f60
|
2009-07-09 17:49:26 -04:00 |
|
Matt Schubert
|
71600a4f37
|
Fix RemoveDisguise Windows signature for TF2 (bug 3892)
|
2009-07-09 17:45:20 -04:00 |
|
Matt Woodrow
|
58d98f8454
|
Fixed crash on client disconnect
|
2009-05-19 15:16:25 +12:00 |
|
David Anderson
|
2af45da0a8
|
Merge from 1.2 branch.
|
2009-05-12 19:43:21 -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 |
|
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
|
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 |
|
Fyren
|
6908c0f1d0
|
Fix sdktools MSVC9 project file (and sm_slap) for EP1 games (bug 3768)
|
2009-05-07 20:15:32 -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
|
462e03d150
|
Fix medigun/CalcIsAttackCritical Windows crash (bug 3791, r=pred)
|
2009-04-21 02:38:35 -07: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 |
|
David Anderson
|
40a8892cb7
|
Merge from sourcemod-1.2 branch.
|
2009-03-30 11:43:16 +02:00 |
|
David Anderson
|
e1bb10d859
|
Removed SSE optimizations from msvc9 project files (bug 3756, r=ds, a12=blocking).
|
2009-03-30 08:31:35 +02:00 |
|
Fyren
|
81e30e75c4
|
Merge: this'll teach me to not pull first
|
2009-03-18 19:15:40 -07:00 |
|
Fyren
|
7a94343dec
|
Fix/restore TF2_IgnitePlayer (bug 3528, r=pred)
|
2009-03-18 18:50:31 -07:00 |
|
Fyren
|
3ee6bae4ba
|
Fix/restore TF2_IgnitePlayer (bug 3528, r=pred)
|
2009-03-18 18:50:20 -07:00 |
|
Matt Woodrow
|
c23ffa2ce5
|
Added GetClientCookieTime native (bug 3736, r=dvander)
|
2009-03-17 12:30:21 +13:00 |
|
Matt Woodrow
|
fa8c9a8418
|
Clientprefs now loads cookies for clients on late load (bug 3735, r=dvander)
|
2009-03-17 12:28:05 +13:00 |
|
David Anderson
|
2e176b8b8d
|
Fixed auto update URL being set too late (bug 3699, r=pred).
|
2009-03-16 18:43:34 -04:00 |
|
David Anderson
|
c0ee2ce345
|
Fixed assorted updater bugs (bug 3697, r=pred, a121=blocking).
|
2009-03-06 17:41:35 -05:00 |
|
Scott Ehlert
|
d8264fada7
|
Merge from 1.2 branch.
|
2009-03-05 15:48:38 -06:00 |
|
Scott Ehlert
|
72da49415e
|
Added -dev tag back to version.h files for manual builds.
|
2009-03-05 14:59:09 -06:00 |
|
David Anderson
|
8e744ec5f7
|
Re-added -dev tag, bumped version to 1.2.1.
|
2009-03-05 02:36:27 -05:00 |
|
David Anderson
|
8dfbcf5a9f
|
Bumped versions.
|
2009-03-05 02:07:44 -05:00 |
|
David Anderson
|
1f636bf7a9
|
Bumped trunk to 1.3.0.
|
2009-03-05 01:48:18 -05:00 |
|