Commit Graph

69 Commits

Author SHA1 Message Date
qndel 5c6b1693b4 OOB bugfix 2021-10-24 16:28:55 +02:00
qndel 3254ee7434 automap bugfix 2021-04-15 19:11:52 +02:00
Anders Jenbo 38dbcf7641 Format source 2020-12-02 00:52:38 +01:00
Anders Jenbo 437b5d1187 [hellfire] MakeLightTable 2020-10-18 03:48:02 +02:00
Anders Jenbo d2f495daa2 [hellfire] implement DoLighting 2020-10-18 00:24:27 +02:00
qndel b81d2eb831 some cleanups (#2099) 2020-10-12 00:42:02 +02:00
Anders Jenbo 7e04c63977 Merge branch 'hellfire' of github.com:diasurgical/devilution 2020-10-11 23:53:07 +02:00
pionere 92cc9d589c Apply another bunch defines 2020-10-11 06:42:13 +02:00
Anders Jenbo 659dc41aa5 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2020-04-26 22:10:34 +02:00
Anders Jenbo 3b8bcf98bf Enable assertions 2020-04-11 15:22:40 +02:00
Anders Jenbo d008af43b0 Semantic code style cleanups 2020-04-11 15:22:40 +02:00
Anders Jenbo c384711a5f Backport cleanups from hellfire branch 2020-04-08 20:16:32 +02:00
Anders Jenbo e6e0ebe15a Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2020-04-07 03:46:20 +02:00
Anders Jenbo f1c216e688 Make player struct x/y fields match monster struct 2020-04-07 03:26:38 +02:00
Anders Jenbo b040c04a18 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2020-04-04 07:56:06 +02: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 f1616060e5 Document CL2 render functions 2020-02-15 17:06:31 +01:00
Anders Jenbo 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 7369deba1b Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-12-25 20:25:56 +01:00
qndel f7a9005204 lighting_color_cycling cleanup 2019-12-21 13:41:58 +01:00
Anders Jenbo 85ab626437 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-12-15 02:22:17 +01:00
Gleb Mazovetskiy a4a302c4ed Fix OOB in lighting.cpp 2019-11-04 21:27:57 +01:00
Anders Jenbo 3e7d352fde Format files 2019-10-21 20:04:14 +02:00
Anders Jenbo 002ac55318 Fix DoUnLight 2019-09-18 01:23:20 +02:00
qndel 871ea76ef8 [hellfire] DoUnLight bin exact 2019-09-18 01:17:38 +02:00
Robin Eklind 0a0fe4277c lighting: add X- and Y- axis to improve clarity of docs 2019-08-18 07:47:42 +02:00
Robin Eklind 1fe7d626e7 lighting: add docs for CrawlTable, remove TODO comment 2019-08-18 07:47:42 +02:00
Anders Jenbo 9d3ce818f0 Correct BOOLS 2019-07-21 19:11:11 +02:00
Anders Jenbo 55b5ce883d Clean up unformatted files 2019-07-08 04:28:31 +02:00
Anders Jenbo 32a51d17ca Align function signatures with PSX symbols
Using
https://github.com/diasurgical/scalpel/tree/master/psx/_dump_/3/_dump_c_src_/diabpsx/source
as a reference
2019-07-08 04:12:12 +02:00
Anders Jenbo 565bb5aa7d Adust dFlag enums 2019-05-29 16:23:08 +01:00
Sergey Semushin 0878807e6e Fix min diff in AddVision. 2019-05-10 21:18:56 +01:00
galaxyhaxz 3b9ff3cc33 MakeLightTable 2019-05-06 09:54:25 +01:00
Anders Jenbo d61b3e3b63 Clean up scrollrt.cpp 2019-05-02 00:16:46 +01:00
Anders Jenbo 3c1a8cf9b9 Clean up lighting.cpp 2019-05-02 00:16:46 +01:00
Anders Jenbo 55a0396f8f Clean up mem_free_dbg style 2019-04-22 13:22:57 +02:00
galaxyhaxz 540892ff9d Preliminary support for fixed header files 2019-04-21 17:20:38 +02:00
galaxyhaxz 25d9eb7410 ProcessVisionList 2019-04-11 11:47:39 -05:00
galaxyhaxz 4e01e03711 Cleanup default calling conventions 2019-04-09 12:04:00 +02:00
Anders Jenbo d2174e3454 Apply code style 2019-04-05 21:54:45 +02:00
galaxyhaxz 26e9dcb6af Add enum 2019-04-02 18:11:56 -05:00
galaxyhaxz 30a48dbd14 Cleanupt lighting.cpp 2019-04-02 17:01:38 -05:00
galaxyhaxz d879a325e1 Fix dTransVal and pLightTbl (#825) 2019-04-02 14:19:28 -05:00
galaxyhaxz f6208e643c Add enums 2019-04-02 05:35:28 -05:00
galaxyhaxz 1b96fbfaae Cleanup lighting.cpp 2019-04-01 04:54:57 -05:00
galaxyhaxz 574dbd1aba Final ASM cleanups 2019-03-27 17:28:18 +01:00
Anders Jenbo ae2630cc46 Mem free dbg (#685)
* FreeQuestText

* DRLG_FreeL2SP

* GetHall

* FreeGMenu

* FreeObjectGFX

* DRLG_FreeL1SP

* FreeControlPan

* FreeLightTable

* Clean up DRLG_LoadDiabQuads

* DRLG_FreeL4SP

* FreeInterface
2019-03-19 15:37:07 +09:00
Anders Jenbo 9b7da61dcf Auto format src 2019-01-13 18:55:59 +01:00
Anders Jenbo ee014547b9 OFSUB fix 2019-01-06 03:21:21 +01:00
Anders Jenbo 4a62a7c678 Code style 2018-12-29 02:15:20 +01:00