Author |
Message |
Topic: Dec 06: host enumeration, network conditions simulation |
Dima-san
Replies: 0
Views: 15258
|
Forum: dnet Posted: Thu Dec 06, 2007 10:17 am Subject: Dec 06: host enumeration, network conditions simulation |
DNet is now capable of simulating network conditions (packet loss, latency, jitter). You can also enumerate hosts residing in your intranet. |
Topic: Attempting to compile |
Dima-san
Replies: 8
Views: 17296
|
Forum: ArcLib Posted: Mon Dec 03, 2007 11:06 am Subject: Attempting to compile |
Are you compiling with Tango? It looks like tango.lib is not getting linked in. |
Topic: Nov 24: commands |
Dima-san
Replies: 0
Views: 13569
|
Forum: dnet Posted: Fri Nov 23, 2007 12:41 pm Subject: Nov 24: commands |
Revision 49 introduces the following features:
commands. These are text strings sent to remote side for interpreting. You can use it as a simplistic RPC.
latency estimation. You can find it usef ... |
Topic: Get a character |
Dima-san
Replies: 14
Views: 28072
|
Forum: General Posted: Thu Nov 22, 2007 11:49 am Subject: Get a character |
There was a function called kbhit(), which returned zero of no key was pressed and keynum otherwise. I haven't seen this function's prototype in std.c, though.
std.c should be read as tango.stdc o ... |
Topic: Get a character |
Dima-san
Replies: 14
Views: 28072
|
Forum: General Posted: Wed Nov 21, 2007 10:35 am Subject: Get a character |
There was a function called kbhit(), which returned zero of no key was pressed and keynum otherwise. I haven't seen this function's prototype in std.c, though. |
Topic: November 19: major clean-up |
Dima-san
Replies: 0
Views: 13135
|
Forum: dnet Posted: Mon Nov 19, 2007 10:45 am Subject: November 19: major clean-up |
Hello everyone,
I've just checked-in to the dnet repo. Dnet was quite a mess, so I cleaned up the code and fixed some nasty bugs along the way (e.g., DnetFifo now saves the data on resizing).
The ... |
Topic: QuesoGLC and Derelict |
Dima-san
Replies: 8
Views: 15653
|
Forum: Derelict Posted: Sun Aug 12, 2007 10:47 am Subject: QuesoGLC and Derelict |
Needs more testing though.
I can help with testing |
Topic: QuesoGLC and Derelict |
Dima-san
Replies: 8
Views: 15653
|
Forum: Derelict Posted: Thu Aug 09, 2007 10:40 am Subject: QuesoGLC and Derelict |
Nice stuff!
The font manipulation code looks much better than FreeType's.
I'd like GLC to be derelictified, if it runs under windows too . |
Topic: Secure communications |
Dima-san
Replies: 10
Views: 35342
|
Forum: dnet Posted: Mon Aug 06, 2007 11:40 am Subject: Secure communications |
Thanks! That's definitely something to think about
You're welcome |
Topic: Dima-san: Access Violation with SDL |
Dima-san
Replies: 6
Views: 12316
|
Forum: Derelict Posted: Mon Aug 06, 2007 11:39 am Subject: Dima-san: Access Violation with SDL |
I've been trying to run my app on a laptop -- and it worked! It must be an issue with my PC, or Windows...
Concerning SDL version, I've used SDL 1.2.10 through 1.2.12.
Thanks for the help. |
Topic: Dima-san: Access Violation with SDL |
Dima-san
Replies: 6
Views: 12316
|
Forum: Derelict Posted: Sun Aug 05, 2007 12:30 pm Subject: Dima-san: Access Violation with SDL |
My PC runs WinXP SP2. I haven't tried running this code in C. I 've tried to run two projects that make use of DerelictSDL and unfortunately none of them worked. Yage crashes for unknown reason (that ... |
Topic: Secure communications |
Dima-san
Replies: 10
Views: 35342
|
Forum: dnet Posted: Sun Aug 05, 2007 12:20 pm Subject: Secure communications |
I don't think I get how this would help.
void GameResource::SetResource(int Resource_Num, int Resource_Amount)
{
GameResourceAmount[ResourceNum] = Resource_Amount ... |
Topic: Secure communications |
Dima-san
Replies: 10
Views: 35342
|
Forum: dnet Posted: Sat Aug 04, 2007 12:04 pm Subject: Secure communications |
Couldn't aimbots simply monitor the memory of a process and see all that data as it's decrypted?
They could, but that'd be very advanced aimbots.
You cannot prevent hacking, but you can make it extr ... |
Topic: Dima-san: Access Violation with SDL |
Dima-san
Replies: 6
Views: 12316
|
Forum: Derelict Posted: Sat Aug 04, 2007 12:00 pm Subject: Dima-san: Access Violation with SDL |
The access violation appears when I call SDL_InitSubSystem( SDL_INIT_VIDEO ) after calling DerelictSDL.load() and SDL_Init( SDL_INIT_NOPARACHUTE ). |
Topic: Secure communications |
Dima-san
Replies: 10
Views: 35342
|
Forum: dnet Posted: Fri Aug 03, 2007 11:25 am Subject: Secure communications |
"Simple and clean" -- that's my motto |
|