Add a "idle" method to the state structure
[neverball] / share /
2010-07-30 rlkAdded new thwomp assets.
2010-07-27 parastiRemove duplicated transpose
2010-07-23 parastiUse locale aware gettext in a few missed spots
2010-07-23 parastiSimplify option scanning
2010-07-23 parastiRevert "Simply option scanning"
2010-07-23 parastiSimply option scanning
2010-07-22 parastiRemove a giant comment stating the obvious
2010-07-22 parastiUse existing mask macros for SDL surface loading
2010-07-14 parastiMove some copy pasted code into a shared function
2010-07-14 parastiFix axis confusion in angles to quaternion conversion
2010-07-13 parastiChange the meaning of the angles attribute
2010-07-13 parastiUse linear interpolation for near-identical orientations
2010-07-11 parastiRemove CMD_BODY_ORIENTATION
2010-07-11 parastiRemove SOL body flags
2010-07-11 parastiRemove SOL polygon data
2010-07-11 parastiRemove failed ODE experiment
2010-07-11 parastiCompletely rework body rotation mechanism
2010-07-11 parastiAdd quaternion slerp
2010-07-11 parastiReturn radians in quaternion to axis-angle conversion
2010-04-25 parastiIntegrate body orientation forward before applying...
2010-04-25 parastiCover up the obviously broken shadow on rotating surfaces
2010-04-25 parastiGuard q_by_axisangle from a zero-length axis
2010-04-09 parastiAdd special handling for intersected edges
2010-04-08 parastiCollide ball with rotating objects in the SOL solver
2010-04-08 parastiMore quaternion routines
2010-04-08 parastiClean up quaternion notation weirdness
2010-02-26 parastiAccount for splitting plane velocity in BSP tests
2010-02-11 parastishare/vec3: fix q_nrm
2010-02-11 parastiHillcrest Labs Loop support by rotajota
2010-02-11 parastishare/vec3: wrap asin
2010-02-11 parastishare/tilt_wii: fix config_get_s usage
2010-02-11 parastiSupersede ENABLE_WII semantics by ENABLE_TILT=wii
2010-02-11 parastiRename tilt.c to tilt_wii.c
2010-02-04 parastiHandle zero length vectors in v_nrm
2010-01-16 parastiDo not reject 1.5 format SOLs
2010-01-13 parastiDo not assume the sphere to be the first geom in ODE...
2010-01-11 parastiAdd basic rotating objects (ODE only)
2010-01-11 parastiUse the BSP data to construct a geom space hierarchy
2010-01-11 parastiODE physics
2010-01-10 parastiWrap a few macro bodies in do-while blocks
2009-12-03 parastiCompute body velocity by snapshotting body position...
2009-12-03 parastiAdd verbose comments explaining v_sol and v_edge (and...
2009-11-23 parastiReadd a lost-in-transition comment explaining v_sol
2009-11-19 parastimapc: restore visible geom counter
2009-10-30 parastiRemove unused sol_load_gl parameter
2009-10-11 parastiOops, make "vsync 0" work again
2009-10-11 parastiFix typo
2009-10-11 parastishare/sync: revive (as a fallback)
2009-10-08 parastiAdd config symbols for joystick axes' inversion
2009-10-08 parastiGroup key config symbols together
2009-10-08 parastiRevert "Clip shadowed geometry above the ball center"
2009-10-08 parastiRevert "When ungrabbed, hide the pointer and draw a...
2009-10-01 parastiMove pointer drawing to st_paint
2009-10-01 parastiRelease pointer resources
2009-09-30 parastiWhen ungrabbed, hide the pointer and draw a custom...
2009-09-19 parastiTry to work around GCC optimizations breaking switch...
2009-09-12 parastiFix inconsistent quoting in error messages
2009-09-04 parastishare/gui: allocate no space for fillers unless requested
2009-08-29 parastiDon't count CRs seen by fs_gets against passed-in buffe...
2009-08-29 parastiPrint last error when VFS init fails
2009-08-29 parastiDon't clip shadow geometry above ball if "shadow" is...
2009-08-23 parastishare/fs_jpg: add licence info
2009-08-14 parastiMakefile: set default paths from here
2009-08-13 parastishare/gui: don't use less of widget width for truncatio...
2009-08-10 parastiChange "joystick" default to 1
2009-08-10 parastishare/state: do not step state unless it has been paint...
2009-08-05 parastiClip shadowed geometry above the ball center
2009-08-03 parastishare/gui: squash a truncation bug picking the wrong...
2009-08-01 parastishare/gui: add label truncation
2009-08-01 parastiClean up errno/strerror usage
2009-08-01 parastiMake sure strncpy always keeps one byte untouched for NUL
2009-07-30 parastishare/text: kill needless text_add_char param
2009-07-29 parastiMake config_get_s return a pointer, not copy to a passe...
2009-07-29 parastishare/gui: rebuild text rectangle when changing label...
2009-07-26 parastishare/fs: enable symlink support, where available
2009-07-19 parastishare/dir: plug a leak
2009-07-18 parastiFix fs_gets to only return NULL on EOF when no data...
2009-07-17 parastishare/common: make read_line less stupid
2009-07-15 parastishare/st_resol: tweak selector layout
2009-07-15 parastishare/st_resol: add missing sounds
2009-07-14 parastimapc: restore full SOL name printing
2009-07-14 parastishare/sync: bury
2009-07-10 parastiDecouple world rotations from view basis
2009-07-10 parastiRename "rotate" command to "tilt angles"
2009-07-05 parastishare/binary: change get_string to keep reading after...
2009-07-05 parastishare/cmd: kill stray struct member
2009-06-23 parastishare/gui: load entire font to memory at init
2009-06-23 parastishare/fs: add function to load entire files in memory
2009-06-23 parastishare/fs: add fs_length
2009-06-23 parastishare/fs: implement fs_error
2009-06-23 parastiIncrease default view rotation rates
2009-06-21 parastiDon't attempt to concat absolute CONFIG_LOCALE with...
2009-06-19 parastimapc: report unknown materials
2009-06-16 parastiSet GL read buffer to "front" once and for all when...
2009-06-14 parastiRewrite fs_rename to do a real rename rather than VFS...
2009-06-14 parastiRemove a few macros in favour of hard-coded strings
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-06-12 parastishare/dir: don't prepend a slash to paths when scanning...
2009-06-12 parastishare/dir: extend to support other directory access...
2009-06-12 parastishare/array: implement array_sort
next