Commit Graph
76 Commits
Author SHA1 Message Date
Anders Jenbo 38dbcf7641 Format source 2020-12-02 00:52:38 +01:00
Anders Jenbo 30e61ed9a0 Reorder automap.cpp 2020-11-02 01:13:41 +01:00
Anders Jenbo e9de54fb5a Calculate position of item highlighting 2020-10-13 01:32:30 +02:00
qndelandGitHub 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
pionereandAnders Jenbo fa718398a3 map type 2020-10-11 06:41:30 +02:00
Anders JenboandGitHub 8c2fb7605e Use defines for tile and screen related magic numbers 2020-05-11 23:21:27 +02:00
Anders Jenbo 659dc41aa5 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2020-04-26 22:10:34 +02:00
Robin EklindandAnders Jenbo 452d6d25cc docs: add function documentation to automap.cpp 2020-04-14 10:04:36 +02:00
Anders Jenbo 630655d9e4 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2020-04-08 21:58:34 +02:00
Anders Jenbo 6704657e71 Apply sematic codestyle 2020-04-08 20:34:29 +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 JenboandGitHub 187a021b30 More documentation from sanctuary/notes (#2026) 2020-03-30 11:31:36 +02:00
Anders Jenbo 0383f9abcd Add documentation to more files 2020-03-02 02:29:28 +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
galaxyhaxz 81ff8e6287 Metallic hydrogen neural array 2020-02-28 16:35:57 -06: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 7369deba1b Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-12-25 20:25:56 +01:00
Anders Jenbo 0c90ad0527 Set bool values TRUE/FALSE 2019-12-22 23:57:10 +01:00
Anders Jenbo 5fa0c5781b Backport cleanups from Hellfire branch 2019-12-15 06:14:57 +01:00
Anders Jenbo 85ab626437 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-12-15 02:22:17 +01:00
Anders Jenbo 3e7d352fde Format files 2019-10-21 20:04:14 +02:00
Anders Jenbo babddf2921 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-10-08 00:35:03 +02:00
qndelandAnders Jenbo ee590ad129 DrawAutomapType cleanup 2019-10-04 18:53:40 +02:00
qndelandAnders Jenbo d4db63ce48 [hellfire] GetAutomapType bin exact (#1777) 2019-10-02 22:17:22 +02:00
qndelandAnders Jenbo 679013a5e1 [hellfire] SearchAutomapItem bin exact (#1779)
* some automap

* [hellfire] SearchAutomapItem bin exact
2019-10-02 21:47:36 +02:00
qndelandAnders Jenbo 7540cad2b3 some automap 2019-10-02 16:33:28 +02:00
qndelandAnders Jenbo cd1e4d09e5 [hellfire] InitAutomap bin exact 2019-09-27 03:43:24 +02:00
Anders Jenbo 3f037ce76c Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-09-27 03:11:18 +02:00
qndelandAnders Jenbo 29822058c5 [hellfire] DrawAutomapGame bin exact 2019-09-26 01:14:41 +02:00
qndelandAnders Jenbo 5253e28584 InitAutomap cleanup 2019-09-26 01:13:06 +02:00
Anders Jenbo e24cbb2423 Clean up init_disable_screensaver 2019-09-01 05:59:44 +02:00
Anders Jenbo 5ab9f4609a Clean up signedness 2019-07-21 00:57:53 +02:00
Anders Jenbo 3bc8ba66b0 Use defines for more screen geometry values 2019-07-20 17:10:49 +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
Manuel K 97c1edd3a0 Use BUFFER_WIDTH 2019-06-05 20:13:34 +02:00
Manuel KandAnders Jenbo df1d049ae3 Use SCREEN_Y 2019-06-02 18:08:09 +01:00
Manuel KandAnders Jenbo 896933f55e Replace magic number 352 with VIEWPORT_HEIGHT (#1232) 2019-06-02 17:51:33 +01:00
Anders Jenbo 565bb5aa7d Adust dFlag enums 2019-05-29 16:23:08 +01:00
Anders Jenbo aa2752839a Clean up switch style 2019-05-07 00:50:07 +02:00
Anders Jenbo abeaa75c5f Clean up automap.cpp 2019-05-02 00:16:46 +01:00
Robin EklindandAnders Jenbo 0757eb4774 GetAutomapType bin exact
Fixes #224.
2019-04-25 20:48:03 +02:00
galaxyhaxzandAnders Jenbo 540892ff9d Preliminary support for fixed header files 2019-04-21 17:20:38 +02:00
Robin EklindandAnders Jenbo 6d49faba3e StartQuestlog bin exact. Also, fix type of questlog 2019-04-13 14:21:04 +02:00
galaxyhaxzandAnders Jenbo 4e01e03711 Cleanup default calling conventions 2019-04-09 12:04:00 +02:00
galaxyhaxzandRobin Eklind befd52c003 Fix type for 'gpBuffer' (#672) 2019-03-18 22:28:38 +09:00
Anders JenboandRobin Eklind d8c9a19601 Clean up SetAutomapView (#562) 2019-01-13 23:58:16 +01:00
Anders Jenbo 9b7da61dcf Auto format src 2019-01-13 18:55:59 +01:00