2
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix mindless copypaste More... over 18 years ago
Radnom wind pattern: Bubbles move downwards in a zig-zag pattern More... over 18 years ago
Random wind pattern which generates winds based on walls in random 3x3 matrices More... over 18 years ago
Random wind pattern where bubbles bounce between walls More... over 18 years ago
Improve the 7th random wind pattern More... over 18 years ago
3 new random wind patterns where bubbles move in rectangles More... over 18 years ago
Tweak starting platform chance and reduce the number of frustrating levels by making sure the starting position isn't totally blocked More... over 18 years ago
Fix off-by-one error in wind pattern 11 More... over 18 years ago
Random wind pattern: Bubbles stop at random positions More... over 18 years ago
Random wind pattern: Bubbles gravitate towards a certain spot More... over 18 years ago
Random wind pattern: Bubbles move cw or ccw in rectangles More... over 18 years ago
Random wind pattern: bubbles move up-n-down More... over 18 years ago
Fix a rare bug. More... over 18 years ago
Credits for the updated graphics. More... over 18 years ago
Bub-n-Bros graphics revamp by David Gowers More... over 18 years ago
Quoting of program arguments on Windows is *insane*. Side-step the problem of spaces in path names by using relative paths as much as possible :-((( More... over 18 years ago
This hack seems necessary on the Windows XP machine I'm currently on. I have no clue why I get a "Connexion reset by peer" on the first recv() but the following recv() still work. More... over 18 years ago
Tweaks. More... over 18 years ago
Fix a bug - recv() size too small. Added crc checks in socketoverudp, to prevent bad interaction with half-random packets from unrelated sources. More... over 18 years ago
Move some features from the big FireBubble to the big CoffeeSpeed. More... almost 19 years ago
Nicer big GreenPepper. More... almost 19 years ago
Better-looking big AutoFire. More... almost 19 years ago
A better big WhiteCarrot. More... almost 19 years ago
Make 3 attempts to udp-connect. More... almost 19 years ago
The problem was sending UDP packets whose size is too close to 1500. Using 1000-bytes packets now, arbitrarily. Also use per-frame consolidation (but initialization code has to be careful to use flush()). More... almost 19 years ago
Experimental: connexions purely over UDP. More... almost 19 years ago
Tweaks More... almost 19 years ago
Typo. More... almost 19 years ago
Fix the visual effects for the big Door. More... almost 19 years ago
Avoid waiting on DNS for more than 2 seconds to display the list of nearby servers. Use the IP address if no name arrives within that time. We can't interrupt the requests, though, so we cache them, and if an answer arrives after more than 2 seconds it will be used as soon as the user reloads the page. More... almost 19 years ago