ball/util: clean up duplicate code
[neverball] / share /
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...
2009-02-16 parastiAdd bindings to toggle between chase and manual views
2009-02-16 parastiMake mouse buttons configurable (full view control)
2009-02-16 parastiReassign first param of click handler to hold SDL butto...
2009-02-11 parastishare/audio: prevent thread race during sound lookup...
2009-01-28 parastiMake sure EWMH code isn't used when SDL supports Quartz...
2009-01-28 parastiMake teleport particles visible in batch level shots
2009-01-25 parastishare/audio: clear queue when fading to the current...
2009-01-18 parastiMake new grow/shrink models
2009-01-09 parastiImplement a server/client-like game/replay architecture
2009-01-09 parastiImplement basic linked list and queue data types
2008-12-22 parastiMerge branch 'teleporter-tweaks'
2008-12-15 parastishare/part: iterate over coin particles with PART_MAX_C...
2008-12-04 parastiModify switch timer mechanism to match that of platforms
2008-11-29 parastishare/binary: add macros to obtain the number of bytes...
2008-11-28 parastiAdd icon resources to Windows binaries
2008-11-22 parastiAdd a FIXME note about missing enter/exit events on...
2008-11-22 parastiImplement and use strdup
2008-11-18 parastishare/base_config: define DT in terms of UPS (updates...
2008-11-12 KrabbyKrapfout for output
2008-11-06 parastishare/solid: split off physics to a separate file
2008-11-06 parastiRemove unused put_file_state/get_file_state
2008-11-06 elvizmapc: Increased MAXP (path_corner limit) to 2048
2008-11-04 parastiCorrect inconsistency in a test to free item data
2008-10-15 parastiRedefine ftanf (not used anywhere) to wrap tan, not cos
2008-10-08 parastiCheck config_file arguments for NULL
2008-09-21 parastiPrint a message if failed to set locale
2008-09-08 parastiCorrect logic of BSP back/front tests
2008-09-02 parastiUse double precision in m_inv to avoid inaccuracies...
2008-08-28 parastiRemove a redundant comment
2008-08-16 parastiOutput a few error messages in locale's encoding
2008-08-05 parastibase_name: accept NULL name/suffix
2008-08-05 parastishare/common.h: include stdio.h to get FILE
2008-08-03 parastiMake default replay name user-configurable
2008-07-31 parastiEliminate performance penalty on mirror-less maps with...
2008-07-25 parastiUse SDL_GL_SWAP_CONTROL for vertical sync
2008-07-12 parastiSet the EWMH _NET_WM_ICON window hint on X11 systems
2008-06-30 elvizmapc: Increased MAXI to 2^18^ to have a little more...
2008-06-12 jammnroseFix font handling code to work with bid-endian (aka...
2008-06-10 elvizMerged accurate-goals branch
2008-06-10 parastiHack share/item to use OBJ geometry
next