Merge branch 'gles'
[neverball] / putt / main.c
2011-07-06 parastiMerge branch 'gles'
2010-12-29 parastiFix missing switch breaks for key-up events
2010-11-09 parastiUse normalized floats to represent joystick axis values
2010-11-09 parastiFix awkward requirement for non-zero joystick axis...
2009-08-29 parastiPrint last error when VFS init fails
2009-08-23 parastiFix attempt to use "joystick" option before config...
2009-06-18 parastiActually use the "joystick" config option
2009-06-15 parastiWrite all screen shots to a Screenshots directory
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-06-12 parastiRestore video subsystem initialization when calling...
2009-05-19 parastiClean up some magic constants
2009-05-19 parastiInit SDL video subsystem separately, as part of video_init
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
2009-02-20 parastishare/lang: eliminate redundant lang_init param
2009-02-20 parastiTransform default game/locale data paths based on execu...
2009-02-16 parastiTurn initial mode setting and WM setup into video_init
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-16 parastiReassign first param of click handler to hold SDL butto...
2009-01-29 parastiDisplay version in the window caption
2008-07-12 parastiSet the EWMH _NET_WM_ICON window hint on X11 systems
2008-05-02 parastiRevert "Merge 'putt-collisions' branch"
2008-05-01 KrabbyKrapMerge 'putt-collisions' branch
2008-04-19 parastiputt: don't pause on focus loss when input not grabbed
2008-03-28 parastiRevert "Merge 'putt-collisions' branch"
2008-03-27 KrabbyKrapMerge 'putt-collisions' branch
2008-03-10 parastiImplement new shot name generation using a persistent...
2008-01-28 rlkWidespread minor changes to eliminate the use of SDL_Ge...
2007-12-31 rlkFixed the zero-velocity test in the edge/vert collision...
2007-12-22 rlkRewrote image handling, eliminating SDL_image. Made...
2007-12-21 parastiRemoved a couple of obsolete includes.
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-12-03 parastiMerged branch utf8.
2007-11-13 parastiFinally merged the keyboard-nav branch.
2007-09-19 parastiRemoved archaic MSVC(?) pragmas.
2007-09-13 jammnroseChanged some C++ style comments to C style comments.
2007-09-13 jammnroseUpdated putt's main.c to fix the icon issue.
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 lorantAdd the "force-quit" feature to neverball replays and...
2007-07-16 lorantMerged source:branches/pause (revisions 954:1064) into...
2006-07-05 parastiTurn w and h parameters of image_snap into local variables.
2006-07-01 parastiCall SDL_WM_SetIcon before SDL_SetVideoMode as suggeste...
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-03 parastiPutt code clean-up.
2006-05-27 parastiSave screenshots as PNG instead of BMP. (Code from...
2006-03-03 parastiUn-internationalised the title strings and updated...
2006-03-01 mrtoutSplit config into two files, 'config' and 'base_config...
2006-02-23 mrtoutfix mac mouse
2006-02-15 mrtoutAdd icons (cf. shinobufan.intuxication.org/neverforum...
2006-02-13 mrtoutI18N
2006-01-28 rlkInitial import.