Search found 7086 matches

by Bob the Hamster
Sun Jul 18, 2010 10:17 pm
Forum: Game Discussion
Topic: Lightning Heroes
Replies: 44
Views: 12901

Every slice always has a parent. lt is impossible for a slice not to have a parent. By default, if you have not manually patented a slice, it's parent will be the sprite layer. All of the slices in a collection are children of a container variable(foo) foo := load slice colle...
by Bob the Hamster
Sun Jul 18, 2010 8:07 pm
Forum: Game Discussion
Topic: Lightning Heroes
Replies: 44
Views: 12901

If you free a slice, all of it's children are freed too. Changing a rectangle's position works the same as with any other slice. The only thing that stops you from moving a slice is if it has been set to fill it's parent. Slices that fill their parents can't be moved or resized (but they will automa...
by Bob the Hamster
Fri Jul 16, 2010 1:31 am
Forum: Game Discussion
Topic: Frogatto
Replies: 2
Views: 1146

Frogatto

I just ran into Frogatto, which is a pretty slick side-scroller with very nice pixel-art. The game data is closed-source, but the game engine and the built-in editor is GPL open source. I haven't had much time to play with the editor, but it looks nice. As far as I know, nobody else has made any gam...
by Bob the Hamster
Thu Jul 15, 2010 3:20 am
Forum: Front Page
Topic: Annual Introduce Yourself Thread 2010
Replies: 69
Views: 41026

Mogri wrote: Also hey guys what happened to the Green Lantern slime? Is someone still using it? It's not in the gallery.
Momoka is still using it.
by Bob the Hamster
Thu Jul 15, 2010 3:06 am
Forum: Front Page
Topic: Annual Introduce Yourself Thread 2010
Replies: 69
Views: 41026

Would Puzzle like this slime avatar?

<img src="http://gilgamesh.hamsterrepublic.com/al ... puzzle.png">
by Bob the Hamster
Tue Jul 06, 2010 8:36 pm
Forum: General Discussion
Topic: Falling off the Wagon
Replies: 2
Views: 1350

Falling off the Wagon

I have been Dwarf-fortress-clean for almost a year now. Last night, I dreamed that I was a dwarf mason, and I was working on a vertical stair tunnel along the edge of a chasm with a subterranean lake at the bottom. I had a son who had not yet specified a job class. After work, before returning to my...
by Bob the Hamster
Mon Jul 05, 2010 10:33 pm
Forum: Game Discussion
Topic: Script Issue: Put Hero + Loop
Replies: 10
Views: 2283

Sounds like you have not done "suspend caterpillar". Moving the non-leader heroes won't work unless you do.

It is okay to suspend caterpillar, move the heroes, and then immediately resume caterpillar without waiting.
by Bob the Hamster
Mon Jul 05, 2010 10:29 pm
Forum: Game Discussion
Topic: Heart of the OHR Contest
Replies: 501
Views: 134609

We have a lot of entrants, and some pretty tough bugs, so I think I am going to limit it to one bug per each person who enters
by Bob the Hamster
Fri Jul 02, 2010 9:33 pm
Forum: Game Discussion
Topic: Hype Up Your Game Thread
Replies: 1513
Views: 361493

Whatever you are working on, Mogri, it looks very roguelike! I am excited!
by Bob the Hamster
Fri Jul 02, 2010 2:40 pm
Forum: Game Discussion
Topic: Lightning Heroes
Replies: 44
Views: 12901

I should add a slice lookup code so you can get the rectangle slice handle for the box around the portrait. Then you would be able to tweak it.
by Bob the Hamster
Wed Jun 30, 2010 11:42 pm
Forum: Game Discussion
Topic: Heart of the OHR Contest
Replies: 501
Views: 134609

Sorry I have been slacking about updating the HeartBugs page. I have been pretty busy with real life lately.

If I missed anybody else, please let me know (or just edit the wiki)
by Bob the Hamster
Mon Jun 28, 2010 6:21 pm
Forum: Game Discussion
Topic: Official Fangame Voting Thread!
Replies: 50
Views: 12206

I have been dealing with a family emergency for the past 10 days, so I haven't had any game playing time whatsoever. I do still really want to vote, but I might not get time to play any of the games before then :(
by Bob the Hamster
Mon Jun 28, 2010 5:13 pm
Forum: Game Discussion
Topic: New savegame format in nightly builds
Replies: 12
Views: 3732

@eggie: still curious about that g_debug.txt file. BlastedEarth has also mentioned this problem. @Sh4d0ws: what you describe could be a bug, but I seriously doubt it is related to the new saving system. More testing would be greatly appreciated. @JSH357: the nightly still always saves both the old a...
by Bob the Hamster
Sat Jun 26, 2010 5:18 am
Forum: General Discussion
Topic: Soundtrack me
Replies: 5
Views: 1570

You didn't say they had to be video game music, so I sm going to suggest: * the sound track for Ghost in the Shell Stadalone Complex Season 1. (neither the movie soundtracks nor the secon season soundtrack were as good IMHO) * hide's "best of" album, titled "King of Psyborg Rock Star&...
by Bob the Hamster
Thu Jun 24, 2010 10:54 pm
Forum: Game Discussion
Topic: Marrow Development
Replies: 22
Views: 5434

Sh4d0ws wrote:By the way, if it's possible to enter battles without the fade, I'd love to know how.
I would have to add a bitset, but it wouldn't be too hard.