Commit Graph

2692 Commits

Author SHA1 Message Date
David Anderson
1c5b8670d9 added backwards compat layer to old mysql module 2006-04-24 10:27:25 +00:00
David Anderson
768880fa92 leprechaun ! 2006-04-24 07:33:09 +00:00
David Anderson
114a6fe19d added linux support [untested] 2006-04-24 07:19:15 +00:00
David Anderson
0d3e657e1a added pragma library 2006-04-24 07:08:05 +00:00
David Anderson
880ec0572f fixed some bugs in result stuff 2006-04-24 02:09:27 +00:00
David Anderson
eba3f39d88 fixed some corruption bugs, hopefully improved memory management 2006-04-23 23:17:20 +00:00
Christian Hammacher
58ed3067ed Fixed search bug
Fixed print bug
Bumped version number to 1.4.2
2006-04-23 20:46:52 +00:00
David Anderson
fce58de726 *** empty log message *** 2006-04-23 04:24:46 +00:00
David Anderson
3677bc15ad *** empty log message *** 2006-04-23 01:36:33 +00:00
David Anderson
27d8cde394 initial import 2006-04-23 01:10:06 +00:00
Twilight Suzuka
3ba923e4c0 Works on t3h linux 2006-04-22 19:50:51 +00:00
Twilight Suzuka
07b1f0ea87 Added to allow Linux compilations. 2006-04-22 19:44:37 +00:00
Borja Ferrer
769485ce29 fixed 2 memory leaks in the debugger 2006-04-21 02:45:57 +00:00
Borja Ferrer
1d6becf3b5 hi, dont look 2006-04-21 02:18:34 +00:00
Scott Ehlert
761e1f6fe1 Reverted a CreateInstancedBaselines change due to a 31 character limit to enum symbols that causes a compiler warning
(Real function that FM uses is called CreateInstancedBaselines and is different from CreateInstancedBaseline...
So something should be done, but I'm not sure what yet)
2006-04-20 08:49:49 +00:00
Borja Ferrer
b34557b839 fixed bug at27878 2006-04-19 02:52:39 +00:00
Scott Ehlert
a265189efa Modified param names for touch native and forward to correct values... makes it more clear to someone looking at it 2006-04-17 22:29:18 +00:00
Scott Ehlert
4101eea5e8 Oh dear, lots of changes:
1) Added get_orig_retval for retrieving the original return value of an engine function
2) Fixed engfunc being called with EngFunc_CheckVisibility so that it now works as intended
3) Hooks should now also work with FM_WalkMove, FM_TraceToss, FM_TraceMonsterHull, FM_TraceHull,
   FM_TraceModel, FM_TraceTexture, FM_TraceSphere, FM_GetBonePosition, FM_GetAttachment, FM_RunPlayerMove,
   FM_StaticDecal, FM_BuildSoundMsg and FM_CheckVisibility
4) Reformatted comments in some header files so they look a bit neater
2006-04-17 17:02:57 +00:00
Scott Ehlert
b57c752b1c Added get_orig_retval for retrieving the original return value of an engine function
Reformatted comments in fakemeta include files so they look a bit neater
2006-04-17 16:59:37 +00:00
David Anderson
82a739a95e register_plugin returns id 2006-04-17 12:57:52 +00:00
Christian Hammacher
0a66780727 bugfix for HLDM (listen server) 2006-04-16 00:54:16 +00:00
Christian Hammacher
cb92e45712 Small design changes
Added multi-account support to the local install functions (experimental!)
2006-04-16 00:25:49 +00:00
Scott Ehlert
28b04878ce Added visual style support :o 2006-04-14 15:55:25 +00:00
Borja Ferrer
a5df31570e added request at28068 (split log files)
fixed all native debug errors in core
2006-04-13 16:29:01 +00:00
Scott Ehlert
ed1b2914be Oops, forgot some directories for clean 2006-04-12 17:05:05 +00:00
Scott Ehlert
41214cc461 Makefile changes to fix the clean option 2006-04-12 16:55:09 +00:00
Scott Ehlert
c371684e5e Makefile changes to fix the clean option
Changed arch from 686 to 586
2006-04-12 16:54:17 +00:00
Scott Ehlert
c1866f8156 Makefile changes to fix the clean option
Removed unnecessary geoip files from CVS :o
2006-04-12 16:52:28 +00:00
Scott Ehlert
0939c54048 Makefile changes to fix the clean option
Changed arch from 686 to 586
2006-04-12 16:48:47 +00:00
Christian Hammacher
d9e2166e97 bumped version number to 1.72 2006-04-12 16:18:46 +00:00
Scott Ehlert
17d5e7f0ca Renamed SUFFIX_x to BIN_SUFFIX_x because it more clearly shows the meaning of the variable :\ 2006-04-12 16:00:12 +00:00
Scott Ehlert
564a5484f7 Some changes to the makefile:
1) Fixed clean not removing amd64 binaries
2) Removed seemingly broken mmgr builds (just like MSVC now)
3) Added binlog options for creating BinLog binaries
4) Fixed amd64 build from dynamically linking to zlib
2006-04-12 15:42:18 +00:00
Scott Ehlert
8a732c7e14 For some reason libz64.a was not recognized as a binary file in CVS. Hopefully fixed now. 2006-04-12 15:37:00 +00:00
Scott Ehlert
998208ef20 *** empty log message *** 2006-04-12 15:36:07 +00:00
Scott Ehlert
a2082bac93 Don't include unnecessary headers when BINLOG_ENABLED isn't defined - whoa 2006-04-12 13:01:15 +00:00
Scott Ehlert
3dacc60073 Minor MSVC Project Changes:
1) Automatically add "bl" to binary name on BinLog builds
2) Exclude binlog.cpp from non-BinLog builds
2006-04-12 12:56:58 +00:00
Christian Hammacher
a5dc3fe777 changed a few captions 2006-04-12 12:08:52 +00:00
Christian Hammacher
5c55eae9a6 fixed a bug for metamod's plugins.ini
simplified the install method page a bit
2006-04-12 10:26:19 +00:00
Borja Ferrer
63aef3bcee added debug msgs 2006-04-12 02:25:31 +00:00
Borja Ferrer
deeb2f3cf9 added some debug msgs 2006-04-12 02:12:03 +00:00
Borja Ferrer
59098d703e added debug msgs 2006-04-12 02:00:08 +00:00
Borja Ferrer
662289eb28 added some debug msgs 2006-04-12 01:51:23 +00:00
Scott Ehlert
392b7d9fdf Removed tclsqlite.c from MSVC project files (it's really not needed, I swear) 2006-04-11 16:11:42 +00:00
Borja Ferrer
db9fcc28d6 fixed bug at27729 (HS and announcements overlapping) 2006-04-11 13:26:50 +00:00
Borja Ferrer
63d4d6591b fixed typo at28092 2006-04-11 12:41:29 +00:00
David Anderson
9ef9e3755a Fixed bug at28087 2006-04-11 06:34:17 +00:00
David Anderson
b8ddd281aa hack fix for at28078 2006-04-11 06:30:59 +00:00
Borja Ferrer
363d95f68c fixed bug at27832(jtp10181) 2006-04-10 22:14:42 +00:00
Christian Hammacher
da6b71a677 Changed default caption of the documents tabbar
Changed default theme to Xito
2006-04-10 18:25:54 +00:00
Christian Hammacher
c9765e50c8 Replaced Documents tabbar (means two bugs are fixed now)
Removed Projects tabbar and added a new item to the statusbar
2006-04-10 18:05:08 +00:00