Do not reject 1.5 format SOLs
[neverball] / share /
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
2009-06-12 parastiRewrite get_string to fix a buffer overflow and check...
2009-05-30 parastiMiddle mouse button toggles between chase/manual views
2009-05-19 parastiInit SDL video subsystem separately, as part of video_init
2009-05-19 parastishare/video: move buffer setup from video_init to video...
2009-05-19 parastiDie, distraction
2009-05-14 parastishare/keynames: squash embarrasing out-of-bounds access bug
2009-05-10 parastishare/config: remove needless mkdir defs
2009-04-30 parastiMake fast view rotation modifier configurable, and...
2009-04-30 parastishare/gui: allow fall back to non-localised font path
2009-04-30 parastiMove GUI_FACE definition to share/gui
2009-04-30 parastiFactor replay name truncation into a separate function
2009-04-18 parastiAdd a basic directory scanner
2009-04-18 parastishare/common: add a no-limits string concatenation...
2009-04-16 parastishare/array: add a "dynamic array" type
2009-04-16 parastishare/common: add function to obtain random numbers...
2009-04-13 parastiAllow view rotation using second gamepad stick
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
2009-03-16 parastishare/common: rename strdup to dupe_string and alias...
2009-03-09 parastishare/cmd: add CMD_MAP command (unused)
2009-03-04 parastishare/config: restore proper default for replay_name
2009-02-20 parastishare/lang: eliminate redundant lang_init param
2009-02-20 parastiTransform default game/locale data paths based on execu...
2009-02-20 parastishare/common: add function to translate paths relative...
2009-02-20 parastishare/common: factor out path separator finding and...
2009-02-20 parastishare/common: add MIN/MAX macros
2009-02-18 parastis/CONFIG_BALL/CONFIG_BALL_FILE/
2009-02-18 parastishare/config: rewrite to reduce duplication and typing
2009-02-18 parastishare/common: add ARRAYSIZE macro to get number of...
2009-02-16 parastiActually load/save joystick dpad config added in r1380
2009-02-16 parastiTurn initial mode setting and WM setup into video_init
2009-02-16 parastishare/video: remove video_sync, declared but with no...
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-16 parastishare/config: match mouse button saving to that of...
next