Descent3/ddio
Jan Engelhardt 71772b9c9c Add "final" marker to a number of classes
Devirtualization is an optimization in the generated assembly: when a
class C is polymorphic but also final, ``((C *)ptr)->func()`` can be
turned from an indirect into a static call.
2024-11-03 23:39:37 +01:00
..
tests Implementing new ddio_GetTmpFileName() 2024-09-18 21:23:18 +03:00
chrono_timer.cpp DDIO: new crossplatform SleepMS() function 2024-08-20 23:08:10 +03:00
chrono_timer.h DDIO: new crossplatform SleepMS() function 2024-08-20 23:08:10 +03:00
CMakeLists.txt Move pserror.h to ddebug module 2024-09-24 23:00:53 +03:00
controller.h Remove unimplemented '-rjoy' option 2024-09-18 22:32:56 +02:00
ddio_common.h Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options 2024-09-18 22:32:56 +02:00
ddio_lnx.h Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
ddio.cpp Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options 2024-09-18 22:32:56 +02:00
ddio.h Remove unused ddio_GetTempFileName() 2024-09-18 21:23:18 +03:00
file.cpp Implementing new ddio_GetTmpFileName() 2024-09-18 21:23:18 +03:00
key.cpp Cleanup mono debugging code 2024-06-03 01:40:33 +03:00
lnxfile.cpp Remove unused ddio_GetTempFileName() 2024-09-18 21:23:18 +03:00
lnxforcefeedback.cpp Move pserror.h to ddebug module 2024-09-24 23:00:53 +03:00
lnxio.cpp Convert ddio to use new logging facility 2024-09-10 03:00:25 +03:00
lnxkey_null.cpp Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
lnxkey_sdl.cpp DDIO: implement mouse grab state functions 2024-08-21 12:29:28 +03:00
lnxkey.cpp Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
lnxmouse.cpp DDIO: implement mouse grab state functions 2024-08-21 12:29:28 +03:00
sdlcontroller.cpp Merge pull request #614 from winterheart/ddebug-update 2024-10-05 17:21:19 +02:00
sdlcontroller.h Add "final" marker to a number of classes 2024-11-03 23:39:37 +01:00
sdljoy.cpp Remove outdated '-slowkey', '-alternatejoy' & '-directinput' options 2024-09-18 22:32:56 +02:00
winfile.cpp Remove unused ddio_GetTempFileName() 2024-09-18 21:23:18 +03:00