Don't attempt to concat absolute CONFIG_LOCALE with the base path
[neverball] / share /
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
2008-06-10 parastiMove item-related functions into a separate module
2008-06-10 parastiImplement simple material localisation system
2008-06-09 parastiload_surface: flip image vertically before creating...
2008-06-09 parastiNew function to flip images horizontally/vertically
2008-06-09 parastiAdapt texture coordinate handling to match OpenGL conve...
2008-06-09 parastiUse OpenGL memory layout conventions for storing image...
2008-06-09 mymmapc: increase max lump count
2008-06-07 parastiEnforce coding guidelines
2008-06-07 parastimapc: move bounding sphere code to separate function
2008-06-07 parastimapc: optimise clip_edge, uniq_geom and test_lump_side
2008-06-03 parastimapc: perform texture rotation around the positive...
2008-05-08 parastimapc: rename most "swap_*" functions to "apply_*_swaps"
2008-05-08 parastiSmall white-space and indentation tweaks
2008-05-08 parastimapc: minimise expensive swap operations when reorderin...
2008-05-07 KrabbyKrapAccidentally committed mapc.c
2008-05-07 KrabbyKrapRestart updates
2008-05-02 parastiRevert "Merge 'putt-collisions' branch"
next