Commit Graph

980 Commits

Author SHA1 Message Date
Scott Ehlert
e3217964c4 Fixed core MSVC8 compile :\ 2007-03-14 02:12:51 +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
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
e6120fdcd6 fixed a small bug where loading under dlsym crashed
fixed line endings in vim
2007-03-13 00:42:16 +00:00
David Anderson
4597868d30 wow i forgot core's template 2007-03-12 22:45:57 +00:00
David Anderson
cc6b9d3d81 added dynamic versioning
committed .sln files to a few wayward projects
2007-03-12 22:27:27 +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
829485ef2a bumped version one last time
fixed makefile for nongpl changes
2007-03-08 04:54:03 +00:00
David Anderson
ea34c2c78a fixed a bug reported by peanut where amx_fwrite() had the wrong sizeof() type 2007-03-07 02:29:54 +00:00
David Anderson
bb54b37399 removed allow_nongpl, it wasn't really viable 2007-03-04 04:37:42 +00:00
David Anderson
ef4d19378d bumped more versions 2007-03-04 03:43:57 +00:00
David Anderson
d4703f045d fixed a bug where '%c' did not correctly count toward the writable string length 2007-03-04 00:02:23 +00:00
David Anderson
109b1e45b5 added non-gpl plugin blocking (wow i can't believe it came to this) 2007-03-03 23:14:24 +00:00
David Anderson
83631e95aa fixed bug amb41 2007-02-24 21:08:00 +00:00
David Anderson
09f271e5d0 Fixed amb35, multiple plugins loading 2007-02-21 18:42:14 +00:00
Steve Dudenhoeffer
e35a8326d5 Fixed an issue where backwards amx mod compatibility layer wasn't transparent. 2007-02-20 22:25:17 +00:00
Steve Dudenhoeffer
615e097c68 Fixed am49892 - Plugin load fails going to error logs instead of normal logs 2007-02-19 08:46:43 +00:00
Steve Dudenhoeffer
d45c3aeb96 Fixed am51050 - "amxx {pause,unpause" had misleading output 2007-02-19 06:57:26 +00:00
Steve Dudenhoeffer
fff603635a Fixed am51051 - unpause() returning true on stopped plugins 2007-02-19 06:43:52 +00:00
Steve Dudenhoeffer
aded0f9c1c Added request am49339 - exploding chainsaw gun 2007-02-14 05:17:57 +00:00
Orangutanz
609fdae508 Fixed native get_user_origin mode 4 2007-01-09 15:01:08 +00:00
David Anderson
8e290cdf31 final build info 2006-12-19 14:26:31 +00:00
David Anderson
b7b55d060a sawce's sdk fixes 2006-12-19 11:19:45 +00:00
David Anderson
d6ed1a8d8a Fixed bug am48234 2006-12-19 02:24:09 +00:00
David Anderson
e6c15d9f05 Fixed bug am48580 2006-12-19 01:57:18 +00:00
David Anderson
4eaea443e1 who would have thought that iterators change?! 2006-11-22 07:33:54 +00:00
David Anderson
89158f9342 Added request am47144 (register_*cmd return id) 2006-11-22 02:45:12 +00:00
David Anderson
db7dc509e0 Fixed another serious bug where deleting menus and not returning PLUGIN_HANDLED would cause the iterator to fail and crash 2006-11-21 23:59:21 +00:00
David Anderson
c15a23a2a7 fixed a serious bug where deleted forwards could be placed in the re-use cache too soon 2006-11-21 23:06:50 +00:00
Borja Ferrer
551e5298cc fixed bug am46924 2006-11-05 18:38:09 +00:00
Christian Hammacher
dfea3e8a13 corrected typo (at46807) 2006-11-03 13:27:17 +00:00
David Anderson
8b8cc3dd6b Fixed bug am46630: rename_file did not have a relative location version 2006-10-31 20:18:44 +00:00
David Anderson
a65d65bee4 fix for bug am46266: TFC team names not picking up 2006-10-24 22:57:19 +00:00
David Anderson
d2ebca38a1 Experimental addition to CreateMultiForward() for bcompat 2006-10-22 03:49:23 +00:00
David Anderson
d84c3a3798 Fixed bug am46058, unpausing stopped plugins 2006-10-21 21:48:24 +00:00
David Anderson
405d9ff48e bumped trunk version 2006-10-21 21:27:07 +00:00
David Anderson
a60e9d205b fixed bug where blanks misaligned the item selection process 2006-10-21 21:13:39 +00:00
David Anderson
00380cfe4c fixed a bug in get_func_id (thanks P34CH_34732) 2006-10-02 06:12:02 +00:00
David Anderson
12ecf026db hack for backwards compat layer (thanks suicid3) 2006-10-02 06:07:38 +00:00
David Anderson
5ded9eef2a Bumped version numbers to 1.76a 2006-09-25 23:48:07 +00:00
David Anderson
3720810b61 fixed bug am44694 (is_user_alive() on TFC connect failing) 2006-09-21 23:33:05 +00:00
David Anderson
e72aff5c14 Fixed bug am44956 (extra plugin file lists not working) 2006-09-21 17:18:04 +00:00
David Anderson
61525e9638 fix for getFuncsNum() on invalid forward 2006-09-13 19:46:32 +00:00
David Anderson
87c3e1dc82 attempt for bug am44778 - plugin_log() did not function in logevents properly 2006-09-13 06:36:59 +00:00
David Anderson
651c5d9f01 added more api to help with amxmod compat layer
cleaned up some more bcompat stuff
2006-09-12 07:59:56 +00:00
David Anderson
2df8b4269e fixed bcompat trans + optimized it a bit
added bcompat trans support to format() and copy()
2006-09-10 22:08:52 +00:00
Borja Ferrer
4413e54058 LogType checking is not necessary, LogError is always type 1 2006-09-10 12:07:01 +00:00
David Anderson
c67e19a62f updated credits + look for 1.76 2006-09-10 06:35:54 +00:00
David Anderson
f880fc6ee9 added request am44229 - more error log info 2006-09-10 04:52:43 +00:00
David Anderson
77e4d85002 fixed up a callfunc issue and added copyback parameter 2006-09-10 02:30:10 +00:00
David Anderson
418efa4088 fixed bug am44544 (log forward broken) 2006-09-10 01:08:29 +00:00
David Anderson
4599b59834 corrected issue am44595 2006-09-10 00:51:35 +00:00
Scott Ehlert
4eb8c4e295 Synced this or something... 2006-09-09 20:21:29 +00:00
David Anderson
38e7b9ff58 unbroke the build 2006-09-08 14:46:34 +00:00
David Anderson
621c120b71 finished merging in the glorious bcompat changes 2006-09-08 14:11:29 +00:00
Scott Ehlert
ed5395a54a AMD64 building fixes and such 2006-09-03 03:48:54 +00:00
Scott Ehlert
557958b408 Removed some amxmod compat stuff for now so this can actually compile and link properly again 2006-09-03 02:39:13 +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
95537e4840 fix for issues where bots might not 'cache' properly? 2006-09-01 02:22:47 +00:00
David Anderson
72f59422d5 turns out this isn't even needed 2006-08-28 22:08:20 +00:00
Scott Ehlert
baf406cb6a Fixed bug with floatatan() returning wrong values when trying to get angle in degrees or grades 2006-08-28 17:37:15 +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
2cd1449f88 Ugh, part 2 2006-08-27 05:01:32 +00:00
Scott Ehlert
3691e98814 Ugh, should not have removed that 2006-08-27 04:56:27 +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
58e1254876 oops 2006-08-27 02:18:08 +00:00
Scott Ehlert
81ac41037b GCC Wallification 2006-08-27 02:17:18 +00:00
David Anderson
6786b0e356 Fixed bug am43875 2006-08-27 01:38:47 +00:00
David Anderson
cd6f3dfd71 Updated SDK for GCC-4.1 2006-08-25 00:53:37 +00:00
David Anderson
bab5bb5a72 Attempt to fix up am41036 2006-08-24 21:13:52 +00:00
David Anderson
5b47da7cee Finalized binlogging update by removing another unnecessary opcode and updating the reader 2006-08-21 04:18:13 +00:00
Borja Ferrer
45b67b6e2c more tweaks to binlogs 2006-08-21 03:46:20 +00:00
Borja Ferrer
44a17fe646 documented new file format
increased file version
2006-08-21 03:11:19 +00:00
David Anderson
e49af85119 Fixed bugizzle am43566 2006-08-20 21:01:35 +00:00
Borja Ferrer
dec169562b missed the FP_DONE's 2006-08-20 17:57:00 +00:00
Scott Ehlert
0acaf1b476 MSVC8 sync 2006-08-20 11:18:31 +00:00
David Anderson
2cf396be3e weird typo 2006-08-20 08:00:55 +00:00
David Anderson
df7ee94b83 Committed sorting natives as per request am23838 2006-08-20 04:46:34 +00:00
David Anderson
8a58dd8806 this is a bit more standards compliant 2006-08-19 22:21:42 +00:00
David Anderson
67f53505ce Added request am41635 and fixed a bug with passing (1<<31) 2006-08-19 22:15:34 +00:00
Borja Ferrer
e7cc87a610 now yes 2006-08-19 20:21:00 +00:00
Borja Ferrer
408f61c6d6 Added request am42871:file names in binlogs 2006-08-19 18:44:12 +00:00
David Anderson
e2932fb61a Request am40967 (logging set_fail_state) 2006-08-18 19:02:37 +00:00
Borja Ferrer
7af82f0d4f n0thing 2006-08-18 13:05:09 +00:00
David Anderson
010ef526c5 added amxx_setpl_curweap to export table 2006-08-18 06:05:57 +00:00
David Anderson
d7d0d72ceb fixed a serious bug with byref values and callfunc_push*() where the heap was used incorrectly, causing passed data to be easily corrupted.
added callfunc_push_array() (am42810)
2006-08-18 05:52:21 +00:00
David Anderson
79f8525c4a bumped version number 2006-08-18 03:34:03 +00:00
David Anderson
2869c8f4f6 Fixed bug at43313 2006-08-18 03:33:46 +00:00
David Anderson
f7691a51c6 Added request am43012: per-map plugin files 2006-08-17 19:34:34 +00:00
David Anderson
5524d5dca1 Added the ability to mark plugins as "disabled." This blocks the plugin from loading in other files.
Fixed a bug where the PCALM cache was invalidated on file read, rather than plugin finalization.
2006-08-17 18:25:23 +00:00
David Anderson
e015df58c8 More GCC compatibility fixes 2006-08-17 16:43:47 +00:00
David Anderson
db175082ad Fixed some bugs/warnings that GCC caught 2006-08-17 16:41:41 +00:00
David Anderson
8b055fd1d0 Added GCC-4.1 support
Disabled potentially bad optimization
2006-08-17 01:39:47 +00:00
David Anderson
6295813723 Work-around for a code generation bug in GCC 2006-08-17 00:23:03 +00:00
David Anderson
51ee2e4846 this line doesn't look necessary 2006-07-18 09:59:36 +00:00
David Anderson
fab4a43915 Fix for am41317, forward re-entrancy problem 2006-07-18 04:39:54 +00:00
David Anderson
57ccee89f2 bump3d v3rsion 2006-07-04 17:37:49 +00:00
Borja Ferrer
f1d3274f0e fixed bug at40706 (angle_vector) 2006-07-02 15:24:00 +00:00
David Anderson
9dcdba439a added fix for binlog bug with failed plugins
added experimental emsg natives
fixed target's velbyaim bug find
added native for setting player curweapon
2006-06-28 10:07:20 +00:00
David Anderson
f08bbbc45f dep recompile 2006-06-28 02:31:07 +00:00
David Anderson
06fbff7042 fixed floattocell bug, omg 2006-06-12 17:37:09 +00:00
David Anderson
d55542aa8d fourth time's a charm 2006-06-11 22:04:10 +00:00
David Anderson
2e86f51cfe fixed this 2006-06-11 21:50:19 +00:00
David Anderson
50311d14fb fixed bug at31100 (belsebub) 2006-06-11 08:58:15 +00:00
David Anderson
07b5a819bf fixed more amx_ftoc errors that wouldn't occur in modules 2006-06-11 07:32:18 +00:00
David Anderson
8e03e67a8f fixed a menu exit calculation bug in newmenus (omg) 2006-06-10 22:12:46 +00:00
David Anderson
66d04f8def fixed another possible amx_ftoc() misusage 2006-06-10 21:00:33 +00:00
David Anderson
bce69e7116 fixed pcvar bug (thanks niluje) 2006-06-10 20:57:52 +00:00
David Anderson
5463a84c12 fixed another stupid path bug
fixed more module loading bugs
2006-06-07 19:09:48 +00:00
David Anderson
d05c34b73c fixed a bug causing failed modules to register as successes. this also blocked handlers from being called. 2006-06-07 05:21:03 +00:00
David Anderson
c69777d8cc fixed stupid path bugs! 2006-06-07 04:44:03 +00:00
David Anderson
b3b9e72b01 fixed another newmenu calc bug 2006-06-06 17:59:38 +00:00
David Anderson
7f57e8377a oh, compiles now 2006-06-06 10:49:33 +00:00
David Anderson
036ab78828 added plugin semi-auto-loading shut it 2006-06-06 09:03:07 +00:00
David Anderson
e0f1a93d6e fixed a bug where an empty modules file would crash
fixed a bug where newmenu with default exit and a single page would not return MENU_EXIT on exit
2006-06-06 07:00:27 +00:00
David Anderson
011c9fa45c fixed "ghost module" problem 2006-06-05 19:19:43 +00:00
David Anderson
2c7ca33bf1 fixed a bug where HandleModule() took the mangled name instead of the demangled 2006-06-05 19:08:01 +00:00
David Anderson
36ec7bc818 fixed a very minor parsing bug in plugins.ini 2006-06-05 18:48:01 +00:00
David Anderson
3fbf65103a fixed a crash bug 2006-06-05 08:06:57 +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
David Anderson
e546c69041 fixed linux bug 2006-06-04 08:40:27 +00:00
David Anderson
afb8fb0019 fixed linux build 2006-06-04 07:37:44 +00:00
David Anderson
d0d08800ef what 2006-06-04 01:05:20 +00:00
David Anderson
ad0eafe66a fix for memory leak[?] 2006-06-04 00:29:27 +00:00
Borja Ferrer
5ffb38b5bc fixed invalid pathnames passed to CacheAndLoadModules causing auto load not to work 2006-06-04 00:22:59 +00:00
David Anderson
5522778aed fixed registerfuncex never actually registering
fixed requestfunc returning null when not querying
2006-06-03 23:14:09 +00:00
David Anderson
7367f29cb4 fixed a bug where defclasslib would search for lib instead of class 2006-06-03 21:44:35 +00:00
David Anderson
fc5e049e4a expanded MF_OverrideNatives API function a bit, to exclude named module(s) 2006-06-03 21:34:43 +00:00
David Anderson
43ecf97f99 fixed spelling mistake 2006-06-03 19:29:29 +00:00
David Anderson
7e36a19590 committed fix for bug atDIVINE (kami no buggu) 2006-05-22 00:00:11 +00:00
David Anderson
bce3bce586 Added amx_ReRegister() and MNF_RegisterFunctionEx() 2006-05-19 01:54:51 +00:00
Scott Ehlert
cf9cdaa3d6 zomg, I guess I should move these too 2006-05-17 20:23:36 +00:00
Borja Ferrer
d01d6b06fa little fix 2006-05-17 13:44:58 +00:00
David Anderson
00fd007e7a fixed bug at29654 2006-05-16 21:08:19 +00:00
Borja Ferrer
f7805623b0 added request at29591 2006-05-13 14:59:24 +00:00
Scott Ehlert
5e4d5a2c8f Hello MSVC8 project, may I update you? 2006-05-12 04:52:36 +00:00
David Anderson
6995b182c1 failsafe autoloading of libraries for 1.71- plugins 2006-05-11 10:19:09 +00:00
David Anderson
035c54350e module filter is expanded a tiny bit 2006-05-11 10:05:42 +00:00
David Anderson
441ab14d3b moved register_message into core, yay 2006-05-11 08:35:21 +00:00
Scott Ehlert
30ce0d9f1b Another pointless typo fix 2006-05-11 02:29:08 +00:00
David Anderson
afe19411b2 oh I forgot to commit this, basic-master-san 2006-05-10 12:40:44 +00:00
David Anderson
b12025093b added ability to override natives (someone shoot me) 2006-05-10 11:23:08 +00:00
David Anderson
f5cabb4bea fixed infinite loop (oops) 2006-05-10 04:44:07 +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
Scott Ehlert
ca3e8582e3 Added missing files to MSVC8 project (libraries.h and libraries.cpp)
Fixed some MSVC8 errors with new files
Bumped version
2006-05-08 04:13:37 +00:00