3
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added -W flag to warnings, and fixed all the warnings that it found (I was under the impression that -Wall was not different than -W -Wall, but that turned out to be incorrect.) More... almost 13 years ago
Made round explosions be the default, and changed the --roundexplosions option and .exrc command to be "squareexplosions" instead. More... almost 13 years ago
Changed version to 1.00. I think it's time. More... almost 13 years ago
Added changelog entries for v. 0.27 More... almost 13 years ago
Updated version to 0.27 More... almost 13 years ago
Modify Makefile to allow for use of a cross compiler. This enables word war vi to be compiled for OpenPandora. More... almost 13 years ago
When reading the sound files, moved the pre-pending of DATADIR into wwvi_audio.c instead of the caller, and make the DATADIR files be the ones which are attempted to be read first, and only if that fails try without DATADIR (i.e. the current directory: (sounds/whatever.ogg). More... almost 13 years ago
Make reading of audio clips honor DATADIR. This patch inspired by Ingo Ruhnke. More... almost 14 years ago
Revert previous patch to incorporate DATADIR into wwviaudio.c. It doesn't belong in wwviaudio per se. It belongs in wordwarvi.c (because wwviaudio.[ch] aren't really wordwarvi specific) More... almost 14 years ago
Make wwviaudio.c honor the DATADIR variable. Thanks to Ingo Ruhnke for this patch More... almost 14 years ago
Fix typo in manpage. Thanks to Ingo Ruhnke for this patch. More... almost 14 years ago
* make clean target should remove wwvi_font.o More... almost 14 years ago
* simplify draw_objs by moving tests to see if object is draw on radar into draw_on_radar(). More... about 14 years ago
* Simplify draw_objs by pulling out debug functionality into conditionally defined helper functions. More... about 14 years ago
* simplify draw_objs by pulling out the test to see if an object is off screen into a helper function More... about 14 years ago
* Simplified draw_objs by getting rid of the inline version of draw_generic More... about 14 years ago
* Updated for v. 0.26 More... over 14 years ago
* Updated version to 0.26 More... over 14 years ago
* Don't put buildings in the volcano. More... over 14 years ago
* Don't put bridges across the top of the freakin' volcano. More... over 14 years ago
* Made the default "levelwarp" be 1, so as to skip the boring first level by default. It is still accessible by putting "set levelwarp=0" in ~/.wordwarvi/.exrc, or, by using the "--levelwarp 0" option. In displaying level numbers, 1 is no longer added, so that "Rocket Alley" is now level 1, rather than 2, and "Welcome, Noob!" is now level 0, rather than level 1. More... over 14 years ago
* Fixed problem that if audio was silenced due to user inaction during "attract mode," putting in a quarter failed to resume the music. More... over 14 years ago
* Removed graph paper effect in --bw mode. More... over 14 years ago
* made intermission starfield more tripped out and psychedelic. More... over 14 years ago
* Made intermission starfield more "hyper-spacey" More... over 14 years ago
* Added a starfield in the background of the intermission screen. More... over 14 years ago
* Added underscore glyph. More... over 14 years ago
* Make airships have better explosions More... over 14 years ago
* Now, when you die, the explosion is rendered extra bright. More... over 14 years ago
* Made drawing sparks slightly more efficient by moving the test for brightsparks into the add_spark function and out of the draw_spark function, and adding a bright_spark_draw function. More... over 14 years ago