Avoid crash when returning to game during act mode
[naja.git] / naja / scenes /
2014-05-14 NeilAdd exmine mode
2014-05-14 Jeremy ThurgoodWin and lose screens and conditions.
2014-05-13 Stefano RiveraKEYDOWN everywhere
2014-05-13 Stefano RiveraMove keys to constants
2014-05-13 NeilDisplay some info about the current tile
2014-05-11 Stefano RiveraStart of GameBits
2014-05-11 Simon CrossFix docstrings in credit scene.
2014-05-11 Simon CrossClean up credits test string.
2014-05-11 Simon CrossFactor out EIGHT_BIT_SCALE.
2014-05-11 Stefano Riveraworking PlayerBitsWidget
2014-05-11 NeilDraw robot on the world
2014-05-11 Simon CrossPEP8.
2014-05-11 Stefano RiveraSelectorWidget
2014-05-11 Stefano RiveraCallbacks for widget events
2014-05-11 NeilRender bit pattern markers on tile widgets
2014-05-11 Stefano RiveraNo .orig files
2014-05-11 David SharpeBastard merge
2014-05-11 David SharpeGot text wrapping working.
2014-05-11 Stefano RiveraScenes get a Container for widgets
2014-05-11 Stefano RiveraA menu that works (but doesn't show the selection)
2014-05-11 Simon CrossAdd missing state arguments to scene __init__s.
2014-05-11 Simon CrossUpdate scene changing.
2014-05-11 Simon CrossMake scenes take the game state.
2014-05-11 Stefano RiveraKeydown
2014-05-11 Stefano RiveraMore menu options
2014-05-11 NeilPass positions to the widgets
2014-05-11 David SharpeMerge branch 'master' of git+ssh://ctpug.org.za/naja
2014-05-11 David SharpeMerge branch 'master' of git+ssh://ctpug.org.za/naja
2014-05-11 David SharpeFucking megres
2014-05-11 Simon CrossAdd widgets and skeleton for game scene.
2014-05-11 David Sharpemerge
2014-05-11 Stefano RiveraHelper for colour conversion
2014-05-11 David SharpeAdded basic credits scene.
2014-05-11 Stefano RiveraBlocky text (4 pixels per pixel)
2014-05-11 Simon CrossAdd quitting.
2014-05-11 Stefano RiveraScenes have a widget list (in draw order)
2014-05-11 Simon CrossMerge branch 'master' of git+ssh://ctpug.org.za/naja
2014-05-11 Simon CrossRefactor widget rendering a bit.
2014-05-11 Stefano RiveraA TextWidget
2014-05-11 Simon CrossAdd game scene.
2014-05-11 Simon CrossAdd rendering to scenes and fix handle_event.
2014-05-11 Simon CrossScene changing.
2014-05-11 Simon CrossMerge branch 'master' of git+ssh://ctpug.org.za/naja
2014-05-11 Simon CrossAt skeletal menu scene.
2014-05-11 Simon CrossStart of scene class.