Split SOL data structures into base, varying and rendering parts
[neverball] / ball / level.c
2011-02-10 parastiSplit SOL data structures into base, varying and render...
2010-11-29 parastiCall the standalone level 00, not 99
2010-11-25 parastiReimplement loading of standalone levels from the comma...
2010-11-01 parastiAdd a macro for copying strings to static arrays
2010-11-01 parastiMostly switch from using level sequence numbers to...
2010-10-28 parastiLoad the level even when the replay file could not...
2010-10-28 parastiRevert "share/solid: wrap all structs with typedefs"
2010-10-27 parastishare/solid: wrap all structs with typedefs
2010-08-28 parastiRemove more references to displayed record names
2010-08-28 parastiUse symbols for score ranks
2010-08-18 parastiShorten score constants, make them depend less on displ...
2010-08-18 parastiMinimize get_level usage outside of ball/set and ball...
2010-08-18 parastiKeep level scores as an array instead of a struct posin...
2010-07-22 parastiRemove an unused variable
2010-07-14 parastiMove some copy pasted code into a shared function
2009-11-16 parastiKill a few NULLs to suppress segfaults on missing level...
2009-09-02 parastiRegister an inapplicable score as "unqualified" (4th...
2009-08-17 parastiInit default most coins times with the level's time
2009-08-01 parastiClean up errno/strerror usage
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-06-12 parastiImplement a Quake-like virtual file system layer
2009-03-04 parastiball/level: remove level_dump (maintenance burden)
2009-02-25 parastiInit the default fast unlock coin values with the level...
2009-02-12 parastiRename Unlock Goal scores to Fast Unlock
2008-08-03 parastiRename level structure member "repr" to "name"
2008-04-04 parastiAllow optional third value in score presets.
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-06 parastiEliminated some duplicate code in ball/set.
2007-12-31 KrabbyKrapThe proper bonus level is now included in the congratul...
2007-12-30 parastiHouse keeping.
2007-12-03 parastiMerged branch utf8.
2007-11-05 parastiFixed the hacked fix to preserve level data on Next...
2007-11-04 parastiHacked a fix for vital level data being cleared on...
2007-10-08 parastiMoved dictionary entries to the beginning of the SOL...
2007-10-07 parastiMoved most of ball/levels module functions back to...
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-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-09-15 parastiMoved some "game mode" related stuff into ball/mode...
2007-09-08 parastiMerge r739:1104 from the s_dict branch.
2006-11-13 parastiSpell-checked most of the code.
2006-11-11 parastiAdded long mode names.
2006-11-07 parastiChange the "special" attribute name to "bonus" to fit...
2006-08-19 parastiUpdate Ball's code to use the "coin" item type.
2006-08-13 parastiRemove "proof of concept" launching of levels from...
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 parastiClean-up the level structure.
2006-08-01 mrtoutPut metadata near the begin of the sol files, therefore...
2006-07-17 parastiMisc.
2006-07-16 parastiFix format string. Oops.
2006-07-12 parastiSome very humble code pretty-up.
2006-07-04 parastiMinor code clean-up.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-05-14 parastiMarked a string in ball/level.c for translation and...
2006-03-26 parastiFix #71.
2006-03-13 mrtoutAdd --info option to display information without launch...
2006-03-07 mrtoutBonus level info is now in the level (medatada field)
2006-03-05 mrtoutMetadata inclusion in levels. I hope everybody will...
2006-03-05 mrtoutadd magic to sol files and allow simple loading without...
2006-03-05 mrtoutConcat the two level struct into one. I hope it's the...
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 mrtoutdead code removal ('GLuint text' related things in...
2006-03-02 mrtoutproof of concept, direct play level with the --level...
2006-03-01 mrtoutSplit config into two files, 'config' and 'base_config...
2006-03-01 mrtoutforget removing remaining obsolete coin references...
2006-03-01 mrtoutCode clean: improve modules independance:
2006-02-28 mrtoutremove hard coded mode names
2006-02-28 mrtoutnew replay handling, warning, old replays are incopatib...
2006-02-27 mrtoutUpdate level text displaying, especialy bonus levels
2006-02-26 mrtoutadd more feedback: bonus level and set completed
2006-02-26 mrtoutopps, no way to unlock following extra bonus levels
2006-02-26 mrtoutAdd extra bonus level handling + status bar in the...
2006-02-25 mrtoutmajor menu, demo and game state clean
2006-02-21 mrtoutFix replay time in practice mode
2006-02-20 mrtoutchange mode names
2006-02-20 mrtoutfix 'free mode' score handling
2006-02-19 mrtoutNew play mode. be happy.
2006-02-17 mrtoutfixes many bugs in levels (including #24)
2006-02-17 mrtoutGoal coins information in training mode
2006-02-16 mrtoutnew cheat: The 'c' key will open levels
2006-02-16 mrtoutNew challenge/practice modes
2006-02-15 mrtoutFix #22
2006-01-28 rlkInitial import.