~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to src/keybind.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
        This file is part of Warzone 2100.
3
3
        Copyright (C) 1999-2004  Eidos Interactive
4
 
        Copyright (C) 2005-2007  Warzone Resurrection Project
 
4
        Copyright (C) 2005-2009  Warzone Resurrection Project
5
5
 
6
6
        Warzone 2100 is free software; you can redistribute it and/or modify
7
7
        it under the terms of the GNU General Public License as published by
21
21
#ifndef __INCLUDED_SRC_KEYBIND_H__
22
22
#define __INCLUDED_SRC_KEYBIND_H__
23
23
 
 
24
#include "console.h"
 
25
#include "lib/framework/fixedpoint.h"
 
26
 
24
27
// --------------- All those keyboard mappable functions */
25
28
extern void     kf_HalveHeights( void );
26
29
extern void     kf_DebugDroidInfo( void );
27
30
extern void     kf_BuildInfo( void );
28
 
extern void     kf_ToggleFPS(void);             //FPS counter NOT same as kf_Framerate! -Q
29
 
extern void     kf_ToggleSamples(void);         // Displays # of sound samples in Q/list.
 
31
extern void     kf_ToggleFPS(void);                     //FPS counter NOT same as kf_Framerate! -Q
 
32
extern void     kf_ToggleSamples(void);         // Displays # of sound samples in Queue/list.
 
33
extern void kf_ToggleOrders(void);              //displays unit's Order/action state.
30
34
extern void     kf_FrameRate( void );
31
35
extern void     kf_ShowNumObjects( void );
32
36
extern void     kf_ToggleRadar( void );
33
37
extern void     kf_TogglePower( void );
34
38
extern void     kf_RecalcLighting( void );
35
 
extern void     kf_RaiseGamma( void );
36
 
extern void     kf_LowerGamma( void );
37
39
extern void     kf_ScreenDump( void );
38
40
extern void     kf_AllAvailable( void );
39
41
extern void     kf_TriFlip( void );
234
236
 
235
237
void kf_TileInfo(void);
236
238
 
 
239
void kf_NoAssert(void);
 
240
 
237
241
extern void     kf_ToggleWatchWindow( void );
238
242
 
239
243
bool runningMultiplayer(void);