warzone2100/lib/framework
Dennis Schridde 2c7fcf0cc8 inputdoubleclick.patch by Watermelon. (I merged his comments from the email into the patch.)
This patch fixes the following tempting features: ;)
1. Doubleclick to select all droids of the same template.
2. Doubleclick construct droid to open up build menu.
3. Double pressing numeric keys '1,2,3,4,5,6,7,8,9' to center view/align camera to the group 1-9 you assigned.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2242 4a71c877-e1ca-e34f-864e-861f7616d084
2007-07-28 11:54:20 +00:00
..
Makefile.am Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
Makefile.raw Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
SDL_framerate.c Bugfix: the framerate was always set to 30. Setting it via the config file now actually works. 2007-03-26 13:17:52 +00:00
SDL_framerate.h SDL_framerate is not part of Warzone 2100, not licensed under the GPL, but instead under the LGPL and even comes with it's own header. 2007-02-06 13:30:46 +00:00
config-macosx.h Converted MacOS port to use Xcode to produce a universal binary. Warzone 2007-04-18 03:10:53 +00:00
configfile.c * Task #5192: Audit some files for failure to set global pointers to NULL after having called free(global pointer) 2007-06-14 19:21:52 +00:00
configfile.h * Task #5192: Audit some files for failure to set global pointers to NULL after having called free(global pointer) 2007-06-14 19:21:52 +00:00
cursors.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
cursors16.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
dbghelp.h - Make make visit intl/ 2007-03-31 18:04:43 +00:00
debug.c Overwrite, instead of append, debug logfiles. 2007-07-13 18:31:37 +00:00
debug.h Optimize non-enabled calls to debug() by moving the if test before we do a function call. 2007-07-01 11:54:09 +00:00
exceptionhandler.c Backport r1973: Verbose problem report for not found gdb or program. 2007-06-25 18:17:43 +00:00
fractions.h Fix bug introduced in r2086 which would give droids trouble avoiding obstacles. 2007-07-14 13:48:11 +00:00
frame.c Remove two excessive logging calls 2007-07-03 20:39:34 +00:00
frame.h Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
frameint.h Remove some unused function prototypes. 2007-04-03 17:33:38 +00:00
frameresource.c Translate3.patch by Martin Koller. Had to Wiggle names.txt, but it seems to have cleanly applied. 2007-07-28 11:35:26 +00:00
frameresource.h Revisit data loading (image/texture related) and remove unecessary fVertex pietype. 2007-07-25 22:37:48 +00:00
gettext.h Revert to GNU gettext.h and move MSVC defines to the vcproj. 2007-04-23 14:30:34 +00:00
input.c inputdoubleclick.patch by Watermelon. (I merged his comments from the email into the patch.) 2007-07-28 11:54:20 +00:00
input.h Use special events structs for event handling. 2007-05-29 22:57:32 +00:00
listmacs.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
macros.h - Remove unused code 2007-05-20 11:05:28 +00:00
platform.h Fix MSVC to have C99 isfinite(). 2007-07-14 12:49:20 +00:00
resly.h FILE_MAXCHAR -> MAX_PATH 2007-07-12 17:17:16 +00:00
resource_lexer.l + const, - unused 2007-06-03 13:46:50 +00:00
resource_parser.y Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
strres.c strings.txt removal by Martin Koller. 2007-07-16 17:44:42 +00:00
strres.h + const, - unused 2007-06-03 13:46:50 +00:00
strres_lexer.l Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
strres_parser.y Translate3.patch by Martin Koller. Had to Wiggle names.txt, but it seems to have cleanly applied. 2007-07-28 11:35:26 +00:00
strresly.h FILE_MAXCHAR -> MAX_PATH 2007-07-12 17:17:16 +00:00
treap.c * Replace a lot of heap usage with malloc/free usage 2007-06-04 20:46:30 +00:00
treap.h * Replace a lot of heap usage with malloc/free usage 2007-06-04 20:46:30 +00:00
treapint.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
trig.c Make trig* functions const, which should be safe since they only depend on arrays which are setup on startup. 2007-05-30 01:41:48 +00:00
trig.h Make trig* functions const, which should be safe since they only depend on arrays which are setup on startup. 2007-05-30 01:41:48 +00:00
types.h - Constification 2007-06-02 23:01:29 +00:00
wzglobal.h * Replace usage of uint8_t with char for C-strings; while (u)int8_t works perfectly nice for numbers it isn't nice for text (char-array) 2007-06-05 12:01:59 +00:00