0ad/source
phosit 47e8a17a41
New input handling system
The new system allows to register all function objects as Input::Handler
not only function pointers.
To not get dangling references a handler is unsubscribed on it's
destruction.
The order in with the handlers are executed has to be specified by the
slot-argument, instead of the reverse order of registration.
2026-06-19 20:53:51 +02:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
graphics Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
gui New input handling system 2026-06-19 20:53:51 +02:00
i18n Reduces boost usage for strings 2025-10-16 09:17:05 +02:00
lib New input handling system 2026-06-19 20:53:51 +02:00
lobby Remove IXmppClient.h 2026-04-14 19:38:05 +02:00
maths Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
network Disconnect before deleting the session 2026-05-17 17:20:37 +02:00
pch Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
ps New input handling system 2026-06-19 20:53:51 +02:00
renderer Removes unused Get/SetDepthTextureBits methods 2026-06-15 00:35:04 +02:00
rlinterface Use cpp-httplib instead of mongoose 2026-01-24 10:45:48 +01:00
scriptinterface Cleanup wposix header and source 2026-06-08 19:52:53 +02:00
simulation2 Replace all use of POSIX unlink 2026-06-15 15:33:59 +02:00
soundmanager Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
third_party Removes dummy GL functions as replaced by core 2026-04-25 17:47:06 +02:00
tools New input handling system 2026-06-19 20:53:51 +02:00
CxxTestRunner.tpl Use return instead of exit in testrunner 2025-10-15 18:17:24 +02:00
main.cpp New input handling system 2026-06-19 20:53:51 +02:00
test_setup.cpp Remove ScriptContext::CreateContext 2026-01-24 12:03:05 +01:00