Remove insidious F11 fullscreen toggle. That will never work under Windows.
[neverball] / ball / main.c
2007-12-23 rlkRemove insidious F11 fullscreen toggle. That will...
2007-12-22 rlkRewrote image handling, eliminating SDL_image. Made...
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-12-03 parastiMerged branch utf8.
2007-10-28 parastiHelp output pretty-printing.
2007-10-25 parastiRewrote command-line argument handling. In effect...
2007-10-03 parastiResurrected level_stat and demo_play_stat in order...
2007-09-29 parastiCheat mode is now activated by setting player's name...
2007-09-19 parastiRemoved archaic MSVC(?) pragmas.
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-08-17 parastiLanguage selection in-game is no more. It might return...
2007-07-18 lorantRestore the cheat setting in neverballrc.
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 [1046] from source:branches/config...
2007-07-11 parastiSomewhat localised game's version stuff to the Makefile...
2007-05-10 parastiMade F7 activate the wire frame view in cheat mode...
2007-04-08 rlkAdded sound effects for grow and shrink items.
2006-12-14 parastiSome string updates and code clean-up.
2006-11-02 parastiTemporarily remove i18n of screenshot filenames. That...
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-02 mrtoutglobal level and set loading at the begin of the game
2006-07-22 parastiMark audio files for localisation (just Ball) and allow...
2006-07-12 parastiSome very humble code pretty-up.
2006-07-05 parastiTurn w and h parameters of image_snap into local variables.
2006-07-05 parastiSomewhat improve code uniformity.
2006-07-05 parastiChange magic number of replays. (See
2006-07-04 parastiRemoved gettextdbg() which apparently served no purpose...
2006-07-01 parastiCall SDL_WM_SetIcon before SDL_SetVideoMode as suggeste...
2006-06-12 parastiChanged usage message from macro to a constant string.
2006-06-12 parastiRemove duplicate macro definition.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-03 parastiRenamed a variable in parse_args from not_miss to missi...
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-05-27 parastiSave screenshots as PNG instead of BMP. (Code from...
2006-03-13 mrtoutAdd --info option to display information without launch...
2006-03-09 mrtoutbe nice when the game is paused (cf shinobufan.intuxica...
2006-03-09 mrtoutfixes #57
2006-03-05 mrtoutforget a braket
2006-03-05 mrtoutRemove some I18N strings (option and replay debug)
2006-03-04 parastii18n'd a bunch of stuff that doesn't require it.
2006-03-03 parastiUn-internationalised the title strings and updated...
2006-03-02 mrtoutcreate a new level structure, that makes the code more...
2006-03-02 mrtoutproof of concept, direct play level with the --level...
2006-03-02 mrtoutAnother demo code clean and demo format upgrade
2006-03-02 mrtoutupdate main function
2006-03-01 mrtoutnow, exit after command line replay
2006-03-01 mrtoutSplit config into two files, 'config' and 'base_config...
2006-03-01 mrtoutAdd a neverball option command line. Can now start...
2006-03-01 mrtoutSave an player name chages:
2006-02-27 mrtoutCode simplification, escape is the exit button everywhere
2006-02-23 mrtoutfix mac mouse
2006-02-18 mrtoutA little pot update + some fr.po fixes
2006-02-17 mrtoutF11 toggle fullscreen
2006-02-15 mrtoutAdd icons (cf. shinobufan.intuxication.org/neverforum...
2006-02-13 mrtoutI18N
2006-01-28 rlkInitial import.