1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-30 12:24:20 +01:00
Commit Graph

300 Commits

Author SHA1 Message Date
Scott Ehlert
3442fd7fe6 Oh, err, what was I thinking here?
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40352
2007-03-26 19:47:37 +00:00
Scott Ehlert
fbaa9221e3 Added a check for relative jump in GetUserMessageInfo's vtable entry
Also, added more games to list...

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40351
2007-03-26 19:44:04 +00:00
Scott Ehlert
3d38398eca This is more a accurate description...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40350
2007-03-21 17:54:17 +00:00
Scott Ehlert
05226d7799 Bail will probably kill me for all this but...
1) Fixed amb93: Improved mod path detection.
2) Fixed various rare string inconsistencies.
3) Updated changelog
4) Other various internal things that don't matter much :o

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40349
2007-03-21 17:45:28 +00:00
David Anderson
859506f742 added definitions for our new "versionchanger" script
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40347
2007-03-03 06:57:30 +00:00
Scott Ehlert
45bb183759 The most incredibly pointless commit ever
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40346
2007-03-02 02:43:22 +00:00
Scott Ehlert
2faa7923c4 Added more games to the list...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40345
2007-02-27 03:37:01 +00:00
Scott Ehlert
d07e97072d Added more comments to please the masses :o
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40344
2007-02-27 03:31:08 +00:00
Scott Ehlert
fa82870f01 Fixed some issues with getting the user messages when mod was compiled with frame pointer.
Added support for Dystopia through an ugly hack until more information known.
Code has been further uglified.

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40343
2007-02-27 03:25:36 +00:00
David Anderson
293308200f oh
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40341
2007-02-22 05:11:21 +00:00
David Anderson
012a2c600c initial import of new version code for nightly builds
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40340
2007-02-22 03:06:41 +00:00
Scott Ehlert
b663f41ee0 CSmmAPI::CacheUserMessages now checks to ensure that the number of messages falls within the bounds of an unsigned byte
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40339
2007-02-21 05:26:38 +00:00
Scott Ehlert
bf3d98f77c Added experimental user message API functions that don't error out on invalid indices
Added user message list to 'meta game' command

Terrible, ugly code...

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40338
2007-02-21 01:51:54 +00:00
Scott Ehlert
c7a31de575 Fixed linux build :o
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40337
2007-02-19 13:17:07 +00:00
Christian Hammacher
b2e2e058e4 fixed bug where directories in the root directory were not detected (unless the start directory was the root directory)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40335
2007-02-12 19:45:27 +00:00
David Anderson
ed2ba5b8b0 added some const specifiers to string
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40334
2007-02-10 04:52:18 +00:00
David Anderson
0f2e0c9544 updated license year
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40333
2007-02-10 00:36:21 +00:00
David Anderson
0f5c4ca912 added experimental API for hooking VSP interface calls
updated file license headers

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40332
2007-02-10 00:31:34 +00:00
Scott Ehlert
ef9cc2d21d Added 1.3d to changelog...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40331
2007-02-08 11:44:11 +00:00
Scott Ehlert
877099559d Renamed convar.h to convar_smm.h in order to avoid potential compiling problems with the order of include directories.
--HG--
rename : sourcemm/convar.h => sourcemm/convar_smm.h
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40330
2007-02-08 09:19:19 +00:00
David Anderson
5b0ab496d2 added const specifiers to a few member functions of SourceHook::List
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40329
2007-02-05 02:16:14 +00:00
David Anderson
59ec4c31ee fixed SourceMM crashing on long paths (steam srcds)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40327
2007-01-27 09:18:17 +00:00
Christian Hammacher
ead1b254c7 quickfix for ftp function
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40322
2006-12-18 22:15:04 +00:00
Christian Hammacher
77bc4b7509 upx'd
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40321
2006-12-18 20:55:03 +00:00
Christian Hammacher
7f76a631ac whops, wrong start page :x
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40320
2006-12-18 20:53:43 +00:00
Christian Hammacher
526103577f fixed bug where MM:S couldn't be installed to an FTP server if the FTP root is the server (hopefully)
changed listen server message a bit

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40319
2006-12-18 20:51:19 +00:00
Christian Hammacher
5bab014416 changed half-life 2 icon, now using vaksa's HL2 icons, thanks again!
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40318
2006-12-18 20:26:31 +00:00
Christian Hammacher
6426ca4100 added again
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40317
2006-11-30 22:57:57 +00:00
Christian Hammacher
14d3177942 SVN weirdness
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40316
2006-11-30 22:57:07 +00:00
Christian Hammacher
c122933ac1 no idea why this hasn't been in SVN already
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40315
2006-11-30 22:54:41 +00:00
Christian Hammacher
0c59344bc6 fixed it up again :x
added notice if cs:s doesn't run longer than 10 seconds after start

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40314
2006-11-30 22:53:44 +00:00
Christian Hammacher
1383a414d8 added dynamic version feature
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40313
2006-11-30 22:53:20 +00:00
Christian Hammacher
f72855262b changed license to zlib/libpng (should've done it earlier I guess)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40312
2006-11-30 20:52:46 +00:00
Christian Hammacher
545290e6ac Bumped version number to 1.3d
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40311
2006-11-30 20:49:02 +00:00
David Anderson
5bf3768e1f updated to work with 006
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40310
2006-11-30 02:43:15 +00:00
David Anderson
b3066f5c8d Back-ported some changes from AMX Mod X
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40309
2006-10-26 06:19:47 +00:00
David Anderson
08a498aaee added basic compatibility for darkmessiah. note that it will crash from engine diffs!
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40308
2006-10-25 20:35:29 +00:00
David Anderson
fadadd2d92 string fixups
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40307
2006-10-05 06:11:53 +00:00
Scott Ehlert
141d1534bb Fixed linking order for tier1, this no longer crashes :o
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40302
2006-09-20 02:25:13 +00:00
Scott Ehlert
9ca0ac0bc5 Tentative makefile changes to link to new tier1_i486.a static library
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40301
2006-09-15 06:50:44 +00:00
Scott Ehlert
30779961cb oops :\
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40294
2006-09-06 07:11:27 +00:00
Scott Ehlert
272b868e70 Fixed Linux-only issue with The Ship
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40293
2006-09-06 07:10:08 +00:00
Pavol Marko
a42da91655 Modified test1.cpp a little bit so that it tests the const attribute.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40291
2006-09-04 13:44:00 +00:00
Scott Ehlert
e41845770e Fixed makefiles for the HL2 SDK move
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40290
2006-08-27 05:39:59 +00:00
Scott Ehlert
1faeb4cdf8 Hi there. Not much to see here.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40287
2006-08-23 16:41:49 +00:00
David Anderson
547cc72ef5 fixed date
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40285
2006-08-17 02:41:42 +00:00
David Anderson
1d8a6f49f1 InterfaceSearch no longer uses new[]
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40284
2006-08-15 21:34:36 +00:00
David Anderson
941d4c066f added this helper
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40283
2006-08-15 20:28:18 +00:00
David Anderson
3b6dee2782 fixed the VInterfaceMatch API
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40282
2006-08-15 20:10:12 +00:00
Scott Ehlert
6b30a4f852 Updated makefiles yet again to add GCC version checking for some cool new optimization flags
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40281
2006-08-14 20:14:02 +00:00