Commit Graph
24 Commits
Author SHA1 Message Date
Anders Jenbo 0383f9abcd Add documentation to more files 2020-03-02 02:29:28 +01:00
Anders JenboandGitHub 20621a0642 add all.h and use in place of diablo.h (#2005)
Now diablo.h is treated in the same way as all other header files of
Source, as it only contains the declarations of global variables and
functions of diablo.cpp.

Besides consistency, this also enables mods to include diablo.h just
like any other header file without having to include every header file
(and without having to include C++ specific aspects of the now all.h).
2020-02-14 13:12:54 +01:00
Anders Jenbo 55b5ce883d Clean up unformatted files 2019-07-08 04:28:31 +02:00
Sergey SemushinandAnders Jenbo ee70bb8053 Make TList<EXTERNMESSAGE>::Create not inlined and bin exact. 2019-06-17 14:32:53 +02:00
Sergey SemushinandAnders Jenbo 863a0ae0e3 Make some member functions of TList<EXTERNMESSAGE> bin exact. 2019-06-15 23:38:55 +02:00
Anders Jenbo 44f422ac91 Fix compiler issue
This was causing compiler issues with MSVC 2017 in DevilutionX
2019-04-26 17:41:42 +02:00
galaxyhaxzandAnders Jenbo 540892ff9d Preliminary support for fixed header files 2019-04-21 17:20:38 +02:00
galaxyhaxzandGitHub 6edc52a2c2 RFC: cleanup msgcmd.cpp (#933) 2019-04-14 18:39:45 -05:00
galaxyhaxzandAnders Jenbo 4e01e03711 Cleanup default calling conventions 2019-04-09 12:04:00 +02:00
Robin Eklind a98687f226 fault: rename exception_foo functions to fault_foo
Also, add missing parameters to fault_set_filter and fault_reset_filter

fault_init_filter and fault_reset_filter are now bin exact
2019-04-04 00:06:43 +09:00
Anders Jenbo 9b7da61dcf Auto format src 2019-01-13 18:55:59 +01:00
Anders JenboandRobin 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 JenboandRobin Eklind e795b6116a Make use of atexit() C compatible (#537) 2019-01-01 03:05:29 +01:00
Anders JenboandRobin Eklind 77849aea72 Remove unused init (#533) 2018-12-31 04:26:51 +01:00
Anders JenboandRobin Eklind b5f69dccdc C compatability from d-p (#519) 2018-12-29 17:54:22 +01:00
Anders Jenbo 4a62a7c678 Code style 2018-12-29 02:15:20 +01:00
Anders Jenbo ab3a6208d2 Use "BOOLEAN" instead of "bool"
bool is not defined in C
2018-11-26 12:35:03 +01:00
Anders Jenbo b1f6d3698f Update style to use tabs 2018-10-25 22:53:04 +02:00
galaxyhaxzandGitHub 38b498ac4b Add 'const' to data to match original binary (#200) 2018-09-09 15:40:23 -05:00
galaxyhaxzandGitHub 5ff8756116 Fix junk (#174) 2018-08-21 23:58:17 -05:00
galaxyhaxzandGitHub f50dab25ba Several fixes for storm/msgcmd (#146) 2018-07-19 02:05:50 -05:00
galaxyhaxzandGitHub 49a6f4f9fc Add include guards, prepare for XRef (#28)
Add definitions, other junk.
2018-06-20 05:17:44 -05:00
galaxyhaxzandGitHub bb01c6f084 Remove the "fear factor" (#21)
Snakes, spiders, Demons, what scares you?
2018-06-18 19:16:32 -05:00
galaxyhaxzandGitHub dde68ff89e Add files via upload 2018-06-06 21:25:54 -05:00