Split SOL data structures into base, varying and rendering parts
[neverball] / share /
2011-02-10 parastiSplit SOL data structures into base, varying and render...
2011-01-30 parastiRemove an unnecessary widget extent check
2011-01-30 parastiImplement arbitrary GUI fillers and fix ball screen...
2011-01-30 parastiFix a crash in replay screen on empty replay directory
2011-01-24 parastishare/common.h: add illusion of sanity
2011-01-24 parastiFix corner cases like 0.251f in seconds-to-milliseconds...
2011-01-23 parastiConvert all path-related (body, switch) logic to use...
2011-01-21 parastiAdd a material flag to force shadowing even on transpar...
2011-01-20 parastiFix shadow geom code that was never executed
2011-01-13 parastiAvoid sending multiple commands per path node
2011-01-10 parastiReduce more duplication
2011-01-09 parastiFix looping path node traversal (wasn't walking all...
2011-01-09 parastiFactor duplicate path node traversal into a function
2011-01-03 parastiFix requirement to pad descriptions with empty lines
2010-12-18 parastiDetermine the parent screen of resolution conf screen...
2010-11-29 parastiPromote ad-hoc OS-to-VFS path translation function
2010-11-29 parastiVery important optimization
2010-11-25 parastiReimplement loading of standalone levels from the comma...
2010-11-25 parastiFix path separator finding in Windows
2010-11-25 parastiRemove unused state structure member
2010-11-24 parastiBump
2010-11-16 parastiImplement a stdio-based backend for the VFS (no archive...
2010-11-16 parastiFix fs_gets to return NULL on encountering EOF with...
2010-11-16 parastiRewrite directory scanner to use linked lists
2010-11-16 parastiSplit VFS into a backend-dependent and a backend-indepe...
2010-11-16 parastiRemove unused path_resolve routine
2010-11-09 parastiFix inconsistent naming
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-11-01 parastiAdd a macro for copying strings to static arrays
2010-11-01 parastiClean up some macro defs and usage
2010-11-01 parastiMake write routines take ints, floats and shorts by...
2010-11-01 parastiPlug a couple of display list leaks
2010-10-29 parastiFix teleporter test stopping prematurely upon seeing...
2010-10-29 parastiFix accidental switch/teleporter behavior changes
2010-10-28 parastishare/solid_all: clean up intersection tests
2010-10-28 parastiRevert "share/solid: wrap all structs with typedefs"
2010-10-27 parastishare/solid: wrap all structs with typedefs
2010-10-26 parastiFix simulation lockup when the ball gets pinched betwee...
2010-10-25 parastiFix undefined C usage
2010-10-22 parastiAdd a hack to work around path change problems
2010-10-22 parastiReorganize the main simulation loop
2010-10-22 parastiImprove rotation behavior under constant centrifugal...
2010-10-21 parastiUpdate copyright headers
2010-10-20 parastiRemove "geometry" option
2010-10-14 parastiFix impact point computation result stored in the wrong...
2010-10-14 parastiRevert "Pass linear body velocity to collision detectio...
2010-10-08 parastiAdd cmd_free
2010-10-07 parastiRemove the "uniform" config option, it's broken anyway
2010-10-07 parastiRestore variable time step in main loop, do fixed stepp...
2010-09-23 parastishare/cmd.h: s/HEADER/CMD_HEADER/g
2010-09-06 parastiAlways do GUI creation upon return from the state enter...
2010-09-06 parastishare/state: pass state pointers to enter/leave handlers
2010-09-03 parastimapc: silence warnings unless MAPC_VERBOSE env var...
2010-08-28 parastiTrigonometry/head
2010-08-15 parastiMore base name tweaking
2010-08-15 parastiRemove unused and no longer needed trunc_string
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-14 parastiMake base_name return a const char *
2010-08-14 parastiAdd some auxiliary string macros
2010-08-07 parastiWork around GCC 4.5 bug (currently in Arch)
2010-08-04 parastiSelf documentify replay/SOL file magic
2010-08-03 parastiRemove command filtering/deferring in the simulation
2010-08-01 parastiDo not crash due to a missing font
2010-07-31 parastiPass linear body velocity to collision detection separately
2010-07-30 parastiFix pointer constness in path_last_sep
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
next