0ad/source
Ykkrosh e43eb0c18b # Various hotkey fixes and cleanups.
Support ctrl for removing entities from selection.
Move big screenshot hotkey to shift+F2.
Increase mouse wheel rotation speed.
Fix HotkeyIsPressed when a more specific hotkey was matched instead.
Support multiple hotkeys with the same binding.
Use hotkeys instead of raw key events in GUI.
Delete some obsolete hotkey definitions.
Remove unused broken EntitySelection toggle method.

This was SVN commit r8546.
2010-11-07 20:42:52 +00:00
..
collada warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
graphics # Various hotkey fixes and cleanups. 2010-11-07 20:42:52 +00:00
gui # Various hotkey fixes and cleanups. 2010-11-07 20:42:52 +00:00
lib thread-safety fixes to debug.cpp - most functions were already reentrant, just CAS-ified the assert suppression flags. 2010-11-06 19:14:16 +00:00
maths Inline common vector/matrix operations, for performance. 2010-09-24 16:54:20 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Allow continuing playing when a client leaves a multiplayer game (fixes #620). 2010-11-03 00:21:52 +00:00
pch remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting 2010-11-06 19:11:40 +00:00
ps # Various hotkey fixes and cleanups. 2010-11-07 20:42:52 +00:00
renderer remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting 2010-11-06 19:11:40 +00:00
scripting Delete obsolete non-working i18n code 2010-11-03 17:52:07 +00:00
scriptinterface Run network server in a separate thread, to minimise latency. 2010-10-31 22:00:28 +00:00
simulation # Support alt+enter to toggle fullscreen mode. Make game window resizable. 2010-06-03 19:07:59 +00:00
simulation2 # Add double-click and triple-click selection modes, based on patch by Christoph and evans. 2010-11-07 00:12:55 +00:00
sound add proper OGG support, a near-total rewrite of a patch by Kyniker/Heron. not yet integrated into snd_mgr. also remove the no longer used CMusicPlayer and CPlayList. 2010-08-01 10:52:12 +00:00
tools Delete obsolete non-working i18n code 2010-11-03 17:52:07 +00:00
contributors.txt Update contributors list 2010-08-06 00:18:45 +00:00
main.cpp remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting 2010-11-06 19:11:40 +00:00
test_setup.cpp Fix missing includes 2010-01-10 11:31:31 +00:00