WIP: Vibra support
[neverball] / share / common.c
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-16 parastiImplement a stdio-based backend for the VFS (no archive...
2010-11-16 parastiRemove unused path_resolve routine
2010-11-01 parastiAdd a macro for copying strings to static arrays
2010-10-21 parastiUpdate copyright headers
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-07-30 parastiFix pointer constness in path_last_sep
2009-08-01 parastiClean up errno/strerror usage
2009-08-01 parastiMake sure strncpy always keeps one byte untouched for NUL
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-06-12 parastiImplement a Quake-like virtual file system layer
2009-04-30 parastiFactor replay name truncation into a separate function
2009-04-18 parastishare/common: add a no-limits string concatenation...
2009-04-16 parastishare/common: add function to obtain random numbers...
2009-03-16 parastishare/common: rename strdup to dupe_string and alias...
2009-02-20 parastishare/common: add function to translate paths relative...
2009-02-20 parastishare/common: factor out path separator finding and...
2008-11-22 parastiImplement and use strdup
2008-08-05 parastibase_name: accept NULL name/suffix
2008-04-09 parastiUpdate current replay when renaming player.
2008-02-12 parastiFixed base_name failing to strip suffix from some names.
2008-01-28 rlkWidespread minor changes to eliminate the use of SDL_Ge...
2008-01-06 parastiAdded a new module to be used as a dump of generic...