Gakumerasara

Online

Joined: Feb 1 2002

(none)

Posts Posts and comments Discussions All
Subject
Replies
Date
Location
 
An FFO version of the new "My Little Pony" opening theme.
5
 
not a huge setback, contrary to popular belief
5
 
My apologies for the recent downtime. Once I've gotten situated in my new apartment and dealt with a number of pressing …
4
 
Gentlemen, we have rebuilt it. We have the technology. Better, stronger, faster.
8
 
apparently this is the next big thing?
6
 
Tell me what you don't like about it.
Page: 1 2
25
 
implementing measures to block SYN-ACK attacks
2
 
limited number of spots currently available
Page: 1 2
24
 
now you can join the Relay Chat network w/o using the Forum Service
6
 
a 4-minute video introduction to TRC
6
 
Now it's even easier for users to activate and use Terulia Relay Chat.
0
 
BYOND setup for Linux, as well as some advanced hosting features you probably didn't know were possible.
12
 
In case you missed the post on my Member page... Here's an added incentive for developers to try out the only …
0
 
Terulia Forum Service promotion: a free computer to a BYOND developer
19
 
TRC: a simple library that facilites communication between BYOND games. TFS: an amazingly fast forum system coded in DM.
1
 
Learn about the only practical system for user-to-user communication between BYOND games.
0
 
Regressia by IainPeregrine is an excellent single-player RPG in the style of Dragon Warrior and other roleplaying games …
2
 
an inregrated chat/notification system that allows your players to communicate with friends in other games
3
 
My Game-in-a-Day entry: a platform puzzle game starring Gerdal the Turtle. Help Gerdal reach the delicious noms using …
4
 
just curious if anyone knows... Consider an associated list with 10,000 separate index/value associations: var/L[] = …
10
 
I can use SetCookie() easily enough... How can I get the existing cookie values and load them into vars in Topic()?
2
 
0
 
A* pathfinding for multitile atoms
0
 
I'd like to see a game/demo/lib listing when I search for someone using the Community>People link. As it is, if you …
2
 
Moments ago, I sat down with members of The Brotherhood for an interview about Final Fantasy: The Hunting Grounds. …
2
 
Machete is being released as a straight-to-DVD feature the same time Grindhouse makes it to DVD. I can't wait. =D …
0
 
I decided to start a new BYOND guild with a couple of simple goals in mind: 1 - to create an exclusive listing of the …
7
 
When I want to see all of the calls to a particular proc in DM, the most effective way is to misspell the proc …
3
 
a message from King of Slimes: "King of Slimes hasn't been able to access the BYOND website since around December 8th, …
Page: 1 2
25
 
image.name: being able to override whatever the image is attached to, so that whenever you mouse_over the image, the …
2
 
So images[] will let you cycle through the "/image"s displayed to a client. How about a similar list that holds all of …
0
 
continuing from http://developer.byond.com/ forum/ index.cgi?action=message_read&id=29250&forum=1&view=0 There are a …
Page: 1 2
33
5
 
updated contest rules: http://z3.invisionfree.com/ ffo/index.php?showtopic=2923 official contest forum: …
4
 
currently: get_step_to(Ref,Trg,Min=0) If Ref is a turf, this has the same effect as get_step_towards (unless within Min …
3
 
I'm sure this has been suggested elsewhere, but I couldn't find it by searching. I'd love to see a feature similar to …
3
 
Can it be done? Abra tells me java's necessary to 'do' anything and that html just displays. Is this the solution to my …
17
 
how to make your game communicate remotely with a host server
0
 
world.Export() can currently be used to facilitate client-side processing of a multiplayer game. This can be done most …
3
 
I'd like to be able to post new weblog entires and reply to weblog entries without bumping them to the top of the …
2
 
Having spent a great deal of time lately swapping colors back and forth in individual icon states within the DM icon …
1
 
multiplayer first person shooter for BYOND - check server status for player count (Hub only reports number of …
0
 
Having just accidentally deleted several days worth of work, my suggestion is to move files deleted within DM to the …
2
 
I would like to be able to remove unneeded icons from the cache while a game is running. One of my games has an .rsc …
2
 
Would it be feasible to add a link from the BYOND forums for individual games back to the game's page? It seems like a …
11
 
first person shooter for BYOND (multiplayer capable)
2
 
The sorttext() proc caught my eye today, but I was disappointed to find that it doesn't actually sort anything. I think …
6
 
I think it would be useful if you could host zipped rsc files using Dream Daemon. One (or several) host(s) could …
7
 
It would be useful if clicking the black tiles generated by opaque atoms could be utilized to return the location …
8
 
because: if(a < b < c) is a lot more efficient than: if((a < b)&&(b < c)) and because this code: if(1 < 0 < 15) src << …
10
Page: 1 2