Commit Graph

1217 Commits

Author SHA1 Message Date
Steve Dudenhoeffer
c604eefde0 Merge of rewritten NS module into trunk 2007-08-02 16:20:32 +00:00
Steve Dudenhoeffer
48022d3c5c Implemented amb673 - pre-compiled regular expression support.
Also commented in the include file a bit better.
2007-08-01 17:36:10 +00:00
Steve Dudenhoeffer
a28a80e45f Few additions to fakemeta:
Implemented amb632 - lookup_sequence, also added set_controller (since it dealt with models).

Implemented set_pev_string, for setting with an already allocated string handle.  Also added pev_serial, to get the entity serial number.
2007-07-24 06:05:43 +00:00
Steve Dudenhoeffer
2cbf7fca08 Forgot to update SVN with TS3.0 and RegisterHamFromEntity changes 2007-07-19 18:43:27 +00:00
Steve Dudenhoeffer
4b02ffa920 Fix for amb519: geoip_code2 and geoip_code3 will overflow the result buffer on an unsuccessful lookup.
Added two replacement natives for those two: geoip_code2_ex and geoip_code3_ex, could not modify the old natives without breaking backwards compatibility.
2007-07-19 18:37:13 +00:00
Steve Dudenhoeffer
8316318c31 Fix for amb343 - tfc_clearmodel didn't function as advertised. 2007-07-17 02:18:04 +00:00
Steve Dudenhoeffer
7b6d4ce699 Fix for amb503 - csx module not setting meta result when paused. 2007-06-30 05:11:13 +00:00
Steve Dudenhoeffer
a3342213b5 Added amb427: Additional weapons to dod_{get,set}_user_ammo 2007-06-22 18:25:16 +00:00
Steve Dudenhoeffer
b3e61b1d75 Fix for amb108 - statsx keeping port when saving stats by ip - this should still allow for old stats files to work, but there is a small chance for idiosyncrasies if there are multiple users with the same ip (but different port) saved. 2007-06-22 15:35:46 +00:00
Steve Dudenhoeffer
6865b984e0 Fixed accidental reversal of think and touch virtual index under Day of Defeat. 2007-06-22 05:06:49 +00:00
Steve Dudenhoeffer
7c4dccac8c Added amb30 - csstats_rankbots will stop bots from showing in /top15 2007-06-21 19:37:58 +00:00
Steve Dudenhoeffer
7690f1a099 Fixed the mirror system not working. 2007-06-12 15:59:10 +00:00
Steve Dudenhoeffer
4504875df9 Fixed Makefile
Fixed a few forwards not having FP_DONE at the end (doh!)
2007-05-16 15:24:14 +00:00
Steve Dudenhoeffer
cd023c30d9 Added GPL header to all files.
Item_CanDrop -> {CS,DOD}_Item_CanDrop

Added Ham_CS_Item_GetMaxSpeed

Reversed classname and callback parameters for RegisterHam.

Finished commenting ham_const.inc.
2007-05-16 03:57:18 +00:00
Steve Dudenhoeffer
b660df8df6 Added {get,set}_pdata_cbase{_safe} - compliments Fakemeta's get_pdata functions, but this will set/get an offset that is a CBaseEntity.
Split constants from hamsandwich.inc into ham_const.inc.

Finished commenting native calls, need to finish the constant comments.
2007-05-13 14:01:13 +00:00
Steve Dudenhoeffer
b1a086ee93 Added {get,set}_pdata_cbase{_safe} - compliments Fakemeta's get_pdata functions, but this will set/get an offset that is a CBaseEntity.
Split constants from hamsandwich.inc into ham_const.inc.

Finished commenting native calls, need to finish the constant comments.
2007-05-13 13:59:54 +00:00
Steve Dudenhoeffer
504ddb4c2f Expanded ESF entries (they had the Linux binary in a retarded location).
Added vanilla HLDM support.

Fixed a weird crash when compiled in release build for Linux.

Expanded HamFilter error messages a tad.
2007-05-12 17:33:58 +00:00
Steve Dudenhoeffer
d38d2f56e1 Fixed large return values (Vectors) in MSVC. 2007-05-12 13:16:05 +00:00
Steve Dudenhoeffer
9b0ed67c9c Fixed vtable for TFC and NS 2007-05-11 16:54:26 +00:00
Steve Dudenhoeffer
1081e84981 Disassembled the rest of the mods, all but cs are untested currently. 2007-05-11 15:02:25 +00:00
Steve Dudenhoeffer
ee64440fef Removed TFC_DBGetItemName because I can't figure out the return value syntax (it doesn't sound like a useful function anyway).
Disassembled DoD for the new virtual functions.

Fixed cs weapon virtual functions.  Oops :o
2007-05-10 17:17:33 +00:00
Steve Dudenhoeffer
0c56e2803e Added more virtual functions to the table, only have counter-strike disassembled currently. 2007-05-10 16:08:02 +00:00
Steve Dudenhoeffer
5fc89085d6 Added the ability to change parameters on the fly.
Added GetHamReturnStatus()
2007-05-09 14:58:55 +00:00
Steve Dudenhoeffer
f747acdc7c Added return type modification / retrieval.
Added HAM_{IGNORED,HANDLED,OVERRIDE,SUPERCEDE} to include file.

Added the ability to disable and re-enable hooks.
2007-05-08 17:26:51 +00:00
Steve Dudenhoeffer
4e2493759e Hopefully fixed up HamExecuteB for the last time.
Fixed a small memory leak because I wasn't deleting post forwards at map change.

Hopefully fixed an erroneous display of 'stray' keys.
2007-05-07 13:51:40 +00:00
Steve Dudenhoeffer
1f1ecfa590 Added module auto load to hamsammich.
Started the stupid comment crap.
2007-05-05 12:36:12 +00:00
Steve Dudenhoeffer
bd2ad31f5e Fixed HamExecuteB and made its system a bit more logical. 2007-05-04 15:42:02 +00:00
Steve Dudenhoeffer
fb5e7dbfdb Added unhooking of virtual tables at map change.
Removed some more debugging output.
2007-05-04 14:56:57 +00:00
Steve Dudenhoeffer
0ac5ce46a7 Removed legacy code from my search to find the mystical link errors.
Removed some debug output from Trampolines.
2007-05-04 13:07:02 +00:00
Steve Dudenhoeffer
1073a42409 Fixed silly link errors in MSVC 2007-05-04 13:05:09 +00:00
Steve Dudenhoeffer
66d7d39bee First commit of the rewrite
Doesn't build on windows for some retarded reason
2007-05-04 12:51:13 +00:00
Steve Dudenhoeffer
46bd9127fb Removing files for a r3wr1t3 2007-05-04 12:39:53 +00:00
David Anderson
6170cbc95a implemented amb92 2007-05-02 23:11:49 +00:00
Scott Ehlert
e34120803d Implemented request amb242: added cs_get/set_user_hostagekills() natives 2007-05-01 21:38:39 +00:00
Scott Ehlert
fdb094045e Wow, nice typo DS 2007-05-01 21:27:52 +00:00
Scott Ehlert
8c45216cfd Oh, forgot to reset ServerPrint 2007-04-30 18:32:40 +00:00
Scott Ehlert
897ed0cb10 Implemented request amb237 - added ServerPrint to Fakemeta 2007-04-30 18:29:33 +00:00
Scott Ehlert
fd8489d088 Fixed amb116 - DispatchKeyValue didn't work with worldspawn (entity 0) 2007-04-28 16:19:04 +00:00
David Anderson
710cd548a9 added linux support to CS_InternalCmd 2007-04-26 20:07:31 +00:00
David Anderson
0377715cdc added CS hook to catch internal bot commands and rebuy commands for players 2007-04-26 19:18:55 +00:00
Scott Ehlert
fc2b220c38 Fixed amb230 - radius_damage didn't completely kill players on some mods 2007-04-25 18:13:16 +00:00
Steve Dudenhoeffer
68d2b03e48 Added amb37, amb38, amb39 and amb205: various cstrike natives.
(Still need to test)
2007-04-25 15:40:15 +00:00
David Anderson
82c3807bd5 implemented SQL_QuoteString and SQL_QuoteStringFmt
fixed sqlx test script not working on first load
2007-04-25 13:55:56 +00:00
Scott Ehlert
5d6d0282b0 Fixed amb110 - socket_change() returned 1 if select() syscall returned -1 (KoST) 2007-04-24 19:17:30 +00:00
Scott Ehlert
33e01af955 Fixed Windows builds of all modules - they were broken as a result of all the moves of svn_version.h *sigh* 2007-04-24 18:50:16 +00:00
David Anderson
bfe1ff6e15 implemented amb27 (SQL_Rewind)
fixed builds
2007-04-24 15:46:33 +00:00
David Anderson
adfc2ab451 fixed mysql msvc7 build 2007-04-24 15:26:08 +00:00
Scott Ehlert
8e1f54465d Fixed amb226 - missing return after pfnClientPrintf 2007-04-20 19:02:35 +00:00
Zor
8dc310f1bb Fixed error on compile that svn_version.h could not be found in moduleconfig.h 2007-04-15 10:26:55 +00:00
Zor
9cca961024 Fixed error with the dod_client_spawn not being called when the player spawns after a map cap and not being dead 2007-04-15 10:24:45 +00:00
Scott Ehlert
ae46e3f6ab Moved svn_version.h and svn_version.tpl out of SDK directories... 2007-03-27 16:07:28 +00:00
Scott Ehlert
118b002ee8 Synced Module SDK files with most recent fixes
- Fixed potential issue with Meta_Query
 - Removed debug message from GiveFnptrsToDll that has been present for a long long time

Again I ask why?
2007-03-21 20:22:20 +00:00
Scott Ehlert
a004e906dd Updated SQLite to 3.3.13 - why? I have no idea 2007-03-21 20:19:37 +00:00
Scott Ehlert
eaa4122c5a Fixed amb107: socket_open doesn't return error by reference 2007-03-19 09:45:45 +00:00
Scott Ehlert
ce88004900 Tiny bit of reorganizing done to WinCSX 2007-03-13 21:10:28 +00:00
Scott Ehlert
ab53914351 Massive reorganization attempt - part 2
Moved old/defunct/unofficial modules out of trunk
2007-03-13 19:45:19 +00:00
Scott Ehlert
b66fea0fbc Massive reorganization attempt - part 1.77 2007-03-13 19:22:44 +00:00
Scott Ehlert
bf2c9620f3 Massive reorganization attempt - part 1.76 2007-03-13 19:19:33 +00:00
Scott Ehlert
af96229d5d Massive reorganization attempt - part 1.75 2007-03-13 18:44:23 +00:00
Scott Ehlert
c71be87a3a Massive reorganization attempt - part 1
Oh dear, what has DS done now?
2007-03-13 11:46:03 +00:00
David Anderson
e4b01bc066 fixed various linux compiling issues... 2007-03-13 04:16:20 +00:00
Scott Ehlert
3ac076e098 Hello, I might have added some SLN files for the MSVC8 projects 2007-03-13 03:11:28 +00:00
David Anderson
cf716c4049 added tsfun and added a --modules option to the versionchanger script 2007-03-12 22:33:43 +00:00
David Anderson
cc6b9d3d81 added dynamic versioning
committed .sln files to a few wayward projects
2007-03-12 22:27:27 +00:00
Scott Ehlert
5cac87c99f *sigh* This compiles again 2007-03-11 05:19:54 +00:00
Scott Ehlert
309bc2dcaa Added a special comment inside in_view_cone 2007-03-11 04:55:38 +00:00
Steve Dudenhoeffer
7124f8bd2c MSVC didn't like my cdecl placement :( 2007-03-10 18:16:21 +00:00
Steve Dudenhoeffer
c9b19c76a5 Added a whole lot more functions that nobody will use 2007-03-10 18:05:30 +00:00
Steve Dudenhoeffer
8939c3076a Continued making adding new entries easier
{hs_}register_function->ham_register(HamHook:function,...)

Added a few more hooks

Fixed a few directory errors

Updated config file
2007-03-09 18:15:09 +00:00
David Anderson
71065a65dd attempted merge at 1.77 back into trunk... Oh MY GOD 2007-03-09 03:04:40 +00:00
David Anderson
7f1ea1490d bumped necessary module versions 2007-03-04 03:42:11 +00:00
Steve Dudenhoeffer
1f1edef98d Merged in NS 3.2 Final offsets 2007-03-01 22:39:57 +00:00
Scott Ehlert
d62ae07b75 Merged in changes from revision 3276 in 1.77: ES_Body was not a valid parameter for get/set_es() 2007-02-01 22:25:18 +00:00
David Anderson
7f3c2d00ac fixed bug am50501 2007-01-28 05:01:38 +00:00
Steve Dudenhoeffer
35fcca8a66 Merged revision 3258 from 1.77; forward_return with non-string values 2007-01-26 06:08:29 +00:00
Orangutanz
451b648c7f Fixed TR_InOpen missing with *et_tr native (XxAvalanchexX) 2007-01-17 14:52:09 +00:00
David Anderson
17adb214f2 Fixed bug am49982 (wrote parameter counts) 2007-01-17 05:32:45 +00:00
Zor
d1c42751cd - Fix in need of testing in regards to the TK / TA bug detected
- Created a temp pointer as the first thing to do in the CurWpn function.  This way if another message gets thrown while still in the middle of this function the global pointer to messaged player is not affected.
2006-12-29 19:25:16 +00:00
David Anderson
13e619bf97 bumped versions 2006-12-19 14:18:05 +00:00
David Anderson
96c49f4ff9 defaulted value back to 0 for backwards compat 2006-12-19 11:03:00 +00:00
David Anderson
f53c877670 fixed bug am27152 2006-12-19 10:57:43 +00:00
David Anderson
73b2ceb855 fixed bug am47988 2006-12-19 03:32:58 +00:00
David Anderson
4e7bf7e348 ! 2006-11-22 05:39:08 +00:00
David Anderson
d048996b50 fixed bug am47194 (journal crash) 2006-11-22 05:30:58 +00:00
David Anderson
1ac390b54c Fixed version # 2006-10-31 19:31:54 +00:00
David Anderson
e93e75fa39 Bumped version numbers 2006-10-27 05:47:38 +00:00
David Anderson
8a2528108d Fixed bug am46378 2006-10-25 16:54:37 +00:00
David Anderson
d542015214 Fixed bug am46112 2006-10-22 00:45:33 +00:00
David Anderson
955e827b19 Fixed bug am45492 (stats always resetting) 2006-10-21 19:23:16 +00:00
David Anderson
fe1ebfe7bb fix for 45337 and some other little things 2006-10-01 19:46:56 +00:00
Scott Ehlert
39d5ea94fb Added extra param to is_in_viewcone to switch between a 2D and 3D calculation
Neither is still as accurate as I want them to be though :\
2006-10-01 06:08:39 +00:00
David Anderson
5ded9eef2a Bumped version numbers to 1.76a 2006-09-25 23:48:07 +00:00
Scott Ehlert
f086273d2b Attempt at accuracy improvement for is_in_viewcone with 3D calculation (am44838) 2006-09-22 15:11:51 +00:00
David Anderson
020b3a5963 test fix for bug am44973 (knife headshots) 2006-09-22 03:47:04 +00:00
David Anderson
ff8fd747c5 Fixed bug am44964 (thread crash on bad database) 2006-09-21 16:54:14 +00:00
David Anderson
73386b12c5 added silent backwards compatibility for a broken plugin 2006-09-16 00:16:13 +00:00
David Anderson
57160763af Fixed threaded queries not having an IQuery assignment 2006-09-15 23:11:35 +00:00
David Anderson
1f0778b14e Fixed threader not checking the state on looping 2006-09-15 21:39:20 +00:00
Scott Ehlert
47e2214f09 Synced MSVC8 project for engine 2006-09-10 16:47:49 +00:00
David Anderson
c7febb4447 fix for issue am44593 2006-09-10 03:01:21 +00:00
Scott Ehlert
751e8e6299 Might as well update this too while I'm at it (Kugatsu, Septiembre, September!) 2006-09-09 20:27:09 +00:00
Scott Ehlert
5a4b1d2f03 Fixed some GCC warnings for Werror 2006-09-09 20:12:50 +00:00
Borja Ferrer
b5498818a3 updated the GEOIP API 2006-09-09 11:41:48 +00:00
Scott Ehlert
c9c2943c05 MySQL and SQLite can actually use 4.1 here... Also libstdc++ == ugh 2006-09-04 08:28:08 +00:00
Scott Ehlert
2905217607 Fixed this o_O 2006-09-02 08:08:05 +00:00
David Anderson
78956f3d89 merged bcompat changed into trunk
removed amxmod compat files for now
2006-09-01 03:29:27 +00:00
David Anderson
cba554d193 fixed this up for gcc-3.4 and no lstdc++.a 2006-08-28 21:21:06 +00:00
David Anderson
76a4d84dbb Fixed this up to work, eh. no more libstdc++.a for you 2006-08-28 21:03:27 +00:00
David Anderson
ec83efbdf3 These did not sync to trunk properly (SDK fix and some updates) 2006-08-28 19:29:20 +00:00
David Anderson
9bd22661ff Added SQL_GetInsertId() 2006-08-28 19:17:26 +00:00
David Anderson
388711e969 Synced bcompat tree additions and fixes found so far 2006-08-28 11:08:18 +00:00
Scott Ehlert
5c23cf416e Fixed makefiles (yes, again) for hlsdk move 2006-08-27 05:29:04 +00:00
Scott Ehlert
709b3705ab Fixed warnings that only appeared when compiling amd64 binaries 2006-08-27 04:50:20 +00:00
Scott Ehlert
22bef17660 Changed makefiles to point to trunk's modified version of the HL SDK 2006-08-27 03:13:11 +00:00
Scott Ehlert
28c4ea4fec Removed odd debug message 2006-08-27 02:21:27 +00:00
Scott Ehlert
81ac41037b GCC Wallification 2006-08-27 02:17:18 +00:00
David Anderson
4981f46c41 Forgot to sync this 2006-08-24 22:58:48 +00:00
David Anderson
ee4f064073 Initial bump to GCC-4.1 2006-08-24 22:44:57 +00:00
Scott Ehlert
58abc3a655 Request am28110 - Added tfc_get_user_goalitem native to determine if player is carrying a goal item (such as a flag or keycard) 2006-08-22 21:50:27 +00:00
Scott Ehlert
0cb316c764 Removed amd64 stuff from makefiles for projects that don't need it 2006-08-21 15:32:07 +00:00
Scott Ehlert
74d3d23f13 Added tfc_get/setweaponammo to set ammo in weapon's clip (not backpack ammo) 2006-08-21 13:50:51 +00:00
Borja Ferrer
4692335abb bumped version 2006-08-21 02:01:57 +00:00
David Anderson
deefc504e1 Added request am29544 (nvault_touch) 2006-08-20 21:23:38 +00:00
Borja Ferrer
ea262171db fixed bug am42321 2006-08-20 21:19:50 +00:00
Borja Ferrer
afe7df87d2 Added request am40169 2006-08-20 00:20:47 +00:00
David Anderson
446d4b8a5d Synced threading changes between MySQLX and Sqlite 2006-08-19 19:37:45 +00:00
David Anderson
db5c9c114e Queries in plugin_end() now resolve correctly. 2006-08-19 19:29:33 +00:00
David Anderson
042b9f7f4b Fixed bug am42307 (nvault_open did not return -1 on failure) 2006-08-18 22:46:07 +00:00
David Anderson
a8b4ebbe70 Fixed bug am42097 (FM disabling hooks too early) 2006-08-18 22:17:51 +00:00
David Anderson
4fe8c71d62 Added request am41375 (animation toggling on silenced weapons) 2006-08-18 20:12:20 +00:00
David Anderson
f5414ff8de Fixed issues with stats.dat files loading (bug am41030) 2006-08-18 19:49:32 +00:00
Borja Ferrer
f3a833dd1b more warning fixes 2006-08-18 19:08:51 +00:00
Borja Ferrer
43bd5fc732 removed unused stuff 2006-08-18 14:02:07 +00:00
Borja Ferrer
377c01eac7 just a little detail 2006-08-18 13:23:02 +00:00
David Anderson
b7076fc572 Committed implementation of request am42697 2006-08-18 02:19:38 +00:00
Scott Ehlert
3b62b91fb7 Fixed bug am41961 (Orangutanz)
GetPlayerAuthId, GetPlayerWONId, and IsMapValid were not being reset on mapchange
2006-07-24 16:15:09 +00:00
Scott Ehlert
1a6f4e08b2 Added request am41585 (Orangutanz) 2006-07-19 04:23:00 +00:00
Scott Ehlert
b44951295d I forgot to remove you didn't I am41542 2006-07-17 23:11:57 +00:00
Scott Ehlert
db3beb9b98 Various pev issues fixed am41542 2006-07-17 20:01:11 +00:00
Borja Ferrer
6ac889f6e2 fixed bug at40963 2006-07-16 13:23:56 +00:00
Scott Ehlert
b859001feb Fixed path to Pawn include file in MSVC projects (Fun module) 2006-07-13 03:22:30 +00:00
Scott Ehlert
895039308f Added CZ models to CsInternalModel enum (request at41295) 2006-07-13 03:07:24 +00:00
David Anderson
43b8ea4657 deleted outdated or unneeded dirs in dlls 2006-07-12 18:25:41 +00:00
Scott Ehlert
0eca298c2a Fixed makefile paths (I think) 2006-07-12 06:05:06 +00:00
Zor
84ec8ef007 - Added new forwards as well as new stocks 2006-06-11 21:47:11 +00:00
Borja Ferrer
d4bfddc034 added 2 new natives 2006-06-10 20:46:12 +00:00
David Anderson
deb1b00416 synced fix 2006-06-10 01:34:27 +00:00
David Anderson
6b80e9e8d2 fixed a silly row bug 2006-06-09 08:47:52 +00:00
David Anderson
9eb0d50f4c yams 2006-06-05 23:22:57 +00:00
David Anderson
24c5c10a31 oh, hello 2006-06-05 23:22:45 +00:00
David Anderson
b4450bbee5 synced this change 2006-06-05 18:43:01 +00:00
David Anderson
c92145ee88 backwards compat fixes -
dbi_close() must return 0 on failure (not that it matters)
dbi_nextrow() must return 0 on RESULT_NONE
2006-06-05 08:21:28 +00:00
Scott Ehlert
17fb06f7bb Moved vector natives from engine to core at29896
Moved precache_generic from engine to core at30469
2006-06-05 07:48:54 +00:00
Scott Ehlert
7d3ddf502c Synced MSVC8 project file 2006-06-05 05:29:26 +00:00
Scott Ehlert
5940b4a6ca MSVC8 warning fix 2006-06-05 05:24:59 +00:00
Scott Ehlert
9edf20866b Synced MSVC8 project file 2006-06-05 05:18:27 +00:00
Scott Ehlert
30495aa34e Linking to zlib isn't necessary 2006-06-05 05:07:52 +00:00
David Anderson
915c3d244c merged in mysqlx fixes 2006-06-04 19:40:34 +00:00
David Anderson
24cdcde968 fixed heap corruption
improved memory usage
removed useless stringpooler
2006-06-04 19:26:43 +00:00
David Anderson
cef005317b wow I'm tired 2006-06-04 09:28:45 +00:00
David Anderson
2210c54d68 fixed 64bit bugz 2006-06-04 08:57:20 +00:00
David Anderson
3fe24d8793 fixed some build problems 2006-06-04 07:49:07 +00:00
David Anderson
b3a91bc496 fixed a build error on gcc 2006-06-04 07:44:55 +00:00
David Anderson
8a529b100c or this 2006-06-04 07:42:46 +00:00
David Anderson
f1f683dca7 gcc didn't like this 2006-06-04 07:42:10 +00:00
David Anderson
fb904f6e40 Linux build works now 2006-06-04 07:35:33 +00:00
Scott Ehlert
a5bd69ac4a MSVC8 project file fixed and updated 2006-06-04 04:35:53 +00:00
Scott Ehlert
c6e17539ca zomg fixed warnings again o_O 2006-06-04 04:29:46 +00:00
Scott Ehlert
e0b05c0b83 Yeah another possible warning fix perhaps 2006-06-04 03:59:14 +00:00
Scott Ehlert
a44eb16360 MSVC8 fixes again, what the heck did I do before? o_O 2006-06-04 03:57:45 +00:00
David Anderson
fc429213d3 whoabug 2006-06-04 02:10:04 +00:00
David Anderson
579cc83d54 this was broken too. make sure it builds next time ;) 2006-06-04 01:36:18 +00:00
David Anderson
be7bf671af sooomeooone broke the geoip build. 2006-06-04 01:31:31 +00:00
David Anderson
e1b9543d10 added these k 2006-06-04 01:22:10 +00:00
David Anderson
af8dea753e removed this SUCKA 2006-06-04 01:14:33 +00:00
David Anderson
3a7d291513 fixed wrong aff ret val
updated sdk
2006-06-03 23:13:22 +00:00
David Anderson
fe603c29f0 fixed wrong aff return val 2006-06-03 23:13:02 +00:00
David Anderson
27ba10c8a0 fixed a reporting bug 2006-06-03 23:02:18 +00:00
David Anderson
34f5b3257d attempted some thread improvements[?]
fixed moduleconf bug
what
2006-06-03 22:26:43 +00:00
David Anderson
1c2749fdf6 removed old sdk 2006-06-03 19:52:49 +00:00
David Anderson
aa1308e32e initial import of sqlitex 2006-06-03 19:52:21 +00:00
Scott Ehlert
c8d543929a Updated to June 2006-06-03 08:33:30 +00:00
David Anderson
e7e87ff040 updated to sqlite-3.3.5 2006-06-02 21:29:25 +00:00
Borja Ferrer
e6064af9fb added request at30290 (VEN)
fixed cs_get_user_buyzone returning true when user was in bombtarget zone or other specific areas
2006-05-26 18:26:59 +00:00
Borja Ferrer
44a7b62963 possible fix at29931 2006-05-23 19:35:40 +00:00
Scott Ehlert
ac1e3a9001 Added ClientPrintf engine function (request at30137) 2006-05-23 03:26:26 +00:00
Scott Ehlert
b40f5e6637 request at29928
New callable engine function: AlertMessage
2006-05-19 06:01:55 +00:00
David Anderson
f9c9088303 added affinity implementation 2006-05-19 01:54:28 +00:00
David Anderson
dc785a4369 Fixed bug at29628 2006-05-16 21:20:14 +00:00
Scott Ehlert
b67e6c5269 Hello MSVC8 project. I'm just removing some files from you this time. Won't hurt one bit. 2006-05-12 04:55:54 +00:00
David Anderson
f8809e2663 Fixed a backwards compatibility issue with free result 2006-05-11 12:11:42 +00:00
David Anderson
123215a53c removed these, no longer needed 2006-05-11 08:47:53 +00:00
David Anderson
ed6e28c1d4 removed message functions from engine [!] 2006-05-11 07:49:45 +00:00
Scott Ehlert
77f0e526bf Whoa. SetClientKeyValue fixed :\ 2006-05-11 03:34:13 +00:00
Scott Ehlert
30ce0d9f1b Another pointless typo fix 2006-05-11 02:29:08 +00:00
Scott Ehlert
8920a05bba mov gah, [newline_fix] 2006-05-10 14:38:11 +00:00
Scott Ehlert
061da07af8 Yet another wondeful typo fix 2006-05-10 13:26:36 +00:00
Scott Ehlert
da757b6c62 Um, ignore me please. Nothing to see here. Move along. 2006-05-10 13:25:29 +00:00
Scott Ehlert
880b83a10b Typo fix! :o 2006-05-10 13:24:31 +00:00
David Anderson
76c1c78b5b up up and awayyy 2006-05-10 13:02:37 +00:00
Borja Ferrer
4e1123730c fixed lib class 2006-05-10 12:29:37 +00:00
David Anderson
8e3a5e6d58 sdk v4 2006-05-10 12:00:22 +00:00
David Anderson
beb975bdbf ohmygod like the modules are synced and updated for sdk v4 2006-05-10 11:53:22 +00:00
Scott Ehlert
de1f1eef8d Added request at29487
1) New hookable Engine func: GetInfoKeyBuffer
2) New GameDLL func that can be called via engfunc: GetInfoKeyBuffer
3) New native: copy_infokey_buffer that copies data out of the specified info key buffer
4) EngFunc_InfoKeyValue, EngFunc_SetKeyValue, and EngFunc_SetClientKeyValue have been reworked
    so that they expect pointers to an info key buffer in order to work properly o_O
5) Added some error messages to get_tr
2006-05-10 11:19:24 +00:00
David Anderson
f9fd83b42e test commit of new sdk 2006-05-10 07:49:05 +00:00
David Anderson
1e6ba05ec9 corrected some changes for inclusion into base 2006-05-10 07:42:35 +00:00
David Anderson
f2c5a2b85b updated to new module API 2006-05-07 21:40:12 +00:00
Borja Ferrer
974e8882b9 detach zOMG 2006-05-07 20:07:57 +00:00
David Anderson
603be35426 test of new module API, should work though 2006-05-07 10:10:44 +00:00
Scott Ehlert
a9f300bca9 Version bumpage for every module except MySQL/MySQLX (as I'm unsure of the status of those at the moment) 2006-05-06 04:57:10 +00:00
Scott Ehlert
ed19c53552 More bugs?
1) New hookable GameDLL func: CreateBaseline
2) New hookable Engine func: CreateInstancedBaseline
3) New GameDLL func that can be called via dllfunc: CreateBaseline
4) New GameDLL func that can be called via engfunc: CreateInstancedBaseline
2006-05-05 08:04:19 +00:00
Scott Ehlert
133c7d6815 Fixed possible crash bug in get_tr2 at29250 (Orangutanz) 2006-05-05 05:11:17 +00:00
Scott Ehlert
dc063594de Not sure why I decided to potentially crash the server with cs_set_user_vip o_O
Stayed tuned for another episode of "What Was DS Thinking?"
2006-05-04 05:32:45 +00:00
Scott Ehlert
f26d208c38 Updated to May 2006-05-03 07:12:01 +00:00
Scott Ehlert
6cc239c66f Two extra params in cs_set_user_vip for determining whether or not model and scoreboard are updated at28699
Version bumpage
2006-05-02 21:49:17 +00:00
Scott Ehlert
7883710bf6 Added pm_shared to include directories so this can compile on Linux again 2006-04-30 07:28:39 +00:00
Scott Ehlert
0071d73e25 Oh goodness, let the bugs begin...
1) Fixed getting incorrect value of the entity index when using ClientUserInfoChanged via dllfunc
2) New hookable GameDLL funcs: UpdateClientData, AddToFullPack, CmdStart, CmdEnd (at28754)
3) New GameDLL funcs that can be called via dllfunc: UpdateClientData, AddToFullPack, CmdStart, CmdEnd
4) New natives to read/write special data structures associated with the above GameDLL funcs
2006-04-30 07:27:14 +00:00
Borja Ferrer
0555e7aa63 fixed MM warning 2006-04-29 13:51:52 +00:00
David Anderson
d2b57d29fb untested fix for issue where hooks were not released on server deactivate - only on plugin load 2006-04-29 07:23:23 +00:00
Borja Ferrer
e5057d7191 cell upcasting (second revision) 2006-04-28 21:30:17 +00:00
Borja Ferrer
229b149247 cell upcasting (second revision) 2006-04-28 20:14:08 +00:00
Scott Ehlert
6000fe43d1 Fixed ClientUserInfoChanged forward not being reset on mapchange 2006-04-28 20:07:53 +00:00
Scott Ehlert
5a2e35c1bf Fixed is_in_viewcone always returning 0
Fixed is_visible causing a crash when a non-player entity was passed and also made it quite a bit more accurate
(at28936)
2006-04-28 19:19:24 +00:00
Scott Ehlert
38cb60c60b Eh hem. This shouldn't have been bumped quite yet :( 2006-04-27 03:57:33 +00:00
Scott Ehlert
a87966cde3 Oops (again) 2006-04-27 00:07:36 +00:00
Scott Ehlert
9b252fa919 Oops :( 2006-04-27 00:04:52 +00:00
Scott Ehlert
760514a1fe Makefile now in sync with the others (I think)
(This is mostly for cleaning fixes. Please give me a better idea)
2006-04-27 00:02:54 +00:00
Scott Ehlert
2ca42b7b21 MSVC8 Project File + SDK Update 2006-04-26 23:54:12 +00:00
David Anderson
b65b8a1cf0 request at28581 2006-04-26 05:21:29 +00:00
Twilight Suzuka
e96eaa6174 Fixed small error 2006-04-26 05:18:26 +00:00
David Anderson
2a74d2229f commit for fix to a deadlock which would occur when stopping a live, queue'd thread worker 2006-04-25 20:41:18 +00:00
Scott Ehlert
9dccde4567 Fixed bug with ClientUserInfoChanged forward at28782
Also bumped version
2006-04-25 09:08:11 +00:00
Scott Ehlert
47408443f7 Fixed bug with ClientUserInfoChanged forward at28782 (Orangutanz)
Also bumped version
2006-04-25 09:08:11 +00:00
David Anderson
1f44f5f481 fixed some return stuff 2006-04-24 15:14:34 +00:00
David Anderson
94d4380f39 renamed logtag to deal with stupid system 2006-04-24 11:59:22 +00:00
David Anderson
5adc7021e4 fixed project for release builds 2006-04-24 11:22:24 +00:00
David Anderson
14db579540 added more tests 2006-04-24 11:13:17 +00:00
David Anderson
3aebbd7173 Restored linux compat 2006-04-24 10:31:37 +00:00
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
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
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