|  | 
| 
 
 
 
 
 
 
 
 
    
    
 |  | 
 
 
	
		|  |  |  
	
	
		
	
	
	| 
			
			 
			
				February 4th, 2004, 09:49 PM
			
			
			
		 |  
	| 
		
			|  | 
 Shrapnel Fanatic |  | 
					Join Date: Jul 2001 Location: Southern CA, USA 
						Posts: 18,394
					 Thanks: 0 
		
			
				Thanked 12 Times in 10 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 It would double the amount of processing needed for reading in all of the files that depend upon it... |  
	
		
	
	
	| 
			
			 
			
				February 4th, 2004, 10:50 PM
			
			
			
		 |  
	| 
		
			|  | 
 Major |  | 
					Join Date: Jan 2004 Location: Taganrog, Russia 
						Posts: 1,087
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 No, you don't need more processor time to READ files with case sensitive/insensitive identifiers structure, but you need to double memory reservation to compare them further, because "Stuff" will refer to a different memory space that "stuff". Also if you are coding huge project and accidentally screwed your identifier/function capitalisation somewhere, you'll get a compiler error. And you are lucky guy if using Delphi/Visual Studio, if not - go check all 100000 lines of code. |  
	
		
	
	
	| 
			
			 
			
				February 4th, 2004, 10:59 PM
			
			
			
		 |  
	| 
		
			|  | 
 Shrapnel Fanatic |  | 
					Join Date: Jul 2001 Location: Southern CA, USA 
						Posts: 18,394
					 Thanks: 0 
		
			
				Thanked 12 Times in 10 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 Yes you do need double the time, because every time you read in a string, extra time has to be spent to compare the capitalization. The strings are read in from a lot of places in several files. And who is ever going to make tech areas of "Stuff" and "stuff" anyways, unless you have a typo? Aaron can't be held responsible for fixing all of your typos. |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 01:13 AM
			
			
			
		 |  
	| 
		
			|  | 
 Colonel |  | 
					Join Date: Feb 2001 Location: B.F.E. USA 
						Posts: 1,500
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 
	right, then you should still see them at a range of 5, but, you do not (or I don't) playing tac combat so I should see them move till they run out a gas, right?Quote: 
	
		| Originally posted by Imperator Fyron: Exactly. They hit the 0 damage at range value, and disappear, as they should for being seekers.
   | 
				__________________Kill em all let God sort em out
 |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 01:31 AM
			
			
			
		 |  
	| 
		
			|  | 
 Major |  | 
					Join Date: Jan 2004 Location: Taganrog, Russia 
						Posts: 1,087
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 
	Ergo, if application doesn't care about upper/lower word cases it won't spend any extra time for capitalization checks, right?Quote: 
	
		| Originally posted by Imperator Fyron: Yes you do need double the time, because every time you read in a string, extra time has to be spent to compare the capitalization.
 |  
 [Edit] Fyron, ignore my post, I don't want to flood board with holy war debates. You are right, I was wrong, everybody happy
  
 [ February 04, 2004, 23:47: Message edited by: aiken ]
 |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 01:36 AM
			
			
			
		 |  
	| 
		
			|  | 
 Brigadier General |  | 
					Join Date: Nov 2001 Location: WA 
						Posts: 1,894
					 Thanks: 5 
		
			
				Thanked 3 Times in 3 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 Damn Fyron you are a “Shrapnel Fanatic” with “10489” Posts, get a life man. Try a woman or something. 
				__________________President Elect Shang; Tal-Re Republic of Free Worlds
 Welcome to Super Vegeta’s Big Bang Attack… Welcome to OBLIVION!
 “Don Panoz made an awesome car and… an incinerator” Bill Auberlen
 |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 02:13 AM
			
			
			
		 |  
	| 
		
			|  | 
 Lieutenant Colonel |  | 
					Join Date: Jan 2002 Location: Dundas, Ontario, Canada 
						Posts: 1,498
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 
	Ergo, if application doesn't care about upper/lower word cases it won't spend any extra time for capitalization checks, right?Quote: 
	
		| Originally posted by aiken: 
 quote:Originally posted by Imperator Fyron:
 Yes you do need double the time, because every time you read in a string, extra time has to be spent to compare the capitalization.
 |  
 Wrong.
  A program has to be programmed not to care about captials.  But 'double'.  that I doubt. (could be less, maybe more)  If the program didn't care about capitals it would likely just covert everything to lower case when reading key values.  It certainly would take some processor time though.  (although in the era of 2Ghz + processors, who cares) 
 Now, how about that Star Trek Mod
 
 [ February 05, 2004, 00:15: Message edited by: DavidG ]
 |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 02:27 AM
			
			
			
		 |  
	| 
		
			|  | 
 Shrapnel Fanatic |  | 
					Join Date: Dec 2000 Location: USA 
						Posts: 15,630
					 Thanks: 0 
		
			
				Thanked 31 Times in 19 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 
	Thanks, will look into it.Quote: 
	
		| Originally posted by aiken: BUG: STM v.1.5.0
 
 TechArea.txt, line 1898:
 
 Name            := Cardassian Discharge Weapons
 ... lalala...
 Tech Area Req 2 := Cardassian weapons (should be "Cardassian Weapons" - both in upper case)
 
 Because of small letter case typo in Cardassian Discharge Weapons Tech Area Req, when rightclick on Physics 1 to look in tech areas to come, you can see Cardassian Discharge Weapons tech listed[for all races]. Also due to this bug, when playing Cardassian you can start researching Cardassian Discharge Weapons immediantly after Physics 1, and requirement for Cardassian Weapons lvl 10 is skipped.
 
 I wonder, why the hell "Stuff" and "stuff" (lets call them so) are completely different techs?
 | 
				__________________Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
 |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 02:35 AM
			
			
			
		 |  
	| 
		
			|  | 
 Shrapnel Fanatic |  | 
					Join Date: Dec 2000 Location: USA 
						Posts: 15,630
					 Thanks: 0 
		
			
				Thanked 31 Times in 19 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 Yup twas a bug, thanks, will have a fix patch out later tonight. 
				__________________Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
 |  
	
		
	
	
	| 
			
			 
			
				February 5th, 2004, 02:39 AM
			
			
			
		 |  
	| 
		
			|  | 
 Shrapnel Fanatic |  | 
					Join Date: Dec 2000 Location: USA 
						Posts: 15,630
					 Thanks: 0 
		
			
				Thanked 31 Times in 19 Posts
			
		
	      |  |  
    
	| 
				 Re:  STM  "Final v1.7.5"  Discussion 
 No matter how hard I try it seems like something always gets through.   
				__________________Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
 |  
	
		
	
	
	
	
	
	
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is On 
 |  |  |  |  |