Anders Jenbo
17803d5923
♻️ Apply proper types to PlayerStruct
2021-03-14 15:38:23 +01:00
pionere
f5c1079d6f
eliminate unused code
2021-02-19 22:04:11 +01:00
Anders Jenbo
61b2d0de95
Merge branch 'master' of github.com:diasurgical/devilution
2020-12-16 02:24:39 +01:00
Anders Jenbo
cec9579186
Merge branch 'master' of github.com:diasurgical/devilution
2020-10-12 10:48:34 +02:00
qndel
83f8fc5a90
path_get_node2 cleanup
2020-10-12 03:21:37 +02:00
qndel
77c64b99d5
path_get_node1 cleanup
2020-10-12 03:21:18 +02:00
Anders Jenbo
776ab10476
Merge branch 'master' of github.com:diasurgical/devilution
2020-03-29 23:40:05 +02:00
Anders Jenbo
d6f70c56ce
Format files
2020-03-01 22:48:17 +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
25993b4043
Merge branch 'master' of github.com:diasurgical/devilution
2020-02-14 23:03: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
40ba1e7a6f
Merge branch 'master' of github.com:diasurgical/devilution
2020-02-01 14:48:39 +01:00
qndel
3770c8551d
max walkpath ( #1996 )
2020-01-27 10:52:00 +01:00
Anders Jenbo
9a704ff2f0
Merge branch 'master' of github.com:diasurgical/devilution
2019-12-19 01:05:01 +01:00
Anders Jenbo
5fa0c5781b
Backport cleanups from Hellfire branch
2019-12-15 06:14:57 +01:00
Anders Jenbo
14f8c9368a
Merge branch 'master' of github.com:diasurgical/devilution
2019-09-13 17:51:58 +02:00
qndel
1ea67db9e6
path_next_node cleanup
2019-09-09 00:48:17 +02:00
Xadhoom
148a7be44d
Merge upstream branch 'devilution/master'
2019-07-10 17:04:38 +00:00
Anders Jenbo
7883043adc
Clean up files with dirty headers
2019-07-08 04:28:31 +02:00
Anders Jenbo
f187fe7d3a
Merge branch 'master' of github.com:diasurgical/devilution
2019-06-22 18:14:48 +02:00
Anders Jenbo
a7788ccddf
Format bin exact code
2019-06-17 04:55:41 +02:00
Anders Jenbo
e6f4e21631
Merge branch 'master' of github.com:diasurgical/devilution
2019-06-16 19:18:19 +02:00
Sergey Semushin
0641165181
Fix sneaky diff in path_get_node{1,2}.
2019-06-06 23:23:00 +01:00
Sergey Semushin
74da7a9e7e
Clean up path_next_node.
2019-06-02 22:14:09 +01:00
Sergey Semushin
c5c7bb8a44
Clean up FindPath.
2019-06-02 19:27:33 +01:00
Xadhoom
6856fb74e2
Merge upstream beanch 'devilution/master'
2019-04-25 20:44:01 +00:00
Anders Jenbo
65b9fb87a8
Merge branch 'TownDead'
2019-04-24 14:08:25 +02:00
galaxyhaxz
540892ff9d
Preliminary support for fixed header files
2019-04-21 17:20:38 +02:00
galaxyhaxz
00e8417f98
CheckCursMove bin exact ( #961 )
2019-04-16 04:08:37 +02:00
galaxyhaxz
4e01e03711
Cleanup default calling conventions
2019-04-09 12:04:00 +02:00
Xadhoom
5283a9ffd1
Put everything into namespace dvl
2019-03-11 20:10:23 +00:00
Anders Jenbo
1e4e826a36
Remove delta to devilution
2019-01-23 17:11:52 +01:00
Xadhoom
cadef0d942
Merge upstream branch 'devilution/master'
2019-01-21 09:44:54 +00:00
Anders Jenbo
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
Dennis Duda
e8ffd05cfd
Removed unreferences var
2018-10-21 17:24:00 +02:00
Dennis Duda
ee41cefd07
Reformatted path.cpp with clang-format
2018-10-21 16:14:19 +02:00
Dennis Duda
b9cdfcfe65
Added MAXPATHNODES define and minor cleanups
2018-10-21 16:14:19 +02:00
Anders Jenbo
88377a556a
More path_get_h_cost clean up
2018-10-21 16:14:19 +02:00
Anders Jenbo
83ca1bca42
Clean up path_set_coords
2018-10-21 16:14:19 +02:00
Anders Jenbo
77e58a1771
Clean up path_*_active_step & path_new_step
2018-10-21 16:14:19 +02:00
Anders Jenbo
e4984cb351
Clean up path_get_node
2018-10-21 16:14:19 +02:00
Anders Jenbo
4edc19a9be
Further clean up of path.cpp
2018-10-21 16:14:19 +02:00
Anders Jenbo
070a95bea0
Clean up path_parent_path
2018-10-21 16:14:19 +02:00
Anders Jenbo
82f0839658
Clean up path_parent_path
2018-10-21 16:14:19 +02:00
Anders Jenbo
b011459ae7
Clean up path_get_path
2018-10-21 16:14:19 +02:00
Anders Jenbo
3c0358f34f
Clean up path_solid_pieces
2018-10-21 16:14:19 +02:00
Anders Jenbo
4e2ea5d312
Clean up path.cpp
2018-10-21 16:14:19 +02:00