Theodis

Joined: Jun 14 1999

The person who made the Capture the Flag game :).

Shoutbox

Theodis
Jun 7 2009, 6:09 am
Ahh neat just barely noticed this box here! Anyway yeah I could package it up as a library. But I think a stack works more efficiently when implemented with a normal list rather than a linked one.

IainPeregrine
Jun 4 2009, 12:03 am
Ahoy Theodis. I use a linked list structure you posted on the forums ages ago (ID:347289). I've even edited my BYOND directory so that it shows up as a library (Theodis.Queue). Perhaps you could release it as such, so that others can use it, too? You can find it, in the form I use it, here.

I took the liberty of adding a Stack() proc so that the same linked list object can be used for both stacking and queuing. Thanks.

[See all] [Login to shout]

Theodis' Games
Capture The Flag 2
Capture the Flag with a bit of chaos
About Capture The Flag 2
/
RacingGame
Drive around a track faster than your competitors.
Re: Review: Racing Game
/
About RacingGame.CarEdit
/
RacingGame.MapEditor
Racing Game Map Editor
About RacingGame.MapEditor
/
Theodis' Demos
AltMoveDemo
An alternate movement demo which demonstrates car racing like control.
About AltMoveDemo
/
Complex Pathfinding Demo
A demonstration of the pathfinder library constrained by unique movement conditions
About Complex Pathfinding Demo
/
RacingGame.Source
The source code to Racing Game
About RacingGame.Source
/
TheWorld
A high resolution map of the whole world
About TheWorld
/
Theodis' Libraries
Explosions
A library for having customizable explosions
About Explosions
/
Explosions2
A library for generating intersting explosions
About Explosions2
/
Language Filter
Replaces selected words with a string of symbols
About Language Filter
/
Pathfinder
A library containing implementations of the A* and Dijkstra algorithms.
Dijkstra range without diagonals?
/
PriorityQueue
A priority queue data structure built using a binary heap.
About PriorityQueue
/
QuadTree
An implementation of a quad tree data structure
About QuadTree
/
QuickSort
A library which sorts lists
About QuickSort
/
RefSortedList
A list kept sorted by the contained item's ref value
About RefSortedList
/
Region
A datum which uses the flood fill algorithm to find all connected nodes on a graph according to a supplied criteria
Re: About Region
/
RegionMap
A library for dividing a map into seperate regions based on accessibility.
About RegionMap
/