2006-04-10 |
Joshua Grams | finish moving data files around (I think)
|
commit | commitdiff | tree |
2006-04-10 |
Joshua Grams | removing most data subdirs
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | bumped dev version to 0.5pre
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | grr...had -ggdb in Makefile
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | bumped version to 0.4
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | removed ship fade in code (unused)
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | oops, missed some.
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | made bang dots hit rocks, removed blast_rocks function.
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | oops, updated todo
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | refactored messages a bit
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | separate scores for easy mode.
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | fixed messages
|
commit | commitdiff | tree |
2006-03-26 |
Joshua Grams | easy mode; messages at game over.
|
commit | commitdiff | tree |
2006-03-25 |
Joshua Grams | Added Jason's comments from openbubbles bounce code.
|
commit | commitdiff | tree |
2006-03-25 |
Joshua Grams | proper moving-away detection in bounce()?
|
commit | commitdiff | tree |
2006-03-25 |
Joshua Grams | correct bounce math?
|
commit | commitdiff | tree |
2006-03-25 |
Joshua Grams | removed new ship fade, blast leaves rocks collidable...
|
commit | commitdiff | tree |
2006-03-24 |
Joshua Grams | oops, pressing space was skipping high score entry.
|
commit | commitdiff | tree |
2006-03-24 |
Joshua Grams | Removed control of ship during dead pause; the new...
|
commit | commitdiff | tree |
2006-03-24 |
Joshua Grams | Made it easier (I hope) to avoid getting killed twice...
|
commit | commitdiff | tree |
2006-03-24 |
Joshua Grams | fade new ships in,
|
commit | commitdiff | tree |
2006-03-24 |
Joshua Grams | sprites now have a flag field (MOVE/DRAW/COLLIDE).
|
commit | commitdiff | tree |
2006-03-24 |
Joshua Grams | we now return you to your regularly scheduled exploding...
|
commit | commitdiff | tree |
2006-03-23 |
Joshua Grams | renamed *_SPRITE to *, made rocks bounce off each other.
|
commit | commitdiff | tree |
2006-03-23 |
Joshua Grams | rewording bounce calculations.
|
commit | commitdiff | tree |
2006-03-23 |
Joshua Grams | added area back to get_shape, bounce() uses area.
|
commit | commitdiff | tree |
2006-03-23 |
Joshua Grams | * sprite.c (collide): fixed yov computation.
|
commit | commitdiff | tree |
2006-03-23 |
Joshua Grams | bouncy ship :)
|
commit | commitdiff | tree |
2006-03-22 |
Joshua Grams | moved grid stuff from rocks.c to sprite.c
|
commit | commitdiff | tree |
2006-03-21 |
Joshua Grams | * rocks.c (struct rock): changed generic ones to Sprite.
|
commit | commitdiff | tree |
2006-03-21 |
Joshua Grams | ditched the separate shape struct.
|
commit | commitdiff | tree |
2006-03-21 |
Joshua Grams | Updated collide to take two sprites.
|
commit | commitdiff | tree |
2006-03-21 |
Joshua Grams | renamed shape files to sprite, added todo list to svn.
|
commit | commitdiff | tree |
2006-03-21 |
Joshua Grams | refactoring towards sprites, updated todo
|
commit | commitdiff | tree |
2006-02-02 |
Joshua Grams | minor rearrangements and the beginnings of a Windows...
|
commit | commitdiff | tree |
2006-01-05 |
Joshua Grams | * rocks.c (hit_rock, pixel_hit_rock): fix more possible...
|
commit | commitdiff | tree |
2006-01-05 |
Joshua Grams | * rocks.c (hit_rocks): oops, had r(ight) where I should...
|
commit | commitdiff | tree |
2006-01-05 |
Joshua Grams | * rocks.c (bucket): rewrote to work with either division...
|
commit | commitdiff | tree |
2006-01-05 |
Joshua Grams | * rocks.c (init_buckets): oops, we weren't allocating...
|
commit | commitdiff | tree |
2006-01-04 |
Joshua Grams | * rocks.c: refactored stuff and fixed linked-list bug...
|
commit | commitdiff | tree |
2005-07-11 |
Joshua Grams | oops, have to check all 9 buckets.
|
commit | commitdiff | tree |
2005-07-11 |
Joshua Grams | fixed 2 more dot collision bugs (last ones?)
|
commit | commitdiff | tree |
2005-07-11 |
Joshua Grams | Rocks now sorted on a grid to speed collision checking.
|
commit | commitdiff | tree |
2005-07-10 |
Joshua Grams | now deleting dots which hit rocks.
|
commit | commitdiff | tree |
2005-07-10 |
Joshua Grams | oops, fixed off-by-one error in new_engine_dots
|
commit | commitdiff | tree |
2005-07-10 |
Joshua Grams | cleaned up bang dots code a bit
|
commit | commitdiff | tree |
2005-07-09 |
Joshua Grams | removed debug stuff because it ws useless.
|
commit | commitdiff | tree |
2005-07-08 |
Joshua Grams | w00t! Finally rearranged the scroll equations so they...
|
commit | commitdiff | tree |
2005-07-07 |
Joshua Grams | * mt.c: Added (Mersenne Twister random number generator).
|
commit | commitdiff | tree |
2005-07-07 |
Joshua Grams | Friction doesn't make sense any more, dropped that.
|
commit | commitdiff | tree |
2005-07-07 |
Joshua Grams | renamed framelen and friends (again)
|
commit | commitdiff | tree |
2005-07-07 |
Joshua Grams | * file.c (g_score_mode): renamed to g_score_mask.
|
commit | commitdiff | tree |
2005-07-07 |
Joshua Grams | Moved macros and such from config.h to common.h
|
commit | commitdiff | tree |
2005-07-06 |
Joshua Grams | We now limit how far ahead you can get. This is measured...
|
commit | commitdiff | tree |
2005-07-06 |
Joshua Grams | Now have a "barrier" (which can fall behind) to enforce...
|
commit | commitdiff | tree |
2005-07-06 |
Joshua Grams | renamed gamerate to framelen
|
commit | commitdiff | tree |
2005-07-05 |
Joshua Grams | new option --bounciness (default changed from 100%...
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | Added constant SCREENDXMIN instead of using 7.5 everywhere.
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | OK, now we're really done with 0.3
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | poking some changes back into 0.3 before anyone notices. :)
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | Refactored Makefile
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | final changes to README, bumped to version 3
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | Updated feature list in README
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | Removed stupid speed indicator, gave screendx a minimum...
|
commit | commitdiff | tree |
2005-07-04 |
Joshua Grams | removed rock counting code
|
commit | commitdiff | tree |
2005-05-01 |
Joshua Grams | * main.c: removed a whole bunch of unnecessary src...
|
commit | commitdiff | tree |
2005-04-29 |
Joshua Grams | number of rocks on screen now starts at 25, gradually...
|
commit | commitdiff | tree |
2005-04-29 |
Joshua Grams | improved ship placement/velocity (initial and after...
|
commit | commitdiff | tree |
2005-04-28 |
Joshua Grams | added constant MAX_DUST_DEPTHS.
|
commit | commitdiff | tree |
2005-04-28 |
Joshua Grams | horizontal scrolling
|
commit | commitdiff | tree |
2005-04-28 |
Joshua Grams | oops, I wasn't using nrocks in my timing calculations...
|
commit | commitdiff | tree |
2005-04-28 |
Joshua Grams | rock generation mostly works now.
|
commit | commitdiff | tree |
2005-04-28 |
Joshua Grams | started on new rock generation.
|
commit | commitdiff | tree |
2005-04-23 |
Joshua Grams | * main.c (gameloop): now stops scrolling up/down when...
|
commit | commitdiff | tree |
2005-04-23 |
Joshua Grams | * config.h: added CONDERROR and NULLERROR macros.
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | oops, some gfx didn't have proper transparency.
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | added constant GAMESPEED
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | removed pnmoutline (no longer necessary).
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | deleted old collision-detection code.
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | By Jove, I think I've got it!
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | bbox collision detection.
|
commit | commitdiff | tree |
2005-04-07 |
Joshua Grams | data/indicators/life.png: now built by povray from...
|
commit | commitdiff | tree |
2005-04-06 |
Joshua Grams | split gfx make rules into separate file for finer-grained...
|
commit | commitdiff | tree |
2005-04-06 |
Joshua Grams | fixed makebangdots to check surface's colorkey.
|
commit | commitdiff | tree |
2005-04-06 |
Joshua Grams | * pnmoutline.c: actually works now. Stupid, stupid...
|
commit | commitdiff | tree |
2005-04-04 |
Joshua Grams | now using netpbm stuff to generate proper ship image.
|
commit | commitdiff | tree |
2005-04-04 |
Joshua Grams | POV-Ray ship -- somehow collision detection still seems...
|
commit | commitdiff | tree |
2005-03-14 |
Joshua Grams | No good paused banner, so I took out the code.
|
commit | commitdiff | tree |
2005-01-10 |
Joshua Grams | removed deadrocks because they weren't being used.
|
commit | commitdiff | tree |
2005-01-10 |
Joshua Grams | config.h - Added debug() macro, fixed Makefile and...
|
commit | commitdiff | tree |
2005-01-04 |
Joshua Grams | fixes to new name input code
|
commit | commitdiff | tree |
2005-01-03 |
Joshua Grams | renames:
|
commit | commitdiff | tree |
2005-01-02 |
Joshua Grams | kowtowing to the compiler
|
commit | commitdiff | tree |
2005-01-02 |
Joshua Grams | hmm...apparently you can't strdup a NULL pointer :)
|
commit | commitdiff | tree |
2005-01-02 |
Joshua Grams | removed some more unused globals (think I got all of...
|
commit | commitdiff | tree |
2005-01-02 |
Joshua Grams | * Switched over to using SFont 2.03, which doesn't...
|
commit | commitdiff | tree |
2004-12-19 |
Joshua Grams | Some code cleanup.
|
commit | commitdiff | tree |
2004-12-13 |
Joshua Grams | misc minor stuff.
|
commit | commitdiff | tree |
2004-12-13 |
Joshua Grams | oops, can't remember that && has higher precedence...
|
commit | commitdiff | tree |
2004-12-13 |
Joshua Grams | another try at re-appearing where you were.
|
commit | commitdiff | tree |
next |