WIP: Vibra support
[neverball] / share / common.h
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...
2010-11-25 parastiReimplement loading of standalone levels from the comma...
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 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
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...
2009-02-20 parastishare/common: add MIN/MAX macros
2009-02-18 parastishare/common: add ARRAYSIZE macro to get number of...
2008-11-22 parastiImplement and use strdup
2008-08-05 parastishare/common.h: include stdio.h to get FILE
2008-04-09 parastiUpdate current replay when renaming player.
2008-01-06 parastiAdded a new module to be used as a dump of generic...