Commit Graph
2714 Commits
Author SHA1 Message Date
Pavol Marko a0923e21ed improved using pm's magic (patent pending) 2006-05-14 15:20:25 +00:00
Christian Hammacher f51620c2d7 fixed worst bug ever 2006-05-13 20:49:37 +00:00
Scott Ehlert 1370305fb0 Exactly why was all that old stuff there? o_O
(Hope I did the right thing, as I usually do the wrong thing here, err)
2006-05-13 15:57:33 +00:00
Borja Ferrer f7805623b0 added request at29591 2006-05-13 14:59:24 +00:00
Borja Ferrer 9a34c7931a fixed bug at29636 2006-05-13 12:15:16 +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
Scott Ehlert 5e4d5a2c8f Hello MSVC8 project, may I update you? 2006-05-12 04:52:36 +00:00
Christian Hammacher 567044c381 fixed indenter bug (I swear I fixed this bug years ago!) 2006-05-11 16:03:18 +00:00
David Anderson b2b001c9e4 added M_ in front to match HLSDK and other things 2006-05-11 13:12:41 +00:00
David Anderson 793de6d8d2 added PI define (at29548) 2006-05-11 13:10:29 +00:00
David Anderson d862f23929 Attempt for fix of bug at28381 2006-05-11 13:04:37 +00:00
David Anderson f8809e2663 Fixed a backwards compatibility issue with free result 2006-05-11 12:11:42 +00:00
David Anderson 19f2be0c96 updated 2006-05-11 10:22:18 +00:00
David Anderson 6995b182c1 failsafe autoloading of libraries for 1.71- plugins 2006-05-11 10:19:09 +00:00
David Anderson 79f86bfabd updated comment 2006-05-11 10:07:32 +00:00
David Anderson 035c54350e module filter is expanded a tiny bit 2006-05-11 10:05:42 +00:00
David Anderson d0a61ef581 Added request at28865 2006-05-11 08:55:29 +00:00
David Anderson 123215a53c removed these, no longer needed 2006-05-11 08:47:53 +00:00
David Anderson 9b68c0678a merged register_message into core
request at29428
2006-05-11 08:45:06 +00:00
David Anderson e0fa5227d6 merged register_message into core 2006-05-11 08:36:20 +00:00
David Anderson 441ab14d3b moved register_message into core, yay 2006-05-11 08:35:21 +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
David Anderson afe19411b2 oh I forgot to commit this, basic-master-san 2006-05-10 12:40:44 +00:00
Scott Ehlert b2aff10e46 Added some comments to benefit all mankind :o 2006-05-10 12:35:21 +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 302b759fc8 oops :( 2006-05-10 11:31:17 +00:00
Scott Ehlert c6e8a356ee 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
2006-05-10 11:28:00 +00:00
David Anderson b12025093b added ability to override natives (someone shoot me) 2006-05-10 11:23:08 +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 25d4b6aea3 added these include files k 2006-05-10 10:42:49 +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 dd7529b42c Fixed a bug where three of the new pragmas parsed spaces wrong 2006-05-10 04:51:07 +00:00
David Anderson cfb36025b5 builds of latest compiler sources, and version bumped 2006-05-10 04:48:19 +00:00
David Anderson f5cabb4bea fixed infinite loop (oops) 2006-05-10 04:44:07 +00:00
David Anderson 58209dfb37 Added fix for __DATE__, added __TIME__
Added tag table crap for new autoloading feature
Version bump
2006-05-10 03:44:35 +00:00
David Anderson a29f8d0651 Cleaned up error reporting a bit 2006-05-10 03:43:53 +00:00
David Anderson f600a96657 Initial massive import of the new code module auto-loading code
Important difference - pubtags table is used instead of library table!
2006-05-10 02:32:34 +00:00
David Anderson d8c8e72745 Committed fix for bug at29456 2006-05-09 23:43:06 +00:00
David Anderson 9a34213992 Committed rebuild of ASM stuff for bug at29456 2006-05-09 23:43:05 +00:00
David Anderson 67d4c5ccad bumped version 2006-05-09 22:47:16 +00:00