Fix redundant glTexEnv calls
[neverball] / ball / demo.c
2011-02-11 parastiFix misnamed function
2011-02-10 parastiImplement game state interpolation (WIP)
2011-02-10 parastiSplit SOL data structures into base, varying and render...
2010-12-11 parastiRemove some redundant variables
2010-11-29 parastiProvide default values for the %s and %l replacements...
2010-11-12 parastiFix time scaling relying on floating-point quirks
2010-11-11 parastiPort adjustable replay playback speed from Nuncabola
2010-11-01 parastiAdd a macro for copying strings to static arrays
2010-11-01 parastiRemove unused replay header field "goal enabled"
2010-11-01 parastiClean up demo_play_init
2010-11-01 parastiRemove commented out demo_rename_player body
2010-11-01 parastiClean up some macro defs and usage
2010-11-01 parastiMake write routines take ints, floats and shorts by...
2010-10-28 parastiLoad the level even when the replay file could not...
2010-10-08 parastiMore cleaning up in the replay loader
2010-10-07 parastiMinor clean up in the replay loader
2010-10-07 parastiRestore variable time step in main loop, do fixed stepp...
2010-10-06 parastiball/demo: only expose the filename of a replayed demo...
2010-09-19 parastiMake demo_fp directly accessible externally
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-06 parastis/game_client_step/game_client_sync/
2010-08-04 parastiSelf documentify replay/SOL file magic
2009-08-01 parastiMake sure strncpy always keeps one byte untouched for NUL
2009-07-29 parastiMake config_get_s return a pointer, not copy to a passe...
2009-07-14 parastiRemove "--info" command line option
2009-06-14 parastiRemove a few macros in favour of hard-coded strings
2009-06-14 parastiWrite and look for replays in a directory called "Replays"
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-06-12 parastiball/demo: increase player name buffer size
2009-05-08 parastiball/demo: extend to keep internals out of ball/demo_dir
2009-05-08 parastiball/demo_dir: move replay scanning stuff here
2009-04-18 parastiAdapt replay scanning to use the new share/dir module
2009-04-17 parastiball/demo: alloc new array slot only when needed
2009-04-17 parastiRevert "share/demo: alloc new array slot only when...
2009-04-17 parastishare/demo: alloc new array slot only when needed
2009-04-17 elvizball/demo.c: Delete array element if file is unreadable...
2009-04-16 parastiRemove static replay limit
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-12-29 CSYFixed - Enforced 80-character maximum on demo.c
2008-08-03 parastiMake default replay name user-configurable
2008-04-16 parastiSet DST field of replay date to unknown
2008-04-09 parastiUpdate current replay when renaming player.
2008-03-12 parastiMerge 'progress' branch.
2008-03-01 parastiRevert "Merged progression and putt-collisions"
2008-03-01 KrabbyKrapMerged progression and putt-collisions
2008-01-18 parastiFixed missing init.
2008-01-06 parastiAdded a new module to be used as a dump of generic...
2008-01-01 rootMerged lockstep branch.
2007-12-03 parastiMerged branch utf8.
2007-11-24 elvizRestored replay overwrite fix (Windows); didn't seem...
2007-10-03 parastiSeveral changes either directly or indirectly related...
2007-10-03 parastiResurrected level_stat and demo_play_stat in order...
2007-10-03 parastiChanged all references to "state" as in "outcome of...
2007-09-23 parastiRemoved all remntants of an old implementation of speci...
2007-05-30 parastiRemoved a supposed fix for rename failing on Windows...
2006-12-20 parastiMinimalistic code clean-up.
2006-11-17 parastiLet translators change date format. This should solve...
2006-11-03 parastiDon't leave the game running in the background after...
2006-10-21 parastiPartially porting revision 609 from the save-replay...
2006-10-21 parastiDo not internationalize replay filenames. This is...
2006-10-09 parastiChange the parameter of demo_exists() to const.
2006-10-08 parastiCertain asset filenames are loaded from the solid data...
2006-10-08 parastiChange a "magic number" to a preprocessor macro. Also...
2006-10-08 parastiIsolate basename stuff in a completely separate functio...
2006-09-27 parastiOn Windows, when renaming Last to the destination filen...
2006-09-20 parastiPut all the time conversion operations in a separate...
2006-09-18 parastiReuse a variable in date_to_str(). It also appears...
2006-09-18 parastiUse mktime() to normalize the computed local time struc...
2006-09-18 parastiMinor simplification of code in date_to_str().
2006-09-18 parastiStore replay date/time as an ISO 8601 formatted string...
2006-08-04 parastiRevert revision [536] to avoid making further changes...
2006-08-02 mrtoutReplace strong level path from replay with a couple...
2006-08-02 parastiRe-add demo base name handling.
2006-08-02 mrtoutSince the --replay command line option, extension and...
2006-07-16 parastidemo_header_write() now writes the header. :-P
2006-07-15 parastiMoved extension and basename stuff to demo_scan_file...
2006-07-14 parastiChanged unlink() to remove(). Some warnings about...
2006-07-12 parastiMore clean-up. Also removed the FPS lock, see
2006-07-05 parastiChange magic number of replays. (See
2006-07-04 parastiAutosave.
2006-07-04 parastiMore docstring clean-up. Renamed REPLAY_VERSION to...
2006-07-04 parastiRemoved gettextdbg() which apparently served no purpose...
2006-06-24 parastiReverting some demo header modifications to keep the...
2006-06-13 parastiHopefully fixes ticket:78 and hopefully doesn't break...
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-05 parastiFix filling in demo name on Windows. The last director...
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-03-13 mrtoutstart integration of level metadata in demos
2006-03-13 mrtoutFix #10
2006-03-08 mrtouttake accout of goal skip value and improve next_level...
2006-03-05 mrtoutfix #43
2006-03-05 mrtoutRemove some I18N strings (option and replay debug)
2006-03-04 mrtoutadd replay file extension (fixes #42)
2006-03-04 parastii18n'd a bunch of stuff that doesn't require it.
2006-03-03 mrtoutNew replay information screen.
2006-03-03 mrtoutagain more code clean, thing become more and more simpler
2006-03-02 mrtoutcreate a new level structure, that makes the code more...
2006-03-02 mrtoutAnother demo code clean and demo format upgrade
2006-03-01 mrtoutAdd a neverball option command line. Can now start...
next