Robin Eklind and Anders Jenbo
dce389599e
dthread: add parameter name to dthread_handler
...
This fixes a build error in dthread_handler when compiling as C.
Source/dthread.cpp:92:46: error: parameter name omitted
unsigned int __stdcall dthread_handler(void *)
^
2020-03-08 18:12:09 +01:00
Anders Jenbo
3c276a3cd3
Add documentation
...
- Add file documentation to about 1/4 of the files in Source
- Copy over a lot of the documentation from the sanctuary/notes repo
- Standardise all the existing documentation
- Create a configuration for Doxygen
- Add more documentation (engine.cpp is now fully documented)
2020-03-01 22:18:00 +01:00
Anders Jenbo
5ab9f4609a
Clean up signedness
2019-07-21 00:57:53 +02:00
Anders Jenbo
dc4f0572f6
Remove unused variables
2019-07-08 04:28:31 +02:00
Anders Jenbo
218ad0e3c4
Clean up dthread.cpp
2019-05-02 00:16:46 +01:00
galaxyhaxz and Anders Jenbo
cef65ea0b6
Implement Critical section constructor
2019-04-15 01:16:43 +02:00
galaxyhaxz and Anders Jenbo
4e01e03711
Cleanup default calling conventions
2019-04-09 12:04:00 +02:00
Anders Jenbo and Robin Eklind
cfbe27f3b8
Clean up ( #568 )
...
* Clean up mana checks
* Don't expose static globals
2019-01-15 10:15:48 +01:00
Anders Jenbo
7835583a72
Clean up dthread.cpp
2019-01-14 03:53:37 +01:00
Anders Jenbo and Robin Eklind
54247a076c
C init ( #549 )
...
* Make initializers C compatible
* Compile more files as C
dthread.cpp dx.cpp init logging.cpp fault.cpp msgcmd.cpp nthread.cpp
* Update defs.h
2019-01-10 21:39:28 +01:00
Anders Jenbo and Robin Eklind
e795b6116a
Make use of atexit() C compatible ( #537 )
2019-01-01 03:05:29 +01:00
Anders Jenbo and Robin Eklind
77849aea72
Remove unused init ( #533 )
2018-12-31 04:26:51 +01:00
Anders Jenbo and Robin Eklind
47bf82b059
C compatability from a-d ( #518 )
2018-12-29 15:12:19 +01:00
Anders Jenbo
8317d80d94
Clean up threading
2018-10-23 00:54:09 +02:00
nomdenom and galaxyhaxz
b8eb6c54fb
Fix signature of multi_send_pinfo(...) ( #164 )
2018-08-20 19:03:21 -05:00
galaxyhaxz and GitHub
49a6f4f9fc
Add include guards, prepare for XRef ( #28 )
...
Add definitions, other junk.
2018-06-20 05:17:44 -05:00
galaxyhaxz and GitHub
bb01c6f084
Remove the "fear factor" ( #21 )
...
Snakes, spiders, Demons, what scares you?
2018-06-18 19:16:32 -05:00
galaxyhaxz and GitHub
dde68ff89e
Add files via upload
2018-06-06 21:25:54 -05:00