| | | | |
| .bb | GetWord() & CountWords() | Functions for easy and accurate parsing. | misth | 3 months ago |
| .bb | Pattern Image | draws dots to create a pattern! | EsseEmmeErre | 5 months ago |
| .bb | Extract Text | Another Splitter! | TAS | 6 months ago |
| .bb | Vernam-Cipher | Encryption & Decryption | Encrypt & Decrypt Strings with a password | ozzi789 | 1+ years ago |
| .bb | Run LengtRun Length En/Decoding | Compresses redundant information | ozzi789 | 1+ years ago |
| .bb | Binary Heaps | Multi-list ascending and descending binary heaps algorithm | pexe | 1+ years ago |
| .bb | Search Dictionary | Check if word is in dictionary or not | ThePict | 1+ years ago |
| .bb | BlitzMax Big Numbers | Add and Subtract Big Numbers | Spencer | 1+ years ago |
| .bb | LevenshteinDistance | Calculates the minimun amount of basic operations required to transmorm String1 into String2. Three basic operations are considered: Character Delete, Insert, Substitution | Charrua | 1+ years ago |
| .bb | Mouse Gestures Recogn | Use of the LevenshteinDistance algorithm for mouse gestures recogn | Charrua | 1+ years ago |
| .bb | Rotated ellipse | Rotated ellipse | Jimmy | 1+ years ago |
| .bb | Elite Planet Name Generator | The algorithm the game 'Elite' used to create planet names | Krischan | 1+ years ago |
| .bb | CONVERTIR A HH:mm:ss (Time hour minute seg) | CONVERTIR A HH:mm:ss (Time hour minute seg) | virtualjesus | 1+ years ago |
| .bb | NUMBER FORMAT FOR INTEGERS | format number very easy | virtualjesus | 1+ years ago |
| .bb | Loading Bar | Just a simple Loading bar example | Krischan | 1+ years ago |
| .bb | BlitzClass | Polymorphic object system using B3D banks | Yasha | 1+ years ago |
| .bb | String types | Use strings to store composite data | Yasha | 1+ years ago |
| .bb | Bit Fiddling (Blitz3D / B+ version) | Manipulate/Identify bit values | _PJ_ | 1+ years ago |
| .bb | Path following system | Create paths made by wayPoints and let the system interpolate between them | Charrua | 1+ years ago |
| .bb | Envelope - Read a Point From Curve-Interpolated Envelope (Easily) | Functions to make an envelope wave and read any point within it (0-1) | Streaksy | 1+ years ago |
| .bb | Handy Exotic Maths | Lots of handy maths essentials. | Streaksy | 1+ years ago |
| .bb | Weighted Random | Tidy weighted random number generation. | Streaksy | 1+ years ago |
| .bb | Timescale | Keep things moving in realtime regardless of framerate and lag | Streaksy | 1+ years ago |
| .bb | Encode$() & Decode() - Like Hex$() but use any character set | Super fast value refolding - Convert any unsigned integer to a string using the key. Can do hex, binary, trinary, anything you want. And convert it back, of course. | Streaksy | 1+ years ago |
| .bb | Curve#() - Apply a curve to a value based on a minimum and maxiumum and curve amplitude | No need to go from A to B in a rigid line anymore. | Streaksy | 1+ years ago |
| .bb | Lexer generator | Use regular expressions to describe and automatically generate a simple lexical scanner | Yasha | 1+ years ago |
| .bb | Simple regular expressions | Match strings against a flexible key | Yasha | 1+ years ago |
| .bb | Get vars from a string | Now anyone can make a scripting language! | neos300 | 1+ years ago |
| .bb | B3D 'Zelda' Hearts | A similar concept to the THearts by Ked for Bmax written for B3D | _PJ_ | 1+ years ago |
| .bb | Simple Compiler | A very simple compiler, with 2 commands. | neos300 | 1+ years ago |
| .bb | Safer Millisecs() Interval | Obtains time intervals even over the 'Integer-Limit rollover' | _PJ_ | 1+ years ago |
| .bb | GetParameter | Returns each parameter of the commandline | Gibt jeden Parameter der Befehlszeile zurück | Diego | 1+ years ago |
| .bb | TMap For Blitz3D | Use Hash for sorting datas | Bobysait | 1+ years ago |
| .bb | render in thread | deferred rendering using thread(FastPointer) | Bobysait | 1+ years ago |
| .bb | Game of Life | Blitz3D version of Conway's Game of Life | SytzeZ | 1+ years ago |
| .bb | Integer to Base 36 | Converts Integers to Base 36 and back | Sauer | 1+ years ago |
| .bb | Verlet physics with constraint collisions. | Verlet physics, with constraint collisions and an interactive demo | Jeppe Nielsen | 1+ years ago |
| .bb | Simple Proportional Font Routine | Font routine for further uses | WildCat | 1+ years ago |
| .bb | Simple Tetris | 300 lines that make you playing tetris :) | WildCat | 1+ years ago |
| .bb | Sort Algorithm for positive integers | Fast yet simple method for sorting a list of positive integers (can be extended to negative easily too) | Matty | 1+ years ago |
| .bb | Sine Circle | A Drawing Method using the Sine Function | superStruct | 1+ years ago |
| .bb | Notification Center | Types to send notifications, usually between threads. | N | 1+ years ago |
| .bb | Analytic Geometric Algorithms | Uses basic geometric rules to graph shapes | superStruct | 1+ years ago |
| .bb | Estimating area | Estimates total visible area from the direction of view | Andy | 1+ years ago |
| .bb | Random Maze Generator | Mazes | CloseToPerfect | 1+ years ago |
| .bb | WayPointer | A pathfinding program | KillerX | 1+ years ago |
| .bb | Set individual bits in a bank | set the individual bits in a bank | Andy | 1+ years ago |
| .bb | Point In Oval | Is a point inside of an oval? | UnderwoodNullium | 1+ years ago |
| .bb | Tic tac toe that learns | Learns... slowly but surely | Nate the Great | 1+ years ago |
| .bb | Term calculator | An algorithm that calculates the result of a mathematical term | Noobody | 1+ years ago |
| .bb | Sudoku solver | Solves a sudoku riddle in 1 millisec | Devils Child | 1+ years ago |
| .bb | Movemouse | Makes mouse bonce around | Nate the Great | 1+ years ago |
| .bb | matchPattern | compare a source String with a String expression | ShadowTurtle | 1+ years ago |
| .bb | Factor Calculator | Calculates factors | schilcote | 1+ years ago |
| .bb | Random number with weighting | Given an array of weights, pick an index so probability is proportional to the corresponding weight. | Warpy | 1+ years ago |
| .bb | Word Maker | Creates unknown words | _33 | 1+ years ago |
| .bb | Prime Number Finder | You put in a number and it returns 1 if it's a prime and 0 if it's not | GIB3D | 1+ years ago |
| .bb | Alphabetical sort | This function checks two strings and tells which one is higher in alphabet. | Devils Child | 1+ years ago |
| .bb | Generate Nice Terrain+Lightmap | Terrain Generator , with ColorMap and ultra fast Lightmaping | Bobysait | 1+ years ago |
| .bb | DateInt() | Converts date to int. Useful to stop a program running after a certain date. | boomboom | 1+ years ago |
| .bb | Round a number | Round x to the nearest y! | chwaga | 1+ years ago |
| .bb | Ai | A Good Ai Script | The_Black_Knight | 1+ years ago |
| .bb | 2 Points into a rectangle | Turns 2 Points into a rectangle | Yo! Wazzup? | 1+ years ago |
| .bb | Probability_Calculation | The Functions Fac, Binom, Bernoulli and Cumulated Bernoulli | Diego | 1+ years ago |
| .bb | Angle360 for B3D/B+ | Returns a 360 degree angle between 2 points | markcw | 1+ years ago |
| .bb | Push Ai - move baddies away | Move screen parts with mouse | Nebula | 1+ years ago |
| .bb | 2 point Angle difference | Function Returns the difference | Nebula | 1+ years ago |
| .bb | 2D math functions | Intersection, line to point distance and line to line distance functions | Jasu | 1+ years ago |
| .bb | Rhyme detection | Does a line rhyme. | Nebula | 1+ years ago |
| .bb | 3D Short est Path | An implementation of Dijkstra's algorithm for 3D | Moraldi | 1+ years ago |
| .bb | MathEx Module | Some much-needed math functions including Curve(), RGBA(), and others | JoshK | 1+ years ago |
| .bb | point_in_polygon | Fast, compact function to determine if a point lies inside a polygon. | big10p | 1+ years ago |
| .bb | Intersections | Get intersections between line segments and arcs | Subirenihil | 1+ years ago |
| .bb | CalculateDice | For all the RPG fans here a dice function | EdzUp[GD] | 1+ years ago |
| .bb | Datestamp | Get the number of days since 1.1. Year 1 | Bekomme die Anzahl der Tage seit dem 1.1. Jahr 1 | Diego | 1+ years ago |
| .bb | Base Converter | Converts a number from one base to another. | Arem | 1+ years ago |
| .bb | RND substitute | Generates random floats without to use RND() | jfk EO-11110 | 1+ years ago |
| .bb | simple a* pathfinding | an early attempt at a* pathfinding. | Kalisme | 1+ years ago |
| .bb | Land generator | Generate islands | Nebula | 1+ years ago |
| .bb | Patrolling | Draw patroling paths. | Nebula | 1+ years ago |
| .bb | Point In Polygon | Check for point in n-sided polygon: uses crossing method | Andy_A | 1+ years ago |
| .bb | megacalculs | use strings for maths | Vignoli | 1+ years ago |
| .bb | Split | Splits a string into pices by a seperator / Teilt einen String in Stücke mithilfe eines Trenners | Diego | 1+ years ago |
| .bb | Urlencode / Urldecode | Url encoder / decoder based on skn3[ac]s algorithm | Diego | 1+ years ago |
| .bb | Smoothly moving object in 3D | Object in 3D (sphere) smoothly passing thru random set of points (cubes) visiting them in certain time (triple cubic spline interpolation) | Matt Merkulov | 1+ years ago |
| .bb | 2D turret firing algorhytms | rotation, straight, wave, forestalling, simple learning | Matt Merkulov | 1+ years ago |
| .bb | Point in Triangle | Checks if a point in inside a triangle | Rob Farley | 1+ years ago |
| .bb | Trinary / Trinität | The trinary operator as function fpr blitz/ Der Trinitätsoperator als Funktion für Blitz | Diego | 1+ years ago |
| .bb | Min Max | Get the minor or major of two numbers | Die kleinere oder größere zweier Zahlen erhalten | Diego | 1+ years ago |
| .bb | Base Converter | Converts a Number from any Base to any other Base | Diego | 1+ years ago |
| .bb | "Life" on infinite field | J. H. Conway's Game of Life on nearly infinite field | Matt Merkulov | 1+ years ago |
| .bb | Conway's Life: experiments | Some interesting additional stuff | Matt Merkulov | 1+ years ago |
| .bb | Smoothly moving object | Object in 2D smoothly passing thru random set of points visiting them in certain time (dual cubic spline interpolation) | Matt Merkulov | 1+ years ago |
| .bb | Cubic spline interpolation | Drawing cubic spline what is passing thru random set of points | Matt Merkulov | 1+ years ago |
| .bb | Lagrange interpolation | Drawing Lagrange function graph what is passing thru random set of points | Matt Merkulov | 1+ years ago |
| .bb | Conway's Game of Life | Development of rectangular area filled with random cells | Matt Merkulov | 1+ years ago |
| .bb | Bank as dynamic aray | Snow fx example | Matt Merkulov | 1+ years ago |
| .bb | Pac Man Editor | To accompany the Pac Man example | Vic 3 Babes | 1+ years ago |
| .bb | Pac Man | Simple pathfinding in this Deluxe Pac Man example | Vic 3 Babes | 1+ years ago |
| .bb | Handy string parsing function | Extract words, characters, or symbols using delimiters | Andy_A | 1+ years ago |
| .bb | Xor Checksumming | Checksum a file to detect corruption tampering | Vic 3 Babes | 1+ years ago |
| .bb | Blitz2HTML | Converts Blitz to HTML for html tutorials, or printing | Vic 3 Babes | 1+ years ago |
| .bb | Binary Tetris in Colour | Uses same binary algorithm as Binary Tetris, but with colour | Vic 3 Babes | 1+ years ago |
| .bb | Binary Tetris | Algorithm for Tetris using only binary | Vic 3 Babes | 1+ years ago |
| .bb | Calculating Primes | The fastest way to calculate prime numbers | Subirenihil | 1+ years ago |
| .bb | Simple Spline Interpolation | Simple Spline Function giving y values for x | Mr Snidesmin | 1+ years ago |
| .bb | FAST Sieve of Eratosthenes | Find prime numbers | Andy_A | 1+ years ago |
| .bb | Prime Finder | A program that calculates if a given number is prime. | Nathaniel | 1+ years ago |
| .bb | Line-Bezier Intersect Demo | Check for intersection between Line Segment and Bezier Curve | Andy_A | 1+ years ago |
| .bb | Yet Another Line Intersect Function | Function to check if two line segments cross | Andy_A | 1+ years ago |
| .bb | fractions | instead of decimals | mindstorms | 1+ years ago |
| .bb | String parsing functions | Little string parsing library. | Devils Child | 1+ years ago |
| .bb | GetEntityBox() | This function returns the entity's bounding box sizes. | Devils Child | 1+ years ago |
| .bb | timers | blitzplus like timers | mindstorms | 1+ years ago |
| .bb | sqr function | returns in radical form | mindstorms | 1+ years ago |
| .bb | 2D Particle & Constraints physics with mouse buildmode/interactmode | a 2D physics simulation with an interactive demonstration | Jeppe Nielsen | 1+ years ago |
| .bb | Pi Calculator Rev 2 | Calculates Pi | Arem | 1+ years ago |
| .bb | Pi Calculator | Calculates Pi | Arem | 1+ years ago |
| .bb | UnHex/reHex | Get a hex value out of int and reverse | Andres | 1+ years ago |
| .bb | GUI object management | Type demo for managing overlapping GUI objects | big10p | 1+ years ago |
| .bb | Sudoku-Solver | in German | Mr. Bean | 1+ years ago |
| .bb | array of types | array of types within a type | bradford6 | 1+ years ago |
| .bb | Recirsive ScanDir() func | a little scandir() func! | Devils Child | 1+ years ago |
| .bb | Box, Box2 (bb & bmax) | extended modulos | CS_TBL | 1+ years ago |
| .bb | Bubble Sort | Sorting an array | Naughty Alien | 1+ years ago |
| .bb | Image Zoom | Easy to adjust | Valorden | 1+ years ago |
| .bb | LineRectIntersection | This Function determine if a Line and a Rectangle intersect | Markus Rosse | 1+ years ago |
| .bb | 2D Mountain Generation | A 2D Mountain maker | Subirenihil | 1+ years ago |
| .bb | Creating circles with a certain amount of corners | This function will create a circle with a variable amount of corners | Phoenix | 1+ years ago |
| .bb | mathematical algorithms | some mathematical algorithms | 5t@nKy | 1+ years ago |
| .bb | Simple Gravity | Simple gravity effect for a platformer | Valorden | 1+ years ago |
| .bb | Conversion Log Date | Counts the number of days since 1-1-00 | Sonari Eclipsi Onimari | 1+ years ago |
| .bb | Container: vector | plug'n'play vector containers which can be used to store objects | octothorpe | 1+ years ago |
| .bb | Bubble Sorting | Simple array bubble sorting | Regular K | 1+ years ago |
| .bb | Smooth bezier curves between points | Draw smooth bezier curves between points | Jeppe Nielsen | 1+ years ago |
| .bb | Pathfinding (Pre calculated 2D) | Pathfinding routine I use in my games | Matty | 1+ years ago |
| .bb | Binary Decision Tree | Binary Decision Tree AI Algorithm | Techlord | 1+ years ago |
| .bb | String - Int - String | 4 byte int values in string format (ideal for multiplayer) | Banshee | 1+ years ago |
| .bb | Container: hash table | (aka map, dictionary) plug'n'play hash table containers which can be used to store objects - get(key$), set(key$, value), delete(key$), iterators | octothorpe | 1+ years ago |
| .bb | Container: double-linked list | plug'n'play list containers which can be used to store objects - push, pop, shift, unshift, delete, iterators | octothorpe | 1+ years ago |
| .bb | Zooming In/Out | Zoom with the Mouse Wheel | Cruis.In | 1+ years ago |
| .bb | Look for duplication | searches through a list of numbers for a duplicate number | Nicstt | 1+ years ago |
| .bb | SoundEx Search | Generates SoundEx search codes | Dr. Wildrick | 1+ years ago |
| .bb | Sorting Array BASIC | A Real Basic Sorting method | Neochrome | 1+ years ago |
| .bb | Random 3D/2D Dungeon Generator | A random 2d/3d dungeon generator, as the title says | Erroneouss | 1+ years ago |
| .bb | Rotatatable movable square to movable point collisions in 2D | Checks collision of a square with any rotation and any position in 2D space with a movable point | Braincell | 1+ years ago |
| .bb | Conway's Life Algorithm | Another Life Iteration | Gary B | 1+ years ago |
| .bb | star field | simple star field simulation | Pete | 1+ years ago |
| .bb | Interpolate Angles | Interpolate between two angles... | fredborg | 1+ years ago |
| .bb | bouncy | bouncy sprite simulation | Pete | 1+ years ago |
| .bb | RGB to HSB and back | Convert RGB to Hue, Saturation and Brightness | jfk EO-11110 | 1+ years ago |
| .bb | Sectors in string | Retrieve easily a sector from within a string | Andres | 1+ years ago |
| .bb | Hex$ to Decimal | Very compact function to convert an hex$ to a decimal | Cybersed | 1+ years ago |
| .bb | How to use tiles | Creating a maps with tiles | KamaShin | 1+ years ago |
| .bb | positionsprite() | display 3d sprites using 2d screen coordinates | D4NM4N | 1+ years ago |
| .bb | CalcGunAngle | Returns gun's angle to hit the target | Mikle | 1+ years ago |
| .bb | Create 2D Terrain EDIT | Creates a 2D terrain with color wich is stored in a array. | Berserker [swe] | 1+ years ago |
| .bb | Allowed letters | How to avoid unwanted letters/symbols | Andres | 1+ years ago |
| .bb | Power of two | Finds the next power of two down from a positive integer | Rottbott | 1+ years ago |
| .bb | Convert Integers to Words | Functions to convert Integer values into String words. | _PJ_ | 1+ years ago |
| .bb | Permutations Function | Returns the number of Permutations for 'N' values | Prof | 1+ years ago |
| .bb | Basic Cannonballs Physics 3D | Uses Quadratic Equations | Erroneouss | 1+ years ago |
| .bb | JV-ODE Car Demo | A simple Blitz3D car demo using JV-ODE | VIP3R | 1+ years ago |
| .bb | Rate Of Exponential Decay & Increase | Exponential Decay & Increase | Erroneouss | 1+ years ago |
| .bb | Towers of Hanoi | Depth-first (recursive) solution to the Towers of Hanoi problem | Klapster | 1+ years ago |
| .bb | Sinus scroller | A simple sinusscroller | Jeppe Nielsen | 1+ years ago |
| .bb | Multi-Dimensional Arrays using a Single Array | Convert multiple indexes into a linear index for use with Blitz Single Arrays (ie: mytype.alien[100]) | Techlord | 1+ years ago |
| .bb | Again a new Replace command | This command accepts a NumOfOcc parameter and a CaseSensitive parameter | PowerPC603 | 1+ years ago |
| .bb | Alternate Replace command (2nd version) | Adds a NumberOfOccurances parameter to the command | PowerPC603 | 1+ years ago |
| .bb | New Replace command | Replace-command with NumberOfOccurances parameter | PowerPC603 | 1+ years ago |
| .bb | The Ambiguity Engine. | Ffront end to a compiler/anything. | AntonyWells | 1+ years ago |
| .bb | Auto code indenter | Indents all your code 'correctly' | Rob Farley | 1+ years ago |
| .bb | Get what's on the other side of the equal sign even faster. | Shorter, faster than ever before. | Chroma | 1+ years ago |
| .bb | Box Packing | Packs boxes extremely fast, useful for lightmap packing etc. | fredborg | 1+ years ago |
| .bb | Normal Map | Generates a simple normal map from a height map for use with Dot3 | TetraHC | 1+ years ago |
| .bb | Delimeted string handler | Find an element of a single delimeted string | Rob Farley | 1+ years ago |
| .bb | Cheak if 2 lines cross | Cheak if 2 lines cross | Luke.H | 1+ years ago |
| .bb | RelativePath | To get a relativepath returned | Neochrome | 1+ years ago |
| .bb | BlitzODE Car Demo | A simple Blitz3D car demo using BlitzODE | VIP3R | 1+ years ago |
| .bb | Dynamic string array | Allows one to modify / create one string containing multiple substrings. | Mr Brine | 1+ years ago |
| .bb | minimum distance from point to line | find the distance from a point to a line in 2D | TomToad | 1+ years ago |
| .bb | Push/Pop Data Functions 2 | Functions to push and pop data to and from stacks (created from types) | N | 1+ years ago |
| .bb | Neural Net Engine | Feed fordward neural net engine, b+/3d. | AntonyWells | 1+ years ago |
| .bb | Push/Pop Data Functions | Functions to push and pop data to and from banks | N | 1+ years ago |
| .bb | Code Cleaner/De-formatter | It would be more confusing than the title. | AntonyWells | 1+ years ago |
| .bb | Natural Cubic Spline | Cubic Spline | Sweenie | 1+ years ago |
| .bb | Various Sorting Algorithms | Shell, Bubble, Insertion, Selection, and Quick sort functions | N | 1+ years ago |
| .bb | Homing Missile Algorithm | does what it says! | Mr Brine | 1+ years ago |
| .bb | shifted grid collision demo | How to do FAST 2D col-det with large amount of sprites | big10p | 1+ years ago |
| .bb | Pushing Objects | Real Collision Pushing | Neochrome | 1+ years ago |
| .bb | SmartStrip | Smart version of strip, for remove multiple characters of the same value. | AntonyWells | 1+ years ago |
| .bb | 2D Collision Example | Create circles and lines that collide with each other. | Jeppe Nielsen | 1+ years ago |
| .bb | Get the day of the week | Returns the day of the week | Prof | 1+ years ago |
| .bb | Key Generator | Create keys for your software | Rob Farley | 1+ years ago |
| .bb | Maze Generator | Customizable! | Curtastic | 1+ years ago |
| .bb | Weighted Random Numbers | A simple code example to show how to generate weigthed random numbers where one number appears more often than another, | sswift | 1+ years ago |
| .bb | Quaternion Math library | Most of the functions required to work with quaternions | Beeps | 1+ years ago |
| .bb | Matrix Math library | Matrix maths library including most of the functions you might use. | Beeps | 1+ years ago |
| .bb | Vector Math library | A simple blitz include that gives you most of the vector maths functions. | Beeps | 1+ years ago |
| .bb | quick math evaluator | Quick stack based math evaluator that converts infix to postfix, and then writes intermediate output according to your code | Zenith | 1+ years ago |
| .bb | Multiple Event triggers | Handle multiple events without halting program flow | ralphy | 1+ years ago |
| .bb | Infix to Postfix | Infix to Postfix conversion (without Brackets, heh) | Zenith | 1+ years ago |
| .bb | Distance Between 2 Rectangles | Calculates the distance between two rectangles (FAST!) | Mr Brine | 1+ years ago |
| .bb | Sin/Cos Lookup Tables | Sin/Cos Lookup Tables | Techlord | 1+ years ago |
| .bb | Urlencode / Urldecode | Acts like the php counterparts | skn3 | 1+ years ago |
| .bb | On a collision course | How to calculate if two entities are on a collision course in a plane | Jeppe Nielsen | 1+ years ago |
| .bb | - Line Helpers - | - General y=mx+b type stuff - | Jeremy Alessi | 1+ years ago |
| .bb | Another IsOdd() function. | This is a simple, quick way to find out if a number is odd. | dangerdave | 1+ years ago |
| .bb | IsOdd | Simple function for working out whether or not a value is odd | EdzUp[GD] | 1+ years ago |
| .bb | Decimal to the length of the binary equivalent | Takes a decimal and quickly returns the length of the binary equivalent | Bot Builder | 1+ years ago |
| .bb | Continuous Bezier Spline | Create a continuous bezier spline using multiple splines | Jeppe Nielsen | 1+ years ago |
| .bb | Race Timer Functions | Allows you to start/stop and reset a timer returning a formatted time | Rob Farley | 1+ years ago |
| .bb | Base 64 Encoder/Decoder Functions | Base 64 encode/decode | Andy_A | 1+ years ago |
| .bb | DataType Function | Checks the type of data stored in a string | Ken Lynch | 1+ years ago |
| .bb | CRC32 - Checksum calculator | Clean CRC32 - Checksum calculator for string/bank/file | MrCredo | 1+ years ago |
| .bb | Round Floor Celing towards Zero | Rounds towards zero. Combined Floor Ceiling | LostCargo | 1+ years ago |
| .bb | Interpolation | Linear, Cosine, Cubic and Hermite Interpolation | Klaas | 1+ years ago |
| .bb | Isometric collision | Detects collision in a isometric square | Nebula | 1+ years ago |
| .bb | 2d distance calculation and approximation | Sweet ways to calculate 2d distance along a line | Shagwana | 1+ years ago |
| .bb | Homing physics ( 2D ) | Allow enemies to chase player, with velocity and acceleration. | Jeppe Nielsen | 1+ years ago |
| .bb | Object and Handle with Entities | Object and Handle to avoid looking up an entity in thousands of types | Rob | 1+ years ago |
| .bb | Queueing behaviour | Please form an orderly line | DarkNature | 1+ years ago |
| .bb | Container Classes | List, Array, Heap classes for easy use | Marcelo | 1+ years ago |
| .bb | MathToString$(...) | NEW version 1.5 | ShadowTurtle | 1+ years ago |
| .bb | Cosineinterpolytion | Interpolated line with cosinealgorithm | Vertex | 1+ years ago |
| .bb | Swift Event System | An event system for triggering events in your game, or animating objects. | sswift | 1+ years ago |
| .bb | Euler angles to quaternion and back | Euler angles to quaternion and back | Markus Rauch | 1+ years ago |
| .bb | SpeedLimit | Keep your ships from going too fast | Ratboy | 1+ years ago |
| .bb | QLimit | Limit values | Neochrome | 1+ years ago |
| .bb | Base Conversion | Quick and easy base conversion function | Zenith | 1+ years ago |
| .bb | RC4 Komp. Algo. | De / Encoding Tool | Panno | 1+ years ago |
| .bb | Get what's on the other side of the Equal sign. | Fast value extractor. | Chroma | 1+ years ago |
| .bb | RLE compression | Basic Run Length Encoding compression for files. | Zenith | 1+ years ago |
| .bb | Z Pathfinding Library | A simple, easy, optimized little lib | Zenith | 1+ years ago |
| .bb | Convert Radians To Degrees | Radians to Degrees Conversion Function. | Chroma | 1+ years ago |
| .bb | Radar Scan: Is that enemy within range? | Will scan a given radius and return true/false if target is in range. | Ghoula | 1+ years ago |
| .bb | Is In Triangle 2D | Check if point is inside triangle | Difference | 1+ years ago |
| .bb | Lines_Intersect() | This function determines if two line segments intersect in 2D, and if so, where they intersect. | sswift | 1+ years ago |
| .bb | CRC32 calculator (well similar) | This calculates a CRC32 for an file given, it might not be 100% correct to the algorythm though. | Drago | 1+ years ago |
| .bb | Any Zoom Level Line | Draw a line at any zoom level.. | skn3 | 1+ years ago |
| .bb | Line Normal | This function will calculate the normal of a line. | sswift | 1+ years ago |
| .bb | Rectangle/Box overlap code (Boolean way) | A faster way to tell if a rect overlaps! | Shagwana | 1+ years ago |
| .bb | Billiards Style Collision Physics | 2D circle collision response which can be used for almost anything where 2 objects collide in 2 dimensions | Phish | 1+ years ago |
| .bb | Converts Degrees to Radians | Takes an angle and converts it to a radian. | Chroma | 1+ years ago |
| .bb | Swift Terrain System | The Swift Terrain System - A fast, detailed, tiled mesh terrain with level of detail | sswift | 1+ years ago |
| .bb | IPS Routines | International Patching System - creating and using IPS files. | taxlerendiosk | 1+ years ago |
| .bb | Sorted Linked Type Lists | Create and maintain lists sorted on an arbitrary field | Miracle | 1+ years ago |
| .bb | Linked Type Lists (Updated) | Search through large numbers of types with linked lists | Miracle | 1+ years ago |
| .bb | Bresenham line tracing (2d) | Lets you iterate through a bresenham line one coord at a time | Shagwana | 1+ years ago |
| .bb | Rigid Body Physics System | A simple particle-based rigid body physics system. | Vorderman | 1+ years ago |
| .bb | Binary GCD | Fast GCD Algorithm | Entity | 1+ years ago |
| .bb | Not-So-Faster Sqr( x^2 + y^2 ) | but Sqr( x*x + y*y ) is faster... hmmmm | Entity | 1+ years ago |
| .bb | Terrain Colormap Generator | A simple terrain color map generator. | Chroma | 1+ years ago |
| .bb | Smart Turn | Turns An Entity Toward Another Choosing The Short Path | semar | 1+ years ago |
| .bb | FloatTo4Bytes | Convert floating point number to 32bit IEEE representation | GrahamK | 1+ years ago |
| .bb | Replaying user input using a collection of Types | Replaying user input using a collection of Types | matt! | 1+ years ago |
| .bb | Create 2D terrains | The best of many methods i tried | skn3 | 1+ years ago |
| .bb | Starfox's LOD Mesh System | Manages LOD Meshes for Blitz | starfox | 1+ years ago |
| .bb | Insertion Sort | Example of sorting Blitz type collection. | Floyd | 1+ years ago |
| .bb | Insertion Sort with sentinel | A faster version of Insertion Sort. | Floyd | 1+ years ago |
| .bb | faster bin to int :D | converts a binary string to an integer | Curtastic | 1+ years ago |
| .bb | Julian day functions | Calculate the Julian day for use with date calculations | Craig Kiesau | 1+ years ago |
| .bb | gettok$(word$,token,seperator) | A handy function to return a token from a string... | skn3 | 1+ years ago |
| .bb | Pointing one image towards another using ATan | This code demonstrates how ATan is used to determine the frame of a rotating image | Klapster | 1+ years ago |
| .bb | MD5 Digest | Function to create an MD5 Digest | Craig Kiesau | 1+ years ago |
| .bb | Binary Search | A simple binary search, used to find a value in a large array | dirkduck | 1+ years ago |
| .bb | Base 64 Encoder | Function to encode string text to base64 | mangus | 1+ years ago |
| .bb | Pecentage values | Statistics functions and controlled randoms | Giano | 1+ years ago |
| .bb | Cannonball physics | Code which shows how to move objects as if they were shot like a cannonball ( 2D ) | Jeppe Nielsen | 1+ years ago |
| .bb | Binary string to integer | Converts a string created w/ bin$ back to an int. | Snarkbait | 1+ years ago |
| .bb | Sin() and Cos() demo | Tutorial on using Sin() and Cos() to determine movement | Rhodan | 1+ years ago |
| .bb | hex2dec | Converts a hexadecimal number to a decimal one | Blu_Matt | 1+ years ago |
| .bb | Hex 2 String | Converts a Hexidecimal to a String | Zenith(Matt Griffith) | 1+ years ago |
| .bb | Bitplane Nostalgy AI tracking functions | Track,Track_YR,Track_Smooth,Track_YR_Smooth | Litobyte | 1+ years ago |
| .bb | 2D Rectangle Collide (FAST) | collision detection between two rectangles | Nigel Brown | 1+ years ago |
| .bb | Bouncing Ball | Can be controlled with joypad. | Faz | 1+ years ago |
| .bb | Distance between 2 entities in 3D space for collision! | This function checks the distance between 2 entities for collision! | SopiSoft | 1+ years ago |
| .bb | VB InstrRev() command | Works as Instr() command, but starts search from the end of the string | Jim Teeuwen | 1+ years ago |
| .bb | More versatile VB Split() Command | Splits a string into a 1 dimensional Array.and.. | Jim Teeuwen | 1+ years ago |
| .bb | Huffman Expand | Use in conjunction with the compress routines (below) to decompress your files/data | Murilo | 1+ years ago |
| .bb | Huffman Compression | Huffman compress your files/data | Murilo | 1+ years ago |
| .bb | time dependant movements and rotations | This code allows you to run your game the same speed on various PCs, fps independent | Kostik | 1+ years ago |
| .bb | VB Split Command | Here's a Visual Basic Command for Blitz. | Chroma | 1+ years ago |
| .bb | Bayer-Palbo Ordered Dithering | A modified 8x8 Bayer ordered dither algorithm | Popstar | 1+ years ago |
| .bb | Height Map Generator | Make unique random nice looking landscapes | Rob Farley | 1+ years ago |
| .bb | Car Physics | Car physics allowing front/rear/4 wheel drive and under/oversteer | Vorderman | 1+ years ago |
| .bb | Pattern$() Function | Makes it easy to identify groups of letters/numbers | Oldefoxx | 1+ years ago |
| .bb | Parsing Strings | Functions for parsing strings based on separation chars. | Oldefoxx | 1+ years ago |
| .bb | A flexable VAL() Function | This is an updated version | Oldefoxx | 1+ years ago |
| .bb | Point in a rectangle detection | Boolean way to detect if a point is in a rectangle | Shagwana | 1+ years ago |
| .bb | 2 and 4 byte compressor | 2 byte and 4 byte compressor/decompressor | Skully | 1+ years ago |
| .bb | Flags | How to store the values of many flags in one number | Warpy | 1+ years ago |
| .bb | QuickSort | The Fast Quick Sort algo | TFT (der Falke) | 1+ years ago |
| .bb | BubbleSort | sorts blitz object collections | skidracer | 1+ years ago |
| .bb | FloatString | float to string conversion with n decimal points | skidracer | 1+ years ago |
| .bb | InsidePoly | check if a point is inside a polygon | skidracer | 1+ years ago |
| .bb | Integer swapping | Swapping two integer variables without using a third | BlitzSupport | 1+ years ago |
| .bb | Number from String | Extract Numbers from Strings | Cpt. Sovok | 1+ years ago |
| .bb | k.i.s.s. toggle | Keep It Simple Stupid (kiss) integer toggle: | Russell | 1+ years ago |
| .bb | Incr()/Decr() with safety check | Increment or decrement by a value with bounds check | Russell | 1+ years ago |
| .bb | Using types-within-types | An example of using a custom type within another custom type | BlitzSupport | 1+ years ago |
| .bb | Asynchronous timers | Timers that don't stop your game from continuing | BlitzSupport | 1+ years ago |
| .bb | Diminish () | Good routine for reducing speeds, power, etc. | BlitzSupport | 1+ years ago |
| .bb | Vector Products | A couple of helper functions Dot and cross product. | David Bird(Birdie) | 1+ years ago |