Game Development Community

Dreamer's Forum Posts

Thread Post Date Posted
Has TLK 1.4 been updated? @Stephen Hey I would LOVE to get my hands on that Linux Beta of 1.4.2 is there an active discussion ... read more 07/12/2006 (1:31 pm)
Death of the MMO? Internet Backbone aggregation is a danger, but it's not going to be the death of MMO's or the intern... read more 07/12/2006 (10:15 am)
Dungeon Theme Pack Holy cow Andrew you just signed up today? Did you sign up just to spam the GarageGames forums with ... read more 07/07/2006 (9:25 am)
Dungeon Theme Pack I've never had any problems with them, you sure your emailing the right place? Arteria Games has gi... read more 07/07/2006 (9:01 am)
A simple MMORPG for Torque 1.4 [code] bool GuiTextEditCtrl::hasText() { return (mTextBuffer.length()); } void GuiTextEdit... read more 06/21/2006 (10:26 am)
A simple MMORPG for Torque 1.4 [code] void GuiTextEditCtrl::drawText( const RectI &drawRect, bool isFocused ) { StringBuffer ... read more 06/21/2006 (10:25 am)
A simple MMORPG for Torque 1.4 [code] void GuiTextEditCtrl::setFirstResponder() { Parent::setFirstResponder(); Platf... read more 06/21/2006 (10:24 am)
A simple MMORPG for Torque 1.4 [code] switch ( event.keyCode ) { case KEY_TAB: if ( mTabComplete ) ... read more 06/21/2006 (10:23 am)
A simple MMORPG for Torque 1.4 [code] case KEY_V: { UTF8 buf[GuiTextCtrl::MAX_STRING_LENGTH + 1]; ... read more 06/21/2006 (10:22 am)
A simple MMORPG for Torque 1.4 [code] Bool GuiTextEditCtrl::onKeyDown(const GuiEvent &event) { S32 stringLen = mTextBuffer.le... read more 06/21/2006 (10:20 am)
A simple MMORPG for Torque 1.4 [code] void GuiTextEditCtrl::onMouseDragged( const GuiEvent &event ) { S32 pos = setCursorPos(... read more 06/21/2006 (10:18 am)
A simple MMORPG for Torque 1.4 [code] bool GuiTextEditCtrl::onAdd() { if ( ! Parent::onAdd() ) return false; /... read more 06/21/2006 (10:16 am)
A simple MMORPG for Torque 1.4 The problem with the password field is a known bug in TGE 1.4 Since this is a private forum I will ... read more 06/21/2006 (10:14 am)
Complete MMORPG Development Guide @Chris and Rookie try going here [url=http://mydreamrpg.com/community/]MyDreamRPG.com/community[/url... read more 05/23/2006 (12:02 am)
Complete MMORPG Development Guide Hello Rookie, some people have been reporting some difficulties logging into the site, please use th... read more 05/22/2006 (11:34 pm)
Would you like RTS Owner Access on mydreamrpg.com Hey guys, I'm sorry that I didn't close this thread down sooner. But we will eventually find a use ... read more 05/15/2006 (11:40 am)
Complete MMORPG Development Guide Ok a little complex but here goes... Everyone who had accss before has not lost it, but everyone st... read more 05/14/2006 (10:00 pm)
Complete MMORPG Development Guide Ok everyone up to here is now a registered member of the site. If you have been waiting for this po... read more 05/12/2006 (8:59 pm)
Complete MMORPG Development Guide Hey Luke, we could sure use ya today man! It's really, really busy and thread watching is taking va... read more 05/12/2006 (8:36 am)
Complete MMORPG Development Guide Yeah Sam I caught you as you came in, just happened to be admining the site, anyways use the credent... read more 05/12/2006 (1:37 am)
RTS ver 1.4 solution -- Coming Tonite Congratulations William thats a fantastic job!... read more 05/12/2006 (12:18 am)
Complete MMORPG Development Guide Ok folks, anyone who signed up for the kit (i.e. clicked the paypal link), today and cannot access S... read more 05/12/2006 (12:06 am)
Complete MMORPG Development Guide Ok you are activated. The kit is currently distributed via SVN, you should click [url=http://www.my... read more 05/11/2006 (11:18 pm)
Complete MMORPG Development Guide Ok you are activated now as well!... read more 05/11/2006 (9:21 pm)
Complete MMORPG Development Guide Welcome aboard! You are now activated.... read more 05/11/2006 (8:18 pm)
Complete MMORPG Development Guide Everyone up to this point is now activated, welcome to the site!... read more 05/11/2006 (7:49 pm)
Castle Construction pack Yeah I understood that part, but what I'm saying is, I have a subscription so HOW do I get the castl... read more 05/09/2006 (10:47 am)
Castle Construction pack Hey thats fantastic, since I purchased early, and I also have your yearly art subscription, does thi... read more 05/09/2006 (10:27 am)
Opengl [quote] I am not arguing that Directx is better but , right or wrong, direct x is the standard for ... read more 05/01/2006 (5:59 pm)
Case sensitivity I ran into a similar problem when trying to make the chat system recognize and respond to slash comm... read more 04/30/2006 (10:28 pm)
Propegating a Stat to clients Actually I decided to share space with NameMask in the end, since I realized the difficulty was my p... read more 04/29/2006 (1:33 am)
Propegating a Stat to clients Actually it appeared that the value was never making it to the client. However after a couple of da... read more 04/29/2006 (12:06 am)
Propegating a Stat to clients It's now Initialized every object in the game now has a level to it. The next thing we want to do... read more 04/28/2006 (6:35 am)
BUG: Canvas setCursorPos() does not work Hey folks just a heads up, this WILL break your dedicated server build under linux. To fix the brea... read more 04/28/2006 (3:08 am)
Complete MMORPG Development Guide PayPal can accept Bank Transfers as well.... read more 04/26/2006 (11:48 pm)
multiple actionMap binds to one function I'm willing to pitch in and pay a bounty to the first person who shows adequetly how the optionsDlg ... read more 04/26/2006 (3:24 am)
TLK as persistent and interactive world Hey Kai I keep getting requests to put this into the MMO Kit especially the object interaction porti... read more 04/21/2006 (5:21 am)
Echoing to console Are you trying to do the echo from from within script or C++ ?... read more 04/12/2006 (2:55 am)
Adding simple AI players or NPCs In my awareness mod for TGE 1.4 which was made from the Tit for Tat or AI TotalWarfare mod, I have a... read more 04/11/2006 (11:17 pm)
Adding simple AI players or NPCs Stock TGE ships with a computer controlled called an AIPlayer and a client controlled player called ... read more 04/11/2006 (11:09 pm)
Large Complex Interiors There was also a max to dif exporter at one time if I'm not mistaken. Best bet though would be to u... read more 04/11/2006 (5:27 pm)
Search Engine Issues I agree, I miss my google!... read more 04/07/2006 (1:23 pm)
Understanding eval() Ok here is the code I'm using and yes it's bugged... Any ideas ? [code] function GetInteraction... read more 04/07/2006 (12:10 pm)
Understanding eval() Oh wow talk about nick of time on this thread... I've been going nuts trying to figure an elegant w... read more 04/06/2006 (10:10 am)
What the function transmitDatablock and activateGhosting does. This is a public forum, you will get no response from anyone w/o violating the license. Might be be... read more 04/05/2006 (10:34 pm)
Oil Cooled PC Next up, AntiFreeze cooled PC's... read more 03/29/2006 (12:11 pm)
Complete MMORPG Development Guide Umm no... If you re-register using the same email address you used before the login script should c... read more 03/26/2006 (4:47 pm)
Complete MMORPG Development Guide Welcome aboard xartal!... read more 03/22/2006 (1:26 am)
Complete MMORPG Development Guide Ok everyone, this thread is near 400 posts long, and was meant for us to have a quick and easy way t... read more 03/21/2006 (10:39 pm)
MMORPG Enhancement Kit Released @Scott, you can get some help in IRC by going to 69.60.117.0 and joining #mydreamrpg Right now the ... read more 03/21/2006 (10:06 pm)