Update build process and condense installer operations.
[neverball] / ball /
2007-11-06 parastiReplay pause/end screen: removed info and reordered...
2007-11-05 parastiFixed the hacked fix to preserve level data on Next...
2007-11-05 parastiNo Replays screen: removed Back button and added a...
2007-11-04 parastiHacked a fix for vital level data being cleared on...
2007-11-04 parastiFixed disabled Retry Level button in Challenge mode.
2007-10-28 parastiHelp output pretty-printing.
2007-10-25 parastiRewrote command-line argument handling. In effect...
2007-10-09 parastiReplaced some cryptic variable names in ball/util.
2007-10-08 parastiMoved dictionary entries to the beginning of the SOL...
2007-10-07 parastiUndid a careless change messing with the HUD in challen...
2007-10-07 parastiMoved most of ball/levels module functions back to...
2007-10-05 parastiReplaced the "done bis" state (used to perform some...
2007-10-05 parastiNit-picking, Vol. 12512
2007-10-04 parastiChanged lights to evenly illuminate entire maps.
2007-10-03 parastiChanged cheat activation method yet again, based on...
2007-10-03 parastiRemoved all bonus ball texture-related code.
2007-10-03 parastiAdded a MODE_COUNT macro to reduce FIXME count and...
2007-10-03 parastiRemoved the recently added additional gui_paint parameter.
2007-10-03 parastiNit-picking, Vol. 2.
2007-10-03 parastiCheatball was taken.
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-10-03 parastiIntroduced an additional parameter to gui_paint that...
2007-09-29 parastiRemoved config_simple_get_s.
2007-09-29 parastiCheat mode is now activated by setting player's name...
2007-09-29 parastiCleaning up some GCC warnings.
2007-09-27 parastiSplit the "play end" state back into "goal", "fall...
2007-09-27 parastiReplaced a macro with inline code.
2007-09-26 parastiRenamed ball/st_play_end.h wrapper macro to match file...
2007-09-25 parastiHopefully fixed a nasty bug introduced with level_play_...
2007-09-25 parastiAnother if-else if-else if-else to switch conversion.
2007-09-24 parastiKilled off level_play_go in favour of level_play. ...
2007-09-24 parastiMore formatting tweaks.
2007-09-24 parastiRemoved a misleading comment.
2007-09-24 parastiMinor formatting corrections.
2007-09-23 parastiRemoved all remntants of an old implementation of speci...
2007-09-23 parastiRemoved superfluous variable declarations in some funct...
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-23 parastiUsed strlen instead of checking first byte for NUL...
2007-09-22 parastiFormatting.
2007-09-22 parastiRemoved (once again) all references to MODE_SINGLE.
2007-09-22 parasti r1153@bld: parasti | 2007-09-22 04:40:05 +0300
2007-09-19 parastiRemoved archaic MSVC(?) pragmas.
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-13 jammnroseChanged some C++ style comments to C style comments.
2007-09-13 jammnroseUpdated main.c with a conditional for Mac. Now the...
2007-09-08 parastiPainfully renamed share/i18n to share/lang.
2007-09-08 parastiUpdated code to point to the current title.sol location...
2007-09-08 parastiEntirely undid revision 1099. I think at the moment...
2007-09-08 parastiMerge r739:1104 from the s_dict branch.
2007-08-25 parastiApplied my "bidirectional dt scaling" patch. According...
2007-08-21 parastiFixed a bug where ball kept changing size if the game...
2007-08-17 parastiLanguage selection in-game is no more. It might return...
2007-08-01 parastiFixed function headers that were strangely missing...
2007-07-19 parastiPerform some clean-up actions when exiting level from...
2007-07-18 lorantRestore the cheat setting in neverballrc.
2007-07-18 lorantMake "restart" go to the "Ready" stage (rather than...
2007-07-18 lorantAdd the "force-quit" feature to neverball replays and...
2007-07-17 lorantBug-fix: pause during the ready/set stage could cause...
2007-07-16 lorantMerged source:branches/pause (revisions 954:1064) into...
2007-07-16 lorantMerged changeset [1052] from source:branches/config...
2007-07-16 lorantMerged changesets [1048] and [1049] from source:branche...
2007-07-16 lorantMerged changeset [1047] from source:branches/config...
2007-07-16 lorantMerged changeset [1046] from source:branches/config...
2007-07-11 parastiSomewhat localised game's version stuff to the Makefile...
2007-05-30 parastiRemoved a supposed fix for rename failing on Windows...
2007-05-18 parastiRevert usage of isascii.
2007-05-18 parastiChanged the on-screen keyboard to use a "caps" button...
2007-05-15 parastiSome ball/st_name.c clean-up.
2007-05-10 parastiMade F7 activate the wire frame view in cheat mode...
2007-05-09 parastiF12 now activates the "look" state in cheat mode only.
2007-05-07 parastiStopped replays from playing in the background after...
2007-04-30 parastiFixed erroneous comment.
2007-04-28 parastiChanged the representation of bonus levels in level...
2007-04-23 parastiAdded conditional playback of "Select" when entering...
2007-04-11 parastiMade sure inter.ogg is always played in level selection...
2007-04-11 parastiMerged item_push_text back into item_push.
2007-04-11 parastiChanged a couple of if's to a switch.
2007-04-10 parastiFixed a crash when clicking a disabled Back button...
2007-04-08 rlkAdded sound effects for grow and shrink items.
2007-04-07 mymrevert #787 and #789
2007-04-07 mymupdate hard path to title.sol
2007-04-05 parastiPer discussion, don't initialize ball_b, effectively...
2007-01-21 parastiCleaned up language handling code a little. In particular:
2007-01-08 parastiTiny tweaks to Help screen.
2006-12-20 parastiMinimalistic code clean-up.
2006-12-14 parastiSome string updates and code clean-up.
2006-11-29 parastiChanged the prev / next logic in set_enter to match...
2006-11-22 parastiAdjusted conf screen to be usable with joystick / keyboard.
2006-11-22 parastiMoved images in the tech tab to the right.
2006-11-21 parastiPort r705:735 from /branches/help.
2006-11-17 parastiLet translators change date format. This should solve...
2006-11-13 parastiSpell-checked most of the code.
2006-11-11 parastiAdded long mode names.
2006-11-09 parastiRenamed a bunch of variables that were referring to...
2006-11-07 parastiChange the "special" attribute name to "bonus" to fit...
2006-11-06 parastiSimplify code in set_enter() and gui_set().
next