Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by HyperLamer
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
User Post
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4341/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-04-05 08:14 AM, in What's inside a ROM image? Link
I'm pretty sure it doesn't, except possibly the bootcode. Somehow the N64 knows enough to copy a small boot-program from the cartridge into memory which is responsible for loading the rest (since N64 doesn't run from cartridge directly); I'm pretty sure it just loads code from a specific place in the ROM though. Most cartidge ROMs are just all the data and resources globbed together in a format, order and position known only to their own programming. (The exceptions to this being the NES which often stores graphic and program data separately, on different chips, and the DS which uses a real filesystem.)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4342/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-04-05 08:17 AM, in Emulator Troubles Link
It's normal that a game might run slower at more (or less) than 1x size. Stretching an image takes a lot more CPU power than drawing it normally. A smart enough emulator would use normal drawing methods for 1x size and only stretch at others. (I've been working on an emulator myself, and I found a near 3x speed jump using normal drawing (BitBlt) over stretching (StretchBlt); a more complex/complete/working emulator would probably see an even bigger difference.)


(edited by R2H2 on 05-03-05 03:19 PM)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4343/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-04-05 08:22 AM, in I need to know for when I am in school... Link
That is rather anal. I'd probably have something similar set up, but it wouldn't be "omg this site has 'proxy' on the page ur expelled"... Just log something for the admins to investigate. You never know when someone has a legitimate reason for doing something that seems wrong.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4344/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-04-05 08:31 AM, in ANOTHER CONTEST I SAY!!!! Link
Hmm... So we're to draw new graphics for certain Mario characters, and submit them to you, and they must be ready to use in an SMB1 ROM?

Hmmmmmm.....
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4345/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-04-05 08:39 AM, in Geiger's Snes9x Debugger Mark 9 Link
I'd just use a list control but with tabs instead of columns. Using them with a fixed-width font and padding things with spaces, you can 'fake' the columns.

DP's idea is good too... Only need to add 3 characters. 0D/F102 D9 F9 F9 CMP $F9F9,y [$0D:F9FB=42] A:0062 X:0000 Y:0002
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4346/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-04-05 08:43 AM, in Interesting Stuff...Changing a Mapper Link
Originally posted by Dahrth Vader
And to make sure your bank swapping isn't interrupted by an... er.. interrupt! And yes, it CAN happen (and has happpened to me several times with my SMB3DX hack) so you'll want to make sure to modify the interrupt handling code to check for or back up any bank swapping that may be in the progress when an interrupt happens.

Or disable interrupts.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4347/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 05:48 AM, in A few C/++ Questions Link
If that's your entire source, then yeah, that's the problem. It's one of the dumber-seeming (but actually not that dumb) things about C. You have to declare functions twice; once as a prototype and once as the function itself. Generally you'd use a header file for this. (I just stick them all in main.h but I do sort by file.) Basically you write a function:

void DoSomethingUseful()
{
//Todo: Code!
}


Then you copy everything up to the ), paste into the header file, and add a semicolon:
void DoSomethingUseful();
BOOL IsComputerOn();
int GetShoeSize(BODYPART* foot);


It's simple enough. It will get you from time to time; generally you'll get errors saying declarations don't match and/or are declared in odd places if you change one and not the other.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4348/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 06:17 AM, in You know you're in HTML when . . . Link
Pretty harsh, but mostly right. There are appropriate uses for <marquee> and animation though. Possibly even <blink>; I can't think of one but surely it exists. People just use them badly.

One thing he barely touched on, though, that needs a lot more attention - Flash. Many Flash users need to be tortured and killed. Specifically, these offenses (ordered from least to most torture):
-Flash intros
...That you can't skip
...With sound
-Flash navigation bars
...With no HTML version
-Entire sites in Flash
...With no HTML version
-Flash ads

This also reminds me of one site I came across on Google. It managed to semi-crash Firefox (not actually crashed, but it thought it was ) by using about 10,000 different animated GIFs (many off-site), a few megabytes of CSS, and every combination of font sizes and colours imaginable. The entire page must have been 10 MB or so, it stretched on for MILES, and not to mention, a whopping 47 'random site wants to set a cookie' prompts. The worst part is, this wasn't one of those pages meant to crash browsers - it was a real attempt at a good web page. I think it was something along the lines of sinisterfonts.com if anyone wants to look, but watch it.

[Disclaimer: I'm probably exaggerating a bit, my memory sucks. ]
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4349/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 06:42 AM, in I need a resource editor! Link
Well I tried that PE Module Explorer. Very, very happy to say windres didn't have any complaints about its output, and its GUI is decent too. (Lacks some features, but ehh.) Problem is I can't get the dialog to show up. DialogBox() returns -1 and GetLastError() is 0.

/* main.h */
#define WIN32_LEAN_AND_MEAN
#define true TRUE //All-caps sucks. :p
#define false FALSE
#define not(x) x^255 //Logical not

#include
#include
#include
#include
#include "RESTEST.h"

//-----------------------Function Prototypes-----------------------
//restest.c
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine,int nCmdShow);
INT_PTR CALLBACK DialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam);

//Window-related vars
WNDCLASSEX WindowClass; //Window class struct
HWND hWindow = 0; //window handle
MSG msgMessage; //Window message
BOOL run = true;
/* EOF */


/* restest.h */
#define frmMain 0
#define btnClickMe 9
#define txtTextBox 2
#define lblMousePos 8
/* EOF */


/* restest.c */
#include "main.h"
char TempStr[256];

int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
printf("Loading...\n");
printf("DialogBox: %d\n",DialogBox(hInstance,MAKEINTRESOURCE(frmMain),
0,DialogProc));
if(GetLastError())
printf("Error %d occurred\n",GetLastError());
printf("Bye!\n");
}


INT_PTR CALLBACK DialogProc(HWND hwndDlg,
UINT uMsg,
WPARAM wParam,
LPARAM lParam)
{
if(uMsg == WM_CLOSE) //Go away
{
printf("Program closed\n");
if(!EndDialog(hwndDlg,0))
{
printf("EndDialog() failed!\n");
exit(1);
}
}
else if(uMsg == WM_COMMAND) //Click
{
int ID = (wParam & 0xFFFF);
if(ID == btnClickMe)
{
GetWindowText(GetDlgItem(hwndDlg,
(int)MAKEINTRESOURCE(txtTextBox)),
TempStr,sizeof(TempStr));
MessageBox(MB_OK,TempStr,"Rawr scared yet?",0);
printf("Click!\n");
}
return 0;
}
else if(uMsg == WM_MOUSEMOVE)
{
sprintf(TempStr,"X: %d, Y: %d",(lParam & 0xFFFF),(lParam >> 16));
SetWindowText(GetDlgItem(hwndDlg,(int)MAKEINTRESOURCE(lblMousePos))
,TempStr);
}
else
return false;
}
/* EOF */


I compile like so:
echo Building resources...
windres -o resource.o "F:\Programs\Source~1\C\restest\RESTEST.res"

echo Compiling...
gcc -o restest "F:\Programs\Source Codes\C\restest\restest.c"
resource.o -mwindows -mconsole

(Some lines have been split up to not stretch the page. Anyone know how to put a horizontal scrollbar in there? )

MSDN says the function returns -1 (actually, "Â?1"; I assume that's supposed to be -1) on error, but I'm not getting any errors. I also noticed that the dialog's resource number is 0 in Resource Hacker whereas it's 1033 in most programs. [edit] Nevermind, figured that part out... Is that some sort of language select perchance? Like I could create one for English and one for Klingon, and Windows would choose the one that matches the user's language? Because that'd be really cool. [/edit] (Oh and if you're wondering about the actual code, it's just a test program. )

[edit] Interesting dump of the window messages:
WM_SETFONT 0x320A0BC2 0x00000000
WM_COMMAND 0x04000002 0x00F70194
WM_COMMAND 0x03000002 0x00F70194
WM_DESTROY 0x00000000 0x00000000
WM_NCDESTROY 0x00000000 0x00000000



(edited by R2H2 on 05-06-05 01:47 PM)
(edited by R2H2 on 05-06-05 01:49 PM)
(edited by R2H2 on 05-06-05 07:39 PM)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4350/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:06 AM, in An Important PSA From Your Friend, Cy Link
1280x1024 and it stretches.

I just think that all admins should be considered equal (or close) to Acmlm, and not have to wait for him to OK everything. If the admins need his permission, then there's really no point in them being admins at all. The biggest problem we have is that as soon as pretty much anything is done, people bitch as if someone wrecked their board. Well gues what, they didn't. They wrecked their board. Unless you happen to be in charge, you are a guest here, and if you don't like it, tough. Not to say that member opinions should be ignored by any means, but to some extent, they should. It's gotten to the point where we can't do much of anything because of peoples' reactions. Most major changes I know of, including the appointment of new staff, is voted on in a public poll first. If things don't turn out the way you like well that's just too damn bad; the majority agrees so the rest can kindly shut their pie holes. And for those things that aren't voted on, keep in mind that the decisions are being made by staff members who are voted in. You chose them because you thought they'd be a good choice, if you've changed your mind, it's your problem.

Also:













from rendering all these damn smilies.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4351/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:08 AM, in How many internets do I win? Link
I beg to differ. Show me a page that will open the Calculator if I view it in Firefox.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4352/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:16 AM, in ban = ban Link
I agree for the most part... Those who are banned shouldn't be able to do anything except PM admins about why they're banned, and if they abuse that, then ban them from that too. And only admins. Maybe then there'll be less LMs/FMs being bugged about it.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4353/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:19 AM, in $views=number_format($views); and more!!! Link
I agree. 11384840 is just a bunch of numbers to me, but 11,384,840 I can actually read.
(restricted)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4355/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:31 AM, in Auto-close topics after so often? Link
Originally posted by GRAVITEH
Like after the thread gets on page 5 or 10 on the thread list, silly.


HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4356/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:34 AM, in Playing tones on the go. Link
Too much electricity will fry a LED (and sometimes the power supply ), or even a resistor. Unfortunately you can't block a range of current, only reduce all current by a given amount. Nor can you change a resistor's resistance, unless it's a variable resisitor (usually used for volume controls and the like).
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4357/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:36 AM, in Google has a webaccelerator now! Link
It is suspicious, yes, but I would think if they were doing anything unusual someone would have noticied. I'm sure equally suspicious people have disassembled their software to hell and back.

Personally, I'd support Google taking over stuff. They do things RIGHT. User-friendly and powerful at the same time, and most importantly, IT WORKS! Hell, just click-and-drag satellite maps alone put them ahead of a lot of people.


(edited by R2H2 on 05-06-05 03:37 PM)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4358/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:42 AM, in All files on my computer are stuck on "Read Only", please help! Link
Is the disk itself set to read-only?
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4359/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:44 AM, in WinXP Error Link
Shutting down like that can corrupt the filesystem, which can cause this. If you use the recovery console on the install disk, it has some programs that can fix it; I think it's fixmbr and fixntfs.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 4360/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 05-07-05 08:48 AM, in Notebooks Link
I have on-board intel on my desktop, and it crashes viewing large amounts of files in thumbnail view. That should say more than enough about how well it handles 3D games.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
Acmlm's Board - I2 Archive - - Posts by HyperLamer


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.068 seconds.