Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						48686bd937 
					 
					
						
						
							
							Rename function to better express the intention behind it.  
						
						 
						
						
						
						
					 
					
						2020-03-21 13:57:38 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						863948eb2e 
					 
					
						
						
							
							Allow the user to controll when the null entity instances are created. Creating them before executing any scripts will lock entity classes and prevent the user from adding custom elements.  
						
						 
						
						
						
						
					 
					
						2020-03-21 13:54:38 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						b269517e6f 
					 
					
						
						
							
							Candidate for backwards compatibility.  
						
						 
						
						
						
						
					 
					
						2020-03-20 20:37:17 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						3d9001c31b 
					 
					
						
						
							
							Fix entity creation issue with stream event.  
						
						 
						
						... 
						
						
						
						This is just a nasty workaround because the entity is reported as streaming before it create function returns an ID and the plugin knows about it. Thus, trying to access an entity that doesn't yet exist. 
						
						
					 
					
						2019-06-02 18:58:38 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						4e916988de 
					 
					
						
						
							
							Remove stream event from keybind.  
						
						 
						
						... 
						
						
						
						Dunno how that got there. 
						
						
					 
					
						2019-06-02 18:36:02 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						819567410b 
					 
					
						
						
							
							Fix plugin event traceback name.  
						
						 
						
						... 
						
						
						
						Script loaded was marked as reload event. Quite the awkward 30 minutes till i figured it out. 
						
						
					 
					
						2019-06-02 18:24:33 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						3c37417acc 
					 
					
						
						
							
							Further updates to plugin command traceback.  
						
						 
						
						... 
						
						
						
						Use upper case hex. surround command string in single quotes to helpt track empty strings. 
						
						
					 
					
						2019-06-02 18:16:56 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						2c500a4f35 
					 
					
						
						
							
							Update traceback in plugin command.  
						
						 
						
						... 
						
						
						
						Use hex output for identifier. Avoid unused parameters warning when traceback is disabled. 
						
						
					 
					
						2019-06-02 18:15:04 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						6e6baf9b2b 
					 
					
						
						
							
							Disable traceback on frame event.  
						
						 
						
						... 
						
						
						
						This causes a ton of spam which makes the whole thing quite useless. Somehow I forgot about it. 
						
						
					 
					
						2019-06-02 17:59:30 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						37e793c1ea 
					 
					
						
						
							
							Cast enumeration to fundamental type.  
						
						 
						
						... 
						
						
						
						Just to make printf fomat happy. 
						
						
					 
					
						2019-06-02 17:48:19 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						9c1c09eaad 
					 
					
						
						
							
							Dummy plugin event traceback.  
						
						 
						
						... 
						
						
						
						Implements a simple traceback for plugin events. Should allow for easier debugging. 
						
						
					 
					
						2019-06-02 17:43:04 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						670c960b2e 
					 
					
						
						
							
							Handle new entities in pool changes.  
						
						 
						
						... 
						
						
						
						Even if they're not handled, they're at least recognized so that they don't fall to the default case and throw an exception. 
						
						
					 
					
						2019-06-02 13:57:08 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						7fdcf7efc0 
					 
					
						
						
							
							Implement new API changes.  
						
						 
						
						... 
						
						
						
						Initial implementation of entity streaming events, 3D arrows, drunk effects., camera interpolation, entity options and whatnot. Not yet tested! 
						
						
					 
					
						2019-06-02 00:39:06 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						0f0b795ca9 
					 
					
						
						
							
							Various minor changes and fixes that were not pushed to the repository. Just random stuff.  
						
						 
						
						
						
						
					 
					
						2019-01-29 18:44:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						f300e7ff4a 
					 
					
						
						
							
							Massive code reduction in the binding utility by using variadic templates.  
						
						 
						
						... 
						
						
						
						Extensive code refactoring surrounding the StackStrF helper to facilitate the new changes.
Various other miscellaneous changes and code refactoring to facilitate the new changes. 
						
						
					 
					
						2018-07-30 00:58:27 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandu Liviu Catalin 
							
						 
					 
					
						
						
							
						
						0ad290ca34 
					 
					
						
						
							
							Restructure some files.  
						
						 
						
						
						
						
					 
					
						2018-07-29 12:25:44 +03:00