Descent3/netgames/dmfc
Louis Gombert ae5840f314
Merge pull request #502 from winterheart/modules-split
Splitting submodules of project
2024-07-30 23:17:47 +02:00
..
CMakeLists.txt Isolate physics module 2024-07-28 16:50:42 +03:00
dmfc.def Initial import 2024-04-15 21:43:29 -06:00
dmfcbase.cpp Enumerate all DLL functions manually 2024-07-09 02:08:25 +03:00
dmfccfg.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcclient.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcfunctions.cpp Fix runtime error on creating multiplayer game 2024-07-08 11:15:18 +03:00
dmfchudmessages.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcinputcommand.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcinputcommands.h Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
dmfcinterface.cpp Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00
dmfcinternal.h DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcmenu.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcpackets.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcpinfo.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcprecord.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcremote.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcserver.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcstats.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfctimer.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcui.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcvirtual.cpp Properly format/use variadic macros 2024-05-24 20:57:17 -04:00
encryption.cpp Replace "ushort" with "uint16_t" and fix missing includes 2024-05-23 23:16:40 -04:00
encryption.h Replace "ushort" with "uint16_t" and fix missing includes 2024-05-23 23:16:40 -04:00
idmfc.cpp Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00