Fix redundant glTexEnv calls
[neverball] / putt /
2011-06-12 parastiRename a variable
2011-06-04 parastiAdd some error checking in Neverputt when loading SOLs
2011-05-25 parastiTweak GLES compile-time switch semantics
2011-05-25 parastiFix shadow in Neverputt
2011-04-18 parastiTrack material state in a structure
2011-04-09 parastiMove saving of screenshots to before buffer swapping
2011-04-09 parastiFix remaining errors when compiling against GL ES 1...
2011-04-03 rlkConverted putt vector to SOL.
2011-04-03 rlkSeveral minor changes for ES compatibility.
2011-04-03 rlkPorted the mtrl loft to putt.
2011-04-01 rlkMinor tweaks to geom.c.
2011-03-30 rlkGUI rewrite is mostly complete. Removed all display...
2011-03-29 rlkAdded default material to enable SOL files that don...
2011-03-29 rlkConverted mark GL into SOL.
2011-03-28 rlkFixed flag SOL. The culprit was a lack of texture...
2011-03-28 rlkCURRENTLY BROKEN DUE TO FLAG GEOM.
2011-03-13 parastiTweak shadow code to keep the transforms in one place
2011-02-10 parastiSplit SOL data structures into base, varying and render...
2011-01-14 parastiNeverputt: use directional light (like Neverball does)
2011-01-13 parastiNeverputt: tweak course selection layout logic
2010-12-29 parastiFix missing switch breaks for key-up events
2010-11-25 parastiRemove unused state structure member
2010-11-24 parastiBump
2010-11-09 parastiMove joystick-recentered tracking to share/state
2010-11-09 parastiUse normalized floats to represent joystick axis values
2010-11-09 parastiFix awkward requirement for non-zero joystick axis...
2010-10-29 parastiCorrectly check switch test return value in Neverputt
2010-10-29 parastiFix accidental switch/teleporter behavior changes
2010-10-28 parastiRevert "share/solid: wrap all structs with typedefs"
2010-10-27 parastishare/solid: wrap all structs with typedefs
2010-10-20 parastiRemove "geometry" option
2010-09-06 parastishare/state: pass state pointers to enter/leave handlers
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-14 parastiAdd some auxiliary string macros
2010-07-14 parastiPutt: use "idle" worldspawn key as override for idling...
2010-01-11 parastiODE physics
2009-10-30 parastiRemove unused sol_load_gl parameter
2009-08-29 parastiPrint last error when VFS init fails
2009-08-27 parastiScan for and add courses not listed in courses.txt...
2009-08-27 parasticourses.txt: move shot/desc to the individual course...
2009-08-23 parastiFix attempt to use "joystick" option before config...
2009-06-18 parastiActually use the "joystick" config option
2009-06-15 parastiWrite all screen shots to a Screenshots directory
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-06-12 parastiRestore video subsystem initialization when calling...
2009-05-19 parastiClean up some magic constants
2009-05-19 parastiInit SDL video subsystem separately, as part of video_init
2009-04-19 CSYEnforce "soft" tabs (somehow, Dev-C++ make the existing...
2009-04-19 CSYPartially enforce 80-character limit in hole.c.
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
2009-02-20 parastishare/lang: eliminate redundant lang_init param
2009-02-20 parastiTransform default game/locale data paths based on execu...
2009-02-16 parastiTurn initial mode setting and WM setup into video_init
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-16 parastiReassign first param of click handler to hold SDL butto...
2009-01-29 parastiDisplay version in the window caption
2008-11-09 KrabbyKrap * tricky golf hole 1: ramp adjustments
2008-11-06 parastishare/solid: split off physics to a separate file
2008-11-06 KrabbyKrapDon't draw invisible switches in Neverputt
2008-07-12 parastiSet the EWMH _NET_WM_ICON window hint on X11 systems
2008-06-13 CSYStroke caps: Raised the caps to 12 or par plus 6.
2008-05-02 parastiRevert "Merge 'putt-collisions' branch"
2008-05-01 KrabbyKrapMerge 'putt-collisions' branch
2008-04-27 KrabbyKrapRemoved extra whitespace
2008-04-19 parastiRestore original Escape behaviour if pause key is not...
2008-04-19 parastiputt: don't pause on focus loss when input not grabbed
2008-03-28 parastiRevert "Merge 'putt-collisions' branch"
2008-03-28 parastiRevert "Fixed some lines of code"
2008-03-27 KrabbyKrapFixed some lines of code
2008-03-27 KrabbyKrapMerge 'putt-collisions' branch
2008-03-16 rlkTrivial change to re-enable color modulation of neverpu...
2008-03-10 parastiImplement new shot name generation using a persistent...
2008-03-01 parastiRevert "Merged progression and putt-collisions"
2008-03-01 KrabbyKrapMerged progression and putt-collisions
2008-02-01 parastiFixed Neverputt using hard-coded limits for score count...
2008-01-28 rlkWidespread minor changes to eliminate the use of SDL_Ge...
2008-01-16 KrabbyKrapShort hack to extend the cap if par is greater than...
2008-01-12 rlkTweaks to ball rendering mechanism.
2008-01-11 parastiFixed an incomplete state structure in Putt.
2008-01-08 rlkMerged ball-test branch.
2008-01-03 parastiFixed Putt to update course information when using...
2008-01-03 parastiPain killers for the aftermath of the tilt sensor abstr...
2008-01-01 rlkEnhanced specular illumination.
2008-01-01 parastiRestored original Putt "cheat" behaviour.
2007-12-31 rlkFixed the zero-velocity test in the edge/vert collision...
2007-12-30 rlkExperimenting with foreground billboards.
2007-12-30 parastiApplied same cosmetic-gui tweaks to Neverputt.
2007-12-26 rlkSome OpenGL optimization and state-change reduction.
2007-12-23 rlkModified material sorter to draw opaque decals AFTER...
2007-12-22 rlkRewrote image handling, eliminating SDL_image. Made...
2007-12-21 parastiRemoved a couple of obsolete includes.
2007-12-21 parastiReplaced a bunch of macros with enumerations.
2007-12-21 parastiRemoved audio_rate config variable and changed config...
2007-12-20 parastiBoring clean-up.
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-12-03 parastiMerged branch utf8.
2007-11-25 parastiFixed Neverputt pause sometimes using itself as the...
2007-11-13 parastiLeft Shift as the only modifier key.
2007-11-13 parastiFinally merged the keyboard-nav branch.
next