Merge branch 'gles'
[neverball] / ball / set.c
2011-07-06 parastiMerge branch 'gles'
2011-02-24 parastiTolerate mismatching number of levels in the score...
2011-02-11 parastiPass the interpolation blend factor differently
2011-02-10 parastiImplement game state interpolation (WIP)
2010-11-29 parastiFix an assertion failure due to a NULL sets array
2010-11-28 parastiSlightly clean up ball/set.c
2010-11-28 parastiFix score loader improperly reading player names with...
2010-11-01 parastiAdd a macro for copying strings to static arrays
2010-11-01 parastiMostly switch from using level sequence numbers to...
2010-08-29 parastiball/game_draw: move draw state here
2010-08-28 parastiUse symbols for score ranks
2010-08-18 parastiMatch set score access to level scores
2010-08-18 parastiShorten score constants, make them depend less on displ...
2010-08-18 parastiKeep level scores as an array instead of a struct posin...
2010-08-15 parastiFix a warning
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-14 parastiAdd some auxiliary string macros
2010-08-14 parastistruct level: remove unused member
2010-08-06 parastis/game_client_step/game_client_sync/
2010-08-04 parastiDefine symbols for game_draw's pose parameter
2010-08-02 parastiTurn fly-in handling into (proper) shared code
2010-01-16 parastiAdd a newline to an error message
2009-09-02 parastiRegister an inapplicable score as "unqualified" (4th...
2009-08-17 parastiball/set: ignore files not ending with ".txt"
2009-08-01 parastiClean up errno/strerror usage
2009-08-01 parastiMake sure strncpy always keeps one byte untouched for NUL
2009-07-30 parastiball/set: add set_free as a counterpart of set_load
2009-07-30 parastiball/set: s/set_free/set_quit/
2009-07-30 parastiball/set: clean up some excessive macro usage
2009-07-29 parastiMake config_get_s return a pointer, not copy to a passe...
2009-07-19 parastiRemove static level set limit
2009-06-21 parastiUse separate score files in cheat mode
2009-06-16 parastiSet GL read buffer to "front" once and for all when...
2009-06-15 parastiWrite all screen shots to a Screenshots directory
2009-06-14 parastiKeep scores in a directory (migrate old ones, too)
2009-06-13 parastiMake sets.txt optional
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
2009-02-25 parastiball/set: skip Misc set on init unless in dev mode
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-12 parastiRename Unlock Goal scores to Fast Unlock
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-08-28 parastiMark levels completed when using set cheat
2008-08-03 parastiAdd set_id to ball/set interface, for set "identifier...
2008-08-03 parastiRename level structure member "repr" to "name"
2008-07-18 parastiDelay buffer swap in level_snap until after image_snap
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-27 parastiRevert premature level-contributions branch merge.
2008-01-26 KrabbyKrapClean up.
2008-01-26 KrabbyKrapMerged only code for downloaded contribution support...
2008-01-06 parastiEliminated some duplicate code in ball/set.
2008-01-06 parastiRolled back ball/set to a less exposed implementation.
2008-01-06 parastiAdded a new module to be used as a dump of generic...
2008-01-04 parastiRemoved needless locked and completed counters from...
2007-12-31 parastiFurther hacked Krabby's bonus hack.
2007-12-31 KrabbyKrapFixed lg
2007-12-31 KrabbyKrapThe proper bonus level is now included in the congratul...
2007-12-30 parastiHouse keeping.
2007-12-29 KrabbyKrapClean up
2007-12-29 KrabbyKrapSet now finishes properly in Challenge mode, Level...
2007-12-29 KrabbyKrapA few adjustments, bonus level implementation now works...
2007-12-29 KrabbyKrapA congratulatory message is now given to user when...
2007-12-29 KrabbyKrapDeny playing bonus levels in any mode, including challe...
2007-12-20 parastiProper ball shadow removal in poser mode. Patch from...
2007-12-03 parastiMerged branch utf8.
2007-10-05 parastiNit-picking, Vol. 12512
2007-10-03 parastiChanged all references to "state" as in "outcome of...
2007-09-27 parastiReplaced a macro with inline code.
2007-09-24 parastiMinor formatting corrections.
2007-09-23 parastiRemoved all remntants of an old implementation of speci...
2007-09-23 parastiFixed a regression introduced with the previous change...
2007-09-23 parastiball/set.c: renamed set_count back to count; changed...
2007-09-22 parasti r1153@bld: parasti | 2007-09-22 04:40:05 +0300
2007-09-17 parastiMoved most of the score manipulation functions into...
2007-04-28 parastiChanged the representation of bonus levels in level...
2006-11-29 parastiChanged the prev / next logic in set_enter to match...
2006-11-13 parastiSpell-checked most of the code.
2006-11-06 parastiModify chomp() to brutally remove any combination of...
2006-08-13 parastiRemove "proof of concept" launching of levels from...
2006-08-06 parastiRevert revision [530] (global loading of sets at start...
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 mrtoutglobal level and set loading at the begin of the game
2006-08-02 parastiClean-up the level structure.
2006-07-17 parastiMisc.
2006-07-05 parastiTurn w and h parameters of image_snap into local variables.
2006-07-04 parastiMinor code clean-up.
2006-06-15 parastiFixed ticket:77. I'm abusing a related bug. Set scree...
2006-06-08 parastiDisable shadow in set snapshots.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-05-30 mymfix #77
2006-05-27 parastiSave screenshots as PNG instead of BMP. (Code from...
2006-05-27 parastiFix formatting.
2006-05-27 mymno crash in single level when fall out, time out or...
2006-03-15 mrtoutupdate set high-scores only when the set is succesfully...
2006-03-11 mrtoutfix #63
next