| 
							
							
								 David Anderson | 4738c92b8e | Committed new debugger with AMX fixes | 2005-09-09 03:23:31 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 7ce59966fc | Replaced with faluco's cleaned-up version of meta_api.cpp | 2005-09-08 22:20:27 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | afa1337e62 | because gabe doesn't rollover, he just expands | 2005-09-08 15:29:31 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | cc34f468f0 | Added a new math stock function. | 2005-09-08 15:24:28 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 3f9598fcbb | Changed .amx in examples for pause() and callfunc_begin() to .amxx (as requested by XxAvalanchexX on the forums) | 2005-09-08 13:05:44 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 97b5391118 | Logs the map name on mapchange (as requested by lantz69 on forums) | 2005-09-08 13:03:38 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 227c13d12c | Added abs(x) stock | 2005-09-08 12:58:17 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 729932476b | Fixed memory leak Updated Modified-Event (now only one parameter [the modified text]) | 2005-09-07 22:31:31 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 7c21deb0f2 | Fixed memory leak Updated Modified-Event (now only one parameter [the modified text]) | 2005-09-07 22:20:28 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 80048eba61 | Fixed memory leak Updated Modified-Event (now only one parameter [the modified text]) | 2005-09-07 22:10:21 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 0552e5ef58 | Deprecated jghg2 include | 2005-09-07 15:40:46 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | ce881a7d30 | Fixed bug at18558 (Nijule) | 2005-09-07 00:11:10 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 80dd7f034d | version bump | 2005-09-06 22:28:47 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 5fac746feb | compiler fix merge | 2005-09-06 22:28:32 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 67f012b74a | Fixed bug where static declarations would crash | 2005-09-06 21:34:33 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 5705e69abb | Fixed bug where level>1 arrays were walked incorrectly | 2005-09-06 20:36:02 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | bece1e6d0c | Added float_to_str and str_to_float natives | 2005-09-06 16:34:17 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | f2527ecc86 | The query_client_cvar native now checks for a non-zero g_engfuncs.pfnQueryClientCvarValue before proceeding | 2005-09-06 16:31:54 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 66b95f64a5 | Now checks whether there is a non-zero g_engfuncs.pfnQueryClientCvarValue before setting newdll's pfnCvarValue function pointer | 2005-09-06 16:31:07 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | af79fe8e20 | Added natives str_to_float and float_to_str; indents are now tabs | 2005-09-06 16:29:27 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | d3e2bad4e7 | Added query_client_cvar native | 2005-09-06 10:14:32 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 6bebf37f1a | An optional array parameter (LIKE TEH TASKS ONE) can be now passed to cvar query handlers | 2005-09-06 10:12:02 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 2f27b7da8d | zomg! updated teh vectorz codeses a bit! Hopefully didn't break anything | 2005-09-06 09:34:13 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 824caab2c5 | Fixed bug p1123143748 (Twilight Suzuka) | 2005-09-06 03:00:01 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | a105bc7402 | Fixed bug at18003 (Geesu) Fixed bug p1123149221 (Twilight Suzuka) | 2005-09-06 01:55:41 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 81ab33d794 | Fixed shortcut bug in the settings dialog (couldn't set hotkeys to BkSp etc.) Added "Reset" button to shortcuts page | 2005-09-05 22:33:45 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | e90364c17b | Fixed bug at18525 (twistedeuphoria). | 2005-09-05 22:05:23 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | ac4014ff5a | Fixed bug at18473 (Greenberet). | 2005-09-05 21:59:44 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | ad634924fa | Fixed two bugs from at18519 (Lord of Destruction) | 2005-09-05 21:43:05 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 2d5f9ba181 | Using the (*g_engfuncs.pfnQueryClientCvarValue) directlty instead of the macro so that it compiles on both metamod and metamod-p | 2005-09-05 20:51:24 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | aa0e4e121e | Now properly cleaning up pending client cvar queries in the queue on client disconnect | 2005-09-05 19:56:40 +00:00 |  | 
			
				
					| 
							
							
								 Felix Geyer | f8227a09b4 | updated to September | 2005-09-04 22:40:43 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 46130a6754 | *** empty log message *** | 2005-09-04 13:25:24 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 58c006a9c8 | Ready for release (1.1) | 2005-09-04 13:03:34 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | ea1d72401c | Fixed switch bug, now even (much) faster Updated aboutbox | 2005-09-03 23:47:40 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | fdbe0e2064 | Upgraded plugin-system (other command call and now 93 commands) Customizable IRC Paster
Updated version number from 1.01 to 1.1 | 2005-09-03 20:00:46 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | e239801671 | fixed  get_map_info function | 2005-09-03 13:59:33 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 4be88a5015 | version bump | 2005-09-02 07:10:56 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | ee02d0b13d | this must be off! | 2005-09-02 04:07:49 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 2ec084ffa3 | Patch for bug at18251 | 2005-09-02 04:06:47 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 6636c20336 | Fixed bug at18250 | 2005-09-02 03:44:15 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 27c80b00f8 | Fix for bug at18293. | 2005-09-02 03:28:44 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 6bcb72952c | Applied patch for bug at18341 (jtp10181) | 2005-09-02 02:46:42 +00:00 |  | 
			
				
					| 
							
							
								 Christian Hammacher | 8c17be27dd | Updated AMXx version 1.56 | 2005-09-01 17:11:48 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 0232b0abee | Bumped versions | 2005-08-31 20:36:41 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 12fd7a9f0d | Added new DBI functions Fixed bugs in field getting | 2005-08-31 20:32:29 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 71c6e70706 | Updated for new API | 2005-08-31 20:08:12 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | c5cc94ba98 | Added new natives | 2005-08-31 04:36:25 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | 8220cc4c01 | is_in_viewcone from in_view_cone | 2005-08-30 23:22:27 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 57ce74c4c7 | Bumped version, lowered -O flag | 2005-08-30 18:43:11 +00:00 |  |