Commit Graph
65 Commits
Author SHA1 Message Date
Anders Jenbo 38dbcf7641 Format source 2020-12-02 00:52:38 +01:00
Gleb MazovetskiyandAnders Jenbo ec329e645c Fix all "no-write-strings" warnings 2020-10-25 15:37:51 +01:00
Anders JenboandGitHub ef822ae7c4 Fix crazy strobe effect in Hellfire 2020-10-12 09:18:59 +02:00
Anders Jenbo 7e04c63977 Merge branch 'hellfire' of github.com:diasurgical/devilution 2020-10-11 23:53:07 +02:00
Anders Jenbo e6b4e8168b Bug: Not all colors are faded 2020-09-28 15:45:57 +02:00
Anders Jenbo c1b4d3d8b5 Copy documentation from sanctuary/notes 2020-07-06 05:43:25 +02:00
Anders Jenbo 1ba96a6777 Add doxygen description to remaining engine files 2020-07-06 05:43:25 +02:00
Anders Jenbo c384711a5f Backport cleanups from hellfire branch 2020-04-08 20:16:32 +02:00
Anders Jenbo cc0f92d45b Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2020-04-06 06:09:30 +02:00
Anders Jenbo 660405505f Remove C compat
It's unmaintained and clear that we won't be going back since some
functions can only be solved with C++
2020-04-06 05:43:20 +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 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 5a469e7b97 Merge branch 'master' into hellfire 2020-01-13 00:02:47 +01:00
Anders Jenbo f8a6e05504 [hellfire] color_cycling_enabled 2020-01-11 18:46:16 +01:00
Anders Jenbo cee06d07a7 Correct spelling of color 2020-01-10 11:13:47 +01:00
Anders Jenbo 458899dff7 [hellfire] Remove the color_cycling option 2020-01-09 23:58:25 +01:00
Anders Jenbo 3777219600 [hellfire] jogging menu options 2020-01-09 23:58:25 +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 c62a9086b7 [hellfire] Fix broken data 2019-12-15 06:52:17 +01:00
Anders Jenbo 85ab626437 Merge branch 'master' of github.com:diasurgical/devilution into hellfire 2019-12-15 02:22:17 +01:00
qndelandAnders Jenbo 1534e58350 [hellfire] palette_update_crypt , hive bin exact 2019-12-13 09:59:52 +01:00
qndelandAnders Jenbo ea0d122e4c [hellfire] palette_init bin exact (#1873) 2019-12-12 22:54:55 +01:00
galaxyhaxzandAnders Jenbo 5f941e862e Fix function order [palette.cpp] 2019-11-11 03:19:27 +01:00
Robin EklindandAnders Jenbo e155a9423e rename random to random_ to avoid collision with random in stdlib.h
Fixes #1813.
2019-10-21 09:56:36 +02:00
Robin EklindandGitHub 7ffb86f42f Merge pull request #1556 from qndel/LoadGamma
[hellfire] LoadGamma bin exact
2019-09-05 21:10:35 +02:00
qndel dca6da8f9c [hellfire] SaveGamma bin exact 2019-09-05 20:39:36 +02:00
qndel 7f2dc19c4f [hellfire] LoadGamma bin exact 2019-09-05 20:36:48 +02:00
Anders Jenbo 9daea5be8a Back port clean ups from Hellfire 2019-09-03 00:27:42 +02:00
galaxyhaxzandAnders Jenbo b72670a974 Add preliminary Crypt/Hive support 2019-09-01 01:16:37 +02:00
Anders Jenbo 68d51e7d27 Implementing Spawned Shareware version 2019-08-12 16:04:20 +02:00
Anders Jenbo 082e610394 Clean up palette.cpp 2019-05-02 00:16:46 +01:00
galaxyhaxzandGitHub 792fc65bea Add support for 32-bit colors (#1018) 2019-04-25 02:39:24 -05:00
galaxyhaxzandAnders Jenbo 540892ff9d Preliminary support for fixed header files 2019-04-21 17:20:38 +02:00
qndelandGitHub 9daa04c4d9 Merge pull request #893 from mewpull/LoadGamma
LoadGamma bin exact
2019-04-11 11:53:16 +02:00
Robin EklindandAnders Jenbo 5f45d06e38 Cleanup palette_update_quest_palette, already bin exact 2019-04-11 01:59:24 +02:00
Robin EklindandAnders Jenbo e614b566c2 Cleanup PaletteFadeIn and PaletteFadeOut, already bin exact 2019-04-11 01:58:51 +02:00
Robin EklindandAnders Jenbo 634cf9adfe Cleanup palette_update, already bin exact 2019-04-11 01:56:58 +02:00
Robin EklindandAnders Jenbo e1a0354a3b Cleanup palette_init, already bin exact 2019-04-10 16:45:20 +02:00
Robin EklindandAnders Jenbo 2877511e96 palette_set_color_cycling bin exact
Fixes #271.
2019-04-10 16:29:57 +02:00
Robin Eklind ba6a031aa3 LoadGamma bin exact 2019-04-10 19:42:15 +09:00
Robin EklindandGitHub 68e6d35bdc Merge pull request #883 from AJenbo/LoadSysPal
Clean up LoadSysPal
2019-04-10 12:05:31 +09:00
Robin EklindandGitHub 3820842e1b Merge pull request #884 from AJenbo/SetFadeLevel
Clean up SetFadeLevel
2019-04-10 12:04:58 +09:00
Anders Jenbo e1002b0dff Clean up SetFadeLevel 2019-04-09 21:46:42 +02:00
Anders Jenbo 56e839e2f8 Clean up LoadSysPal 2019-04-09 21:36:51 +02:00
Anders JenboandGitHub b253648c5a Clean up diablo_color_cyc_logic and palette_get_colour_cycling (#868) 2019-04-09 20:32:07 +02:00
galaxyhaxzandAnders Jenbo 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
galaxyhaxzandAnders Jenbo 68153d2af2 Cleanup ApplyGamma/LoadPal 2019-03-28 11:33:28 +01:00
galaxyhaxz 5ddb46fabe More Scrollrt cleanups 2019-03-28 01:58:28 -05:00