My first level 999 record, gotten just some minutes ago: [IMG] I didn't record this game, unfortunately. I'll probably have my next level 999...
Upon obtaining my HRAP3, it was not the size that surprized me (as I already had a crap X-Arcade Dual Joystick, which is even bigger), but the...
Just for now. Keeping SRS as the default will ensure all the existing fields operate as intended. I'm thinking of adding features to the parser...
I've converted all pages in the wiki using the {{pfstart}}...{{pfend}} templates to the new <playfield>...</playfield> parser extension. I've created...
Edo, I think a revised SRS wiki page should be based on your posts in this thread, as they are much easier to understand than my initial attempt....
My interpretation is based on repeatedly trying different offset lists in a Tetris Worlds Script (TWS) until I could finally realize how it worked....
I've done a lot of research into how SRS really works lately, and I've created a preliminary document explaining the details. This information is...
I believe Playing forever doesn't work because it's so long that MediaWiki is overloaded with so much data. If you create a link to Playing forever's...
The forum also ate up the hard tabs that were in my code tags; the only thread I used such special formatting was in Who likes Klax?, and I...
Here's a slight alteration of the previous: CC := gcc CFLAGS := -Wall -O -std=gnu99 GCC_ATLEAST_4_3 := $(shell \ VERSION=`$(CC)...
Tepples, that previous makefile, while very useful until Allegro 5 comes, had some issues with efficiency. This is a significantly reorganized...
This works for any version number of GCC: CC := gcc CFLAGS := -Wall -O -std=gnu99 GCC_MAJOR := `$(CC) -dumpversion | sed -e...
You could do this: GCC_VERSION := `$(CC) --version | sed -ne '1s/^gcc (GCC) \(\([[:digit:]]\.\)\{1,\}[[:digit:]]\).*$/\1/p'` On my system, that puts...
I noted before that Lockjaw had issues compiling in GCC 4.3 and above, but the same issue pops up in FK Convoy as well. I've discovered that the...
Re: [TGM1] (20G Code) I was rather surprised when I made it to the end (this is my first 20G Gm): [img] 12 minutes of slow 20G is pretty...
You'll have to configure Texmaster for keyboard inputs, because the X-Arcade is a very large keyboard when using the PC/Mac connector. I assume that...
Previously, attempts to compile Lockjaw in GCC 4.3 always failed. Now, however, compilation can succeed, with a few changes. See here. The necessary...
Not sure if it's my best, but it's pretty representative of my current skill level: [img]
Works fine for me. You'll need to install a lot of lib32 libraries to get Texmaster2009-1 to run, as it's an x86 binary (I'm using Arch Linux, and it...
The linux file is actually a single executable inside a .gz, there's no .tar's involved. The original linux file should only have .gz, and the file...
Separate names with a comma.