Search found 37 matches
- 23 Sep 2005, 15:54
- Forum: Engine
- Topic: I need help so we can have help.
- Replies: 18
- Views: 2672
- 23 Sep 2005, 15:44
- Forum: Engine
- Topic: A few bugs I've noticed...
- Replies: 7
- Views: 1114
Re: A few bugs I've noticed...
1) Yes, bugs me to no end X.x 2) Also, if a unit suvives a blast, it can get thrown into a building 3) You need to set the transport to "repeat" mode. It makes one pick up, then "load" is moved to the end of the action queue. It makes one drop off then "unload" is moved...
- 17 Sep 2005, 18:18
- Forum: Help & Bugs
- Topic: Grrrrrr, dirty grrrr, evil grrrr, dam bug!
- Replies: 11
- Views: 1201
Well, this was a rant, no two ways about it, so no hard feelings to the people who flamed me :D As for that whole password thing... ummm, if you want to steal my lvl 2 MMORPG charactures, and you can actually guess my handle 0.o Don't do it, cause I'll get really really mad, and rant some more X.x A...
- 14 Sep 2005, 07:10
- Forum: Help & Bugs
- Topic: Grrrrrr, dirty grrrr, evil grrrr, dam bug!
- Replies: 11
- Views: 1201
- 14 Sep 2005, 06:10
- Forum: Help & Bugs
- Topic: Grrrrrr, dirty grrrr, evil grrrr, dam bug!
- Replies: 11
- Views: 1201
Grrrrrr, dirty grrrr, evil grrrr, dam bug!
Ok... Evil battle client needs to fix these two bugs! 1) I never said your alloud to post what country i'm from! Let's just add spyware into TA spring, why not? It's already getting invasive enough! Better yet, why not post my credit card number? phone number, e-mail address, name? Why not, privacy ...
- 20 Aug 2005, 15:13
- Forum: General Discussion
- Topic: Guardian update spam...
- Replies: 26
- Views: 3514
how is the Guardian not secure? The only problem I can see is if someone else registers the name Guardian; but of course that is probably not possible. Atleast I haven't tried :p Ok... Guordian Guardien Gardian... Need I continue? Let's not forget that 99% of e-mail based viruses spread because of ...
- 20 Aug 2005, 15:05
- Forum: General Discussion
- Topic: The current TAS client is violently unstable
- Replies: 5
- Views: 1564
Ummm... your problem may just be a poorly implemented GUI. The net code and the GUI are ~NOT~ in separate threads. Basically what that meens is nothing happens asyncronously (at the same time). So the app starts up, freezes, and makes a DNS request for the server IP, initiates a connection to the se...
- 18 Aug 2005, 15:34
- Forum: General Discussion
- Topic: Guardian update spam...
- Replies: 26
- Views: 3514
Yah, just some type of message that only the developer can send to clients... Making the Guardian messages show up like regular private messages is the fault, not because it's ineffective/rude... It's because ~anyone~ can do this, so there's no way of knowing if the message sender is a legitimate so...
- 17 Aug 2005, 21:41
- Forum: General Discussion
- Topic: Guardian update spam...
- Replies: 26
- Views: 3514
Re: Guardian update spam...
Betalord, it would be nice if you care to comment. Or... try blocking the name "Guardian" and any messages recieved by Guardian become a pop-up window, in such a way that no random person, like "Guardien" (notice the e) can start sending off random downloads, and appear legit ;p...
- 17 Aug 2005, 21:39
- Forum: General Discussion
- Topic: Guardian update spam...
- Replies: 26
- Views: 3514
No no no.... you don't understand Ded... he's paranoid dilutional and thinks that Java is a virus... Also, you can't tell when he's being sarcastic, heck HE can't tell if he's being sarcastic... frankly I'm surprised he's using the provided .NET client at all... So... what's your point? XD I guess ...
- 17 Aug 2005, 19:21
- Forum: General Discussion
- Topic: Guardian update spam...
- Replies: 26
- Views: 3514
Guardian update spam...
Ok... what's with this guy "Guardian" spaming people on the TASClient about an update that could potentially contain a "fix" to the current battle client (TASClient) to allow him to read your e-mail, grab your website cookies, etc... I think he should be banned from connecting to...
- 08 Aug 2005, 01:04
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
About threads: Are the AIs (when they will have arrived) running multithreaded? Nothing is threaded. Unless your running as a host, in which case the server is threaded. You should keep in mind the problems involved in breaking up the application in multiple threads. One extra thread for drawing fo...
- 07 Aug 2005, 01:56
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
SJ (or other people working on CGlobalAI... erm... I meen global objects... *hint hint*), you might want to read this, on singletons. The fact that TA isn't threaded disappoints me, however, the server is threaded, so keeping that in mind, here's a short, but interesting article on singletons, and g...
- 05 Aug 2005, 01:47
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
You might consider trying this get/set method. It must be declaired and defined in the header, a'cause it's a template. Main advantage? You can store a struct/enum, 1024-bit int etc... into the registry. Main disadvantage is that the code storing and restoring the value has to be carful about the ty...
- 02 Aug 2005, 02:50
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
- 01 Aug 2005, 07:39
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
- 30 Jul 2005, 14:04
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
I'll get the thread safe singleton started later today, need to have a nap first :D It will work the same as reghandler does, and there shouldn't be a need to change any code... If there is any changes, something like this will take care of it: #define regHandler (RegHandler::GetInstance()) GetInt(s...
- 30 Jul 2005, 12:06
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
singleton? I'll have to google that one... XD Here's a link to the source: http://members.fortunecity.com/2069/ Sorry, no hosting big files, I have the binary built and tested, but I can't give it out :P Just wait for SJ to post an updated build, and no worries, this is a tiny tiny bug :D BTW, SJ, w...
- 30 Jul 2005, 10:13
- Forum: Engine
- Topic: Tiny bug in 0.60b1
- Replies: 16
- Views: 2840
Tiny bug in 0.60b1
How did I find this bug... Dumb luck :D Anyways, here's the problem... in GlobalAITestScript.cpp, the line static CGlobalAITestScript ts; is run before the line in RegHandler RegHandler regHandler("Software\\SJ\\spring"); But in the creation of CGlobalAITestScript, there is at least one ca...
- 29 Jul 2005, 04:09
- Forum: Engine
- Topic: New utility app in development, for moders, mapers..whatever
- Replies: 8
- Views: 1581
Meh, I minor por... picture sites :D Last time I tried to check there was 60,000+ files, and 2Gigs of... pictures I just needed something to take care of the browsing for me XD Yes... I do have to much time on my hands... and no life XD Either way, my makeshift 'database' of files only takes... 10MB...