-
Posts
1308 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Events
Everything posted by Drake7707
-
lol here are the results from the ms tools statistics: File File Type Code Lines Comment Lines Total Lines Procedures Controls DCME Project 16,861 (85%) 2,884 (14%) 19,745 922 642 AirBrush Class Module 181 2 183 4 0 !@#$%^&*ignExtension Module 40 21 61 1 0 Bucket Class Module 223 22 245 7 0 Changes Class Module 78 56 134 6 0 ClipB Class Module 45 1 46 10 0 clsPicArray Class Module 488 41 529 21 0 Dropper Class Module 59 1 60 4 0 eLVLdata Class Module 0 156 156 0 0 frmCheckUpdate Form 190 25 215 13 15 frmColor Form 150 1 151 14 19 frmConvToWal... Form 89 4 93 10 7 frmCount Form 129 21 150 13 23 frmCreateWal... Form 343 49 392 24 27 frmGeneral Form 2,374 494 2,868 173 157 frmGoto Form 112 1 113 17 13 frmLog Form 47 4 51 4 4 frmMain Form 2,123 717 2,840 55 16 frmOptions Form 462 38 500 30 81 frmPicToMap Form 73 24 97 5 8 frmReplace Form 130 33 163 13 20 frmResize Form 163 0 163 13 23 frmRotate Form 41 12 53 8 10 frmSplash Form 35 0 35 10 7 frmTextToMap Form 96 32 128 9 9 frmTileEditor Form 2,030 137 2,167 120 141 frmTilesetEd... Form 820 98 918 46 45 frmTileText Form 249 31 280 15 7 frmTip Form 48 12 60 7 7 GDI_Pack Module 184 27 211 10 0 General Module 282 214 496 22 0 Hand Class Module 56 1 57 4 0 InfoBitMap Module 27 0 27 0 0 inihandling Module 58 45 103 4 0 Line Class Module 914 96 1,010 16 0 MagicWand Class Module 211 12 223 5 0 Magnifier Class Module 151 26 177 9 0 mdlFloydStei... Module 165 16 181 3 0 MousePointer... Module 113 27 140 2 0 ObjectProced... Module 251 101 352 15 0 Pencil Class Module 174 7 181 4 0 ReplaceBrush Class Module 175 19 194 8 0 Selection Class Module 1,511 168 1,679 45 0 Settings Module 107 7 114 8 0 SharedVar Module 265 9 274 12 0 SPLine Class Module 113 2 115 4 0 SubClassing Module 69 4 73 3 0 TE_Sel Class Module 226 4 230 16 0 TileText Class Module 288 25 313 23 0 ToolProperty User Control 165 12 177 23 3 Transparency Module 50 15 65 1 0 UndoRedoStack Class Module 136 8 144 11 0 WallTiles Class Module 352 6 358 22 0 or if you're a fan of pie (diagrams)
-
server should be optimized for speed as they will have to process everything what's going on in the zone. It's always a trade-off, do much on the client side will put less weight on the server and less traffic between client and server, but easier for cheaters to hack the local data. On the other hand, do everything on the server, then you get too much traffic and heavy processing for the server.
-
yeah you're right, sorry, delete my previous post and posts following up on that.
-
i hate linux ... very much. It always crashes when i'm using it (and no although i have not so much experience with linux, i don't !@#$%^&* things up like a noob) So for me there doesn't even has to be linux support. Windows ftw ^^ *hides for linux fanboys or fangirls (although i doubt the latter will be worse than the first)*
-
wtf drawString o-O are you using java 1.0 or something , use System.out.println(String) or just type sysout and autocomplete in eclipse (java ide) I've got quite some experience when it comes to sockets, i've written multiple programs before that uses winsockets in vb to communicate between server-client or peer-peer connections
-
ships that differ in sizes is possible, even 1 tile big (metal gear solid has such 2 ships for flagging) But continuum only allows 8 ships
-
and you have to trash talk in the dev forum because?
-
i mostly hate games that are based on tv shows or movies, as those are mostly made in a hurry, and not too carefully designed, because they know it will sell anyway because the show or movie was popular
-
i'm not an elite coder, but i could make some contributions, if it's not over my head that is. Depends on what actually, if it's coding in c++ then i doubt i could help, but maybe some UML things or so
-
you can read and send messages to a command prompt.
-
unless you put vbnewline chars in the textbox, or newline feed chars
-
first 2 season were good, 3rd season sucks badly (at least the first 3 eps do, awaiting the rest). Heroes & prison break are way better than lost now.
-
duh, i said there is stuff missing, i posted it when i didn't have the time to continue
-
I made a quick and small class diagram, it needs much more work than this, but hey, it's a start and someone might be inspired to continue on it I've also attached the .violet file so you can open and edit it continuumViolet.zip
-
shipset like subspace now, yes, but 3D triangle mesh, i doubt it
-
animations to 3D models are quite impossible. You don't know what the depths are of each triangle to build a triangle mesh. You either have to redesign them using a 3D studio, or ask the owner of those 3D models. You could extract the textures tho, but those animations should be 2000x2000 or something to have a detailed texture map (I could use those in wavefront obj format for my raytracer program test tho )
-
Suggestion: Tiles and typing (I'll explain further!)
Drake7707 replied to RiiStar's topic in Drake Continuum Map Editor
i just wonder what the textbox in the tool options bar functions ? -
ahhh the fun in creating your own tools for something rather than use someone else's
-
Oh yeah? When was the last DCME release? But yeah, it is good to have some people who do not have lives We need more of them. Unfortunately they seem to get busy with school and get a "semi-life". Like you!!! well ehh heh, not really THAT busy with school, just have too few ideas for DCME in mind .
-
Some ppl don't have lives, like me . And some ppl hate working with other ppl, like me too . It's possible to write a client for subspace alone, you just have to plan ahead, complete a fully functional class diagram, and/or sequence diagrams, and work in an UP way. (The reason why i hate working with other ppl is because i have to make a project for a course, with a group of 4 ppl, and those others happen to be complete morons...)
-
this is probably a faulty settings.dat or recent.ini Those 2 files hold either all the customized settings (such as last used pencil width etc) and the other one contains all paths to the last opened files. Deleting the settings.dat should solve the problem, but before you do, attach it to this thread so i can see whats wrong with it.
-
http://forums.sscentral.com/index.php?showtopic=9163 In 2 days, DCME is 1 year old lol (i post this now because i'll probably forget it)
-
hehehe gj ^^
-
so you're saying "its good to be an admin"
-
there has been a problem of corrupting the tileset in the past, but not the actual tile data.